-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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 Output for iTunes Readable Playlist File #2253
Comments
Are you sure the reason it is failing is that it is an m3u8 file? The m3u8 file format is simply a m3u file with UTF8 encoding. This sounds like #2251... |
I have only used SpotDL for a few weeks now and have been exploring its features, so I wouldn't know if it used to import to iTunes or not. I didn't assume it was a bug like #2251, but that reminds me that I couldn't import into VLC either. Here's some more details (probably more than you want) and some things I've tried... Current output of "--m3u8" :
I've tried changing the file's extension to ".m3u" or ".txt" without successfully importing. iTunes exports playlists as ".txt" like so:
so I assume an imported file would need a similar format. I CAN IMPORT TO ITUNES BY
2-Then change the file extension to ".txt" Since my first post a few days ago, I found a script on Linux that will append the desired Header Row for me, which I will use for now. |
Requested Feature
The "--m3u" command will output a playlist as a .m3u8 file which iTunes cannot read.
Describe the solution you'd like
I would like to output an iTunes readable playlist file to easily transfer Spotify playlists to a phone.
Describe alternatives you've considered
I've tried to change the config.json file, but I have minimal coding experience.
This is as far as I got:
"m3u_output": “{title}\t{artists}\t{album}\t{genre}\t{duration}\t{disc-number}\t{disc-count}\t{track-number}\t{tracks-count}\t{year}\t{output-ext}"
I don't know how to add a header row or output as .txt file (without manually changing the extension).
Thanks for considering.
Possible implementation
No response
The text was updated successfully, but these errors were encountered: