On May 14, 2009, at 9:21 PM, erland wrote: > > I bit of warning to anyone that uses Multi Library, SQL Playlist, > Custom > Browse, Custom Scan, TrackStat, Database Query or Dynamic Playlist > plugins. > > I suspect all of these plugins won't currently work with this new > version, I haven't had time to check it myself yet but I'm pretty sure > it's the case since I think I use MySQL specific stuff in some or > all of > them. > > An extra warning to TrackStat users, make sure you have a backup of > the > TrackStat data because I'm not sure if the TrackStat tables will be > transfered to SQLite automatically when you upgrade.
You may want to take a look at what I did for the tracks_persistent table. In 7.3.3 it exports a JSON file of all the data and this is imported back into SQLite the first time you run 7.4. You probably want to distribute a new version of the plugin for 7.3.3 that does this same sort of export every time the server shuts down. _______________________________________________ beta mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/beta
