mpv-remote-app icon indicating copy to clipboard operation
mpv-remote-app copied to clipboard

Android app to control mpv running on another computer

Results 31 mpv-remote-app issues
Sort by recently updated
recently updated
newest added

Have a way to display timestamp. Options include: - while seeking - dedicated button - in app timestamp synced to server

Either a scrubber or a "jump to" form.

Add mute button next to volume slider ``` [X] ---------o------ ```

Create setting option for playback speed (e.g. `1.1x`)

currently I am simply passing whitelisted commands straight to the IPC server, but it would be a good idea to use a standard messaging protocol either document the messaging protocol...

Add a playlist feature to queue videos

The `--daemon` flag works and will fork a new process, however to kill the server requires sending a kill signal to that PID. The way to do this is not...

Currently each directory change in the library will ask the server for the files. Caching this data will give better performance and user experience.

Spawning the Library Activity will always start at the server's root directory. It is more convenient to save the last directory that was navigated to.

It would be nice to have any controllers connected to the server stay in sync when one changes state. This requires: - adding a listener on the controller - the...