Themis;529709 Wrote: 
> Any ideas ?

Are you coming from 7.5 trunk using MySQL or from 7.5 embedded using
SQLite?  If you're coming from 7.5 trunk and using your old preferences
file then you might want to make sure that Squeezebox Server is
configured to use SQLite.  MySQL isn't working well on Windows and SbS
at times actually uses both databases at the same time.  It's kind of a
mess, but it does work well with SQLite.

With the server stopped, edit the server.prefs file and make sure you
have two lines that look something like the following.  The dbname will
be the full path to the SQLite database file.  (dbusername and
dbpassword aren't used with SQLite.)


Code:
--------------------
    
  dbsource: dbi:SQLite:dbname=C:\...
  dbtype: SQLite
  
--------------------


If you did a fresh install then you don't have to worry about it, as
SbS should correctly default to use SQLite.


-- 
JJZolx

Jim
------------------------------------------------------------------------
JJZolx's Profile: http://forums.slimdevices.com/member.php?userid=10
View this thread: http://forums.slimdevices.com/showthread.php?t=76690

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

Reply via email to