SlimServerDatabaseFile
From SqueezeboxWiki
Applicability
The information below refers to versions of SlimServer /older/ than 6.5.0. Since SlimServer 6.5.0 the MySQL database is used by default, and SQLite is no longer used.
See also the SlimServerDatabaseStructure if you are interested in how the different information in the database is stored.
SQLite Database Location
SlimServer stores all track related data in a SQLite database on the filesystem.
Default Locations:
- Windows:
C:\Program Files\SlimServer\server\Cache\slimserversql.db
- Mac OSX:
~/Library/Caches/SlimServer/slimserversql.db
~slimserver/Cache/.slimserversql.db
- Unix, using the tarball:
~/.slimserversql.db

