https://github.com/ctrueden/beets-config
My beets configuration
https://github.com/ctrueden/beets-config
beets music
Last synced: 5 months ago
JSON representation
My beets configuration
- Host: GitHub
- URL: https://github.com/ctrueden/beets-config
- Owner: ctrueden
- Created: 2020-11-07T22:07:20.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-08-12T16:30:34.000Z (almost 2 years ago)
- Last Synced: 2025-02-09T04:11:11.873Z (over 1 year ago)
- Topics: beets, music
- Language: Python
- Homepage:
- Size: 266 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - ctrueden/beets-config - My beets configuration (Python)
README
My [beets](https://beets.io/) configuration.
## Installation
```
mamba env create
conda activate beets
./setup.sh
```
## My flexible attributes
- category: Primary directory override
- subcategory: Secondary directory override
- subtitle: disambiguating string after title, in brackets
- prefix: string at beginning of filename, in brackets
For soundtracks:
- avmedia: Animation, TV, Video Games, Musicals, Movies
- franchise: Final Fantasy
For world music:
- nationality: Japanese
For holiday music:
- holiday: Halloween
Naming schemes:
- `A Cappella//...`
- `Anthems//...`
- `Artists//...`
- `Children//...`
- `Classical//...`
- `Comedy//...`
- `Covers//...`
- `Crap//...`
- `Holidays//...`
- `Meditation//...`
- `Soundtracks//...`
See `ctrpaths` logic for full details.
## Import examples
```
beet import -s --set=category=Soundtracks --set=avmedia='Video Games' --set=franchise='Final Fantasy' Due-Recompense.opus
```