Help - Search - Members - Calendar
Full Version: Replacing The File Manager With Music Manager
Scenyx Entertainment Community > Xbox1 Forums > Dashboard Forums > Official Team UIX Forums > User.Interface.X (UIX) Code
burnerO
Here's a quick change that I did for security reasons. This will change the text and link from the File Manager to the Music Manager.

Open default.xip/settings.xap

Replace all instances of "FILE MANAGER" with "Music Manager"

Find:
CODE

if(sSettingsElements[nCurSettingsMenuItem] == theTranslator.Translate("Music Manager")) { ShowIcon(c.ConsoleIcon); }


Replace:
CODE
if(sSettingsElements[nCurSettingsMenuItem] == theTranslator.Translate("Music Manager")) { ShowIcon(c.StereoIcon); }


Find:
GoToFileManager();

Replace:
GoToMusic();

Perhaps this isn't for everyone, but it was needed in my case.
EBear
Is there a way to ADD Music Manager to the System Settings instead of replacing file manager? I would like to get rid of the Music tab on the main menu.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2013 Invision Power Services, Inc.