Reply To: Tracks listed twice

#5875
rpedde
Participant

@ccomley wrote:

This is Windows firefly running on an XP box. Is there a similar way to peep at the data tables? Even if I have to do an “export” to a text file or summat? I do have Linux boxes but nt in the house.

The “invisble” data is on a NAS box which I’ve yet to work out how to get Firefly to access when running as a service, so unless I’ve fixed that without realising it, I’m pretty sure Firefly can only see the copy of the NAS data subdir that I copied to the XP box local drive.

Yeah, you can use the sqlite binary from here:

http://www.sqlite.org/sqlite-2_8_17.zip

It’s a command line program, docs are here:

http://www.sqlite.org/sqlite.html

But it will work just as above, only from a dos prompt:


c:>cd program filesfirefly media server
c:program filesfirefly media server>sqlite songs.db
sqlite> ... etc ...

— Ron