Re: [Rhythmbox-devel] start player with 'play queue' as source

2010-01-01 Thread Ron Croonenberg
Ok, I can probably check if the player is playing using another source. If it is I can make it stop doing that, switch the source. and start the player again. I am a bit clumsy around writing plugins; new to it. How do I switch the source to the "play queue"? The end goal is that I am writ

Re: [Rhythmbox-devel] start player with 'play queue' as source

2010-01-01 Thread Jonathan Matthew
On Sat, Jan 2, 2010 at 11:04 AM, Ron Croonenberg wrote: > Hello, > > I am trying to figure out how to get the player started (in python) with as > source for playing songs/tracks the 'play queue' I don't think there's a (good) way to do that presently. You can probably make it work in some condit

[Rhythmbox-devel] start player with 'play queue' as source

2010-01-01 Thread Ron Croonenberg
Hello, I am trying to figure out how to get the player started (in python) with as source for playing songs/tracks the 'play queue' I tried something like this: shell.props.shell_player.set_playing_source(shell.props.playqueue_source) shell.props.sourcelist.select(shell.props.playqueue_sourc