{"id":20604034,"url":"https://github.com/tschaefer/beets-store","last_synced_at":"2025-11-07T18:03:42.053Z","repository":{"id":26283257,"uuid":"29730825","full_name":"tschaefer/beets-store","owner":"tschaefer","description":":musical_note: Beets Store. A plugin for the music geek's media organizer.","archived":false,"fork":false,"pushed_at":"2024-04-21T08:08:04.000Z","size":3838,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-22T03:32:16.909Z","etag":null,"topics":["beets","music","python","web-frontend"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tschaefer.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":"2015-01-23T11:59:57.000Z","updated_at":"2024-04-21T08:08:07.000Z","dependencies_parsed_at":"2023-10-24T18:30:13.662Z","dependency_job_id":"af040991-5fd0-4ea8-83db-b022b76cf845","html_url":"https://github.com/tschaefer/beets-store","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tschaefer/beets-store","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tschaefer%2Fbeets-store","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tschaefer%2Fbeets-store/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tschaefer%2Fbeets-store/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tschaefer%2Fbeets-store/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tschaefer","download_url":"https://codeload.github.com/tschaefer/beets-store/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tschaefer%2Fbeets-store/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280833013,"owners_count":26398972,"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","status":"online","status_checked_at":"2025-10-24T02:00:06.418Z","response_time":73,"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":["beets","music","python","web-frontend"],"created_at":"2024-11-16T09:20:09.445Z","updated_at":"2025-10-24T17:11:31.883Z","avatar_url":"https://github.com/tschaefer.png","language":"Python","readme":"# Beets Store\n\nA plugin for the music geek's media organizer.\n\n## Introduction\n\n*Beets Store* is a web frontend for your music library organized by\n[beets](http://beets.radbox.org/).\n\n* Play the music in your browser.\n* Optional scrobble the played music info to [LastFM](https://www.last.fm)\n* Download the music files and entire albums (A zipped directory with the music\n  files and the album cover image.)\n\n## Screenshots\n\n### Albums overview\n\n![Albums view](.screenshots/beets-view-albums.png \"Albums view\")\n\n### Artists overview\n\n![Artists view](.screenshots/beets-view-artists.png \"Artists view\")\n\n### Tracks overview\n\n![Tracks view](.screenshots/beets-view-tracks.png \"Tracks view\")\n\n### Album detailview\n\n![Album view](.screenshots/beets-view-album.png \"Album view\")\n\n## Installation\n\nInstall required services.\n\n    $ apt install redis\n\nInstall package and scripts.\n\n    $ git clone https://github.com/tschaefer/beets-store\n    $ cd beets-store\n    $ pipx install --include-deps .\n\n## Usage\n\nAdd plugin settings to beets configuration file.\n\n```\nstore:\n  host: \"::1\"\n  port: 8080\n  zipdir: /tmp/beets/store/zip\n  lastfm:\n    api_key: API_KEY\n    secret_key: SECRET_KEY\n```\nThe `lastfm` settings are optional. If you don't want to scrobble leave the\nsettings out.\n\nExample beets [configuration file](https://gist.github.com/tschaefer/daa09959eb7272715800#gistcomment-1684418)\n\nImport audio files.\n\n    $ beet import /music\n\nFetch cover art.\n\nThe album art image must be stored as `cover.jpg` alongside the music files\nfor an album. For optimal display all the images should have an equal width and\nheight of at least 300x300 px.\n\n    $ beet fetchart\n\nStart job queue worker.\n\nThe job queue is used to create album zip files for the download.\n\n    $ rq worker\n\nStart the web service.\n\n    $ beet store\n\n### Docker\n\nConfigure environment file.\n\nSet `BEETS_MUSIC_VOLUME` in the environment file `docker-compose.env`.\n\nFor overriding the configuration file and persist the database enable and set\nthe proper settings in the enviroment and compose files.\n\nStart the service.\n\n    $ docker compose --env-file docker-compose.env up\n\n## License\n\n[BSD 3-Clause “New” or “Revised” License](https://choosealicense.com/licenses/bsd-3-clause/)\n\n### Further thirdparty license\n\n * [beetsplug/store/static/img/404.jpg](https://pngimg.com/image/101094)\n\n## Is it any good?\n\n[Yes](https://news.ycombinator.com/item?id=3067434)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftschaefer%2Fbeets-store","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftschaefer%2Fbeets-store","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftschaefer%2Fbeets-store/lists"}