• 1
  • 16
  • 17
  • 18(current)
  • 19
  • 20
  • 23
Associate extras and/or alternative versions to a movie/TV show title
I have commited a fix to the repo at r60, just the default.py file.

I have only given it a very quick test - please let me know how you get on.

Rob
(2013-10-24, 19:42)rob_webset Wrote: I have commited a fix to the repo at r60, just the default.py file.

I have only given it a very quick test - please let me know how you get on.

Rob

Will this get pushed out through the repo? I installed the addon from a zip file initially.
ASUS Chromebox M004U (LibreELEC 8.2/Aeon Nox SiLVO)--->HDMI--->Onkyo TX-NR646--->HDMI--->Panasonic P65VT30
@rob_webset, work fine now with new default.py, thanks, if possible install script in XBMC gotham nightlies, it´s broken with changes in master code, cause is this commit, before work, now no more, and don´t show nothing in debug log, only have visual error in script and don´t play theme.

https://github.com/xbmc/xbmc/commit/1ae8...88b996424b

@wgstarks, look here

https://code.google.com/p/robwebset/sour...ideoextras
MediaBrazil forum Website - Youtube Channel
MQ9-1.6.0.29 - 09.15.2023 - Aeon MQ Skin Team
MarcosQui Website Donate and support us.
(2013-10-24, 20:24)wgstarks Wrote: Will this get pushed out through the repo? I installed the addon from a zip file initially.

Once I have a few more features done and have a new beta I'll create another zip, until then I'd recommend just overwrite the file locally.

(2013-10-24, 21:20)Wanilton Wrote: @rob_webset, work fine now with new default.py, thanks, if possible install script in XBMC gotham nightlies, it´s broken with changes in master code, cause is this commit, before work, now no more, and don´t show nothing in debug log, only have visual error in script and don´t play theme.

https://github.com/xbmc/xbmc/commit/1ae8...88b996424b

Hi Wanilton, I'm not quite sure what you mean? (The theme stuff was removed from Video Extras - it should be covered in the TvTunes Beta) - maybe I'm missing something?

Thanks, Rob
@rod_webset, sorry, your latest script tv tunes (3.1.7) is broken, now in gotham. Videoextras is ok, forget mention name script in previous post.
MediaBrazil forum Website - Youtube Channel
MQ9-1.6.0.29 - 09.15.2023 - Aeon MQ Skin Team
MarcosQui Website Donate and support us.
Show/Hide feature working great, thanks Rob. Haven't done much testing yet but I do see one other minor problem (purely cosmetic IMO). The "Extras" button is double wide.

Image

Also, a question. I see the new settings for using the database, but don't see any watched/unwatched indicators. What is the database being used for?
ASUS Chromebox M004U (LibreELEC 8.2/Aeon Nox SiLVO)--->HDMI--->Onkyo TX-NR646--->HDMI--->Panasonic P65VT30
(2013-10-24, 23:54)wgstarks Wrote: Show/Hide feature working great, thanks Rob. Haven't done much testing yet but I do see one other minor problem (purely cosmetic IMO). The "Extras" button is double wide.

I think this is skin specific (I guess you have the wrong type specified for the button), the skin additions on the wiki are for confluence - maybe people that use different skins would like to post thier alterations?

(2013-10-24, 23:54)wgstarks Wrote: Also, a question. I see the new settings for using the database, but don't see any watched/unwatched indicators. What is the database being used for?

It's not implemented yet :-) It's the result of some DB testing on my part.
Hi All,

I have just published a new beta version v0.0.3 the changelog is as follows:

Code:
v 0.0.3:
- Fixed smb:// mapped files
- Add support for NFO files to name and order Extras

v 0.0.2:
- Add option to hide the extras button on the Information Screen

I have updated the Wiki to include information on how to use the NFO method for naming files, zip available via the repo of directly from:

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

Please let me know if you see any issues

Thanks, Rob
(2013-10-24, 23:54)wgstarks Wrote: Show/Hide feature working great, thanks Rob. Haven't done much testing yet but I do see one other minor problem (purely cosmetic IMO). The "Extras" button is double wide.

Image

Also, a question. I see the new settings for using the database, but don't see any watched/unwatched indicators. What is the database being used for?

You'll need to edit the 'include' lines

Code:
                <control type="button" id="100">
                    <description>Extras</description>
                    <include>DialogVideoInfoButton</include>  <----- instead of 'ButtonInfoDialogsCommonValues' for Aeon Nox
                    <label>Extras</label>
                    <onclick>XBMC.RunScript(script.videoextras,display,"$INFO[ListItem.FilenameAndPath]")</onclick>
                    <visible>System.HasAddon(script.videoextras)
                     + [Container.Content(movies) | Container.Content(episodes) | Container.Content(TVShows)]
                     + IsEmpty(Window(movieinformation).Property("HideVideoExtrasButton"))</visible>
                </control>

May I ask how do you get your movie info page to look like that? With the disk image and all cast image displayed?

To rob, thanks for improving this fantastic addon, kinda wish there could be thumbnail preview for the extras videos but I'm happy with what I got.

Also, does TVTunes (movie themes) work with VideoExtras addon now?
(2013-10-25, 14:21)alucard89 Wrote: You'll need to edit the 'include' lines

Code:
<include>DialogVideoInfoButton</include>  <----- instead of 'ButtonInfoDialogsCommonValues' for Aeon Nox

Thanks, I have added a section to the Wiki for this.

(2013-10-25, 14:21)alucard89 Wrote: To rob, thanks for improving this fantastic addon, kinda wish there could be thumbnail preview for the extras videos but I'm happy with what I got.

There is more to come - it requires a change to the display dialog that is currently used. If there are specific things you would like, it may be worth raising an issue on the google page:

http://code.google.com/p/robwebset/issues/list

That way I won't forget (And other people can vote and comment on them easily)

(2013-10-25, 14:21)alucard89 Wrote: Also, does TVTunes (movie themes) work with VideoExtras addon now?

The latest TvTunes (Beta that I have been updating) and VideoExtras should work together, if it doesn't, then it's a bug. (These are both Betas at the moment - for different reasons, but if people don't try them, we will never know the bugs that I don't find myself on my Windows system!)

I do hope to push VideoExtras to the official repo - but not until it's pretty much feature complete, and I have made it multi-lang. Once I have published, I then hope to publish bug fixes/enhancements about every 3 months (Unless I have really made a mess of something), so it will pay to check it does everything you wanted before I do the first official publish!

Thanks, Rob
@rob_webset. Thanks

@alucard89. Thanks for the code. I'll give it a try. I'm using Bignoid's AeonNox 4.1.9 mod https://github.com/BigNoid/Aeon-Nox with the color studio icons pack http://forum.xbmc.org/showthread.php?tid=157923.
ASUS Chromebox M004U (LibreELEC 8.2/Aeon Nox SiLVO)--->HDMI--->Onkyo TX-NR646--->HDMI--->Panasonic P65VT30
(2013-10-25, 14:42)rob_webset Wrote: The latest TvTunes (Beta that I have been updating) and VideoExtras should work together, if it doesn't, then it's a bug. (These are both Betas at the moment - for different reasons, but if people don't try them, we will never know the bugs that I don't find myself on my Windows system!)

I do hope to push VideoExtras to the official repo - but not until it's pretty much feature complete, and I have made it multi-lang. Once I have published, I then hope to publish bug fixes/enhancements about every 3 months (Unless I have really made a mess of something), so it will pay to check it does everything you wanted before I do the first official publish!

Thanks, Rob

Good to know that, how can I get the music themes to work properly?
In DVDExtras, some additional commands need to be added to Dialogvideoinfo.xml, but what about for VideoExtras?
Or should get the modded tvtunes from this post?

http://forum.xbmc.org/showthread.php?tid...pid1520721

(2013-10-25, 14:50)wgstarks Wrote: @rob_webset. Thanks

@alucard89. Thanks for the code. I'll give it a try. I'm using Bignoid's AeonNox 4.1.9 mod https://github.com/BigNoid/Aeon-Nox with the color studio icons pack http://forum.xbmc.org/showthread.php?tid=157923.

Thanks for the links, gonna have to update to 4.1.9 first.
(2013-10-25, 15:38)alucard89 Wrote: Good to know that, how can I get the music themes to work properly?
In DVDExtras, some additional commands need to be added to Dialogvideoinfo.xml, but what about for VideoExtras?
Or should get the modded tvtunes from this post?

http://forum.xbmc.org/showthread.php?tid...pid1520721

I would use the link from:

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

Look at section 2 (There is no themes option in VideoExtras - all functionality was moved to TvTunes)
(2013-10-25, 15:38)alucard89 Wrote:
(2013-10-25, 14:50)wgstarks Wrote: @alucard89. Thanks for the code. I'll give it a try. I'm using Bignoid's AeonNox 4.1.9 mod https://github.com/BigNoid/Aeon-Nox with the color studio icons pack http://forum.xbmc.org/showthread.php?tid=157923.

Thanks for the links, gonna have to update to 4.1.9 first.

Sent you a PM regarding a little tweak for this skin. Also, if you can get the "Fetch" button from TV Tunes to work I would love to know how. Maybe you could post it to that thread.
ASUS Chromebox M004U (LibreELEC 8.2/Aeon Nox SiLVO)--->HDMI--->Onkyo TX-NR646--->HDMI--->Panasonic P65VT30
(2013-10-25, 14:21)alucard89 Wrote:
(2013-10-24, 23:54)wgstarks Wrote: Show/Hide feature working great, thanks Rob. Haven't done much testing yet but I do see one other minor problem (purely cosmetic IMO). The "Extras" button is double wide.

You'll need to edit the 'include' lines

Code:
                <control type="button" id="100">
                    <description>Extras</description>
                    <include>DialogVideoInfoButton</include>  <----- instead of 'ButtonInfoDialogsCommonValues' for Aeon Nox
                    <label>Extras</label>
                    <onclick>XBMC.RunScript(script.videoextras,display,"$INFO[ListItem.FilenameAndPath]")</onclick>
                    <visible>System.HasAddon(script.videoextras)
                     + [Container.Content(movies) | Container.Content(episodes) | Container.Content(TVShows)]
                     + IsEmpty(Window(movieinformation).Property("HideVideoExtrasButton"))</visible>
                </control>

Just wanted to confirm that this change does work with Aeon Nox 4.1.9Big Grin
ASUS Chromebox M004U (LibreELEC 8.2/Aeon Nox SiLVO)--->HDMI--->Onkyo TX-NR646--->HDMI--->Panasonic P65VT30
  • 1
  • 16
  • 17
  • 18(current)
  • 19
  • 20
  • 23

Logout Mark Read Team Forum Stats Members Help
Associate extras and/or alternative versions to a movie/TV show title8