alphagamma;419652 Wrote: 
> 
> Ah I see there is a problem in your if structure, I changed it to:
> ...
> Now it works :)

Ah, that's great to hear. Thanks for diving & finding my goof. I've got
a new version in my testing repo/dir now, but I won't push it to the
stable repo/dir until I'm able to test it on my main system here. Have
you tried selecting a few songs and saving to custom log files? The
Web.pm code also tried explicit UTF-8, but I think my fallback logic
there should be OK, e.g.


Code:
--------------------
    
  if ( open(F, "<:encoding(UTF-8)", $file) ||
  open(F, "<$file") ) {
  
--------------------


Thanks!


-- 
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/mailman/listinfo/plugins

Reply via email to