oscar: Set up beets configuration
Eventually, I want to get the subsonicupdate plugin working, but that'll require credentials, and I don't want those to be committed in my config here.
This commit is contained in:
parent
85570010c6
commit
fb48169985
|
@ -145,7 +145,6 @@
|
||||||
qgis
|
qgis
|
||||||
|
|
||||||
# command line applications
|
# command line applications
|
||||||
beets
|
|
||||||
iperf
|
iperf
|
||||||
units
|
units
|
||||||
|
|
||||||
|
@ -252,6 +251,21 @@
|
||||||
# };
|
# };
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.beets = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
directory = "~/nas/chandler/public/media/music";
|
||||||
|
library = "~/nas/chandler/public/media/music/beets.db";
|
||||||
|
plugins = [
|
||||||
|
"fetchart"
|
||||||
|
# "lyrics"
|
||||||
|
# "subsonicupdate" # TODO
|
||||||
|
"mbsubmit"
|
||||||
|
"edit"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
programs.chromium = {
|
programs.chromium = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extensions = [
|
extensions = [
|
||||||
|
|
Loading…
Reference in a new issue