Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/asciamanna/itunesexport
Exports iTunes album information to a SQL CE database
https://github.com/asciamanna/itunesexport
Last synced: 14 days ago
JSON representation
Exports iTunes album information to a SQL CE database
- Host: GitHub
- URL: https://github.com/asciamanna/itunesexport
- Owner: asciamanna
- Created: 2012-12-27T17:34:15.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2015-04-08T21:44:24.000Z (almost 10 years ago)
- Last Synced: 2024-04-16T10:21:42.573Z (10 months ago)
- Language: C#
- Size: 2.45 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
iTunesExport
===================
A Console App that parses an iTunes Library file and exports album data to a SQL CE database.
It writes iTunes album information (merged with LastFM play counts and album art location)
to a single SQL CE table.
It relies on the iTunesLibraryParser and LastFMClient projects also on github.
The location of the iTunes Library file, LastFM user, and LastFM api key
are specified in the exe's app.config.Anthony Sciamanna
[email protected]