Skip to content

Converts and uploads your music directly to iTunes (Apple Music)

License

Notifications You must be signed in to change notification settings

VadimGush/apple-music-load

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

apple-music-load

Converts and uploads your music directly to iTunes (Apple Music).

Recursivily finds all MP3 and FLAC files in the current directory and uploads them to iTunes.
Flac files will be converted to MP3 (using ffmpeg) because iTunes doesn't support FLAC.

Usage:

# Go to the directory with your music (or root directory)
cd my-music

# Start uploading
python3 apple-music-load.py

Performance

  • To better utilize all cores, the script launches multiple processes in parallel to convert your FLAC files to MP3
  • You can configure how much processes the script can run in parallel by changing MAX_PROCESSES variable
  • Also uses multiple processes in parallel for copying MP3 files to make transfers of multiple files almost instant

About

Converts and uploads your music directly to iTunes (Apple Music)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages