mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-27 00:25:54 +03:00
[GH-ISSUE #1176] Output an iTunes Readable Playlist File #691
Labels
No labels
api-bug
bug
dependencies
documentation
duplicate
enhancement
external-ide
headless-mode
implicit-grant-flow
invalid
missing-endpoint
pr-welcome
private-api
pull-request
question
spotipy3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotipy#691
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @J-oden on GitHub (Dec 2, 2024).
Original GitHub issue: https://github.com/spotipy-dev/spotipy/issues/1176
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.
@dieser-niko commented on GitHub (Dec 2, 2024):
Spotipy doesn't offer such a feature. Are you trying to program this yourself?
@J-oden commented on GitHub (Dec 2, 2024):
I’m asking for a new feature and Yes, meanwhile I am attempting to program/customize it myself.
@J-oden commented on GitHub (Dec 2, 2024):
Also, my apologies. I thought I was on spotdl’s github page.
@dieser-niko commented on GitHub (Dec 2, 2024):
Alright then, but I'm going to have to close this issue. Spotipy is a library, not a CLI or similar.