owais / remember-the-rhythm

Rhythbox plugin to remember the last playing song and position
GNU General Public License v3.0
15 stars 11 forks source link

Playback Position Failing Intermittantly #4

Open davmillar opened 10 years ago

davmillar commented 10 years ago

Under Debian 7, Rhythmbox v2.97 with the 0.3.1 release of this plugin, remembering playback position does not always work. The previously-playing song or podcast plays, but for the first few runs, it started from the beginning instead of resuming at its previous position. It later worked, but this output came from an attempt to run it from the console:

File "/usr/lib/rhythmbox/plugins/remember-the-rhythm/remember-the-rhythm.py", line 110, in init_source value = self.browser_values_list[i] File "/usr/lib/python2.7/dist-packages/gi/overrides/GLib.py", line 327, in getitem raise IndexError('list index out of range') IndexError: list index out of range

owais commented 10 years ago

The plugin needs to be updated to the latest rhythmbox. Pull requests welcome!