Previous Buttom not Working on 0.3.x

Bug #317552 reported by Jorge G
2
Affects Status Importance Assigned to Milestone
Exaile
Fix Released
Undecided
Jorge G

Bug Description

When clicking on the previous button go to the previous track, exaile restart's the song, but does not go to previous, this bug is present in Exaile 0.3.x in the last tarballs exaile_0.3.0_20090114.tar.gz 14-Jan-2009 18:00 783K. I am running Ubuntu Intrepid Ibex 8.10.

Jorge G (geojorg)
description: updated
Revision history for this message
Jorge G (geojorg) wrote :

I solved the problem with previous buttom, changing the player.py file in line 97 changing

if self.current_pos == -1:
to
if self.current_pos == 0:

Changed in exaile:
assignee: nobody → geojorg
status: New → Fix Committed
Revision history for this message
reacocard (reacocard) wrote :

Fix committed in r1762, with the addition of code so that if playtime > 5s, we seek to the beginning of the song instead of going to the previous track, which is how 0.2.14 behaves.

(Note: you shouldn't use fix committed status unless the fix has actually been pushed into bzr, In Progress would have been a more appropriate state for adding a patch)

Revision history for this message
Jorge G (geojorg) wrote : Re: [Bug 317552] Re: Previous Buttom not Working on 0.3.x

Upss, Sorry is my first time doing a patch for exaile, i would have the
note in mind.

El jue, 15-01-2009 a las 18:09 +0000, Aren Olson escribió:
> Fix committed in r1762, with the addition of code so that if playtime >
> 5s, we seek to the beginning of the song instead of going to the
> previous track, which is how 0.2.14 behaves.
>
> (Note: you shouldn't use fix committed status unless the fix has
> actually been pushed into bzr, In Progress would have been a more
> appropriate state for adding a patch)
>

reacocard (reacocard)
Changed in exaile:
milestone: none → 0.3.0
reacocard (reacocard)
Changed in exaile:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.