19

I want one song to repeat. Unfortunately, this is not possible. The only possible solution is to create a playlist with that one song and play it on loop, but this is not convenient. Are there any plugins or tweaks to get this functionality?

4 Answers4

16

Alternative Toolbar (Rhythmbox Versions 3.0 and later)

Repeat once functionality is inbuilt to this plugin via the play-toolbar popup

pic

As the author I've described this in my blog. In summary, install via my PPA package (PPA instructions below) "rhythmbox-plugin-alternative-toolbar", or following the manual installation instructions at the project homepage.

Repeat One Song (Rhythmbox versions v2.96 - v.2.98)

There is now a useful plugin you can add to Rhythmbox to give you this functionality.

homepage

enter image description here

"Repeat one song" feature for Rhythmbox

Adds a toolbar option to repeat the selected track when the toolbar option is clicked. Note - it does not repeat a song from the Play Queue.

to install

You can use the instructions in the link below to add my PPA and install the plugin ("rhythmbox-plugin-repeat-one-song").

Alternatively, download the .tar.gz file from the homepage (link above), extract and copy the files into the folder ~/.local/share/rhythmbox/plugins/repeat-one-song

Start Rhythmbox, enable the Repeat One Song plugin: Edit --> Plugins

Repeat One Song (Rhythmbox versions v2.99 and later)

For v2.99 and later the "Repeat one" button is replaced by the source "Edit - Repeat Current Song" menu option


Linked Question:

fossfreedom
  • 172,746
12

As of 13.04 still no love on the repeat-one functionality. The plug-in doesn't work for me, and I can't be bothered with making a playlist every time I want to repeat a song, but I did stumble upon this interesting workaround:

In the rythmbox music player, type the exact title of the song you want to repeat in the search field--the goal of this is to come up with a result-set of one. Play the song, toggle the repeat button and voila!

My guess is that a search result has the effect of creating a temporary playlist. Silly that you have to do that but it works very well. :)

mkt1971
  • 121
2

A temporary solution (until developers will add this support) is to create a playlist with the one song. You can then choose repeat all and because there is only one song in the playlist it will repeat this song.

yossile
  • 5,728
2

I had the same trouble.

But it seemed to be solved after installation of rhythmbox-plugin-complete in my case.

sudo add-apt-repository ppa:fossfreedom/rhythmbox-plugins
sudo apt-get update
sudo apt-get install rhythmbox-plugin-complete

See Also: How do I install third-party rhythmbox plugins?

Shio Zy
  • 21
  • 1