martinmimigames / little-music-player

Android 1.0+ mini notification based audio player
https://martinmimigames.github.io/projects/little-music-player
GNU General Public License v3.0
76 stars 29 forks source link

Add file browsing interface and create playlists #18

Open AlbahrawyTiger opened 2 years ago

AlbahrawyTiger commented 2 years ago

Add a file browsing interface, create playlists where audio files in a file are played as a playlist and accept .m3u files to play Check out Foldplay and 1by1

AlbahrawyTiger commented 2 years ago

It's really great in terms of size and low cpu and ram usage

n-ce commented 1 year ago

I don't think the scope of this project will allow this.

wmartinmimi commented 1 year ago

I'll try adding a folder-based playlist function. May take a while though.

wmartinmimi commented 1 year ago

Little Music Player v2.11 is now released, which have better partial support for m3u/m3u8.

You can now use m3u/m3u8 as a playlist.

Current limitations:

Acceptable format:

#EXTM3U
/storage/emulated/0/Downloads/Example.mid
#EXTINF:-1, Custom Audio Name
/storage/emulated/0/Music/audio with custom name.mp3
https://example.com/internet-radio.mp3
/storage/emulated/0/Music/nested playlist.m3u

Audio in playlist can be ignored using the skip button in the notification.

You can download v2.11 via the following ways:

wmartinmimi commented 1 year ago

Now added folder-based playlist in v2.13.

You can download v2.13 via the following ways: