create/update 'beets config.md' file

This commit is contained in:
anonymous
2023-04-25 21:57:09 -04:00
parent 413b7a9a21
commit 58c043bab2

View File

@@ -140,6 +140,9 @@ match:
* [Getting Started](http://beets.readthedocs.io/en/v1.4.2/guides/main.html) * [Getting Started](http://beets.readthedocs.io/en/v1.4.2/guides/main.html)
* [Path Formats - Template Functions](http://beets.readthedocs.io/en/v1.4.2/reference/pathformat.html) * [Path Formats - Template Functions](http://beets.readthedocs.io/en/v1.4.2/reference/pathformat.html)
* [Somebody's beets config sample](http://akeil.net/listings/beets.config.yaml.html) * [Somebody's beets config sample](http://akeil.net/listings/beets.config.yaml.html)
---
* Beets config is located at `$HOME/.config/beets/config.yaml` * Beets config is located at `$HOME/.config/beets/config.yaml`
* Import directory of music with: `beet import <directory-name>` * Import directory of music with: `beet import <directory-name>`
* Delete album with: `beet rm -a "Jon Oliva" -d` (`-a` for album and `-d` to delete the files and not just the database entry) * Delete album with: `beet rm -a "Jon Oliva" -d` (`-a` for album and `-d` to delete the files and not just the database entry)