Bug #1991
Play next, play previous dont work properly on "station" items queue
Status: | Fixed | Start date: | 02/16/2014 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 100% | ||
Category: | Audio | |||
Target version: | 4.6 | |||
Found in version: | Latest | Platform: | RPi |
Description
|<< and >>| buttons on the remote don't work properly in icecast music plugins.
They just stop playing instead of playing next station on the page.
Associated revisions
playqueue: Understand that items of type 'station' are playable
Fixes #1991
History
#1
Updated by Leonid Protasov about 7 years ago
- Subject changed from Play next, play previous buttons doesn't work properly on "station" items. to Play next, play previous dont work properly on "station" items queue
I see stations in queue list by Shift+F1 but they are not queued properly. Also I propose to set Shift+F2 to ACTION_SKIP_BACKWARD and Shift+F3 to ACTION_SKIP_FORWARD:
const static int action_from_fkey[13][2] = { { 0, 0 }, { ACTION_MENU, ACTION_PLAYQUEUE }, { ACTION_SHOW_MEDIA_STATS, ACTION_SKIP_BACKWARD }, { ACTION_ITEMMENU, ACTION_SKIP_FORWARD }, { ACTION_LOGWINDOW, ACTION_ENABLE_SCREENSAVER }, { ACTION_RELOAD_UI, ACTION_RELOAD_DATA }, { ACTION_SYSINFO, 0 }, { 0, 0 }, { 0, 0 }, { ACTION_SWITCH_VIEW, 0 }, { 0, ACTION_VOLUME_MUTE_TOGGLE }, { ACTION_FULLSCREEN_TOGGLE, ACTION_VOLUME_DOWN }, { ACTION_SWITCH_UI, ACTION_VOLUME_UP }, };
#2
Updated by Andreas Smas about 7 years ago
- Status changed from New to Fixed
- % Done changed from 0 to 100
Applied in changeset git|commit:090b47cc1ee6ccb6f6c99f0850bf48efe5332789.