yep, you were all right. it was indeed easier to just rescan. I was not
aware that the 'new music' - playlist is based on file timestamps, and
not on date added :cool:
however, for the sake of completeness, this is how I (almost) got it to
work under ubuntu by modifying the mysql database:
Code:
--------------------
#modify library.db using sqlite3
sqlite3 /var/lib/squeezeboxserver/cache/library.db`
#in sqlite:
UPDATE tracks SET url = replace(url, '/media/old_mount/ , '/media/new_mount');
UPDATE tracks SET cover = replace(cover, '/media/old_mount' ,
'/media/new_mount/');
--------------------
thanks for the inputs,
ph
------------------------------------------------------------------------
phiber2k4's Profile: http://forums.slimdevices.com/member.php?userid=65634
View this thread: http://forums.slimdevices.com/showthread.php?t=105468
_______________________________________________
Squeezecenter mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/squeezecenter