After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 572588 - Allow extensions to hijack the Now Playing area
Allow extensions to hijack the Now Playing area
Status: RESOLVED OBSOLETE
Product: banshee
Classification: Other
Component: User Interface
git master
Other All
: High enhancement
: 1.6
Assigned To: Banshee Maintainers
Banshee Maintainers
Depends on:
Blocks: 572590
 
 
Reported: 2009-02-20 19:18 UTC by Chris Howie
Modified: 2009-12-30 01:04 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
The current diff against trunk from my branch (15.44 KB, patch)
2009-02-21 00:00 UTC, Gabriel Burt
needs-work Details | Review

Description Chris Howie 2009-02-20 19:18:52 UTC
This bug is for the (presumably already underway) effort to allow extensions to take control of the Now Playing area in some form, e.g. for visualization.
Comment 1 Gabriel Burt 2009-02-20 23:48:58 UTC
I started working on this a bit quite a while ago.  My work is available in my git repo in my nowplaying branch - http://banshee-project.org/~gburt/banshee.git
Comment 2 Gabriel Burt 2009-02-21 00:00:47 UTC
Created attachment 129194 [details] [review]
The current diff against trunk from my branch
Comment 3 Gabriel Burt 2009-02-21 00:05:13 UTC
That patch includes copying some widgets used in Fullscreen, but they're not used yet.  My idea was to use have the NowPlaying look like it currently does normally, but when you mouse near the top of it, it pops up some controls like Fullscreen does at the bottom of the screen.  These controls would let you change NowPlaying views (tabs in the Notebook) and maybe some other settings for the current tab.

One complication for doing this in NowPlaying that Fullscreen doesn't have is the NowPlaying window can move/resize (where Fullscreen doesn't).
Comment 4 Gabriel Burt 2009-12-30 01:04:30 UTC
Closing this - git master has a different patch allowing OpenVP to hijack the NP area for audio tracks.