This is a simple m3u player for Android.
- Support standard m3u file.
- Support channel groups.
- Support default m3u file configuration.
- Support last played m3u file remember.
- Support hdpi and mdpi screen.
The icon loader uses the project https://github.com/nostra13/Android-Universal-Image-Loader.
To setup the default m3u file path, you should append a property to /system/build.prop.
Here is a sample:
Add ro.playlist.default=/system/etc/default.m3u
to the end of /system/build.prop
.
If there is no that property, this application will load /system/etc/playlist.m3u by default.
This is an eclipse project, if you are using Android Studio or other IDE, please convert the project manually.