Volume and seeking step

Bug #321598 reported by qwerdy
12
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Moovida
Invalid
Wishlist
Unassigned

Bug Description

In elisa 0.3.5 you can define the volume and seeking step in the config.
Is this forgotten in 0.5.x? or is it intentionally removed?

As for now i have to edit the plugins/poblesec/player_video.py manually, everytime i update elisa.

Revision history for this message
Olivier Tilloy (osomon) wrote :

Indeed, this is a regression in the sense that in 0.5 the value is not customizable using the configuration file.

Changed in elisa:
importance: Undecided → Wishlist
milestone: none → 0.5.x
status: New → Triaged
Revision history for this message
OttifantSir (ottifantsir) wrote :

Changes in player_video.py doesn't take effect

This is the standard config in lines 404-407 in player_video.py for Elisa 0.5.26 running under Ubuntu 8.10, stored in folder /usr/share/pyshared/elisa/plugins/poblesec:

[code]
self.volume_increment = 0.10
self.volume_decrement = 0.30
self.seek_backward_seconds = 60
self.seek_forward_seconds = 60
[/code]

After an upgrade I always change this code to a shorter timeshift (15 seconds) and a shorter decremential step in volume (0.10):

[code]
self.volume_increment = 0.10
self.volume_decrement = 0.10
self.seek_backward_seconds = 15
self.seek_forward_seconds = 15
[/code]

From the first installation of Elisa development branch I installed, this has always worked as intended. I get 15-second skips when pressing either the LEFT or RIGHT keys. I also get 1-bar increments when pressing UP and DOWN keys. With the latest release, 0.5.26, this no longer works. 60 seconds/1 minute skips in timeline and 3-bar decremential skips in volume is all I get.

Revision history for this message
Olivier Tilloy (osomon) wrote :

This is because the 0.5.26 release is shipped as plugin updates through our plugin repository. The poblesec plugin (version 0.2) located in ~/.elisa-0.5/plugins/ is taking precedence over the installed one (version 0.1).

Revision history for this message
dino99 (9d9) wrote :

The latest free moovida 1.09 does not get any maintenance since a while. Now moovidadb.com is supporting Linux and support can be found at : http://www.fluendo.com/faq/

Changed in moovida:
status: Triaged → Invalid
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.