Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add file browsing interface and create playlists #18

Open
AlbahrawyTiger opened this issue Sep 30, 2022 · 5 comments
Open

Add file browsing interface and create playlists #18

AlbahrawyTiger opened this issue Sep 30, 2022 · 5 comments
Labels
enhancement New feature or request

Comments

@AlbahrawyTiger
Copy link

AlbahrawyTiger commented Sep 30, 2022

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
Copy link
Author

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

@n-ce
Copy link

n-ce commented Nov 26, 2022

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

@wmartinmimi
Copy link
Collaborator

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

@wmartinmimi wmartinmimi added the enhancement New feature or request label Dec 3, 2022
@wmartinmimi
Copy link
Collaborator

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:

  • Must use absolute path or audio url in playlist
  • Does not support many m3u notations/functions

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
Copy link
Collaborator

Now added folder-based playlist in v2.13.

You can download v2.13 via the following ways:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants