Bug 6265 - NOW PLAYING: umbrella bug for all now playing issues
: NOW PLAYING: umbrella bug for all now playing issues
Status: CLOSED FIXED
Product: SB Controller
Classification: Unclassified
Component: Browser
: unspecified
: Macintosh Other
: P1 critical (vote)
: 7.0
Assigned To: Ben Klaas
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2007-12-03 15:05 UTC by Ben Klaas
Modified: 2009-09-08 09:18 UTC (History)
8 users (show)

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ben Klaas 2007-12-03 15:05:41 UTC
There are a large number of bugs open against "Now Playing" that likely have the same root issues. I am opening this bug as a catch-all to manage the list better, and will move all Now Playing bugs to RESOLVED/DUPLICATE pointing to this one. If any of those issues end up being separate from the over-arching Now Playing issues, I will reopen as necessary.
Comment 1 Ben Klaas 2007-12-03 15:09:04 UTC
*** Bug 5364 has been marked as a duplicate of this bug. ***
Comment 2 Ben Klaas 2007-12-03 15:09:28 UTC
*** Bug 5387 has been marked as a duplicate of this bug. ***
Comment 3 Ben Klaas 2007-12-03 15:09:40 UTC
*** Bug 5404 has been marked as a duplicate of this bug. ***
Comment 4 Ben Klaas 2007-12-03 15:09:53 UTC
*** Bug 5433 has been marked as a duplicate of this bug. ***
Comment 5 Ben Klaas 2007-12-03 15:10:04 UTC
*** Bug 5487 has been marked as a duplicate of this bug. ***
Comment 6 Ben Klaas 2007-12-03 15:10:29 UTC
*** Bug 5523 has been marked as a duplicate of this bug. ***
Comment 7 Ben Klaas 2007-12-03 15:10:58 UTC
*** Bug 5759 has been marked as a duplicate of this bug. ***
Comment 8 Ben Klaas 2007-12-03 15:11:22 UTC
*** Bug 5814 has been marked as a duplicate of this bug. ***
Comment 9 Ben Klaas 2007-12-03 15:11:50 UTC
*** Bug 5863 has been marked as a duplicate of this bug. ***
Comment 10 Ben Klaas 2007-12-03 15:12:22 UTC
*** Bug 5953 has been marked as a duplicate of this bug. ***
Comment 11 Ben Klaas 2007-12-03 15:12:34 UTC
*** Bug 5961 has been marked as a duplicate of this bug. ***
Comment 12 Ben Klaas 2007-12-03 15:14:13 UTC
*** Bug 6171 has been marked as a duplicate of this bug. ***
Comment 13 KDF 2007-12-05 16:20:18 UTC
*** Bug 5868 has been marked as a duplicate of this bug. ***
Comment 14 Ben Klaas 2007-12-26 08:42:06 UTC
Target 7.0/Priority P1
Comment 15 Ben Klaas 2007-12-26 09:20:51 UTC
*** Bug 6378 has been marked as a duplicate of this bug. ***
Comment 16 Ben Klaas 2007-12-28 13:26:03 UTC
r1275 has the following changes to the Jive menu behavior->

Changed behavior of "Now Playing" home item
NowPlaying applet now creates the JiveMain menu item
"go" from Home->Now Playing takes you to a "big artwork" screen (a la NowPlaying screensaver)
"go" from Home->Now Playing->Big Artwork takes you to the current playlist
Comment 17 Ben Klaas 2007-12-28 14:05:26 UTC
note to self: misc things to fix

A single track playlist should descend directly from showPlaylist() into trackInfo without a button press

An empty playlist should show a localized "Nothing" in the playlist
The nothing shouldn't be selectable or navigable.

Pressing home when on home should take you to the big artwork screen (this is noted as a FIXME in SlimBrowser)

NowPlaying screen needs to update when notifications of song changes come in

Hitting FWD/REW on the big artwork screen (either in Screensaver mode or not) should not exit the window, but rather should update the screen to reflect the changed track
Comment 18 Blackketter Dean 2007-12-31 08:45:07 UTC
Another case to test:  Now Playing screensaver should exit and/or not start when the server connection is down.
Comment 19 Ben Klaas 2008-01-06 14:54:43 UTC
long campfire chat that describes some bugs yet to be fixed with NowPlaying

Ben K.  	
i think the real issues might be in the bells/whistles. window transitions, fade in/out, etc.
Richard T. 	
sorry, what issues?
Ben K. 	
because i'm now updating components of the window instead of writing a new window (which, incidentally, was what was causing you to be locked out of keypresses)
Richard T. 	
oh, where has my fade gone :-O
Richard T. 	
:-(
Ben K. 	
so, when a track changes, you may not see the fade.....riiiight
Richard T. 	
you have to use windows to do transitions.
Jan 6 	
2:30 PM
Dean B. 	
so, which jive.bin should I try now?
Ben K. 	
don't you think updating components of the window is the correct way to do this?
Richard T. 	
don't understand why changing windows caused a keypress problem.
Richard T. 	
let me upload another next door ...
Richard T. 	
i actually changed it to create a new window so the transitions worked.
Jan 6 	
2:35 PM
Ben K. 	
okay, i can try to rework for recreating a full window on track change
Richard T. 	
dean, grab the binary from the developers room...
Richard T. 	
does the now playing screensaver mode start when you have a now playing view?
Richard T. 	
and is the no artwork icon missing?
Jan 6 	
2:40 PM
Richard T. 	
someone on the forums suggested having a different icon for "loading artwork" and "no artwork". personally i think this is a good idea.
Ben K. 	
View paste

richard-  if windowStyle == 'browse' then

                local browser = appletManager:getAppletInstance("SlimBrowser")

                -- don't allow a screensaver on this window
                -- FIXME: ideally, screensaver would only be repressed if the screensaver was set to NowPlaying 
                self.window:setAllowScreensaver(false)

Richard T. 	
it'll be nice on fab4 to have a wider screen, less scrolling.
Ben K. 	
definitely
Ben K. 	
layout is tricky with this few pixels
Ben K. 	
the no artwork icon thing needs to be worked out. there were some issues because the dropping of drop shadows
Richard T. 	
so why block the screensaver? i think it's meant to change between the two modes on inactivity and use.
Ben K. 	
i'll figure that out in the next 24h
Richard T. 	
k
Richard T. 	
it doesn't like going into now playing when it's turned off.
Richard T. 	
(when the player is turned off)
Jan 6 	
2:45 PM
Richard T. 	
and if you turn the player back on, then go into now playing it says "Now Playing" but the player is "Stopped"
Richard T. 	
apart from those few niggles nice work, i think your getting the hang of lua :-D
Ben K. 	
I'll investigate not putting a screensaver block in...there were problems with skin/layout/iconbar when I removed that block, but I can probably fix them with some effort
Comment 20 Ben Klaas 2008-01-08 13:51:20 UTC
another point to fix: empty playlist should read 'Nothing' in the playlist menu, and this item should not be selectable. There's a bug open against this somewhere, but can't find it.
Comment 21 Ben Klaas 2008-01-11 20:25:07 UTC
The NowPlaying (aka "big artwork") development is complete.

NOTE: There is now a clear separation now between the NowPlaying screen and the Playlist screen.

A lot of the bugs referenced in this umbrella bug are for Playlist and not NowPlaying. I'm going to go through them one by one and re-open those that are about the Playlist.

The merge from Richard on the scrolling branch should have some fixes for Playlist as well. I will be running through some test cases, probably early next week, to see that the Playlist screen is updating correctly in all situations. I will be closing/amending Playlist bugs as I go through them.

Moving this bug to RESOLVED
Comment 22 James Richardson 2008-05-15 13:00:33 UTC
This bug has recently been fixed in the latest release of SqueezeCenter 7.0.1

Please try that version, if you still see the error, then reopen this bug.

To download this version, please navigate to: http://www.slimdevices.com/su_downloads.html
Comment 23 jeffrey s miller 2008-08-30 05:27:21 UTC
Is there any hope for those of us who would love to see the largest artwork possible in the Now Playing screen? 

Alternately, could we have a screensaver called 'Show Artwork', which displays the same supersize cover as in Track Info. If the Artist, Album, and Title scrolled across the top/bottom that would be fine too :-)
Comment 24 jeffrey s miller 2008-08-30 10:56:49 UTC
(In reply to comment #23)
> Is there any hope for those of us who would love to see the largest artwork
> possible in the Now Playing screen? 
> 
> Alternately, could we have a screensaver called 'Show Artwork', which displays
> the same supersize cover as in Track Info. If the Artist, Album, and Title
> scrolled across the top/bottom that would be fine too :-)
> 

Not knowing if this was the right place for the above request, I filed this: https://bugs-archive.lyrion.org/show_bug.cgi?id=9343