{"id":23078148,"url":"https://github.com/insanj/finally","last_synced_at":"2026-05-10T03:05:49.314Z","repository":{"id":141577176,"uuid":"131420475","full_name":"insanj/finally","owner":"insanj","description":"🥁  experimental personal music library CRM https://insanj.github.io/finally/","archived":false,"fork":false,"pushed_at":"2020-04-29T05:35:01.000Z","size":3025,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-29T16:08:24.169Z","etag":null,"topics":["export","import","itunes","jquery","json","library","music","python","spotify"],"latest_commit_sha":null,"homepage":"https://insanj.github.io/finally/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/insanj.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-04-28T15:17:30.000Z","updated_at":"2022-04-03T20:43:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"ede02fcd-d2f1-47a6-b79d-4e5516097b7f","html_url":"https://github.com/insanj/finally","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/insanj/finally","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/insanj%2Ffinally","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/insanj%2Ffinally/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/insanj%2Ffinally/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/insanj%2Ffinally/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/insanj","download_url":"https://codeload.github.com/insanj/finally/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/insanj%2Ffinally/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265810261,"owners_count":23831948,"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":["export","import","itunes","jquery","json","library","music","python","spotify"],"created_at":"2024-12-16T10:46:51.724Z","updated_at":"2026-05-10T03:05:44.257Z","avatar_url":"https://github.com/insanj.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n   \u003cimg src=\"finally/static/drum.png\" width=75 height=75 /\u003e\n   \u003ch3 align=\"center\"\u003efinally\u003c/h3\u003e\n   \u003ch4 align=\"center\"\u003epersonal music library CRM\u003c/h4\u003e\n\u003c/p\u003e\n\n\u003ch2\u003eUsage\u003c/h2\u003e\n\n\u003cp align=\"center\"\u003e\n   \u003cimg src=\"/example1.png\" width=45% height=auto /\u003e\n   \u003cimg src=\"/example2.png\" width=45% height=auto \u003e\n\u003c/p\u003e\n\n\u003ch3\u003eImport\u003c/h3\u003e\n\n\u003ch4\u003e🎵 iTunes\u003c/h4\u003e\n\u003cul\u003e\n   \u003cli\u003eFile \u003e Library \u003e Export Library...\u003c/li\u003e\n\u003c/ul\u003e\n\nTake the XML file(s) and drag them into \u003cpre\u003efinally/imports\u003c/pre\u003e directory.\n\n\u003ch4\u003e🎵 Spotify\u003c/h4\u003e\n\u003cul\u003e\n   \u003cli\u003eGenerate an authorization token on \u003ca href=\"https://beta.developer.spotify.com/console/get-current-user-saved-tracks/\"\u003eSpotify's developer site\u003c/a\u003e. Plug that into the \"Get Current User's Saved Tracked\" endpoint, \u003cpre\u003ehttps://api.spotify.com/v1/me/tracks\u003c/pre\u003e.\u003c/li\u003e\n\u003c/ul\u003e\n\nTake the output of that response and drag it into the `imports` directory. You can do this all in one command like so (once you are in the finally directory):\n```bash\ncurl -X \"GET\" \"https://api.spotify.com/v1/me/tracks\" -H \"Accept: application/json\" -H \"Content-Type: application/json\" -H \"Authorization: Bearer \u003cTOKEN\u003e\" \u003e\u003e finally/imports/spotify_library.json\n```\n\n\u003ch3\u003eRun\u003c/h3\u003e\n\nTo run finally, which will allow you to import, aggregate, and export all of your music libraries...\n\n\u003cul\u003e\n   \u003cli\u003e\u003cpre\u003epython finally/finally_flask.py\u003c/pre\u003e\u003c/li\u003e\n   \u003cli\u003eor \u003cpre\u003emake\u003c/pre\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\nYou may need to install the dependencies at \u003cpre\u003emake deps\u003c/pre\u003e. Have fun! :drum: \n\n\u003ch2\u003eBuilt with\u003c/h2\u003e\n\n\u003cul\u003e\n   \u003cli\u003e\u003ca href=\"https://github.com/python/cpython\"\u003epython/cpython\u003c/a\u003e\u003c/li\u003e\n   \u003cli\u003e\u003ca href=\"https://github.com/pallets/flask\"\u003epallets/flask\u003c/a\u003e\u003c/li\u003e\n   \u003cli\u003e\u003ca href=\"https://github.com/jquery/jquery\"\u003ejquery/jquery\u003c/a\u003e\u003c/li\u003e\n   \u003cli\u003e\u003ca href=\"https://github.com/olifolkerd/tabulator\"\u003eolifolkerd/tabulator\u003c/a\u003e\u003c/li\u003e\n   \u003cli\u003e\u003ca href=\"https://github.com/ishikawa/python-plist-parser\"\u003eishikawa/python-plist-parser\u003c/a\u003e\u003c/li\u003e\n   \u003cli\u003e\u003ca href=\"https://gist.github.com/seanh/93666\"\u003ehttps://gist.github.com/seanh/93666\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\n\u003ch2\u003eLicense\u003c/h2\u003e\n\nSee \u003ca href=\"LICENSE\"\u003eLICENSE\u003c/a\u003e. Please reach out to me on \u003ca href=\"https://twitter.com/insanj\"\u003e🐤 Twitter\u003c/a\u003e or \u003ca href=\"https://github.com/insanj\"\u003e🚀 GitHub\u003c/a\u003e if you'd like to use dial for something cool!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finsanj%2Ffinally","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finsanj%2Ffinally","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finsanj%2Ffinally/lists"}