Where the cache goes is dependent on your home directory, which depends on what user you are logged in as. The "user" which starts the daemon during reboot will not be the same as the user when you are starting it when you log in. I got bit by this.
The directory it is in is a hidden directory (.MusicMagic). This may be why your are not finding it. Mine is in /root/.MusicMagic. I'm using SuSE, so the startup script thing is different. I log in as root when I make changes to my system. I have my startup script setup to force the home directory to be "root" when the music IP server is started: export HOME="/root" startproc -u root /usr/MusicIP/MusicMagicMixer/MusicMagicServer start Looking at the ini file, I guess you can dictate this with settings there, but you haven't set those either. I use the method above and it worked for me. I also wonder if the NAS is mounted prior to your script running. That could be problematic too. -- maggior Rich --------- Setup: 2 SB3s, 1 duet. SuSE 10.2 Server running SqueezeCenter 7.2 http://www.last.fm/user/maggior ------------------------------------------------------------------------ maggior's Profile: http://forums.slimdevices.com/member.php?userid=9080 View this thread: http://forums.slimdevices.com/showthread.php?t=51905 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/plugins
