XBMC Community Forum
[MOD] Multiplex View with Video Window Mod - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: Skin Help and Support (/forumdisplay.php?fid=67)
+---- Forum: Aeon (/forumdisplay.php?fid=68)
+---- Thread: [MOD] Multiplex View with Video Window Mod (/showthread.php?tid=49915)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43


- b15nut - 2009-06-04 19:09

z][ggy;346142 Wrote:I have the same problem when I use it Sad

A friend of mine located a solution for us. eplore into XBMC\MEDIA and change the name of the Showcase folder to Showcase.Oldfolder and that will solve the issue. Big Grin


- z][ggy - 2009-06-04 19:30

b15nut Wrote:A friend of mine located a solution for us. eplore into XBMC\MEDIA and change the name of the Showcase folder to Showcase.Oldfolder and that will solve the issue. Big Grin

cheers :Wink

works like a treat Smile


- b15nut - 2009-06-05 00:54

Glad to hear it!


- RT-3 - 2009-06-05 01:59

RT-3 Wrote:Ok I have read through this thread twenty times and either am missing the answer...or it isn't there. I have the mod 3.4 from page one and latest XBMC and I am not getting the extrathumbs slide show on the left panel. They were there in the "original" multiplex view. Do I need to rename the folder? I currenlty have it set up like so
Movies/Movie Name/Movie.avi/extrathumbs/thumb1, thumb2

Should I move the thumbs to the movie folder? please help!!!!

Anyone...Confused?


- mcborzu - 2009-06-05 02:20

By "They were there in the "original" multiplex view." Did you mean the regular multiplex works but Anoobie's mod doesnt?

Are you using the newest Auriga?...because this mod is not yet up to the current Multiplex2 release yet.

This is how the naming convention should be:
N:\Backup Movies\28 Days Later (2002)\extrathumbs

Then the thumbs should be named thumb1.jpg, thumb2.jpg,...etc.


- b15nut - 2009-06-05 02:35

RT-3 Wrote:Anyone...Confused?

I am by no means an expert but try this in the Viewtype_Multiplex.xml file:

Code:
<control type="multiimage">                
    <imagepath>$INFO[Container(52).ListItem.Path,,]</imagepath>

to this
Code:
<control type="multiimage">
    <imagepath>$INFO[Container(52).ListItem.Path,extrathumbs]</imagepath>

That is a shot in the dark so best of luck lol

The worst that happens is it doesn't work and you change the file back to the way it was before.


- RT-3 - 2009-06-05 02:39

Yes, prior to anoob's mod...The two extra thumbs were showing up in the mulitplex view of aeon...(i did try the mod with the newest release of aeon via github and noticed that it didn't work)

to be honest I have so many versions of aeon, I am not sure what release I am using. I will try different versions and see what happens...

But everything is great except for the missing pictures on the left panel...


- RT-3 - 2009-06-05 02:44

b15nut Wrote:I am by no means an expert but try this in the Viewtype_Multiplex.xml file:

Code:
<control type="multiimage">                
    <imagepath>$INFO[Container(52).ListItem.Path,,]</imagepath>

to this
Code:
<control type="multiimage">
    <imagepath>$INFO[Container(52).ListItem.Path,extrathumbs]</imagepath>

That is a shot in the dark so best of luck lol

The worst that happens is it doesn't work and you change the file back to the way it was before.


I'll give it a try when I get home...stuck at my office waiting for a client...I will post tonight if it works...and if it does...Thanks a million!


- andyblac - 2009-06-05 09:35

b15nut Wrote:I am by no means an expert but try this in the Viewtype_Multiplex.xml file:

Code:
<control type="multiimage">                
    <imagepath>$INFO[Container(52).ListItem.Path,,]</imagepath>

to this
Code:
<control type="multiimage">
    <imagepath>$INFO[Container(52).ListItem.Path,extrathumbs]</imagepath>

That is a shot in the dark so best of luck lol

The worst that happens is it doesn't work and you change the file back to the way it was before.

that won't work, you need a double comma before the "extrathumbs" like this

Code:
<control type="multiimage">
    <imagepath>$INFO[Container(52).ListItem.Path,,extrathumbs]</imagepath>



- steve1977 - 2009-06-06 06:10

Thans for this great MOD. Two quick questions/requests for the MOD and also for thetvdb:

1) Would it be possible to have a "traile equivalent" for TV shows. It would be nice if it could play the starting theme of the show instead of the trailer.

2) For this to be perfect, could thetvdb have youtube-links to the starting themes of the TV shows.


Thans a ton!!!