[Bug 158941] Re: can't browse jamendo collection from rhythmbox plugin

2008-03-28 Thread Tom Imhof
confirmed running Rhythmbox 0.11.5 on Hardy. Welcome page is shown,
connection is established but music list remains empty.

-- 
can't browse jamendo collection from rhythmbox plugin
https://bugs.launchpad.net/bugs/158941
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 158941] Re: can't browse jamendo collection from rhythmbox plugin

2008-03-28 Thread Pedro Villavicencio
please read bug 203428, isn't a rhythmbox problem rather a Jamendo
itself one, thanks.

-- 
can't browse jamendo collection from rhythmbox plugin
https://bugs.launchpad.net/bugs/158941
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 158941] Re: can't browse jamendo collection from rhythmbox plugin

2008-03-25 Thread SyXbiT
can confirm jamendo still doesn't work with Rhythmbox 0.11.5 in hardy
x86

-- 
can't browse jamendo collection from rhythmbox plugin
https://bugs.launchpad.net/bugs/158941
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 158941] Re: can't browse jamendo collection from rhythmbox plugin

2008-03-22 Thread njh
As far as I can see, that patch is implemented in hardy, yet I still
can't see the music either.

-- 
can't browse jamendo collection from rhythmbox plugin
https://bugs.launchpad.net/bugs/158941
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 158941] Re: can't browse jamendo collection from rhythmbox plugin

2008-03-19 Thread Peer Wüschner
In Hardy the fix is not working, at least with me. No jamendo surfing
...

-- 
can't browse jamendo collection from rhythmbox plugin
https://bugs.launchpad.net/bugs/158941
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 158941] Re: can't browse jamendo collection from rhythmbox plugin

2008-01-07 Thread Ralf Nieuwenhuijsen
I think we would need just a gutsy-backport of the hardy version.

-- 
can't browse jamendo collection from rhythmbox plugin
https://bugs.launchpad.net/bugs/158941
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 158941] Re: can't browse jamendo collection from rhythmbox plugin

2007-12-15 Thread madskaddie
I had the same problem and thanks for the patch!

By the way, running rhythmbox as root its a very ugly bruteforce
solution for the bytecode creation. I sugest something more elegant as
opening a python console (in the /usr/lib/ryth,,,  dir) and do:

import py_compile
py_compile.compile(JamendoSource.py)

and that's all (pretty simple, hum?)!


Now I can go to listen some good free music!

-- 
can't browse jamendo collection from rhythmbox plugin
https://bugs.launchpad.net/bugs/158941
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 158941] Re: can't browse jamendo collection from rhythmbox plugin

2007-12-06 Thread Sebastien Bacher
The bug is fixed in hardy, not sure if that's worth a gutsy stable
upload

** Changed in: rhythmbox (Ubuntu)
   Status: Triaged = Fix Released
   Target: later = None

-- 
can't browse jamendo collection from rhythmbox plugin
https://bugs.launchpad.net/bugs/158941
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 158941] Re: can't browse jamendo collection from rhythmbox plugin

2007-11-29 Thread Cesare Tirabassi
** Tags added: patch

-- 
can't browse jamendo collection from rhythmbox plugin
https://bugs.launchpad.net/bugs/158941
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 158941] Re: can't browse jamendo collection from rhythmbox plugin

2007-11-24 Thread DarkMageZ
hi, i've built a debdiff which fixes this problem. if someone wants to
sort the ubuntu administration stuff out then go ahead.

** Attachment added: debdiff which fixes this problem
   http://launchpadlibrarian.net/10549874/jamendo.debdiff

-- 
can't browse jamendo collection from rhythmbox plugin
https://bugs.launchpad.net/bugs/158941
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 158941] Re: can't browse jamendo collection from rhythmbox plugin

2007-11-17 Thread Fred
I have done eveything, but i doesn't work... :-(

please fix it for the next release.. i can't fix by myself :-(

thank you

-- 
can't browse jamendo collection from rhythmbox plugin
https://bugs.launchpad.net/bugs/158941
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 158941] Re: can't browse jamendo collection from rhythmbox plugin

2007-11-15 Thread netztier
Both my 7.04  and 7.10 installations suffered from this same problem:
stuck on the Jamendo Splash screen. To implement the patch as outlined
above, I had to:

- delete /usr/lib/rhythmbox/plugins/jamendo/JamendoSource.pyc
- patch JamendoSpurce.py as outlined above (the line numer on 7.04 was slightly 
different).
- run rhythmbox with sudo or gksu (so that the new JamendoSource.pyc) could be 
created in /usr/lib/rhythmbox/plugins/jamendo/
- restart rhythmbox as user.

And now the plugin works on both 7.04 and 7.10.

thanks for the hint - but it's something that should be fixed.

regards

Marc

-- 
can't browse jamendo collection from rhythmbox plugin
https://bugs.launchpad.net/bugs/158941
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 158941] Re: can't browse jamendo collection from rhythmbox plugin

2007-11-05 Thread Olivier
Thanks all. It works now ! :-)

-- 
can't browse jamendo collection from rhythmbox plugin
https://bugs.launchpad.net/bugs/158941
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 158941] Re: can't browse jamendo collection from rhythmbox plugin

2007-11-05 Thread Pedro Villavicencio
** Changed in: rhythmbox (Ubuntu)
   Status: Confirmed = Triaged
   Target: None = later

-- 
can't browse jamendo collection from rhythmbox plugin
https://bugs.launchpad.net/bugs/158941
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 158941] Re: can't browse jamendo collection from rhythmbox plugin

2007-11-02 Thread Leon Timmermans
I had the same problem. Interestingly, I didn't have it when I first used the 
plugin (yesterday). Weird stuff.
Bruno's suggestion seems to be right. 
I changed line 332
self.__db.set(entry, 
rhythmdb.PROP_TRACK_NUMBER, int(track['trackno']))
to
trackno = int(track['trackno'])
if trackno = 0:
self.__db.set(entry, 
rhythmdb.PROP_TRACK_NUMBER, trackno)
And now it works again. Thanks!

-- 
can't browse jamendo collection from rhythmbox plugin
https://bugs.launchpad.net/bugs/158941
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 158941] Re: can't browse jamendo collection from rhythmbox plugin

2007-11-02 Thread Bruno
Hello, I have the same problem

Jonathan Matthew correction like our problem
http://svn.gnome.org/viewvc/rhythmbox/trunk/plugins/jamendo/jamendo/JamendoSource.py?view=log

-- 
can't browse jamendo collection from rhythmbox plugin
https://bugs.launchpad.net/bugs/158941
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 158941] Re: can't browse jamendo collection from rhythmbox plugin

2007-11-02 Thread raphxl
** Changed in: rhythmbox (Ubuntu)
   Status: Incomplete = Confirmed

-- 
can't browse jamendo collection from rhythmbox plugin
https://bugs.launchpad.net/bugs/158941
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 158941] Re: can't browse jamendo collection from rhythmbox plugin

2007-11-02 Thread raphxl
Thank you Leon, Bruno's patch works well for me.

-- 
can't browse jamendo collection from rhythmbox plugin
https://bugs.launchpad.net/bugs/158941
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 158941] Re: can't browse jamendo collection from rhythmbox plugin

2007-10-31 Thread Olivier
I have the same problem.

Added information:
- It only happens since update to 0.11.2 of Rhythmbox.
- It is still possible to play random files from Jamendo (double-click on 
jamendo).
- Magnatunes works well.

Thanks

-- 
can't browse jamendo collection from rhythmbox plugin
https://bugs.launchpad.net/bugs/158941
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for rhythmbox in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 158941] Re: can't browse jamendo collection from rhythmbox plugin

2007-10-31 Thread Basilio Kublik
HI there
Could one of you please run rhythmbox from a terminal such as gnome-terminal 
and see if give you an error message?


thanks in advance

** Changed in: rhythmbox (Ubuntu)
   Status: New = Incomplete

-- 
can't browse jamendo collection from rhythmbox plugin
https://bugs.launchpad.net/bugs/158941
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for rhythmbox in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 158941] Re: can't browse jamendo collection from rhythmbox plugin

2007-10-31 Thread Olivier
Hi,

Here is what it says

Traceback (most recent call last):
  File /usr/lib/rhythmbox/plugins/jamendo/JamendoSource.py, line 161, in 
finish_loadscreen
self.__load_db ()
  File /usr/lib/rhythmbox/plugins/jamendo/JamendoSource.py, line 332, in 
__load_db
self.__db.set(entry, rhythmdb.PROP_TRACK_NUMBER, int(track['trackno']))
TypeError: could not convert argument from type '(null)' (0) to correct type 
'gulong'

Thanks

-- 
can't browse jamendo collection from rhythmbox plugin
https://bugs.launchpad.net/bugs/158941
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for rhythmbox in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 158941] Re: can't browse jamendo collection from rhythmbox plugin

2007-10-31 Thread Pedro Villavicencio
Thanks for the report, thanks works fine here, can you test it with some
new user?

** Changed in: rhythmbox (Ubuntu)
   Importance: Undecided = Medium
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)

-- 
can't browse jamendo collection from rhythmbox plugin
https://bugs.launchpad.net/bugs/158941
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 158941] Re: can't browse jamendo collection from rhythmbox plugin

2007-10-31 Thread Pedro Villavicencio
s/thanks/thats

-- 
can't browse jamendo collection from rhythmbox plugin
https://bugs.launchpad.net/bugs/158941
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 158941] Re: can't browse jamendo collection from rhythmbox plugin

2007-10-31 Thread Olivier
Hi,

I created a new user and tried to use Jamendo under Rhythmebox - same
problem.

Thanks

-- 
can't browse jamendo collection from rhythmbox plugin
https://bugs.launchpad.net/bugs/158941
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs