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

[Bug] Can't import m3u playlist with relative path #531

Open
1 task done
Nadim147c opened this issue May 4, 2024 · 0 comments
Open
1 task done

[Bug] Can't import m3u playlist with relative path #531

Nadim147c opened this issue May 4, 2024 · 0 comments
Labels
type: bug Something isn't working

Comments

@Nadim147c
Copy link

Nadim147c commented May 4, 2024

Description

As the title suggests I can't import the m3u playlist where the path is set to relative path. The playlist gets imported but there aren't any songs listed there most likely because the path is undetected. I double-checked that my playlist and music files are in the same directory.

And this is what my .m3u file looks like

#EXTM3U
#EXTINF:0,Anytime Anywhere [7FeEiAWqWScpMFnlLSUvX2].mp3
./Anytime Anywhere [7FeEiAWqWScpMFnlLSUvX2].mp3
#EXTINF:1,Be Alright [5qrSlOut2rNAWv3ubArkNy].mp3
./Be Alright [5qrSlOut2rNAWv3ubArkNy].mp3
#EXTINF:2,Beautiful Things [6tNQ70jh4OwmPGpYy6R2o9].mp3
./Beautiful Things [6tNQ70jh4OwmPGpYy6R2o9].mp3
#EXTINF:3,Bruises [4Of7rzpRpV1mWRbhp5rAqG].mp3
./Bruises [4Of7rzpRpV1mWRbhp5rAqG].mp3
#EXTINF:4,Die For You [2Ch7LmS7r2Gy2kc64wv3Bz].mp3
./Die For You [2Ch7LmS7r2Gy2kc64wv3Bz].mp3

Device

  • OS: Android 13
  • Version 2024.01.109

Checklist

Edited

After double-checking I found out that my playlist.m3u file was on CRLF instead of LF. I don't know if it is still considered a bug or not.

@Nadim147c Nadim147c added the type: bug Something isn't working label May 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant