disaligned index of playlist vs. play# command

Bug #588218 reported by Alessandro Polo
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
WOSH
Fix Committed
Medium
alfredlu

Bug Description

refer to PlayerGStreamer (and probably to PlayerPhonon)

when executing command as: "play# 23" it doens't play the track indexed as 23rd element.
use "list" to see playlist table

Revision history for this message
Alessandro Polo (g-contact-alessandropolo-name) wrote :

the usual way to enqueue files is:

cd Bundles
cd PlayerNAME
enqueue FOLDER_PATH (quote when there are spaces)

list
play# 4

Changed in wosh:
importance: Undecided → Medium
status: New → Confirmed
milestone: none → 0.8.384
Changed in wosh:
assignee: nobody → alfredlu (alfredlu)
Revision history for this message
alfredlu (alfredlu) wrote :

changed
src/framework/entertainment/MediaList.cpp
MediaList::toTable() method

- tbl->set<Variant>( (int)(iRow-1), iRow, 0 );
+ tbl->set<Variant>( (int)iRow, iRow, 0 );

Revision history for this message
alfredlu (alfredlu) wrote :

caused by the wrong index of in the list table, and now fixed, see comment below.
and a new version is tag by the bug number in alf branch in sourceforge repository.

Changed in wosh:
status: Confirmed → Fix Committed
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.