I'm curious what subsonic uses for the database. I see where it has a directory for it, but can't read what's inside. Is it a flat file db or is there a db server running with subsonic? I'm using the standalone version on linux.
I saw in another post where you can use the db.view file to query the database. I'm interested in trying to query the database for playcounts of individual files, not just the albums.
select * from music_file_info
Is there other ways to query the database besides just this web front? I'm considering writing a PHP script to query the database to pull out certain podcasts with 0 play_count and have it make a playlist file.
Thanks
Jason
