[WIP][MOD] Advanced Launcher support - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67) +---- Forum: Metropolis (https://forum.kodi.tv/forumdisplay.php?fid=162) +---- Thread: [WIP][MOD] Advanced Launcher support (/showthread.php?tid=135321) |
[WIP][MOD] Advanced Launcher support - Angelscry - 2012-07-04 Part 1 : Add an Games/Advanced Launcher entry into default home page Step 1 : Open /720p/Includes_Home1.xml file, and add the following code : Code: <item id="14"> just after : Code: ... Step 2 : Open /language/English/Strings.xml file, and add the following code : Code: <!-- New String from Angelscry --> just before the last line : Code: </strings> Step 3 : Download and save this image as extras/home1/games.jpg. Part 2 : Add an Games/Advanced Launcher entry into icon home page Step 1 : Open /720p/Includes_Home2.xml file, and add the following code : Code: <item id="14"> just after : Code: ... Step 2 : If not already done into Part 1, open /language/English/Strings.xml file, and add the following code : Code: <!-- New String from Angelscry --> just before the last line : Code: </strings> Step 3 : Download and save this image as extras/home2/icon_games.png. RE: [WIP][MOD] Advanced Launcher support - Angelscry - 2012-07-04 Part 3 : Add Settings to Show/Hide Games/Advanced Launcher entries into home pages Step 1 : Open /720p/CustomSettings.xml file, and add the following code : Code: <control type="radiobutton" id="412"> Just after : Code: ... RE: [WIP][MOD] Advanced Launcher support - Angelscry - 2012-07-04 Part 4 : Add Artwork selection for Games/Advanced Launcher home page entry Step 1 : Open /720p/CustomSettings.xml file, and add the following code : Code: <control type="group"> just after : Code: ... Next MODs and additional Advanced Launcher supports will follow... RE: [WIP][MOD] Advanced Launcher support - dekani - 2012-08-30 Hello Angelscry, Thank you for the changes. They will be included in the Metropolis skin. I have updated the content for the current git version of the Metropolis skin and will sent a pull request when it will be finished. Thank you too for your very good addons. (Keep up the good work) RE: [WIP][MOD] Advanced Launcher support - jingai - 2012-09-15 I just added the Games menu to the stock Metropolis. It's configurable (can point to any program addon) and has a configurable submenu like the other Home items do as well. I haven't pushed it just yet but it'll be up in a few minutes and will be available in 2.0.0rc3 when it's released. edit: BTW, I used the images you provided here Angelscry. But since they're copyrighted characters, we probably need to think about replacing them. So... call for an artist! RE: [WIP][MOD] Advanced Launcher support - Angelscry - 2012-09-15 (2012-09-15, 02:24)jingai Wrote: I just added the Games menu to the stock Metropolis. It's configurable (can point to any program addon) and has a configurable submenu like the other Home items do as well.I think that for the Home2 view the "Addon" icon will fit more to "Game". For the other views, yes, other iamges will be needed. I have also tried to add "Poster & Fanart" view to programs, but was not able to do it. Only the top part was displayed (Poster and Fanart) but the bottom part (Plot) was missing. Maybe someone could help me on this part... or just show me the way how to do it. RE: [WIP][MOD] Advanced Launcher support - jingai - 2012-09-15 (2012-09-15, 18:03)Angelscry Wrote:(2012-09-15, 02:24)jingai Wrote: edit: BTW, I used the images you provided here Angelscry. But since they're copyrighted characters, we probably need to think about replacing them. So... call for an artist! Agreed. Opened Issue 180 saying exactly this. Hopefully someone can provide the needed images soon so we can release 2.0.0 with this feature. (2012-09-15, 18:03)Angelscry Wrote: I have also tried to add "Poster & Fanart" view to programs, but was not able to do it. Only the top part was displayed (Poster and Fanart) but the bottom part (Plot) was missing. Maybe someone could help me on this part... or just show me the way how to do it. If you send me the modifications you made I can see if I can get it to work. Either a diff or the whole XML file would be fine. RE: [WIP][MOD] Advanced Launcher support - Angelscry - 2012-09-15 (2012-09-15, 18:21)jingai Wrote:I have decided to create a new view for games based on Viewtype_PosterAndFanart.xml named Viewtype_Games_PosterAndFanart.xml (to avoid to break anyting) with this code : http://pastebin.com/5xPbzjqA(2012-09-15, 18:03)Angelscry Wrote: I have also tried to add "Poster & Fanart" view to programs, but was not able to do it. Only the top part was displayed (Poster and Fanart) but the bottom part (Plot) was missing. Maybe someone could help me on this part... or just show me the way how to do it. Then I have modified includes.xml to add the view : Code: ... Then I have modified MyPrograms.xml to include the view : Code: <window id="1"> And then modify CustomSettings.xml to activate/desactivate the view : Code: ... So I was able to see the view into Program Addons... but I only have the top of the view... not the bottom. I understand that it is realted to conditionnal state to display or not the bottom information, but I was not able to found were to active these bottom information. RE: [WIP][MOD] Advanced Launcher support - Angelscry - 2012-09-15 Here is a new version of my Viewtype_Games_PosterAndFanart.xml file : http://pastebin.com/AqKUdCq5 Now the view :
RE: [WIP][MOD] Advanced Launcher support - Angelscry - 2012-09-15 Oh... ok... I have found how to do it. Just to modify the Includes.xml file like this : Code: ... And the game plot is now displayed : Just need now to found how to display the studio logo and the view for tall covers will be complete. RE: [WIP][MOD] Advanced Launcher support - Angelscry - 2012-09-15 Finally I've done it... Here is the new Viewtype_Games_PosterAndFanart file : http://pastebin.com/siaUFW4J and here is the Includes_MediaFlags.xml modified file : http://pastebin.com/dAQDXRYR I have modifed the Includes_MediaFlags.xml file to display game specific tags (only for the plugin views):
I think the biggest part is done. Now I need to create 2 similar view for square covers (GBA, PSX, etc...) and for wide covers (Super Nintendo, Nintendo 64, etc...). RE: [WIP][MOD] Advanced Launcher support - Angelscry - 2012-09-16 Square view done! Next... wide view. RE: [WIP][MOD] Advanced Launcher support - Angelscry - 2012-09-16 Finally the last one, for wide covers : Here are all the necessary modified and created files : http://code.google.com/p/xbmc-advanced-launcher/downloads/detail?name=all.mod.skin.metropolis.svn.v2.zip RE: [WIP][MOD] Advanced Launcher support - Angelscry - 2012-09-16 New version : http://code.google.com/p/xbmc-advanced-launcher/downloads/detail?name=all.mod.skin.metropolis.svn.v3.zip fixing finished/unfinised overlay position error. That's all !!! RE: [WIP][MOD] Advanced Launcher support - jingai - 2012-09-16 I'll work on integrating these views into the stock Metropolis this week. Thanks for the contributions! |