misc
This commit is contained in:
@@ -16,10 +16,6 @@ mpv focuses on the usage of the command line and the terminal,
|
|||||||
mpv.net retains the ability to be used from the command line and
|
mpv.net retains the ability to be used from the command line and
|
||||||
the terminal and adds a modern Windows GUI on top of it.
|
the terminal and adds a modern Windows GUI on top of it.
|
||||||
|
|
||||||
Like mpv, mpv.net is designed for power users, for regular users there is a
|
|
||||||
[mpv.net-next](https://github.com/mpv-net-player/mpv.net-next)
|
|
||||||
project under construction.
|
|
||||||
|
|
||||||
#### Graphical User Interface
|
#### Graphical User Interface
|
||||||
|
|
||||||
Modern GUI with customizable color themes.
|
Modern GUI with customizable color themes.
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
- Support of shortcuts (.lnk files) with media file target.
|
- Support of shortcuts (.lnk files) with media file target.
|
||||||
- playlist-random command jumps to a random playlist entry, default key binding is F9.
|
- playlist-random command jumps to a random playlist entry, default key binding is F9.
|
||||||
- Fix OSC hide behavior on mouse move.
|
- Fix OSC hide behavior on mouse move.
|
||||||
|
- New binding to show the current file in File Explorer.
|
||||||
- MediaInfo v22.06
|
- MediaInfo v22.06
|
||||||
- libmpv shinchiro 2022-07-02
|
- libmpv shinchiro 2022-07-02
|
||||||
|
|
||||||
|
|||||||
@@ -579,31 +579,6 @@ Alternatively the Chrome/Firefox extension [Open With](../../../issues/119) can
|
|||||||
[Open with++](https://github.com/stax76/OpenWithPlusPlus) can be used to extend the File Explorer context menu to get menu items for [Play with mpv.net](https://github.com/stax76/OpenWithPlusPlus#play-with-mpvnet) and [Add to mpv.net playlist](https://github.com/stax76/OpenWithPlusPlus#add-to-mpvnet-playlist).
|
[Open with++](https://github.com/stax76/OpenWithPlusPlus) can be used to extend the File Explorer context menu to get menu items for [Play with mpv.net](https://github.com/stax76/OpenWithPlusPlus#play-with-mpvnet) and [Add to mpv.net playlist](https://github.com/stax76/OpenWithPlusPlus#add-to-mpvnet-playlist).
|
||||||
|
|
||||||
|
|
||||||
### Universal Remote Android app
|
|
||||||
|
|
||||||
Universal Remote is Android remote control app which costs 5 €.
|
|
||||||
|
|
||||||
https://www.unifiedremote.com
|
|
||||||
|
|
||||||
https://play.google.com/store/apps/details?id=com.Relmtech.Remote
|
|
||||||
|
|
||||||
https://play.google.com/store/apps/details?id=com.Relmtech.RemotePaid
|
|
||||||
|
|
||||||
https://www.unifiedremote.com/tutorials/how-to-create-a-custom-keyboard-shortcuts-remote
|
|
||||||
|
|
||||||
https://www.unifiedremote.com/tutorials/how-to-install-a-custom-remote
|
|
||||||
|
|
||||||
[My config](./Universal%20Remote)
|
|
||||||
|
|
||||||
Very useful is the Universal Remote File Browser feature.
|
|
||||||
|
|
||||||
|
|
||||||
### One For All Contour URC1210 and FLIRC USB
|
|
||||||
|
|
||||||
My primary remote control solution however is a One For All Contour URC1210
|
|
||||||
using Philips code 0556 together with FLIRC USB (gen2).
|
|
||||||
|
|
||||||
|
|
||||||
### External Application Button
|
### External Application Button
|
||||||
|
|
||||||
Videos can be streamed or downloaded easily with the Chrome extension
|
Videos can be streamed or downloaded easily with the Chrome extension
|
||||||
@@ -1248,7 +1223,7 @@ Adds a negative audio delay using the following command:
|
|||||||
|
|
||||||
Shows the next subtitle track using the following command:
|
Shows the next subtitle track using the following command:
|
||||||
|
|
||||||
`cycle sub`
|
`script-message-to mpvnet cycle-subtitles`
|
||||||
|
|
||||||
[cycle command](https://mpv.io/manual/master/#command-interface-cycle-%3Cname%3E-[%3Cvalue%3E])
|
[cycle command](https://mpv.io/manual/master/#command-interface-cycle-%3Cname%3E-[%3Cvalue%3E])
|
||||||
|
|
||||||
|
|||||||
@@ -158,6 +158,7 @@ L cycle-values loop-file inf no #menu: Tools > Toggle infi
|
|||||||
_ playlist-shuffle #menu: Tools > Shuffle Playlist
|
_ playlist-shuffle #menu: Tools > Shuffle Playlist
|
||||||
Ctrl+h cycle-values hwdec auto no #menu: Tools > Toggle Hardware Decoding
|
Ctrl+h cycle-values hwdec auto no #menu: Tools > Toggle Hardware Decoding
|
||||||
Q quit-watch-later #menu: Tools > Exit Watch Later
|
Q quit-watch-later #menu: Tools > Exit Watch Later
|
||||||
|
e run powershell -command "explorer.exe '/select,' ( \"${path}\" -replace '/', '\\' )" #menu: Tools > Show current file in File Explorer
|
||||||
|
|
||||||
_ script-message-to mpvnet shell-execute https://mpv.io #menu: Help > Website mpv
|
_ script-message-to mpvnet shell-execute https://mpv.io #menu: Help > Website mpv
|
||||||
_ script-message-to mpvnet shell-execute https://github.com/stax76/mpv.net #menu: Help > Website mpv.net
|
_ script-message-to mpvnet shell-execute https://github.com/stax76/mpv.net #menu: Help > Website mpv.net
|
||||||
@@ -180,8 +181,8 @@ Sharp script-message-to mpvnet cycle-audio
|
|||||||
Ctrl+F11 script-message-to mpvnet playlist-add -10
|
Ctrl+F11 script-message-to mpvnet playlist-add -10
|
||||||
Ctrl+F12 script-message-to mpvnet playlist-add 10
|
Ctrl+F12 script-message-to mpvnet playlist-add 10
|
||||||
Alt+q script-message-to mpvnet quick-bookmark
|
Alt+q script-message-to mpvnet quick-bookmark
|
||||||
8 cycle sub
|
8 script-message-to mpvnet cycle-subtitles
|
||||||
j cycle sub
|
j script-message-to mpvnet cycle-subtitles
|
||||||
q quit
|
q quit
|
||||||
Power quit
|
Power quit
|
||||||
Play cycle pause
|
Play cycle pause
|
||||||
|
|||||||
Reference in New Issue
Block a user