An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

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
```