Compare commits
2 Commits
a81fc48127
...
909baf9111
| Author | SHA1 | Date | |
|---|---|---|---|
|
909baf9111
|
|||
|
341e4d703a
|
@ -50,7 +50,7 @@ in {
|
||||
"edit" # edit metadata in text editor
|
||||
"fetchart" # pickup local cover art or search online
|
||||
"fish" # beet fish generates ~/.config/fish/completions file
|
||||
"lyrics" # fetch song lyrics
|
||||
# "lyrics" # fetch song lyrics
|
||||
"musicbrainz" # auto tagger data source
|
||||
"replaygain" # write replaygain tags for automatic loudness adjustments
|
||||
];
|
||||
@ -60,10 +60,10 @@ in {
|
||||
sources = "filesystem coverart itunes amazon albumart"; # sources are queried in this order
|
||||
};
|
||||
|
||||
lyrics = {
|
||||
auto = "yes"; # only embeds lyrics into metadata, needed for jellyfin but useless for rmpc
|
||||
synced = "yes"; # prefer synced lyrics if provided
|
||||
};
|
||||
# lyrics = {
|
||||
# auto = "yes"; # only embeds lyrics into metadata, needed for jellyfin but useless for rmpc
|
||||
# synced = "yes"; # prefer synced lyrics if provided
|
||||
# };
|
||||
|
||||
replaygain = {
|
||||
auto = "yes"; # analyze on import automatically
|
||||
|
||||
@ -46,20 +46,21 @@
|
||||
|
||||
# SG Exos Mirror Shares
|
||||
|
||||
"/media/Movie" = {
|
||||
device = "192.168.86.20:/mnt/SG Exos Mirror 18TB/Movie";
|
||||
fsType = "nfs";
|
||||
options = ["defaults" "rw" "relatime" "_netdev" "bg" "soft"];
|
||||
};
|
||||
|
||||
"/media/Show" = {
|
||||
device = "192.168.86.20:/mnt/SG Exos Mirror 18TB/Show";
|
||||
fsType = "nfs";
|
||||
options = ["defaults" "rw" "relatime" "_netdev" "bg" "soft"];
|
||||
};
|
||||
# TODO: New HDDs
|
||||
# "/media/Movie" = {
|
||||
# device = "192.168.86.20:/mnt/SG Exos Mirror 18TB/Movie";
|
||||
# fsType = "nfs";
|
||||
# options = ["defaults" "rw" "relatime" "_netdev" "bg" "soft"];
|
||||
# };
|
||||
# "/media/Show" = {
|
||||
# device = "192.168.86.20:/mnt/SG Exos Mirror 18TB/Show";
|
||||
# fsType = "nfs";
|
||||
# options = ["defaults" "rw" "relatime" "_netdev" "bg" "soft"];
|
||||
# };
|
||||
|
||||
"/media/TV-Music" = {
|
||||
device = "192.168.86.20:/mnt/SG Exos Mirror 18TB/Music";
|
||||
# device = "192.168.86.20:/mnt/SG Exos Mirror 18TB/Music";
|
||||
device = "192.168.86.20:/mnt/Music/Music";
|
||||
fsType = "nfs";
|
||||
options = ["defaults" "rw" "relatime" "_netdev" "bg" "soft"];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user