
CoverPrint
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
CoverPrint creates CD cover images of the Amarok playlist, ready for printing.
The templates are inkscape files, which can be easily modified to your own taste.
Dependencies:
amaroK 1.4
>= Python 2.3
PyQt3
PyKDE3
>= xsltproc 1.1
>= inkscape 0.45 (older probably ok)
11 years ago
v1.7
Improved text fitting
11 years ago
v1.7
Improved text fitting
hefee
8 years ago
I created an amarok2 version of this plugin:
http://kde-apps.org/content/show.php?content=157997
Feel free to take my code under:
https://bitbucket.org/hefee/coverprint/overview
You made a very cool plugin, this one is the reason why my mother was not switching to amarok2.
Regards,
Hefee
Report
heatseeker
6 years ago
I just tried your amarok2 version of CoverPrint. It works very well! Funny to see the same old (boring) template after all these years :)
Report
draffin
11 years ago
Report
heatseeker
11 years ago
Report
SputnikRock
11 years ago
It looks like
~/.kde/share/apps/amarok/current.xspf
could already be the format you need as it is already XML!
An upgrade would be _very_ helpful! :o)
Many thanks! - And have fun!
Report
heatseeker
11 years ago
If it's possible now, notify me, and I'll see what I can do. Still a happy 1.4 user though, so don't hold your breath :)
Report
SputnikRock
11 years ago
heatseeker, as far as I understood the ~/.kde/share/apps/amarok/current.xspf file is already the actual playlist. As far as I understood you only have to pass it further...
Thanks for the answer! :) - And all the best to you! Happy coding also ;o)
Report
SputnikRock
11 years ago
Your script is more important to me than amarok2 itslef as amarok14 is very good as well...
I will stay on amarok14 on KDE4 as long as there is no better solution than your script (which is a high standard) :)
Thank you very much! :)
Report
dominiik
13 years ago
I like yuor script very much, but I have one question - is it possible for script to add a cover art from eg: amarock database?? It would be ideal than ;-)
Report
Cromwell
13 years ago
Moreover: Is it possible not to print the artist always behind the track title? TIA!
Report
heatseeker
13 years ago
Furthermore, the ability to open the generated cover in Inkscape for postprocessing is a great idea. As soon as I have a little spare time I'll look into it.
Report
grau
14 years ago
Would it be possible, to add something like an "open in Inkscape" option so you can postprocess the file before printing?
Report
Maschman
14 years ago
anyone has the same problem ?
Report
herrschneider
13 years ago
Report
heatseeker
13 years ago
Report
heatseeker
14 years ago
Report
10erMandi
14 years ago
Could you please tell me, if you got my .svg-file?
10erMandi
Report
heatseeker
14 years ago
Report
10erMandi
14 years ago
I use Kubuntu dapper drake. (Contains amarok 1.4.3)
I installed all packages you mentioned in "dependencies" but CoverPrint failed with: execution of xsltproc failed
unspecified error
Then I added xsltproc, but error message is "error in one of
the documents"
Could you please update your list of dependencies and give me a hint, what is going wrong now?
Regards
10erMandi
P.S.: I would highly appreciate the funktion of printing directly on CDs.
Report
casparwrede
14 years ago
sudo apt-get install xsltproc
I use kubuntu edgy eft.
Very nice script by the way!
Report
10erMandi
14 years ago
I use Kubuntu dapper drake. (Contains amarok 1.4.3)
I installed all packages you mentioned in "dependencies" but CoverPrint failed with: execution of xsltproc failed
unspecified error
Then I added xsltproc, but error message is "error in one of
the documents"
Could you please update your list of dependencies an give me a hint, what is going wrong now?
Regards
10erMandi
P.S.: I would highly appreciate the funktion of printing directly on CDs.
Report
10erMandi
14 years ago
I use Kubuntu dapper drake. (Contains amarok 1.4.3)
I installed all packages you mentioned in "dependencies" but CoverPrint failed with: execution of xsltproc failed
unspecified error
Then I added xsltproc, but error message is "error in one of
the documents"
Could you please update your list of dependencies an give me a hint, what is going wrong now?
Regards
10erMandi
Report
heatseeker
14 years ago
you idea for printing directly on CD is very nice, but unfortunately I cannot test that since I have no cd label printer. You could however draw up a SVG template (in inkscape) that matches your cd label printer, then I can modify that template to add in the dynamic parts.
Report
TMG
14 years ago
I really like your script, it is very useful for me.
However, I found an annoying bug:
I have other scripts installed (MP3Fixer and lastamarok).
Those scripts also show an entry in the context menu when right-clicking on a file.
So I have the following entries in the context menu:
CoverPrint -> Print CD Cover
MP3Fixer -> FixIt!
lastamarok -> Love
Skip
Ban
Whatever entry I click, "Print CD Cover" ALWAYS gets activated.
For example, I click the FixIt! entry, the MP3Fixer correctly fixes my MP3. However, the Cover Print dialog is also shown.
Please fix your script so that it only gets activated when clicking the, and only the, "Print CD Cover" entry in the context menu.
Other scripts behave correctly.
Report
heatseeker
14 years ago
Report