{"id":17933294,"url":"https://github.com/lunks/itunesxmlparser","last_synced_at":"2025-04-03T11:16:26.558Z","repository":{"id":136848014,"uuid":"2949072","full_name":"lunks/itunesxmlparser","owner":"lunks","description":null,"archived":false,"fork":false,"pushed_at":"2011-12-09T18:25:06.000Z","size":604,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-09T00:38:05.924Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lunks.png","metadata":{"files":{"readme":"README.txt","changelog":"History.txt","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-12-09T18:18:09.000Z","updated_at":"2014-04-05T03:42:48.000Z","dependencies_parsed_at":"2023-06-26T01:10:46.694Z","dependency_job_id":null,"html_url":"https://github.com/lunks/itunesxmlparser","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lunks%2Fitunesxmlparser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lunks%2Fitunesxmlparser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lunks%2Fitunesxmlparser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lunks%2Fitunesxmlparser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lunks","download_url":"https://codeload.github.com/lunks/itunesxmlparser/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246989754,"owners_count":20865331,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-28T21:38:19.523Z","updated_at":"2025-04-03T11:16:26.540Z","avatar_url":"https://github.com/lunks.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"= GrokItunes\n\n* http://rubyforge.org/projects/uwruby\n* http://uwruby.rubyforge.org/grok-itunes/\n\n== DESCRIPTION:\n\n* A regex based parser that processes the ITunes Music Library.xml file and generates a sqlite3 database for additional data mining. Also generates treemaps from data parsed.\n\n== FEATURES/PROBLEMS:\n\n* NOTE: I don't use the RMagick dependencies in Treemap\n* TODO: Adding GnuPlot support in on the radar\n* TODO: Autocolorize treemap html files\n* TODO: Add md5sum signatures to parser ( smart updating of sqlite3 db )\n* TODO: Smart duplicate track detection\n* TODO: Genre out of sync analysis ( album has multuple genres )\n* TODO: Missing file analysis\n* TODO: Disk usage per top-level library directories\n* TODO: Become a better meta-programmer and consolidate SQL queries proper\n\n== SYNOPSIS:\n\n#!/usr/bin/env ruby -w\n\nrequire 'rubygems'\nrequire 'grok-itunes'\nrequire 'pp'\n\ngrok = GrokITunes.new(\"~/Music/iTunes/iTunes Music Library.xml\")\n\ngrok.parse_xml\ngrok.init_db\ngrok.populate_db\n\ntracks_never_played = grok.never_played\npp tracks_never_played\n\ngrok.bitrate_histogram\n# if Mac OS X\n`open /tmp/bitrate_treemap.html`\n\n== REQUIREMENTS:\n\n* ftools\n* time\n* rubygems \u003e= 1.3.1\n* sqlite3-ruby \u003e= 1.2.4\n* scrobbler \u003e= 0.2.1\n* ruby-treemap \u003e= 0.0.3\n\n== INSTALL:\n\n* sudo gem install grok-itunes\n\n== LICENSE:\n\n(The MIT License)\n\nCopyright (c) 2008 FIX\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n'Software'), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flunks%2Fitunesxmlparser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flunks%2Fitunesxmlparser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flunks%2Fitunesxmlparser/lists"}