Hi! I solved the problem. Thanks for the hints! Here is what I did: The solution that worked out for me was to move the cache folder to a location that is already shared. In details:
1. Disable Squeezbox Server 2. open a telnet connection in your windows machine (here: telnet 192.168.1.98) 3. change to the actual cache folder of SBS on the NAS and copy server.prefs to a shared folder: e. g. [/share/Public] # cd .. [/share] # cd .. [/] # cd opt [/opt] # cd ssods4 [/opt/ssods4] # cd var [/opt/ssods4/var] # cd home/ [/opt/ssods4/var/home] # cd SqueezeboxServer/ [/opt/ssods4/var/home/SqueezeboxServer] # cd Prefs/ [/opt/ssods4/var/home/SqueezeboxServer/Prefs] # cp server.prefs /share/Public 5. Create a folder which is shared (e. g. "/Public/SBS_Cache") 4. modify the following lines of server.prefs in a text editor that it matches the new cache folder destination: cachedir: /share/Public/SBS_Cache dbsource: dbi:SQLite:dbname=/share/Public/SBS_Cache/library.db librarycachedir: /share/Public/SBS_Cache 5. copy back server.prefs to your NAS: [/opt/ssods4/var/home/SqueezeboxServer/Prefs] # cp /share/Public/server.prefs 6. Enable Squeezbox Server again 7. Tell Moose where the new cache folder is. Hope this is of help for others, Larry ------------------------------------------------------------------------ larry_leville's Profile: http://forums.slimdevices.com/member.php?userid=55530 View this thread: http://forums.slimdevices.com/showthread.php?t=94594 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
