I would like to see an updated editor with possibility to edit the standard home layout. For my kids that should be enough and easy for them.
standart / default_home not!
only extendet_home!
or you edit the xml manually
I think that the "Shares" option is still missing, right?The Music module is missing the option to select 'Shares' as a parameter. And when nothing is selected it forces the choice at the top of the list Album Artist.
The Share view is not an option that is defined inside the Music configuration views.
I think that the "Shares" option is still missing, right?
Unfortunately this is my preferred view in the music section.
Is there any workaround to force the "Shares" view in the music section when using the Titan skin?
Thanks for your help.
Is there any workaround to force the "Shares" view in the music section when using the Titan skin?
Thanks for your help.
<entry name="menuItemName2">Music</entry>
<entry name="menuItemIcon2">Music</entry>
<entry name="menuItemHyperlink2">504</entry>
That works well. Thank you very much !Is there any workaround to force the "Shares" view in the music section when using the Titan skin?
Thanks for your help.
tomhai, the following workaround worked for me, however the setting will probably be overwritten any time you make changes with the basichome editor, so it's not really a satisfactory solution. Take a backup of the edited file, and the location I've listed is in Windows 7, it may be different for you. Also you may need to set windows explorer to show hidden files and folders.
1. In windows explorer, navigate to "c:\users\all users\team mediaportal\mediaportal"
2. Find "Titan.xml", and open it in notepad
3. Find the section beginning "<section name="TitanBasicHome">"
4. Look for the lines relating to the music button (the "2" in the entry name parameters below will be different depending on the position of the music item in your particular configuration);
5. Where I have 504 (you may have something else), change that to 501Code:<entry name="menuItemName2">Music</entry> <entry name="menuItemIcon2">Music</entry> <entry name="menuItemHyperlink2">504</entry>
6. Save the file, and start MediaPortal.
We can but hope the devs will make a proper fix for this at some point, but that works for now.