Opened 13 years ago
Closed 12 years ago
Last modified 12 years ago
#10710 closed Patch - Feature (fixed)
MythMusic immediately play songs from playlist editor
Reported by: | Owned by: | paulh | |
---|---|---|---|
Priority: | minor | Milestone: | 0.27 |
Component: | Plugin - MythMusic | Version: | Master Head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
I read about some usability complains on the mailing list. One issue is that the songs that were added from the playlist editor are not played immediately. The user had to go to the playlist, select the song and press play.
Attached is a patch that adds new functionality. When the user is in the playlist editor screens and navigates through his collection he can now press PLAY. This will also add the albums or tracks to the playlist (same as pressing SELECT) but it will start playing the first of the newly added songs immediately.
Robert S
Attachments (4)
Change History (11)
Changed 13 years ago by
Attachment: | mythmusic_play_tracks_from_playlisteditor_tree.patch added |
---|
comment:1 Changed 13 years ago by
Milestone: | unknown → 0.26 |
---|---|
Owner: | set to stuartm |
Status: | new → accepted |
Version: | Unspecified → Master Head |
Changed 13 years ago by
Attachment: | mythmusic_add_menu.patch added |
---|
Changed 13 years ago by
Attachment: | mythmusic_keybinding_for_play.patch added |
---|
Use a keybinding for the functionality instead of play
comment:2 Changed 13 years ago by
Segfaults when pressing defined key on playlists, smart playlists. These nodes don't have metadata associated and need to be treated differently. Requires additional cases such as:
if (mnode->getAction() == "playlists")
Example patch attached, provides similar (but not identical) functionality.
Changed 13 years ago by
Attachment: | patch.playbutton added |
---|
Includes additional cases preventing segfault eg playlists
comment:3 Changed 12 years ago by
Milestone: | 0.26 → 0.27 |
---|
comment:4 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
comment:5 Changed 12 years ago by
Owner: | changed from stuartm to paulh |
---|
comment:6 Changed 12 years ago by
Paul, Quick Q to fe13684b4d5d635a6fd930ab49358cdf9192c2de commit: for me it works OK any higher node that single song (album, dir with albums, etc). It is not working for single song. It this planned behaviour or rather bug ?
Adds a menu to add/replace files and play them directly