how to print lists

Asked by Richard Hazle

I need to print a collection list by title, by author or by composer.

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu amarok Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Markus Thielmann (thielmann) said :
#1

Thanks for your question.

It might help us, if you tell us which software you intent to use. If it's just "a list" you might want to look at Openoffice.org Calc (Applications->Office->Openoffice.org Spreadsheet).

Revision history for this message
Richard Hazle (rhazle) said :
#2

I want to print album, artist, composer and song lists from Amarok. I either need to get the lists into openoffice, or to print them directly from Amarok.

Revision history for this message
Danny Staple (danny-orionrobots) said :
#3

I suspect you will need to think about scripting to achieve this as it is not functionality that is built into Amarok. Suggestions are to create an Amarok plugin, or to use an interface to the Amarok database files.

There is a playlist->save playlist as menu option which may help you here - it saves as the fairly standard m3u format. If you have a directory full of tagged mp3 files, then the m3u can be used to lookup the rest of the tag info from the mp3 files with a tag extractor, like mp3info.

Revision history for this message
Markus Thielmann (thielmann) said :
#4

In fact it's not that complicated:

1) Configure Amarok to use MySQL to store it's database data (it's in "Preferences")
2) Install the MySQL Query Browser (Openoffices MySQL Support seems to be broken)
3) Open Query Browser and execute "SELECT * FROM tags"
4) Choose "File->Export Resultset->as Excel Worksheet"
5) Open this sheet in Openoffice Calc and format it like you need it (choose "Seperated by: Comma"

Revision history for this message
Markus Thielmann (thielmann) said :
#5

Sorry, use "CSV", not Excel. (Just tested it, when choosing Excel the queary browser crashed).

Revision history for this message
Danny Staple (danny-orionrobots) said :
#6

Interesting. Is there an equivalent plugin to work with a sqlite database instead?

Revision history for this message
Harald Sitter (apachelogger) said :
#7

http://sqlitebrowser.sourceforge.net can, as far as I know, do the very same.
Unfortunately it's only available in Ubuntu Hardy Heron, so you will have to compile it from source, or you can try to install the hardy package (if you're brave ;-)

Revision history for this message
JFR (johnfrancisrussell) said :
#8

I have a large Amarok collection (over 1000 albums w/ covers).

What is the advantage/disadvantage/risk of switching from sqllite to MySQL in my preferences?

Can you help with this problem?

Provide an answer of your own, or ask Richard Hazle for more information if necessary.

To post a message you must log in.