Warning: session_start(): open(/tmp/sess_8aek3mk8pmojr0o7ds3rttp5u4, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
LastFMNotify 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 (1) .- Knowledge Base  . 

LastFMNotify

   0.2  

Amarok Script

Score 76%
falavafalava
LastFM Notify
LastFMNotify
zoom


Link:  http://
Downloads:  354
Submitted:  Mar 7 2008
Updated:  Mar 13 2008

Description:

This script sends a notification of the song you are currently listening to.
You need to have the Python-QT bindings installed




Changelog:

Ver 0.2 It changed the way in which messages are displayed notification to be seen in the status bar.




LicenseGPL
(LastFMNotify)
Send to a friend
Subscribe
Other  Content  from falava
Report inappropriate content



-
.

 Please explain

 
 by bsander on: Mar 7 2008
 
Score 50%

Er.. how is this different form Amarok's built-in last.fm support?


Reply to this

-

 Re: Please explain

 
 by v6lur on: Mar 7 2008
 
Score 50%

It seems to show "Now listening" song on the top of Recently listened tracks... which is actually rather nice.


...more or less.
Reply to this

-
.

 Awesome plugin!

 
 by alexsantos on: Mar 7 2008
 
Score 50%

Great work! One of the missing features of the amarok's native last.fm integration...
It should be included in the next amarok release.


Reply to this

-

 Error when running

 
 by latarnik on: Mar 10 2008
 
Score 50%

I get this message when running this script:
File "/home/piotr/.kde/share/apps/amarok/scripts/LastFMNotify/LastFMNotify.py", line 16
class NotifyNowPlaying():
^
SyntaxError: invalid syntax

(I have install pykde3 and pyqt3).


Reply to this

-

 Re: Error when runni

 
 by falava on: Mar 10 2008
 
Score 50%
falavafalava
LastFM Notify

what version of python do you have?


Reply to this

-

 Re: Re: Error when runni

 
 by latarnik on: Mar 10 2008
 
Score 50%

python 2.4.3


Reply to this

-

 Re: Re: Re: Error wh

 
 by falava on: Mar 10 2008
 
Score 50%
falavafalava
LastFM Notify

linux distribution??


Reply to this

-

 Re:: Error wh

 
 by latarnik on: Mar 11 2008
 
Score 50%

Not popular - KateOS


Reply to this

-

 Re: Re:: Error wh

 
 by falava on: Mar 11 2008
 
Score 50%
falavafalava
LastFM Notify

mmm sorry , I dont know :S


Reply to this

-

 Re: Re: Re:: Error w

 
 by RSt123 on: Mar 14 2008
 
Score 50%

I also get this error - I'm using gentoo.



-

 Re: Re: Re:: Error w

 
 by RSt123 on: Mar 15 2008
 
Score 50%

Hi again, I found a solution:
i entered 'object' between the braces and it worked :).

the line looks like this now:

class NotifyNowPlaying(object):

By,

RSt



-
.

 Re: Re: Re:: Error wh

 
 by latarnik on: Mar 15 2008
 
Score 50%

Thanks RSt. :)



-
.

 Session handling

 
 by v6lur on: Aug 13 2008
 
Score 50%

Hi, please add the following, so that the script doesn't spawn new (unneeded) copy at every KDE login.

Diff:


*** LastFMNotify.py.orig 2008-07-16 18:24:09.000000000 +0300
--- LastFMNotify.py 2008-07-24 18:32:19.000000000 +0300
***************
*** 97,102 ****
--- 97,107 ----
logging.debug("Notifier Starting...")
self.objN = NotifyNowPlaying(self.User,self.Password)

+ def saveState(self, sessionmanager):
+ # script is started by amarok, not by KDE's session manager
+ debug("We're in saveState. We should be avoiding session starts with this in place.\n")
+ sessionmanager.setRestartHint(QSessionManager.RestartNever)
+
############################################################################
# Stdin-Reader Thread
############################################################################



Nicely indented diff: http://paste.ubuntu.com/36990/

(Code borrowed from http://kde-apps.org/content/show.php/autoEqualizer?content=70509)


...more or less.
Reply to this

-
.

 ¡Gracias Fernando!

 
 by Daniel2009 on: Dec 4 2008
 
Score 50%

For Mandriva users, install dependencies:

Quote:
urpmi python-qt4
urpmi python-kde


Good luck.


Reply to this

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