Reply To: FirePlay Flash client for FireFly

#13686
Anonymous
Inactive

@hage4711 wrote:

Sorry,
for the moment I don’t have the time to read all 28 pages of the thread, so I only ask you a short question:
I am looking for a tool whith which I can print out a list of all artists and albums I have collected in the firefly database.
Because firefly does not support mysql, I can’t do this in access for myself.
Is it possible to get such a list out of fireplay?
Thank you.
If it does not work and someone knows a solution, please tell me.

Your installation probably uses an SQLite database as a backend? If that’s the case you could get all of that from the command line.

sqlite songs.db "SELECT DISTINCT artist, album FROM songs"

sqlite might also be called sqlite3 if you use version 3 of the db.