Code review comment for lp://qastaging/~scopes-hackers/unity-lens-music/rb-scope

Revision history for this message
David Callé (davidc3) wrote :

For the record, Rhythmbox doesn't provide any way to launch albums.
One solution would be, on activation of an album result, to :

rhythmbox-client --play <track1 of album>
rhythmbox-client --enqueue <track2> <track3> <track4> ...

Or, to do what the python rbox scope does :

rhythmbox-client --play <track1 of album>
and "# pray for rhythmbox to be ordered by tracks"

« Back to merge proposal