Update beets tagging
This commit is contained in:
parent
5ca7161517
commit
8e14bdbcc1
@ -152,6 +152,11 @@ is manual though. The steps for adding a new CD.
|
||||
|
||||
All steps below are to be executed as the `music` user.
|
||||
|
||||
### Note on tagging
|
||||
|
||||
* For live albums add "YYYY-MM-DD at Venue, City, Country" in the "Subtitle" tag.
|
||||
* For remasters use original release tags and add "YYYY Remaster" in the "Subtitle" tag.
|
||||
|
||||
### Ripping a CD
|
||||
|
||||
1. Use a CD ripper and rip the CD to `/var/lib/yggdrasil/home/music/rip` using flac encoding.
|
||||
|
@ -2,9 +2,14 @@ plugins: convert fetchart
|
||||
library: {{ music_user_data_directory }}/flac/library.db
|
||||
|
||||
directory: {{ music_user_data_directory }}/flac
|
||||
paths:
|
||||
default: $albumartist/$year $album%aunique{}/$track $title
|
||||
singleton: Non-Album/$artist/$title
|
||||
comp: Compilations/$year $album%aunique{}/$track $title
|
||||
import:
|
||||
move: yes
|
||||
write: no
|
||||
autotag: no
|
||||
|
||||
convert:
|
||||
dest: /var/tmp/{{ music_user_name }}/mp3
|
||||
|
Loading…
Reference in New Issue
Block a user