[New Feature] Advanced Launcher ROM Support - EXPERTS ONLY

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
fr500 Offline
Senior Member
Posts: 279
Joined: Oct 2008
Reputation: 1
Post: #21
Been busy this week but I've started planning the views.
For starters I'll mod the grid view as noted before so it can use the artwork provided by the advanced launcher, it will allow for extrafanart if it exists.

[Image: screenshot005.png]

I don't know how to code view settings (so users can disable extrafanart) so that might take a bit.

After that is done I'll move into more advanced views consistent with Simplicity views, each view will be coded in 3 styles for square, vertical and horizontal thumbs, that should cover most bases, also now there is thegamedb.com that provides banner so a banner view is in order.

I'd like to code an info screen (like on moviews and tv shows) but I don't know where to start so that will be the last part.
find quote
naelam Offline
Junior Member
Posts: 1
Joined: Jul 2011
Reputation: 0
Post: #22
hey igotdvds, first of all love the skin.
i was having a problem. i have the folder structured exactly as you stated and used the same download service but am unable to get any of the extra images to show up in the advanced launcher view. I was wondering if I needed an earlier build of your skin? I got the most recent from github. Thanks for your help.
find quote
kyotocafe Offline
Senior Member
Posts: 215
Joined: Jul 2011
Reputation: 0
Location: kyoto, Japan
Post: #23
naelam Wrote:hey igotdvds, first of all love the skin.
i was having a problem. i have the folder structured exactly as you stated and used the same download service but am unable to get any of the extra images to show up in the advanced launcher view. I was wondering if I needed an earlier build of your skin? I got the most recent from github. Thanks for your help.

The same is happening to me.
I have the exact folder structure and the images in there. Still I am not able to get the images. Not even the fanart. I am just getting the thumbs set by the Advanced Launcher addon.
find quote
Angelscry Offline
Skilled Python Coder
Posts: 2,753
Joined: Sep 2010
Reputation: 37
Location: MTL, Canada
Post: #24
kyotocafe Wrote:The same is happening to me.
I have the exact folder structure and the images in there. Still I am not able to get the images. Not even the fanart. I am just getting the thumbs set by the Advanced Launcher addon.
If this mod was fully compatible with advanced launcher, we may not need to use a specific folder structure for thumb and fanart images. Path to thumbs and fanarts images path are managed by advanced launcher and send to XBMC (and the skin) using ListItem.Thumb and Listitem.Property(Fanart_Image) parameters. But it seems that the Listitem.Property(Fanart_Image) parameter is not supported here.

Advanced Launcher | Manual | WiKi | Forums | Tutorials | Gallery | GitHub | Archives | Donate

find quote
fr500 Offline
Senior Member
Posts: 279
Joined: Oct 2008
Reputation: 1
Post: #25
Still working on it....but time is at a premium lately for me...
find quote
jdawg0528 Offline
Junior Member
Posts: 40
Joined: Sep 2010
Reputation: 0
Location: Sartell, MN USA
Post: #26
(2011-08-04 18:31)kyotocafe Wrote:  
naelam Wrote:hey igotdvds, first of all love the skin.
i was having a problem. i have the folder structured exactly as you stated and used the same download service but am unable to get any of the extra images to show up in the advanced launcher view. I was wondering if I needed an earlier build of your skin? I got the most recent from github. Thanks for your help.

The same is happening to me.
I have the exact folder structure and the images in there. Still I am not able to get the images. Not even the fanart. I am just getting the thumbs set by the Advanced Launcher addon.

I had the same issue but figured it out after taking a look at the view file for Advanced Launcher.

Folder path should be media\optional\advanced launcher\Nintendo Entertainment System\cartridges\
media\optional\advanced launcher\Nintendo Entertainment System\titles\
media\optional\advanced launcher\Nintendo Entertainment System\screenshots\

For SNES, replace "Nintendo Entertainment System" with "Super Nintendo Entertainment System" (no quotes, of course). The only other issue I was having is that I didn't have the cartridge files named the same as what Advanced Launcher was displaying them as. Once I named them appropriately, badda bing.

I ended up editing the ViewsAdvancedLauncher.xml to add support for SMS and Genesis. The code is around line 1365.

Hope this helps somebody.
(This post was last modified: 2012-05-15 02:24 by jdawg0528.)
find quote
jdawg0528 Offline
Junior Member
Posts: 40
Joined: Sep 2010
Reputation: 0
Location: Sartell, MN USA
Post: #27
Finally finished grabbing all of the artwork for my NES, SNES, SMS and Genesis. Here's the screenshots:

http://imageshack.us/photo/my-images/534/nesfq.jpg/

http://imageshack.us/photo/my-images/6/genwr.jpg/

http://imageshack.us/photo/my-images/151/smskt.jpg/

http://imageshack.us/photo/my-images/707/snesw.jpg/
find quote
Post Reply