GNOME Bugzilla – Bug 528948
Add Browser Filter Context Menus
Last modified: 2010-11-09 14:23:00 UTC
Would be nice to be able to right-click an album and "Add to Play Queue". Or drag it to the Play Queue. This would ideally add a single line-item in the Play Queue representing the Album. However I might want to remove some of the songs from that Album (in so far as the Play Queue is concerned). So if the Album line-item was actually a sort of tree widget with a [+] widget next to it (defaulting to collapsed), that would be perfect. I guess this feature request applies equally well to normal play lists...
*** Bug 530040 has been marked as a duplicate of this bug. ***
*** Bug 536873 has been marked as a duplicate of this bug. ***
*** Bug 551968 has been marked as a duplicate of this bug. ***
*** Bug 561376 has been marked as a duplicate of this bug. ***
Gioele Barabucci wrote in bug 561376: > It should be possible to add albums to the play queue > right-clicking on the album entry in the browser and > selecting "Add to play queue", just like you can do that > for single tracks. > > This makes adding an entire album easier. And does not > require you to drag'n'drop the album to the play queue > (there are many usability issues with d'n'd). > > A similiar feature (right click -> add to play queue) > could be added to the artist entry in the library browser.
Hi, also if you please implement this feature, add a possibility to assign a covert art picture, or change tags that applies for whole album. Right Click: ============ Play Now Play Randomly Add to Playing queue Properties (change stars, release date, album cover art). Or at least, provide users with manual on how to change the cover album. All I know it is somehow magically downloaded from the Internet, but dunno where and how to change that. Thanks
*** Bug 582272 has been marked as a duplicate of this bug. ***
*** Bug 542289 has been marked as a duplicate of this bug. ***
Fixed in master: commit 26fb7038d617232d0212c4cffd62a58443129654 Author: Gabriel Burt <gabriel.burt@gmail.com> Date: Mon Nov 8 20:32:37 2010 Show the track context menu in artist/album lists This lets you right-click an artist or album and 'Add to Play Queue', and most of the other normal track context-menu actions. Focusing a browser also makes the action keybindings affect the artist or album; pressing 'q' after clicking an album will queue the entire album. Fixes bgo#528948
banshee doesn't compile for me because of this commit, it seems Hyena needs to be updated. ShowContextMenu in HyenaActionGroup has return type void, which can't be assigned to a variable. This is the compile error: ./Banshee.Gui/TrackActions.cs(358,13): error CS0815: An implicitly typed local variable declaration cannot be initialized with `void' ./Banshee.Gui/TrackActions.cs(359,17): error CS0841: A local variable `menu' cannot be used before it is declared ./Banshee.Gui/TrackActions.cs(360,22): error CS1061: Type `object' does not contain a definition for `SelectionDone' and no extension method `SelectionDone' of type `object' could be found (are you missing a using directive or an assembly reference?)
(In reply to comment #10) > banshee doesn't compile for me because of this commit, it seems Hyena needs to > be updated. ShowContextMenu in HyenaActionGroup has return type void, which > can't be assigned to a variable. Same for me.