aboutsummaryrefslogtreecommitdiff
path: root/audio/squeezecenter/files/patch-Slim_Utils_Prefs.pm
blob: 9dab1f2b49fb9374aae73bd03c7cde83a0c92baf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34

$FreeBSD$

--- Slim/Utils/Prefs.pm.orig
+++ Slim/Utils/Prefs.pm
@@ -392,6 +392,10 @@
 
 		$path = $Bin . '/Playlists';
 
+	} elsif (Slim::Utils::OSDetect::OS() eq 'unix') {
+
+		$path = "/var/db/slimserver/playlists";
+
 	} else {
 
 		$path = '';
@@ -424,7 +428,7 @@
 
 	} elsif ($os eq 'unix') {
 
-		$CacheDir = catdir($ENV{'HOME'},'Cache');
+		$CacheDir = "/var/db/slimserver/cache";
 	}
 
 	my @CacheDirs = splitdir($CacheDir);
@@ -1014,7 +1018,7 @@
 	} elsif (Slim::Utils::OSDetect::OS() eq 'win')  {
 		$prefsPath = $Bin;
 	} else {
-	 	$prefsPath = $ENV{'HOME'};
+	 	$prefsPath = "/var/db/slimserver";
 	}
 	
 	$::d_prefs && msg("The default prefs directory is $prefsPath\n");