syncthing: rescanInterval is 8 hours on media,
to avoid starting the hard drive when not needed
This commit is contained in:
parent
b0eb5e5fcd
commit
5f15710bec
2 changed files with 11 additions and 0 deletions
|
@ -45,22 +45,27 @@
|
|||
movies = {
|
||||
enable = true;
|
||||
path = "/media/movies";
|
||||
rescanInterval = 8 * 3600;
|
||||
};
|
||||
music-library = {
|
||||
enable = true;
|
||||
path = "/media/music-library";
|
||||
rescanInterval = 8 * 3600;
|
||||
};
|
||||
podcasts = {
|
||||
enable = true;
|
||||
path = "/media/podcasts";
|
||||
rescanInterval = 8 * 3600;
|
||||
};
|
||||
series = {
|
||||
enable = true;
|
||||
path = "/media/series";
|
||||
rescanInterval = 8 * 3600;
|
||||
};
|
||||
smartphone-music = {
|
||||
enable = true;
|
||||
path = "/media/smartphone-music";
|
||||
rescanInterval = 8 * 3600;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -68,26 +68,32 @@
|
|||
music-library-free = {
|
||||
enable = true;
|
||||
path = "/media/syncthing/music-library-free";
|
||||
rescanInterval = 8 * 3600;
|
||||
};
|
||||
samples = {
|
||||
enable = true;
|
||||
path = "/media/syncthing/samples";
|
||||
rescanInterval = 8 * 3600;
|
||||
};
|
||||
movies = {
|
||||
enable = true;
|
||||
path = "/media/syncthing/movies";
|
||||
rescanInterval = 8 * 3600;
|
||||
};
|
||||
music-library = {
|
||||
enable = true;
|
||||
path = "/media/syncthing/music-library";
|
||||
rescanInterval = 8 * 3600;
|
||||
};
|
||||
podcasts = {
|
||||
enable = true;
|
||||
path = "/media/syncthing/podcasts";
|
||||
rescanInterval = 8 * 3600;
|
||||
};
|
||||
series = {
|
||||
enable = true;
|
||||
path = "/media/syncthing/series";
|
||||
rescanInterval = 8 * 3600;
|
||||
};
|
||||
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue