https://github.com/boneskull/itunes-to-discogs
Import iTunes DB into Discogs collection
https://github.com/boneskull/itunes-to-discogs
Last synced: 6 months ago
JSON representation
Import iTunes DB into Discogs collection
- Host: GitHub
- URL: https://github.com/boneskull/itunes-to-discogs
- Owner: boneskull
- License: mit
- Created: 2016-09-16T18:20:42.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-20T21:37:20.000Z (over 8 years ago)
- Last Synced: 2024-10-29T22:37:04.470Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# itunes-to-discogs
> Import iTunes DB into [Discogs](https://www.discogs.com) collection
## Notes
This project should:
- Pull data from iTunes Library XML file
- Stuff data into LevelDB
- Create Discogs Collection for imported albums
- On subsequent runs, compare library info to DB so we can skip adding, update existing data, or remove albums
### Album Identification
- It may be possible to get a Discogs ID (as assigned by [Yate](https://2manyrobots.com/yate/)) out of the ID3 tags.
- The Discogs ID is sometimes stored in [MusicBrainz](https://musicbrainz.org) release data. We should avoid doing this unless we can't match an album. Otherwise, trying to match an album to MusicBrainz is out-of-scope.
- Maybe we should write the Discogs ID to the ID3 tags if we find one (and it doesn't already exist).
## License
© 2016 [Christopher Hiller](https://github.com/boneskull). Licensed MIT.