Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joemcmahon/itunes-to-csv
Takes copied iTunes playlist data and turns it into a CSV for ingestion by Radio Station Pro
https://github.com/joemcmahon/itunes-to-csv
Last synced: 11 days ago
JSON representation
Takes copied iTunes playlist data and turns it into a CSV for ingestion by Radio Station Pro
- Host: GitHub
- URL: https://github.com/joemcmahon/itunes-to-csv
- Owner: joemcmahon
- Created: 2023-07-06T19:17:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-06T19:19:10.000Z (over 1 year ago)
- Last Synced: 2024-10-28T15:48:09.740Z (about 2 months ago)
- Language: Perl
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# itunes-to-csv
This dumb little container takes the output from a command-C copy
of an iTunes/Music.app playlist and turns it into a CSV format we've
proposed to the developers of the Radio Station Pro Wordpress plugin
to fill out playlists.It currently doesn't fill in the label, as that's not shown in an iTunes
playlist, but it does get all the rest of the data, including the play time.# Building
1. Install Docker or whatever substitute you like (I prefer Rancher Desktop).
2. Run `./build.sh` to build and tag the container.
3. Create a playlist by running the container in interactive mode and pasting in the copied playlist. Output will be on standard output as a CSV.