-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Generated playlist files do not work with the following media players: VLC, MPC-HC, PotPlayer, SMPlayer, Foobar, etc.. #2251
Comments
@PranjalSurana Can you please advise as the author of #2215? |
@Silverarmor I apologize for the inconvenience. I got the issue here, that song path would not get considered if it were in same line, as all the contents in the line would get considered as the path. |
@PranjalSurana seems like line1 is used for attributes and line 2 is used for the path. |
@PranjalSurana any update here? |
@Silverarmor When I tried modifying the default path in config for m3u, anything after the new line character was not getting considered. Debugged it and I think create_path_object method is the one that is causing it. Was trying another way to try fix this. |
@PranjalSurana Can you review #2258 |
System OS
Windows
Python Version
3.13 (CPython)
Install Source
pip / PyPi
Install version / commit hash
4.2.10
Expected Behavior vs Actual Behavior
Just installed 4.2.10.
The playlist files just do not open with any programs.
It has the [time in seconds] and the [title] attributes, but it is missing the path [filename] which is supposed to be on the next line & #EXTM3U tag on the 1st line?
Currently the playlist files generated by 4.2.10 are as below:
Example code from https://docs.fileformat.com/audio/m3u/
adapted:
When I manually formatted the playlist files acc to example above, ie. adding the filenames in the next line following the attributes, & the #EXTM3U tag on line 1, it started working as it was supposed to.
The playlist files of version 4.2.8 and prior contain only filenames in each line and work as intended, but without any attributes.
Steps to reproduce - Ensure to include actual links!
Traceback
Other details
No response
The text was updated successfully, but these errors were encountered: