Set custom location for SQLite instead of default location

Bjorn

Member
Is this possible to do? I'd like to point all 3 of my machines to the same file on a central fileserver

Cheers!
 
Is this possible to do? I'd like to point all 3 of my machines to the same file on a central fileserver
Currently it is not possible, you can only choose from two fixed locations. Anyway, when the database is supposed to be used by multiple instances, especially from different computers, MySQL database should be used. SQLite will not perform good in this case as it's a local database, so you may experience severe performance problems especially for database-heavy tasks like creating a playlist, ads scheduler, Track List etc.
 
Back
Top