Browse Source

Markdownlint

Signed-off-by: James Stout <stoutyhk@gmail.com>
master
James Stout 4 years ago
parent
commit
d502155e38
  1. 6
      README.md

6
README.md

@ -8,8 +8,8 @@ See `playlistRecover.php` for example usage.
I moved my iTunes Music folder to a new disc, I don't think I did it properly, so all my playlists were empty, the tracks in them had new IDs and locations.
There might be a way to recover using iTunes, but with a 250GB library, it's a faff moving it around.
There might be a way to recover using iTunes, but with a 250GB library, it's a faff moving it around.
So I found myself with an new 'iTunes Library.xml' with empty playlists, but with the new track IDs, and an old 'iTunes Music Library.xml' with the old track IDs and names.
This script loads up both the old and the new libraries, then, for each track in each playlist in the old library, it looks up the ID in the new library, using the track name and other properties to find the track in the new library.
@ -22,4 +22,4 @@ Then, if you want, it writes each playlist to an XML file that can be imported i
## Thanks ##
This was made possible by the work of [mheap](https://github.com/mheap) and his [iTunes-Library-Parser](https://github.com/mheap/iTunes-Library-Parser).
This was made possible by the work of [mheap](https://github.com/mheap) and his [iTunes-Library-Parser](https://github.com/mheap/iTunes-Library-Parser)

Loading…
Cancel
Save