Bug 10364 - Choose Player should not appear on the home menu by default with Fab4
: Choose Player should not appear on the home menu by default with Fab4
Status: RESOLVED FIXED
Product: SB Touch
Classification: Unclassified
Component: Settings
: unspecified
: PC Other
: -- normal (vote)
: 8.0.0
Assigned To: Richard Titmuss
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-12-17 10:35 UTC by Blackketter Dean
Modified: 2009-09-08 09:27 UTC (History)
3 users (show)

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Blackketter Dean 2008-12-17 10:35:44 UTC
It should appear under Settings, assuming that the user has more than one player.
Comment 1 Ben Klaas 2008-12-17 11:37:18 UTC
so, this goes to the home menu on the Controller but to the settings menu for Fab4? Makes sense, but currently we don't do anything platform-dependent in organizing our menus. Not sure how that should work.

pushing to Richard for comment.
Comment 2 Blackketter Dean 2008-12-17 11:49:35 UTC
Yes, we'll need to customize on a per-platform basis.

Do you need Richard to fix this?
Comment 3 Blackketter Dean 2009-01-25 12:13:45 UTC
We'll definitely need per-platform defaults.   Let's do the following:

move choose player to the top level settings menu.

Default it on in the home menu for Controller (for now) and off for Fab4.
Comment 4 Ben Klaas 2009-01-26 07:44:11 UTC
Pushing to Richard, who is typically against what-platform-am-I-on queries in Squeezeplay.

IMO, the only avenue for this right now is 

if player:isLocal() then
   -- put menu item in settings
else
   -- put menu item on home menu
end

but then that also includes a selected "controller as player" as well as desktop SP. I don't think that's an exact fix for this bug.
Comment 5 Richard Titmuss 2009-03-26 02:42:06 UTC
Fixed already.