-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 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 
--
-
 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 
--
-
 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
--
-
 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    Open-PC.com   
Artwork
Groups
Knowledge Base
Events
Forum
People
Jobs
Register
Login
Camheroes

Sponsoring


-
- Content .- Fans (1) . 

AmarokControl

   0.3.3  

Screenlet

AmarokControl
zoom


AmarokControl
zoom


Link:  http://
Downloads:  8396
Submitted:  Apr 15 2008
Updated:  Sep 2 2008
Score: 
score68%68%score
 68% good
bad   good

Description:

Displays current song, artist, album cover and current/total song time
Has previous, play/pause, stop and next button for controling Amarok player

I must admit that this screenlet isn't so much useful because of amarok shortcut keys(super+z x c v b)... but maybe someone needs it...

TODO: needs more look improving

if someone has idea to add new or improve it's funcionalities please let me know... :)

fell free to create and send me themes ;)




Changelog:

1.9.2008.
v0.3.3 changeg draw_text() function because of memory leak
--------------------
30.6.2008. added gnu public licence

20.4.2228.
v0.3.2 added new themes (hope u like it)
added some more settings
--------------------
17.4.2008.
v0.3.1 fixed bug when amarok is off
renamed file from AmarokControl to AmarokControlScreenlet (now screenlet manager recognize it)
---------------
16.4.2008.
v0.3
added album cover
added current/total song time
replaced play and pause button with one play/pause
edited theme
---------------
15.4.2008.
v0.2 initial version




LicenseGPL
send to a friend
subscription
other artwork from drxnele

goto page: prev   1  2 

-

 thanks

 
 by bigbrovar on: Apr 26 2008
 

u would never know how much little things like this mean to me and lots of pple.. all i can say is thanks


reply to this

-

 :(

 
 by abz on: May 8 2008
 

I can't get this to work. I download, open manager, install new screenlet, select it, add screenlet...nothing happens.

Terminal returns:
AttributeError: 'AmarokControlScreenlet' object has no attribute 'draw_scaled_image'

Any help?

Abi


reply to this

-

 Re: :(

 
 by drxnele on: May 8 2008
 

could you please send me whole output of terminal... start screenlet using this command

python /path_to_screenlet/AmarokControlScreenlet.py

or maybe you need just to delete its config files... (try this first)
they are located in ~/.config/Screenlets
delete everything in this folder with name AmarokControl


made in Serbia
reply to this

-

 Re: Re: :(

 
 by abz on: May 9 2008
 

I had the screenlet completely removed so there were no files there. It might be worth mentioning I am rubbing Hardy. I don't know if that might be affecting it.

--------
abi@Dennis:~$ python /home/abi/.screenlets/AmarokControl/AmarokControlScreenlet.py
Traceback (most recent call last):
File "/home/abi/.screenlets/AmarokControl/AmarokControlScreenlet.py", line 17, in <module>
import screenlets
File "/usr/lib/python2.5/site-packages/screenlets/__init__.py", line 36, in <module>
import rsvg
ImportError: /usr/lib/libgsf-1.so.114: undefined symbol: gSf_xml_out_add_int


Hope that helps. :)
Abz


reply to this

-

 Re: Re: Re: :(

 
 by abz on: May 9 2008
 

scrap that one - something very odd was going on there. This is the actual output - sorry for the spam :S

--------------
abi@Dennis:~$ python /home/abi/.screenlets/AmarokControl/AmarokControlScreenlet.py
CachingBackend: Loading instances from cache
Found a running session of AmarokControl, adding new instance by service.
Error in screenlets.services.get_service_by_name: org.freedesktop.DBus.Error.ServiceUnknown: The name org.screenlets.AmarokControl was not provided by any .service files
Screenlet has already been added to /tmp/screenlets/screenlets.abi.running
Loading instances in: /home/abi/.config/Screenlets/AmarokControl/default/
No instance(s) found in session-path, creating new one.
UPDATING SHAPE
LOAD NEW THEME: default
FOUND: /home/abi/.screenlets/AmarokControl/themes/default
UPDATING SHAPE
/home/abi/.screenlets/AmarokControl/AmarokControlScreenlet.py:162: DeprecationWarning: integer argument expected, got float
p_layout.set_width(220 * self.scale*pango.SCALE)
Traceback (most recent call last):
File "/home/abi/.screenlets/AmarokControl/AmarokControlScreenlet.py", line 188, in <module>
screenlets.session.create_session(AmarokControlScreenlet)
File "/usr/lib/python2.5/site-packages/screenlets/session.py", line 466, in create_session
session.start()
File "/usr/lib/python2.5/site-packages/screenlets/session.py", line 242, in start
sl = self.screenlet(session=self, id=self.__get_next_id())
File "/home/abi/.screenlets/AmarokControl/AmarokControlScreenlet.py", line 57, in __init__
self.theme_name = "default"
File "/home/abi/.screenlets/AmarokControl/AmarokControlScreenlet.py", line 84, in __setattr__
screenlets.Screenlet.__setattr__(self, name, value)
File "/usr/lib/python2.5/site-packages/screenlets/__init__.py", line 688, in __setattr__
self.update_shape()
File "/usr/lib/python2.5/site-packages/screenlets/__init__.py", line 1127, in update_shape
self.on_draw_shape(ctx)
File "/home/abi/.screenlets/AmarokControl/AmarokControlScreenlet.py", line 148, in on_draw_shape
self.on_draw(ctx)
File "/home/abi/.screenlets/AmarokControl/AmarokControlScreenlet.py", line 122, in on_draw
self.draw_scaled_image(ctx,self.album_x*self.scale,self.album_y*self.scale,cover,60*self.scale,60*self.scale)
AttributeError: 'AmarokControlScreenlet' object has no attribute 'draw_scaled_image'

Abi


reply to this

-

 Re: Re: Re: Re: :(

 
 by drxnele on: May 9 2008
 

do you have installed screenlets >= v0.1


made in Serbia
reply to this

-
.

 Borken Link...

 
 by blinderi2eri2 on: Aug 12 2008
 

The server is down... Can you re-upload the file please?


8y: 8L!nD

Born in Mexico

reply to this

-

 Re: Borken Link...

 
 by drxnele on: Aug 13 2008
 

link is ok... i tryed it just now and it works fine


made in Serbia
reply to this

-
.

 Broken Link...

 
 by blinderi2eri2 on: Aug 13 2008
 

Sorry... I'm from Mexico, in my country I can't enter to the page...

Can you upload the file in other server please? (I.E. MediaFire or Rapidshare)

Or

Can you send me an E-Mail please with the file...

blinderi2eri2 [@] gmail.com


---------------

8y: 8L!nD

reply to this

-

 uses too much cpu

 
 by TheWizzard on: Aug 28 2008
 

Not good, this screenlet uses way too much CPU, occasionally it burst up to 40%


reply to this

goto page: prev   1  2 

add commentback




-
-
all messages
openDesktop.org Facebook App

Partners
Place Your Link Here!
Online Casino
Tattoo

Cool Sites
SIM lock freies iPhone

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

Participate
Groups
Forum
Add Artwork
Public API
About GNOME-Look.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2003-2010 GNOME-Look.org Team  
All rights reserved. GNOME-Look.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
GNOME and the foot logo are trademarks of the GNOME Foundation.