{"id":21607777,"url":"https://github.com/assios/spotify-deduplicator","last_synced_at":"2025-03-18T15:22:41.163Z","repository":{"id":146418222,"uuid":"40277765","full_name":"Assios/spotify-deduplicator","owner":"Assios","description":"A web app that finds and removes duplicates in your Spotify playlists.","archived":false,"fork":false,"pushed_at":"2015-08-09T22:07:16.000Z","size":747,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-24T19:36:35.511Z","etag":null,"topics":["deduplicator","spotify"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Assios.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}},"created_at":"2015-08-06T01:35:57.000Z","updated_at":"2017-03-16T06:36:33.000Z","dependencies_parsed_at":"2023-04-02T17:36:03.717Z","dependency_job_id":null,"html_url":"https://github.com/Assios/spotify-deduplicator","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/Assios%2Fspotify-deduplicator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Assios%2Fspotify-deduplicator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Assios%2Fspotify-deduplicator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Assios%2Fspotify-deduplicator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Assios","download_url":"https://codeload.github.com/Assios/spotify-deduplicator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244246570,"owners_count":20422461,"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":["deduplicator","spotify"],"created_at":"2024-11-24T20:33:49.361Z","updated_at":"2025-03-18T15:22:41.112Z","avatar_url":"https://github.com/Assios.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Spotify Deduplicator\n\nSpotify Deduplicator finds duplicate tracks in your Spotify playlists and lets you remove the duplicates directly from the application.\n\n## Local setup\n1. Install Meteor: ```curl https://install.meteor.com/ | sh```\n2. Clone the repo: ```git clone https://github.com/Assios/Spotify-Deduplicator.git```\n3. Go to the [Spotify Developer page](https://developer.spotify.com/my-applications) and create an app.\n4. Add a redirect URI. For this example, use ```http://localhost:3000/_oauth/spotify?close```\n5. Create a file called ```config.js``` in the ```server``` directory and paste the following into it, using the client ID and secret from the app you made:\n```\nServiceConfiguration.configurations.update({\n    \"service\": \"spotify\"\n}, {\n    $set: {\n        \"clientId\": \"\u003cYOUR_CLIENT_ID\u003e\",\n        \"secret\": \"\u003cYOUR_CLIENT_SECRET\u003e\"\n    }\n}, {\n    upsert: true\n});\n```\n\n6. Run ```meteor run``` and the app will be running on port 3000.\n\n## License\n\nSpotify Deduplicator is released under [The MIT License](http://opensource.org/licenses/MIT)\n\n## TODO\n\n* Add matching on title and artist as well as URI (to also show identical tracks on different albums).\n* Add possibility to list duplicates across playlists.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fassios%2Fspotify-deduplicator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fassios%2Fspotify-deduplicator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fassios%2Fspotify-deduplicator/lists"}