shuihuzhuan | 3 Feb 11:45
Picon
Favicon
Gravatar

Problem with CD recognition

Hello,

I've tried rhythmbox 2.95 to finally have CD recognition (versions in ubuntu are broken since a long time
ago). It works now with musicbrainz, but only for single albums. With 2xCD albums, I get the titles of the
first CD even when I insert the second. I didn't find a bug related to that in bugzilla, but I prefer to ask for
confirmation before filling a new one.

Thanks.

PS : out of subject, I can't change the pipeline for encoding in the UI anymore (the button is always greyed
out), to change the quality of ogg encodings. Does anyone knows where the pipeline is stored now (didn't
find a suitable setting with gconf-editor nor dconf-editor)?
ikwyl6 | 2 Feb 02:31
Picon
Gravatar

Plugin for Play Queue music advance behavior

I'd like to create a plugin to stop the queue from going to the top of the queue list if I choose to play a song in the middle of the queue.


For example, if I have 10 songs in the play queue and I choose to play song 6, I'd like rhythmbox to advance to song 7 once 6 is finished and keep going to song 10 until song 10 is done then it will go to song 1.

Is this possible to keep rhythmbox from doing this with a plugin? If so, can anyone help me with the "property name" this would have so I can modify it's value with a plugin?

Thanks
_______________________________________________
rhythmbox-devel mailing list
rhythmbox-devel <at> gnome.org
http://mail.gnome.org/mailman/listinfo/rhythmbox-devel
Luís de Sousa | 1 Feb 14:34
Picon

Re: Rythmbox crashing after playing one single file

Hello again,

Today I tried to re-install Rhythmbox but even then this issue
remains. Since Rhythmbox started crashing about a week ago, can I
possibly revert to a previous version?

Thank you.
Luís de Sousa | 31 Jan 09:24
Picon

Re: Rythmbox crashing after playing one single file

Hello again,

I've been trying to send the debug output as a compressed file but it
is also being rejected by the admin.

Here's the link to bugzilla ticket:

https://bugzilla.gnome.org/show_bug.cgi?id=669093

Regards,

Luís

On 30 January 2012 12:02, Luís de Sousa <luis.a.de.sousa <at> gmail.com> wrote:
> Dear all,
>
> I've been an happy Rythmbox user for many years, but suddenly it
> stopped working properly yesterday. Invariably it crashes after
> playing a track, no matter what. This is happening with version 2.95
> running on Ubuntu 11.10 64-bit.
>
> Below goes the debug output, which I hope may help telling what is
> happening. Any other thing I may do clarify the issue please let me
> know.
>
> Thank you and regards,
>
> Luís
>
Luís de Sousa | 30 Jan 13:38
Picon

Re: Rythmbox crashing after playing one single file

Dear all,
I've been an happy Rythmbox user for many years, but suddenly
itstopped working properly some days ago. Invariably it crashes
afterplaying one track, no matter what. This is happening with version
2.95running on Ubuntu 11.10 64-bit.
I've run Rythmbox on debug mode, but the admin is preventing me from
posting the output to the list. If there's any other way I can help
debugging the issue please tell me how.
Thank you and regards,
Luís
jmáriomartinho | 29 Jan 17:51
Picon
Gravatar

fedora 16 - rhythmbox mp3 decoder

hello! how can I make rhythmbox play mp3 format on fedora 16 without 
recurring to easylife software?

thanks!
Petko | 22 Jan 21:49
Picon
Gravatar

Plugin to fix playlists

  Hey guys , I've been meaning to write about this idea for some time 
now and I finally got to it . I want to make (or help make ) a plugin to 
fix paths of songs in playlists .
  The problem - when I export playlists from say iTunes , they have the 
Windows paths in , so they are practically broken . Not to mention that 
any time you organize your music (through rearranging files) playlists 
may get broken .

  The plugin would rely on the consistent filenames . Simple cycle :

For (every song in the playlist) {

//get filename from the path recorded in the playlist

//find the song in the library by filename

//get the path ,stored in the library

//record it back in the playlist

}

  It would be great to have this integrated in RB itself (to fix upon 
importing a playlist) , but I don't know how liberal the development is 
towards such functions :)

Best Regards ,
Petko Ditchev
Ronan Jouchet | 22 Jan 06:15
Picon
Gravatar

User Interface proposals

Hello Rhythmboxers,

I just switched to RB 2.95 and love it, but I was disappointed to see 
the UI remained largely unchanged since 0.x. Then, one line of the NEWS 
file intrigued me: "First steps in redesigning some parts of the UI that 
sorely need it".

Which made me think that now could be a good moment to make a few UI 
proposals, since there seem to be some momentum. I summed up these 
proposals in a wiki page:
https://live.gnome.org/Rhythmbox/UserInterfaceReworkProposals

I guess some of these proposals were already discussed, and maybe a few 
of them have entries in Bugzilla. That's OK, feel free to edit the page 
(or point me here to the discussion / results of the discussion and I'll 
update it). Of course, if you have other ideas about the interface, just 
add them to the wiki page.
Once I have some feedback here I'll file the bugs considered relevant 
into Bugzilla.

Finally, as mentioned in the page, I'm trying to implement a few of my 
proposals, but am still very new to both C and the Rhythmbox codebase, 
so please consider this as a humble proposal without any commitment to 
future patches. While my proposals are not working patches, I hope they 
can help to bring Rhythmbox forward :)

Thanks for your attention, and thanks for already making 2.9 rock!
Good day.

--

-- 
Ronan Jouchet
Sriram Ramkrishna | 16 Jan 22:31

question on v3 of rhythmbox

So, I find music players in GNOME isn't really a task, but rather a distraction.  I wonder if we should be focused on a new interaction model as it pertains to music players rather than what we have now.   It might be worth thinking about whether this is viable.

I would like to see a little more integration with shell if possible.. being able to have js bindings to rhythmdb might be one way to go about it.

sri

_______________________________________________
rhythmbox-devel mailing list
rhythmbox-devel <at> gnome.org
http://mail.gnome.org/mailman/listinfo/rhythmbox-devel
Liron Tal | 13 Jan 23:40
Picon

Dbus Interface Changed?

Hi Guys, I've written a nice script to sync metadata such as Ratings and Playcounts Between my Ipod and Rhythmbox.

I haven't used it in quite a while, and now while running it I get this Exception:
I'm using the "exportPlaylist" method.

dbus.exceptions.DBusException: org.freedesktop.DBus.Error.UnknownMethod: Method "exportPlaylist" with signature "ssb" on interface "org.gnome.Rhythmbox.PlaylistManager" doesn't exist


Here's the piece of code I'm using to init a Dbus object, and the line I use to export the playlist

self.bus = dbus.SessionBus()
        self.rbshellobj = self.bus.get_object('org.gnome.Rhythmbox', '/org/gnome/Rhythmbox/Shell')
        self.rbshell = dbus.Interface(self.rbshellobj, 'org.gnome.Rhythmbox.Shell')
        self.rbplayerobj = self.bus.get_object('org.gnome.Rhythmbox', '/org/gnome/Rhythmbox/Player')
        self.rbplayer = dbus.Interface(self.rbplayerobj, 'org.gnome.Rhythmbox.Player')
        self.rbplaylistmgrobj= self.bus.get_object('org.gnome.Rhythmbox', '/org/gnome/Rhythmbox/PlaylistManager')
        self.rbplaylistmgr=dbus.Interface(self.rbplaylistmgrobj, 'org.gnome.Rhythmbox.PlaylistManager')

    def get_rhythmbox_playlist(self, name):
         self.rbplaylistmgr.exportPlaylist(name, 'file:///'+fname, True)

Any Ideas why this isn't working now ?

Regards,
Liron.
_______________________________________________
rhythmbox-devel mailing list
rhythmbox-devel <at> gnome.org
http://mail.gnome.org/mailman/listinfo/rhythmbox-devel
Lachlan | 9 Jan 07:07
Picon

Re: activating in gtk3

> What are you actually trying to do here? It looks like this would only
> catch events received by the source that was selected when the plugin
> was activated. Maybe you need to use 'notify::selected-page' signal on
> the shell to track the active source.

I think i'm doing this is all wrong, I want event_handler to run on
track selection and then go from there. I've found two options that
might work. (both don't in their current state)

# the first line isn't getting the entries
self.entry_source = RB.BrowserSource
self.entry_source.connect("selection-changed", self.event_handler)

# i need to re define event_handler to use this
RB.BrowserSource.do_button_press_event(RB.Shell, self.event_handler)

How does RB.BrowserSource.do_selected work? I think that would skip
all these issues.

Gmane