Scanning with SQLite has pretty much always worked for me on Windows. 
But make sure you disable auto-scanning, which doesn't work at all on
Windows.  From your descriptiona and log it looks like both the
external and inline scanners may be running at the same time.

Settings > Performance > Automatically detect changes

You might want to check your server.prefs file and make sure that it's
set up correctly for SQLite.  For SQLite the only applicable prefs
are:


Code:
--------------------
    
  dbsource: dbi:SQLite:dbname=D:\slim\35\cache\squeezebox.db
  dbtype: SQLite
  
--------------------


After you've done this, stop the server and check your Windows
processes to make sure the external scanner isn't running (kill it if
necessary).  With the server stopped, delete the SQLite .db files in
your cache, since scanning progress is kept in the database itself.  If
it's wrong it will cause problems.  When you start back up I believe SbS
should launch the external scanner to build the database from scratch.

And a reminder: If you run your own instance of MySQL then you can't
switch to MySQL using the web interface.  You must edit the
server.prefs file to point at your MySQL server - changing it via the
web interface will point the server at the SbS instance of MySQL on
port 9092.  For convenience, I've found that I can keep all the
necessary settings for the three different dbms setups in the
server.prefs files by munging the pref name.  They're ignored, and
they'll survive any configuration changes.


Code:
--------------------
    
  dbpassword: slimserver
  dbsource: dbi:SQLite:dbname=D:\slim\35\cache\squeezebox.db
  dbsourcx: dbi:SQLite:dbname=D:\slim\35\cache\squeezebox.db
  dbsourcy: dbi:mysql:hostname=127.0.0.1;port=3306;database=slimserver35
  dbsourcz: dbi:mysql:hostname=127.0.0.1;port=9092;database=slimserver
  dbtype: SQLite
  dbtypx: SQLite
  dbtypy: MySQL
  dbtypz: MySQL
  dbusername: slimserver
  
--------------------


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

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

Reply via email to