You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MPV Remote is an application for controlling MPV media player.
3
+
<palign="center">
4
+
<imgsrc="images/icon.png" >
5
+
</p>
4
6
5
-
## Functions
7
+
MPV Remote is a mobile application for controlling remotely MPV media player running on your PC.
8
+
9
+
# Features
6
10
7
11
- Basic media controls,
8
-
- Open Youtube videos (youtube-dl/yt-dlp required),
9
12
- Open files from your host computer, network storage also supported,
10
13
- Audio & Subtitle track selector,
11
14
- Playlist handling,
12
15
- Media file info,
13
16
- Media collection handling,
14
17
- Media status time can be stored on host machine. You can continue playback where you left off,
15
18
- Open videos from Youtube app by using share function,
16
-
- Open online streams from other apps for example [Aniyomi anime streamer](https://github.com/jmir1/aniyomi)
19
+
- Open online streams from other apps.
17
20
18
-
##How to use it
21
+
# How to use it
19
22
20
23
First you need the plugin and server for MPV. [Follow instructions here.](https://github.com/husudosu/mpv-remote-node)
21
24
@@ -27,25 +30,50 @@ Configure IP & Port in your application and run mpv with --idle flag on your hos
27
30
28
31
The app not available on Google Play yet. I want improve my application before putting it to wider public.
29
32
30
-
##Troubleshooting
33
+
# Troubleshooting
31
34
32
-
###When I start the app only a blank screen appears
35
+
## When I start the app only a blank screen appears
33
36
34
37
You can fix this by deleting all data for app. **Reinstalling the app is not enough,** you have to delete all stored data related to the app.
38
+
Sometimes I get this after update on my Phone Xiaomi Redmi Note 10 Pro with Android 12.0
39
+
40
+
Debug message (Release):
41
+
42
+
```
43
+
open libmigui.so failed! dlopen - dlopen failed: library "libmigui.so" not found
44
+
```
45
+
46
+
[Probably something Miui related error](https://github.com/evilrat/flutter_zoom_sdk/issues/65)
47
+
48
+
# Note for older Android users
49
+
50
+
**Minimum Android version required:** 7.0 (API level 24)
51
+
On most Android versions the app works fine, with some exceptions:
35
52
36
-
## Experimental features
53
+
## Android 7.0 (tested on Android emulator)
54
+
55
+
The app functionality works fine.
56
+
57
+
Some issues with the looks:
58
+
59
+
- CSS not working on the side menu,
60
+
- When you pause and return to the app Media title not appearing.
61
+
62
+
Report if you have any other issue.
63
+
64
+
# Experimental features
37
65
38
66
- Android notification by using `cordova-plugin-music-controls2` (disabled by default, it has issues) check out [TODO file](https://github.com/husudosu/mpv-remote-app/blob/master/TODO.md)
0 commit comments