Open TheDirtMan opened 12 months ago
My only current theory is my method of getting .m3u files is flawed (which would make sense as I use a very sketchy method) so here it is:
Edit: I tried a different method using an online Spotify playlist to .m3u converter and it gave the same result.
Feel free to upload the m3u/m3u8 file to https://gist.github.com and link it here (it should be plain text).
https://gist.github.com/TheDirtMan/1a591c9792849f92dca6078cfeaee3d2
this is the one made with the second method mentioned, its the only one i saved because it actually has all the songs i wanted rather than just 3
Ah, the %
url encoding is not supported. Maybe I'll fix that in the future. For now, you can use 'Find and Replace' to replace %20
with
.
I just did that and still get the error. I did notice, however, that the .m3u file just references .mp3's, do I also need the mp3's, and if so where do I put them relative to the .m3u?
Yes. The m3u is just a list of mp3 files to play.
so where should I put the mp3's?
In the paths that are specified in the m3u file relative to the m3u file.
ig that makes sense, sorry if im dense lol, I'll close the issue once i ensure this setup works
Still not working (I closed this thinking I could use a different software but there just dont seem to be any good ones out there besides this) Sorry if I'm being stupid (Thats prob the case) but I would appreciate more help on the topic.
This is also an issue for me. I am hoping this gets fixed soon so I can use playlists.
On my Old 3ds, I am using a plaintext m3u filelist which refers to a ../ (one folder up) location of Opus files, when attempting to play any of these I get 1002. This also happens when attempting to play an mp3 radio stream from an m3u file.
Plaintext m3u file, no EXTM3U data, created with a simple ls -1v >> playlist.m3u
and such (or in the case of the online radio, only containing a single link)
Version 0.0.10-0663489
Expected Behavior: Lime Player plays my .m3u file.
Actual Behavior: Lime Player gives me the error: Error code: 1002 ERR: Failed to initialize decoder. Failed to open transport.
Steps To Reproduce The Behavior: