6

Objective: drill a huge hole in the Apple!
Following rant: https://devrant.com/rants/1564522/...

So... Apple music store saves the music in m4a in the app folder, so no other apps can access the music.
It saves it with wird file names, no structure.
I'm noob at basicly anything, and because I'm on vacations I have a cellphone with python basicly.
How can I get the music info from the files, change the files names to their singer/group + song music and latter sort them in folders by artist, then by album

Comments
  • 0
    it stores it in m4a format? then using ffmpeg you should be able to just play it or convert to any other format. maybe you could try freedb if they stripped metadata. otherwise exiftool should give you that.
  • 0
    Well, does any of those convert also the name? If so i'm interested
  • 0
    Well, I already have 7Gb oh data, doing a file at a time isn't a option..
  • 0
    @GyroGearloose as i said freedb might work. like that cd sound recognition thingy. probably there are other apis too. a simple requests script could automate this.
Add Comment