From e6c0a67483a2ecc36fdc7ec26842b805736da2f0 Mon Sep 17 00:00:00 2001 From: Frank Skare Date: Fri, 1 Nov 2019 12:57:27 +0100 Subject: [PATCH] manual improvement --- Changelog.md | 4 +++- Manual.md | 14 ++++++++++---- mpv.net/Resources/ConfToml.txt | 7 +++++-- 3 files changed, 18 insertions(+), 7 deletions(-) diff --git a/Changelog.md b/Changelog.md index 1b471fe..e255fd5 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,11 +1,13 @@ ### +- new: the color themes can now be customized ([manual](https://github.com/stax76/mpv.net/blob/master/Manual.md#color-theme)) + - fix: window restore from maximized and from minimized was broken - fix: it's possible to multi select files in File Explorer and press enter to open the files, this did however only work when the auto load folder feature was disabled or the shift key was pressed (blocks auto load folder). Now it should also work - without shift key and with auto load folder being enabled. + without shift key and with auto load folder being enabled - update: libmpv shinchiro 2019-10-27 - update: youtube-dl 2019-10-31 diff --git a/Manual.md b/Manual.md index 0d1e921..fae0ce8 100644 --- a/Manual.md +++ b/Manual.md @@ -124,13 +124,15 @@ x86 should though still be well supported and work but it's not as well tested t ### File Associations -File Associations can be created using the setup or from within the apps context menu under 'Tools > Manage File Associations'. +File Associations can be created using the setup or with the context menu under 'Tools > OS Setup'. Windows 10 prevents apps to register as the default app, to define the default video or audio player app in Windows 10 go to the Windows settings under 'Settings > Apps > Default apps' or shell execute 'ms-settings:defaultapps'. It's also possible to change the default application using the Open With feature of the context menu in Windows File Explorer. -### Chrome Extension +## Chrome Extensions + +### Play with mpv In order to play videos from sites such as YouTube the Chrome Extension [Play with mpv](https://chrome.google.com/webstore/detail/play-with-mpv/hahklcmnfgffdlchjigehabfbiigleji) can be used. @@ -140,6 +142,10 @@ Due to Chrome Extensions not being able to start a app, another app that communi This will start the app on system start and have it running in the background. When the file association registration of mpv.net was executed then the app should find the location of mpv.net, alternativly the mpv.net folder can be added to the PATH environment variable. +### External Application Button + +Alternatively the Chrome extension [External Application Button](https://github.com/stax76/mpv.net/issues/106#event-2719011598) can be used. + ## Context Menu The most important part of the user interface in mpv.net is the context menu, the menu can be customized as it is defined in the same file where the key bindings are defined. @@ -840,6 +846,6 @@ Custom themes can be saved at: \\theme.conf -The theme.conf file can contain an unlimited amount of themes. +The theme.conf file may contain an unlimited amount of themes. -In the config editor under UI there are the settings dark-theme and light-theme to define the themes used in dark and in light mode. \ No newline at end of file +In the config editor under UI there are the settings dark-theme and light-theme to define the themes used in dark and in light mode. diff --git a/mpv.net/Resources/ConfToml.txt b/mpv.net/Resources/ConfToml.txt index b055785..2d88ac0 100644 --- a/mpv.net/Resources/ConfToml.txt +++ b/mpv.net/Resources/ConfToml.txt @@ -1,4 +1,5 @@ -[[settings]] + +[[settings]] name = "hwdec" file = "mpv" default = "no" @@ -540,10 +541,12 @@ options = [{ name = "always" }, name = "dark-theme" file = "mpvnet" filter = "UI" +url = "https://github.com/stax76/mpv.net/blob/master/Manual.md#color-theme" help = "Color theme used in dark mode. Default: dark" [[settings]] name = "light-theme" file = "mpvnet" filter = "UI" -help = "Color theme used in light mode. Default: light" \ No newline at end of file +url = "https://github.com/stax76/mpv.net/blob/master/Manual.md#color-theme" +help = "Color theme used in light mode. Default: light"