Moode Forum
Excel extraction of my music - Printable Version

+- Moode Forum (https://moodeaudio.org/forum)
+-- Forum: Community (https://moodeaudio.org/forum/forumdisplay.php?fid=18)
+--- Forum: General Discussion (https://moodeaudio.org/forum/forumdisplay.php?fid=21)
+--- Thread: Excel extraction of my music (/showthread.php?tid=5216)



Excel extraction of my music - br1dipaolo - 11-29-2022

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


RE: Excel extraction of my music - Tim Curtis - 11-29-2022

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



RE: Excel extraction of my music - br1dipaolo - 11-29-2022

(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