manual improvement
This commit is contained in:
@@ -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: window restore from maximized and from minimized was broken
|
||||||
- fix: it's possible to multi select files in File Explorer and press
|
- 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
|
enter to open the files, this did however only work when the
|
||||||
auto load folder feature was disabled or the shift key was
|
auto load folder feature was disabled or the shift key was
|
||||||
pressed (blocks auto load folder). Now it should also work
|
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: libmpv shinchiro 2019-10-27
|
||||||
- update: youtube-dl 2019-10-31
|
- update: youtube-dl 2019-10-31
|
||||||
|
|||||||
14
Manual.md
14
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
|
||||||
|
|
||||||
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'.
|
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.
|
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.
|
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.
|
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
|
## 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.
|
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
|
\<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.
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
[[settings]]
|
|
||||||
|
[[settings]]
|
||||||
name = "hwdec"
|
name = "hwdec"
|
||||||
file = "mpv"
|
file = "mpv"
|
||||||
default = "no"
|
default = "no"
|
||||||
@@ -540,10 +541,12 @@ options = [{ name = "always" },
|
|||||||
name = "dark-theme"
|
name = "dark-theme"
|
||||||
file = "mpvnet"
|
file = "mpvnet"
|
||||||
filter = "UI"
|
filter = "UI"
|
||||||
|
url = "https://github.com/stax76/mpv.net/blob/master/Manual.md#color-theme"
|
||||||
help = "Color theme used in dark mode. Default: dark"
|
help = "Color theme used in dark mode. Default: dark"
|
||||||
|
|
||||||
[[settings]]
|
[[settings]]
|
||||||
name = "light-theme"
|
name = "light-theme"
|
||||||
file = "mpvnet"
|
file = "mpvnet"
|
||||||
filter = "UI"
|
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"
|
||||||
|
|||||||
Reference in New Issue
Block a user