Pabloandumundu / Tagstoo

Software to tag folders and files, with multimedia and epubs preview.
https://tagstoo.sourceforge.io/
7 stars 1 forks source link

Possibility of manage databases #2

Open catmidia opened 5 years ago

catmidia commented 5 years ago

I wish an explorer and better management for databases (your software is portable but the database don't, You can import and export but Can you move and use and ply with the original database? Where is it? Thanks

Pabloandumundu commented 5 years ago

Just as you point out, you can export the database, and copy it with te application executable, so I think that can be said that is portable. The database that the program uses originally (without exporting it) is hard to find or use externally… I will explain: The program in really is some html, javascript code and node.js attached to a chromium browser (that is node-webkit or nw.js) and the database is managed by this browser using its IndexedDB database system, so tagging data is saved somewhere it the ‘C:\users\%user%\AppData\Local\Google\Chrome\User Data\Default’ (in Windows) or ‘/home/%user%/.config/google-chrome/Default/IndexedDB/’ (in Linux) or ‘/Users/%user%/Library/Application Support/Google/Chrome/Default/IndexedDB/’ (in MacOS) route. I don't know what files use exactly.