treefern wrote: > I would like to try your program but I have a problem in that I migrated > my LMS database from WHS 2011 to Linux on QNAP NAS and I cannot get > under the bonnet to get to > /opt/ssods4/var/home/SqueezeboxServer/Cache/library.db. > > I guess best option is to copy database to windows and run the program. > Is there a way (like CMD in windows) to get to non network folders? I'm not familiar with QNAPs, but the way I handle it with my own NAS (which is running Linux) is to create a link in a network-accessible folder, pointing to the library.db file (in your case /opt/ssods4/var/home/SqueezeboxServer/Cache/library.db). That way I can map a drive in Windows pointing to the shared folder, and access the file directly that way.
So if you log in to your NAS you could do something like: ln /opt/ssods4/var/home/SqueezeboxServer/Cache/library.db lsm-library.db Then the "file" lsm-library.db would actually be a link to the LSM database file, and you could access it as such from a Windows drive mapped to the share where you created the link. ------------------------------------------------------------------------ Dogberry2's Profile: http://forums.slimdevices.com/member.php?userid=18883 View this thread: http://forums.slimdevices.com/showthread.php?t=101600 _______________________________________________ discuss mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/discuss
