Kodi Community Forum
extra-fanart - 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: Skin Archive (https://forum.kodi.tv/forumdisplay.php?fid=179)
+----- Forum: Back Row (https://forum.kodi.tv/forumdisplay.php?fid=127)
+----- Thread: extra-fanart (/showthread.php?tid=88729)



extra-fanart - ubuntuf4n - 2010-12-27

Hi Guys, Big Grin

I thought that it would be a great idea to enhance the fanart experience for movies.
I saw that there is a feature called extra-fanart,
but I couldn't find out if backrow is capable of doing this.

I would use EMM for grabbing those fanarts.

What do you think about such a feature ?

Regards,
Ubuntuf4n



- Sharpe - 2010-12-28

Hiya

Yeah it's a possible future addition.

Looks like the main problem would be ensuring the regular fanart doesn't display at the same time under the extra fanart - it's something I will look into a bit more though.


- ubuntuf4n - 2010-12-29

Sounds cool,

i tried to implement it by myself, but it didn't worked properly.

I used mcborzu's code:

Quote:<control type="multiimage">
<posx>0</posx>
<posy>0</posy>
<width>1280</width>
<height>720</height>
<imagepath background="true">$INFO[ListItem.Path]/extrafanart</imagepath>
<timeperimage>7000</timeperimage>
<randomize>true</randomize>
<fadetime>1000</fadetime>
</control>
<control type="multiimage">
<posx>0</posx>
<posy>0</posy>
<width>1280</width>
<height>720</height>
<imagepath background="true">$INFO[ListItem.Path]../extrafanart</imagepath>
<timeperimage>7000</timeperimage>
<randomize>true</randomize>
<fadetime>1000</fadetime>
<visible>Container.Content(episodes)</visible>
</control>

Maybe I put it in the wrong line...

Cheers


- Sharpe - 2010-12-29

Yeah sure - there's a bit more to it than that. For Back Row the fanart is tailored to each view individually - just adding that code to MyVideoNav.xml wouldn't really do it. Like I say I could add it to all the different views but I think it would display the extra fanart as well as the regular scraped fanart. I would need to look at that properly when I get the time.


- Sharpe - 2011-02-06

Ok I've just added this to the skin for the video library views.

To get it working you need to have a folder called extrafanart containing your extra images located within the root folder of each of your movies or TV shows and also enable it in skin options.


- ubuntuf4n - 2011-02-06

Thanks Sharpe,
Great Work! Smile


- _sel_ - 2011-02-06

To get this working do you have to have your Movies in separate folders (one folder per movie)?


- mcborzu - 2011-02-06

_sel_ Wrote:To get this working do you have to have your Movies in separate folders (one folder per movie)?

Yes each movie in it's own folder...


- korn99uk - 2011-02-11

What is the option in the skin settings that has to be turned on for this to work? I have the Use Multiple wallpapers on Home page on but can't seem to see any other reference to multiple wallpapers anywhere else. Also wondering what build has this in it.


- djdafreund - 2011-02-11

Quote:To get it working you need to have a folder called extrafanart containing your extra images located within the root folder of each of your movies or TV shows and also enable it in skin options.
Quote:You have to have your Movies in separate folders, one folder per movie, each movie having it's own folder
Just make sure your grabbing the newest version of Back Row. Smile
I would recommend just using this, since it is most of the time kept up within a day or so at most with our SVN.
NIGHTLY SVN UPDATES USING THE PASSION ADD-ON REPO


- Sharpe - 2011-02-11

It's under "Skin Options" "Menus" - On an up to date version of the skin.


- korn99uk - 2011-02-11

Sweet - thanks for the info, downloading the SVN now.