Moode Forum

Full Version: Excel extraction of my music
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello everybody. I'm not a Linux programmer (or rather I'm a programmer on another platform). I need to extract a list of all liquid music I own. The ideal would be an excel file with year/artist/album/favorite (yes/no).

Could anyone help me?

Thanks
You could try importing the Library tag cache file if Excel supports JSON format as an import type. Then you could manipulate the data in Excel.

The file is at this location.
Code:
/var/local/www/libcache_all.json
(11-29-2022, 02:49 PM)Tim Curtis Wrote: [ -> ]You could try importing the Library tag cache file if Excel supports JSON format as an import type. Then you could manipulate the data in Excel.

The file is at this location.
Code:
/var/local/www/libcache_all.json

Thanks you Tim