{"id":37061598,"url":"https://github.com/totolab/update_playlist","last_synced_at":"2026-01-14T06:59:54.128Z","repository":{"id":260443514,"uuid":"881315243","full_name":"totoLab/update_playlist","owner":"totoLab","description":"Utility to manage playlist in subfolders, regurarly downloading new songs from a Spotify playlist.","archived":false,"fork":false,"pushed_at":"2025-09-13T10:26:33.000Z","size":18,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-15T13:37:30.850Z","etag":null,"topics":["automation","music","python","spotdl","systemd","yt-dlp"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/update-playlist/","language":"Python","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/totoLab.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":"2024-10-31T10:28:22.000Z","updated_at":"2025-09-13T10:26:36.000Z","dependencies_parsed_at":"2024-10-31T11:26:51.817Z","dependency_job_id":"f60bdab0-c7c3-4cac-8f7c-53adb8e91417","html_url":"https://github.com/totoLab/update_playlist","commit_stats":null,"previous_names":["totolab/update_playlist"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/totoLab/update_playlist","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/totoLab%2Fupdate_playlist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/totoLab%2Fupdate_playlist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/totoLab%2Fupdate_playlist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/totoLab%2Fupdate_playlist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/totoLab","download_url":"https://codeload.github.com/totoLab/update_playlist/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/totoLab%2Fupdate_playlist/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28412478,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T05:26:33.345Z","status":"ssl_error","status_checked_at":"2026-01-14T05:21:57.251Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["automation","music","python","spotdl","systemd","yt-dlp"],"created_at":"2026-01-14T06:59:53.435Z","updated_at":"2026-01-14T06:59:54.121Z","avatar_url":"https://github.com/totoLab.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Update Playlist\n\nA modular playlist manager to download and manage Spotify playlists.\n\n## Installation\n\nInstall the package from PyPI:\n\n```bash\npip install update-playlist\n```\n\n## Usage\n\n1.  **Configuration**\n\n    The first time you run `update-playlist`, it will create a default configuration file at `~/.config/update_playlist/playlist.json`. You need to edit this file to configure your playlists.\n\n    ```json\n    {\n        \"base_path\": \"~/Music/playlists\",\n        \"playlists\": [\n            {\n                \"name\": \"my-favorite-songs\"\n            },\n            {\n                \"name\": \"rock-classics\",\n                \"spotify_url\": \"https://open.spotify.com/playlist/4uV...\"\n            }\n        ],\n        \"spotify\": {\n            \"client_id\": \"your_client_id_here\",\n            \"client_secret\": \"your_client_secret_here\",\n            \"audio_format\": \"mp3\",\n            \"audio_quality\": \"best\"\n        }\n    }\n    ```\n\n2.  **Sync Playlists**\n\n    To sync all your playlists, run:\n\n    ```bash\n    update-playlist\n    ```\n\n3.  **Add a new playlist**\n\n    You can add a new playlist using the `--add-playlist` option:\n\n    ```bash\n    update-playlist --add-playlist \u003cSPOTIFY_URL\u003e \u003cPLAYLIST_NAME\u003e\n    ```\n\n## Development\n\nTo install the project in editable mode:\n\n```bash\ngit clone https://github.com/your-username/update-playlist.git\ncd update-playlist\npip install -e .\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftotolab%2Fupdate_playlist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftotolab%2Fupdate_playlist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftotolab%2Fupdate_playlist/lists"}