Associate extras and/or alternative versions to a movie/TV show title
@huttdes, go to your movie collection, focus item, and press i for video info, there have one extras button, enter and receive list with your video extras...no need change anything.

for info about how work video extras, look here:

http://forum.xbmc.org/showthread.php?tid=125024

Script you get here

https://robwebset.googlecode.com/svn/rel...-0.0.1.zip

Or install repo developer robwebset for get latest release videoextras script

http://robwebset.googlecode.com/svn/rele...-1.0.0.zip

This is really just DvdExtras with the Movie Themes removed as this is now covered by the latest TvTunes.

There is a small change which I think prevents some sound-loss when using it with the latest TvTunes (Actually backing out a previous work-around)

Please remove DvDExtras if you are going to use this.

About dvdextras, look here

http://wiki.xbmc.org/index.php?title=Add-on:DVD_Extras

Script associate extras (stunts, trailers, alternative versions and others extra videos to a movie/TV show title)

In info video have button for extras

Image

and result list list extras items

Image

Create folder extras, and put files there, for XBMC don´t scraper use this in advancedsettings.xml

Code:
<video>
  <excludefromscan>
    <regexp>-extras-</regexp>
    <regexp>/Extras/</regexp>
    <regexp>Extras</regexp>
    <regexp>/extras/</regexp>
    <regexp>extras</regexp>
    <regexp>-trailer</regexp>    
    <regexp>[\\/]Extras[\\/]</regexp>
    <regexp>[\\/]extras[\\/]</regexp>
  </excludefromscan>
  <excludetvshowsfromscan>
    <regexp>-extras-</regexp>
    <regexp>/Extras/</regexp>
    <regexp>Extras</regexp>
    <regexp>/extras/</regexp>
    <regexp>extras</regexp>
    <regexp>-trailer</regexp>
    <regexp>[\\/]Extras[\\/]</regexp>
    <regexp>[\\/]extras[\\/]</regexp>    
  </excludetvshowsfromscan>
</video>
MediaBrazil forum Website - Youtube Channel
MQ9-1.6.0.29 - 09.15.2023 - Aeon MQ Skin Team
MarcosQui Website Donate and support us.


Messages In This Thread
RE: Associate extras and/or alternative versions to a movie/TV show title - by Wanilton - 2013-11-05, 00:14
Logout Mark Read Team Forum Stats Members Help
Associate extras and/or alternative versions to a movie/TV show title8