Warning: session_start(): open(/tmp/sess_5me6s31i2a6a2piuf931s411o6, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
CopyCover (amaroK Script) 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 (2) . 

CopyCover (amaroK Script)

   1.9  

Amarok Script

Score 82%
CopyCover (amaroK Script)
zoom


Link:  http://
Downloads:  21700
Submitted:  Apr 1 2005
Updated:  Oct 21 2007

Description:

Copy the cover of current playing track to the song's dir. Does not overwrite
existing images in this folder. The filenames can be configured with the
"Configure" dialog. By default, it's the album's name, with spaces replaced
by underscores.

An "offline" version is also included. If you have amaroK >= 1.2.3,
launch it and run the script on the command line. It will find all the downloaded covers and copy them in the right directory, just as the amarok plugin would have done. It also creates the desktop files.
Make sure you first run the script with the "-d" option (debug mode), in which
the actions will only be printed, not commited. A --help option is available.
AmaroK >= 1.2.3 and python >= 2.3 are required for this offline version.

The copycover-offline.py and addcoverdirs.sh scripts are NOT meant to be run through Amarok's script manager.




Changelog:

ChangeLog:
Version: 1.9 Date: 2007/10/21
- fix queries when the database is in MySQL
- tell the session manager not to restart the script on login

Version: 1.8 Date: 2007/02/17
- fix the copycover-offline.py script to use the new device path feature of
Amarok. Thanks to all those who sent me a patch.

Version: 1.7 Date: 2006/10/19
- fixes for Amarok 1.4
- progress bar on the offline version
- use large images when available

Version: 1.6 Date: 2005/05/31
- bugfixes for the "remove covers" option
Thanks a lot to Gleb Litvjak and KNT for that.
- write debuginfo to ~/.xsession-errors by default




LicenseGPL
(CopyCover AmaroK plugin)
Send to a friend
Subscribe
Other  Content  from gauret
Report inappropriate content



goto page: prev  ... 2  3  4  5  6  7  8  9  10  11 

-

 path

 
 by TommyHLW on: May 26 2008
 
Score 50%

At first: I love this script!!!!!

Is it possible to give the folders a non-absolut path for the foldericon?
something like "/cover.png", insteat of "/media/hda3/music/artist/album/cover.png"

I think it's not really pretty, if i want to use the same harddrive on my other pc and they are only folders without any icons, because the absolut path is a different on the second pc.


Reply to this

-

 Re: path

 
 by v6lur on: Jul 11 2008
 
Score 50%

To show "Cover.png" from current directory as icon:
Icon=./Cover.png

To show "Artist - Album.png" from parent-directory's subdirectory named "Covers":
Icon=./../Covers/Artist - Album.png


...more or less.
Reply to this

-
.

 sqllite concat bugfix

 
 by checkob on: Jun 16 2008
 
Score 50%

hi,

I've developed an bug fix for the 'concat' problem in the offline-copycover script.

the fixed script should now work for any database backed cause the string concatenation is made in python now, and no more in the database language.

here is it, just replace the old copycover-offline.py with that one:
http://attachr.com/private/d55ec021e8df30cbe0f922821554d57b


Reply to this

-

 Re: sqllite concat bugfix

 
 by checkob on: Jun 16 2008
 
Score 50%

a guy from irc ( Ramblurr ) was that nice to host the script at an permanant place here it is:
http://binaryelysium.com/code/copycover-offline.txt

thanks again


Reply to this

-

 can't run it

 
 by Bake on: Jul 1 2008
 
Score 50%

Hi,
I use Ubuntu 8.04 and when I run the script in Amarok 1.4.9 there is this error:

sh: kdialog: not found
Traceback (most recent call last):
File "/home/bake/.kde/share/apps/amarok/scripts/copycover.py", line 27, in <module>
from qt import *
ImportError: No module named qt

I installed pyqt4. What can I do?
Sorry if this a very stupid question but I'm a Linux newbie.


Reply to this

-

 Re: can't run it

 
 by skulled on: Jul 27 2008
 
Score 50%

sudo apt-get install python-qt3


Reply to this

-
.

 fantastic

 
 by ac4000 on: Aug 16 2008
 
Score 50%

You rock. That script (especially with the update) was massively helpful. Thanks.


Reply to this

-

 device table in database

 
 by crumley on: Aug 19 2008
 
Score 50%

Several versions of the copycover-offline script didn't working for me - including checkob's above. I first tried sqlite, and now I am using mysql. After it didn't work with mysql, I decided to play muck around with the SQl a bit, even though I SQl was new to me.

What I found was that the dcops_album = line was failing for me due to the fact my devices table was empty:

mysql> SELECT * FROM devices;
Empty set (0.00 sec)

So I removed the references to devices in that line and fixed later spots so that they didn't depend on devices. Obviously that isn't the best way to fix things, but it worked for me.

Does anyone have any better suggestions?


Reply to this

-

 Re: device table in database

 
 by downdiagonal on: Oct 17 2008
 
Score 50%

That is where the script is having problems for me also. Would you mind sharing the changes you made?


Reply to this

-

 Re: Re: device table in database

 
 by crumley on: Oct 17 2008
 
Score 50%

Sure, you can have my version. I put it at: http://sites.google.com/site/stuff009/files/copycover-offline.py


Reply to this

-

 Re: device table in database

 
 by downdiagonal on: Oct 17 2008
 
Score 50%

Thank you very much for sharing that. It worked perfectly!


Reply to this

-
.

 renaming and file type

 
 by bony on: Oct 28 2008
 
Score 50%

Thank you for that nice script. Worked quite fine. I used the offline version for copying the files and renaming them to "Folder.jpg".
PROBLEM: Some files actually are png-files and now are named with the wrong file type causing problems with my mp3 player.

"Bug" or bad usage?

Christoph


Reply to this

goto page: prev  ... 2  3  4  5  6  7  8  9  10  11 

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