{"id":24617474,"url":"https://github.com/snaacky/mymusiclist","last_synced_at":"2026-04-18T02:31:04.858Z","repository":{"id":88827468,"uuid":"266857360","full_name":"Snaacky/mymusiclist","owner":"Snaacky","description":"A personal music playlist app for the web built with Flask and youtube-dl","archived":false,"fork":false,"pushed_at":"2023-05-01T21:41:31.000Z","size":108,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-03T20:50:07.584Z","etag":null,"topics":["app","flask","music","playlist","pydal","python","python3","web","youtube-dl"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Snaacky.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":"2020-05-25T18:55:16.000Z","updated_at":"2022-06-22T14:33:06.000Z","dependencies_parsed_at":"2023-06-12T20:00:45.226Z","dependency_job_id":null,"html_url":"https://github.com/Snaacky/mymusiclist","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Snaacky/mymusiclist","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Snaacky%2Fmymusiclist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Snaacky%2Fmymusiclist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Snaacky%2Fmymusiclist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Snaacky%2Fmymusiclist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Snaacky","download_url":"https://codeload.github.com/Snaacky/mymusiclist/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Snaacky%2Fmymusiclist/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31953751,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["app","flask","music","playlist","pydal","python","python3","web","youtube-dl"],"created_at":"2025-01-24T23:39:23.929Z","updated_at":"2026-04-18T02:31:04.834Z","avatar_url":"https://github.com/Snaacky.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MyMusicList\n\nMyMusicList is a minimalist Flask web-application that allows you to quickly deploy, host, and remotely manage your personal music playlist. MyMusicList utilizes youtube-dl to allow you to remotely download your favorite songs directly from YouTube and maintains all of your data in a lightweight SQLite database using PyDAL. \n\n\n## Features\n* Music Player\n* Add Song\n* Remove Song\n* Rename Song\n\n## Get Started\n\n1. Clone the repository \n```\ngit clone https://github.com/Snaacky/MyMusicList.git\n```\n\n2. Install the prerequisites\n```\npip install -r requirements.txt\n```\n\n3. Update your Flask secret key to something unique in `mymusiclist.py`\n```\napp.config[\"SECRET_KEY\"] = \"PUT_YOUR_OWN_SECURE_KEY_HERE\"\n```\n\n4. Update the path you plan to download to and store your music at in `mymusiclist.py` \n```\napp.config[\"SONGS_PATH\"] = \"static/music/\"\n```\n\n5. Execute the entrypoint.\n```\npython wsgi.py\n```\n\n## Requirements\n* Python 3\n* [Flask](https://github.com/pallets/flask)\n* [PyDAL](https://github.com/web2py/pydal)\n* [youtube-dl](https://github.com/ytdl-org/youtube-dl)\n\n## Built With\n* [audio.js](https://kolber.github.io/audiojs/)\n* [Bootstrap 4](https://getbootstrap.com/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsnaacky%2Fmymusiclist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsnaacky%2Fmymusiclist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsnaacky%2Fmymusiclist/lists"}