Warning: session_start(): open(/tmp/sess_91gg2pdfvgrdq3r2bcqceuu386, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
Cover Fetcher (for AmaroK 1.4) openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans (3) .- Knowledge Base  . 

Cover Fetcher (for AmaroK 1.4)

   1.0  

Amarok Script

Score 85%
Cover Fetcher (for AmaroK 1.4)
zoom


Cover Fetcher (for AmaroK 1.4)
zoom


Downloads:  3130
Submitted:  Jun 23 2008
Updated:  Feb 9 2009

Description:

Fetches album art from Discogs.com and Last.fm.

The built in Amarok Cover Manager only allows fetching from amazon.com, which may be fine if your music collection largely consists of popular music. But if large parts of your music collection are vinyl rips or releases on underground labels, searching discogs.com will yield much better results.
This script allows fetching album cover art for the currently playing track from discogs.com by clicking onto any track in the playlist and selecting:
"Fetch Covers" -> "For Currently Playing Track"
Already existing local album art (image files from the currently playing track's folder) as well as relevant album art from Last.fm and Discogs.com can then be browsed / saved / deleted.

Hint:
If the window is not opening in the foreground but started minimized with the taskbar item flashing, the KDE focus stealing prevention level doesn't allow focussing our window. This can be fixed by setting this:
System Settings > Window Behaviour > Advanced > Focus Stealing Prevention Level: None

Prerequisites:
- Qt4.4.X
- PyQt4 (Python bindings for QT)

Keyboard Shortcuts:
The GUI can completely be used through keyboard interaction.
Show CoverFetcher Tab: Alt+F
Show Configuration Tab: Alt+C
Show Log Tab: Alt+L
Save image: Alt+S
Delete image: Alt+D
Show next image: Alt+RightArrow
Show previous image: Alt+LeftArrow
(Un)fit cover to window: Alt+Z
Quit: Alt+F4 / Escape




Changelog:

Version 1.0-2009-02-09
- fixed: discogs.com changed their XML format, so I had to adapt as well
- added: a "search" button for better mouse interaction
Version 0.3.1.1-2008-08-17
- bugfix: program would hang if last.fm were not reachable
Version 0.3.1-2008-08-03
- added: naming schemes (fixed, album name, unambiguous id from discogs/last.fm)
Version 0.3-2008-07-16
- added: support for fetching covers from last.fm
- added: full unicode support
- added: configuration tab
- bugfix: script can now be stopped from Amarok Script Manager
- bugfix: marking text in logwindow will no longer cause text to be inserted in the wrong position
Version 0.2.1-2008-07-09
- GUI keyboard interaction improved
Version 0.2-2008-07-07
- GUI redesign
- many fixes & changes under the hood
Version 0.1-2008-06-23:
- initial release




LicenseGPL
(Cover Fetcher (for AmaroK 1.4) 1.0)
Send to a friend
Subscribe
Other  Content  from evod
Report inappropriate content



goto page: prev   1  2  3 

-
.

 ...nice but

 
 by reggler on: Aug 4 2008
 
Score 50%

Hey,

Nice script. Fetching of cover seems to work fine but onse i can see the cover, i hit save but the cover doesn't get added to the song in Amarok and the window stays open. Any idea what i'm doing wrong here?

Thanks!


chEErs roN
Reply to this

-

 Re: ...nice but

 
 by evod on: Aug 4 2008
 
Score 50%

The window won't close if you click save. Press Escape or Alt+F4.

The cover will just be copied to the folder where the album resides, Amarok will notice this only if you activate 'Watch folders for changes' in your Collection options.


Reply to this

-
.

 PyQT Debian/Gnome

 
 by muskatnuss on: Oct 9 2008
 
Score 50%

First of All great SCRIPT !!! =D
love it


but im a bedian user and here you will encounter several problems with it...

using debian etch and gnome 2.14.3

I encountered a big Problem with my debian packaged Version of PyQT.
When i start the script and take a look at the log it says:
Error: Wrong statement
self.discogsLinkLabel.setOpenExternalLinks(True)

this error is caused by PyQT 4.2 and lower
the function setOpenExternalLinks does not exist in packages below 4.4.X

so i build them from source and CoverFetcher works fine now :D

same problem?
solution:

Get the sources needed
$wget http://www.riverbankcomputing.co.uk/static/Downloads/PyQt4/PyQt-x11-gpl-4.4.3.tar.gz
$wget http://www.riverbankcomputing.co.uk/static/Downloads/sip4/sip-4.7.7.tar.gz
$wget ftp://ftp.trolltech.no/qt/source/qt-x11-opensource-src-4.4.3.tar.gz

PyQT = python QT bindings
SIP = python qt binder ^^
QT = Qt

now unpack them
$tar xvfz PyQt-x11-gpl-4.4.3.tar.gz
$tar xvfz sip-4.7.7.tar.gz
$tar xvfz qt-x11-opensource-src-4.4.3.tar.gz

installing qt
$cd qt-x11-opensource-src-4.4.3
$./configure | or | $sh configure
$make
$su -c make install

now add the qmake binding to your Exported path
$su -c nano /etc/profile

at the end of this document you find something like:
export PATH

cahnge it to:
export PATH=/usr/local/Trolltech/Qt-4.4.3/bin:$PATH

strg+o to save in editor nano ^^
you could take any you prefer eg. gedit or vim


go voer to install SIP
$cd ..
$cd sip-4.7.7
$python configure.py
$make
$su -c make install

now get on this python qt bindings
$cd ..
$cd PyQt-x11-gpl-4.4.3
$python configure.py
$make
$su -c make install


now all sould be done.
get to amarok and start your CoverFetcher =D

great script and i hope this works 4 you
if you encounter any problems ... let me know


Reply to this

-

 Great!

 
 by ciso on: Dec 29 2008
 
Score 50%

Really a great script!
Will you make a port for Amarok2?

P.s. the Last.Fm search I think that doesn't work anymore, so I keep only the discogs one.


Reply to this

-

 Re: Great!

 
 by evod on: Feb 9 2009
 
Score 50%

last.fm works, but the query format must be:
<Artist> - <Album>

discogs.com works - again - since a few days ago they broke my script with a small change in their XML response.


Reply to this

-
.

 Blog article

 
 by ciso on: Feb 9 2009
 
Score 50%

I wrote an article about you script on my blog: http://www.de-side.com/blogs/2009/02/09/cover-fetcher-script-per-amarok-che-pesca-da-discogs-e-lastfm/
I think I'm the biggest fan of this script ;)


Reply to this

-

 PyQt installation trouble

 
 by kurumindeoyo on: Feb 21 2009
 
Score 50%

The script doesn't work for me, so I followed the muskatnuss tip. But, in the last step, i.e., the PyQt-x11-gpl-4.4.3 installation, in the "python configure.py", the system give me the following message "Determining the layout of your Qt installation...
Error: Failed to determine the layout of your Qt installation. Try again using
the --verbose flag to see more detail about the problem."
I did look for answers in the Google, but I still found nothing. Please, help me!


Reply to this

-

 PyQt installation trouble

 
 by kurumindeoyo on: Feb 21 2009
 
Score 50%

The script doesn't work for me, so I followed the muskatnuss tip. But, in the last step, i.e., the PyQt-x11-gpl-4.4.3 installation, in the "python configure.py", the system give me the following message "Determining the layout of your Qt installation...
Error: Failed to determine the layout of your Qt installation. Try again using
the --verbose flag to see more detail about the problem."
I did look for answers in the Google, but I still found nothing. Please, help me!


Reply to this

goto page: prev   1  2  3 

Add commentBack




-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team