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?
Specific Clementine Question [Solved]
- indielinuxpower
- Posts: 34
- Joined: Sat Mar 26, 2022 12:14 pm
Re: Specific Clementine Question [Solved]
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).
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).
Last edited by indielinuxpower on Sun Oct 09, 2022 8:24 pm, edited 3 times in total.
- dolphin_oracle
- Developer
- Posts: 22238
- Joined: Sun Dec 16, 2007 12:17 pm
Re: Specific Clementine Question
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.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Re: Specific Clementine Question
Thanks for all of the answers.
I am going to have fun playing with this.
I am going to have fun playing with this.
Re: Specific Clementine Question
I just use the version in the MX Package Installer. Search for "sqlitebrowser".indielinuxpower wrote: Sun Oct 09, 2022 7:52 pm I just open with app image version of "DB Browser for SQLite" https://sqlitebrowser.org/
- indielinuxpower
- Posts: 34
- Joined: Sat Mar 26, 2022 12:14 pm
Re: Specific Clementine Question
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.JeffA wrote: Mon Oct 10, 2022 11:57 amI just use the version in the MX Package Installer. Search for "sqlitebrowser".indielinuxpower wrote: Sun Oct 09, 2022 7:52 pm I just open with app image version of "DB Browser for SQLite" https://sqlitebrowser.org/