Add Beets music library manager script - #1381
Closed
JaredVititoe wants to merge 6 commits into
Closed
Conversation
Beets is a CLI music library manager that: - Auto-tags music using MusicBrainz and acoustic fingerprinting - Fetches album art, lyrics, and genres - Organizes files with customizable naming schemes - Includes optional web interface on port 8337 Plugins included: chroma, lyrics, fetchart, embedart, lastgenre, scrub, duplicates, missing, info, edit, web Co-Authored-By: Claude <noreply@anthropic.com>
Member
|
Fill proper PR Template correctly Use AI.md from Docs for Claude with visual Studio Code for correct working. You used core deps, wrong functions, wrong msgs |
Contributor
Greptile OverviewGreptile SummaryAdds Beets music library manager with CLI and optional web interface. The implementation includes container setup script ( Key Changes:
Issues Found:
Confidence Score: 2/5
Important Files Changed
|
- Use parameter expansion syntax for variables - Fix category to 13 (Media & Streaming) - Use selfhst icons CDN for logo - Add cleanup_lxc at end of install script - Enable beets-web service by default - Simplify output format to match standard - Add proper author format Co-Authored-By: Claude <noreply@anthropic.com>
Reverts ct/beets.sh to use main repo URL after successful testing. Co-Authored-By: Claude <noreply@anthropic.com>
The lyrics plugin requires langdetect module to function properly. Co-Authored-By: Claude <noreply@anthropic.com>
Member
|
Please use our PR Template. We have action wich are depeden on it. This can and will not be reviewd otherwise and closed. |
michelroegl-brunner
force-pushed
the
main
branch
from
February 3, 2026 15:07
5e52452 to
b5171d2
Compare
Contributor
|
@JaredVititoe This PR has been marked as stale. It will be closed if no new commits are added in 7 days. |
Member
|
Still no vaild pr template, closing. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Files Added
ct/beets.sh- Container creation and update scriptinstall/beets-install.sh- Installation scriptfrontend/public/json/beets.json- Frontend metadataPlugins Included
chroma, lyrics, fetchart, embedart, lastgenre, scrub, duplicates, missing, info, edit, web
Resources
Test plan
beet import /path/to/music🤖 Generated with Claude Code