docs: add README
explaining the basics
This commit is contained in:
parent
957792bf28
commit
e0d512ea9b
1 changed files with 15 additions and 0 deletions
15
README.md
Normal file
15
README.md
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# Docker beets
|
||||||
|
|
||||||
|
Container used to run the [beets](https://beets.readthedocs.io/en/stable/index.html) music library organizer.
|
||||||
|
|
||||||
|
## Quickstart
|
||||||
|
|
||||||
|
Copy `config.yaml` into the host volume's `config` folder (in this case `/srv/beets/config`).
|
||||||
|
Place the music you want to import into the `import` folder (in this case `/srv/beets/import`).
|
||||||
|
Run the beets importer interactively:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo docker exec -it beets beet import /import
|
||||||
|
```
|
||||||
|
|
||||||
|
The commandline and/or configuration reference [can be found here](https://beets.readthedocs.io/en/stable/index.html).
|
Loading…
Add table
Reference in a new issue