manual improvement

This commit is contained in:
Frank Skare
2019-11-01 12:57:27 +01:00
parent 265e18985d
commit e6c0a67483
3 changed files with 18 additions and 7 deletions

View File

@@ -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

View File

@@ -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:
\<conf folder\>\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.
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.

View File

@@ -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"
url = "https://github.com/stax76/mpv.net/blob/master/Manual.md#color-theme"
help = "Color theme used in light mode. Default: light"