eponymous;382466 Wrote: 
> 
> I am running SqueezeCenter 7.3.1 on a ReadyNAS Duo. I've installed
> PlayLog v0.7a32. I've got "CURRENT SONG LOGGING" set to "All Tracks,"
> but the log of songs played just says "Nothing to show." Checking the
> SqueezeCenter log, I see numerous messages like the following:
> 
> [09-01-10 15:02:49.1517] Plugins::PlayLog::Plugin::logSongInfo (420)
> unable to create song log
> 

Are you able to save playlists?

In your playlist directory, do you see a directory named
PlayLogSongLogs? Can you get the permissions on that file, and see how
they compare to the playlist directory?

It sounds like you probably have the PlayLogSongLogs directory (or
you'd see "unable to create logging directory" messages), but it
probably doesn't have the right permissions for PlayLog to create text
files inside there (it tries to create files with names like
"200901.xml"). You may need to SSH to the ReadyNAS device and manually
fix the permissions, preferably making them match the playlists
directory, but a 
Code:
--------------------
    chmod -R a+rwX PlayLogSongLogs
--------------------
 (after using 'cd' to get to the playlist dir) should certainly fix the
problem. Unless it's something really ugly like ReadyNAS' Perl not
liking PlayLog specifying that UTF-8 encoding should be used for the
XML contents...

Let me know!


-- 
peterw

http://www.tux.org/~peterw/
free plugins: http://www.tux.org/~peterw/#slim
AllQuiet BlankSaver ContextMenu FuzzyTime KidsPlay
KitchenTimer PlayLog PowerCenter/BottleRocket SaverSwitcher
SettingsManager SleepFade StatusFirst SyncOptions VolumeLock
------------------------------------------------------------------------
peterw's Profile: http://forums.slimdevices.com/member.php?userid=2107
View this thread: http://forums.slimdevices.com/showthread.php?t=44582

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/plugins

Reply via email to