Skip to content

Commit 63371dd

Browse files
committed
Optimized things for 1.0.9 version
1 parent 65ef4e9 commit 63371dd

11 files changed

+74
-341
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,7 @@ Important Android stuff:
4949

5050
## 1.0.9
5151

52-
- Fixed icon for older Android versions
52+
- Fixed icon for older Android versions,
53+
- [Android project]: minSdkVersion have changed to 24 (Android 7.0)
54+
- [Android project]: compileSdkVersion have changed from 30 to 32
55+
- [Android project]: Upgraded gradle, some ionic versions etc...

README.md

+43-11
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,24 @@
1-
## MPV-Remote Android app
1+
# MPV-Remote Android app
22

3-
MPV Remote is an application for controlling MPV media player.
3+
<p align="center">
4+
<img src="images/icon.png" >
5+
</p>
46

5-
## Functions
7+
MPV Remote is a mobile application for controlling remotely MPV media player running on your PC.
8+
9+
# Features
610

711
- Basic media controls,
8-
- Open Youtube videos (youtube-dl/yt-dlp required),
912
- Open files from your host computer, network storage also supported,
1013
- Audio & Subtitle track selector,
1114
- Playlist handling,
1215
- Media file info,
1316
- Media collection handling,
1417
- Media status time can be stored on host machine. You can continue playback where you left off,
1518
- 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.
1720

18-
## How to use it
21+
# How to use it
1922

2023
First you need the plugin and server for MPV. [Follow instructions here.](https://github.com/husudosu/mpv-remote-node)
2124

@@ -27,25 +30,50 @@ Configure IP & Port in your application and run mpv with --idle flag on your hos
2730

2831
The app not available on Google Play yet. I want improve my application before putting it to wider public.
2932

30-
## Troubleshooting
33+
# Troubleshooting
3134

32-
### When I start the app only a blank screen appears
35+
## When I start the app only a blank screen appears
3336

3437
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:
3552

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
3765

3866
- 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)
3967

40-
## App available on IzzyOnDroid
68+
# App available on IzzyOnDroid
4169

4270
<p align="center">
4371
<a href="https://apt.izzysoft.de/fdroid/index/apk/com.husudosu.mpvremote">
4472
<img src="images/IzzyOnDroid.png" >
4573
</a>
4674
</p>
4775

48-
## Screnshoots taken from 1.0.7
76+
# Screnshoots taken from 1.0.7
4977

5078
| Player | Media info |
5179
| :------------------------------------------------------: | :------------------------------------------------------------: |
@@ -58,3 +86,7 @@ You can fix this by deleting all data for app. **Reinstalling the app is not eno
5886
| Playlist | Collection creating |
5987
| :----------------------------------------------------------: | :------------------------------------------------------------------: |
6088
| <img src="images/playlist.png" alt="subtitle" height="500"/> | <img src="images/createcollection.png" alt="subtitle" height="500"/> |
89+
90+
# Disclaimer
91+
92+
The app developer DOES NOT promotes piracy! Other apps and modules used by this app may include some level of piracy.

android/.idea/deploymentTargetDropDown.xml

+17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

android/app/release/output-metadata.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": 2,
2+
"version": 3,
33
"artifactType": {
44
"type": "APK",
55
"kind": "Directory"
@@ -10,9 +10,11 @@
1010
{
1111
"type": "SINGLE",
1212
"filters": [],
13+
"attributes": [],
1314
"versionCode": 9,
1415
"versionName": "1.0.9",
1516
"outputFile": "app-release.apk"
1617
}
17-
]
18+
],
19+
"elementType": "File"
1820
}

0 commit comments

Comments
 (0)