Page 1 of 1
Specific Clementine Question
Posted: Sun Oct 09, 2022 11:52 am
by MAYBL8
I have been reading through the documentation and can't find the answer to this.
I selected a group of files for clementine to play. That list shows up in the clementine window.
I would like to either print that this to a piece of paper or more preferred send it to a .csv file.
Is this possible?
Re: Specific Clementine Question [Solved]
Posted: Sun Oct 09, 2022 7:52 pm
by indielinuxpower
Save everything to a playlist (save button to left of search bar)
All info is in .config/Clementine/clementine.db
I just open with app image version of "DB Browser for SQLite"
https://sqlitebrowser.org/
I right click on "playlist_items" under Database Structure tab of DB Broswer, and choose "export as CSV file".
added:
Or another table in the database might have more of what you want, and just export that as a CSV or JSON file (both are options).
Re: Specific Clementine Question
Posted: Sun Oct 09, 2022 8:11 pm
by dolphin_oracle
you can save as a variety of playlist files by rightclicking on the tab for the playlist. its not csv, but they are all plain text of one sort or another. the default is an xml file.
Re: Specific Clementine Question
Posted: Mon Oct 10, 2022 9:31 am
by MAYBL8
Thanks for all of the answers.
I am going to have fun playing with this.
Re: Specific Clementine Question
Posted: Mon Oct 10, 2022 11:57 am
by JeffA
I just use the version in the MX Package Installer. Search for "sqlitebrowser".
Re: Specific Clementine Question
Posted: Mon Oct 10, 2022 1:47 pm
by indielinuxpower
JeffA wrote: Mon Oct 10, 2022 11:57 am
I just use the version in the MX Package Installer. Search for "sqlitebrowser".
I only use the app image version because I don't use it that often and it will be most up to date version. Otherwise I would install using MX Package Installer. Just a mater of personal choice. I linked to the site because it explains that you can get through your distro, or app image.