stax76
stax76
I'm working on larger changes here: https://github.com/mpvnet-player/mpv.net-experimental
### Question Click'n Load works using Firefox, but not using Chrome. Ubuntu 22.04, pyLoad 0.5.0. ### Additional references In Chrome, I click 'Click'n Load', the green Window appears, it seems...
### Describe the bug I use GSConnect and the mpv extension mpv-mpris, so I can control the mpv media player with the KDE Connect Android app. This works fine, when...
Often, the play controls in KDE Connect Android stop working. I think it happens after Ubuntu waking up from standby, the play controls in the Ubuntu notification area still work...
I would like to request support of the MP3 star rating tag: https://en.wikipedia.org/wiki/ID3?oldformat=true#ID3v2_star_rating_tag_issue My files are tagged like so: 1star: POPULARIMETER: MusicBee|1|0 2star: POPULARIMETER: MusicBee|64|0 3star: POPULARIMETER: MusicBee|128|0 4star: POPULARIMETER:...
The GitHub tags `mpv` and `mpv-script` would help people to find the script. And also a wiki entry: https://github.com/mpv-player/mpv/wiki/User-Scripts
I submit this pull request to improve mpv.net support. It works without the need of user configuration.
You can add this code for better mpv.net support: ```Lua local mpvnet_path = mp.get_property_native("user-data/frontend/process-path") if mpvnet_path then options.mpv_path = mpvnet_path end ``` @tsl0922 is maybe interested using `user-data/frontend/process-path` as well....
For scriptwriters it would be helpful if the in and out file can be identical and the out file can be omitted in which case the same path as the...
For a libmpv frontend to fully support 3rd party OSCs like uosc and support window-dragging, it's necessary to know if the mouse is inside an OSC menu, in this case...