(2019-05-24, 16:39)User 352425 Wrote: (2019-05-24, 16:19)bsoriano Wrote: (2019-05-24, 16:14)User 352425 Wrote: Positive and negative feedback.
Positive to you as it truly works with date now.
Negative to me, as I told you Next Episode instead of Next Airing Episode. Two questions.
1. Is the same doable for Next Airing Episode?
2. How far ahead does it look when showing Next Airing Episodes?
@User 352425 , the change was done for all Episode shelves, so it's already there for Next Airing Episodes. The Next Airing Episodes are only the ones airing today.
Regards,
Bart
Fantastic. Thanks!
Can I tinker myself in any setting to increase the amount of days it looks forward?
@
User 352425 , sure, you can change the widget to look ahead 2 months or 4 months. There are no other options, since those are the ones provided by the script used for the widgets.
If you want it to look ahead 60 days, you need to edit the file "Includes_Shelf_Contents.xml" in the skin's 1080i folder. You need to change line 500 from:
xml:
<param name="listitemcontent6">plugin://script.skin.helper.widgets/?action=airingtoday&mediatype=episodes&reload=$INFO[Window(Home).Property(widgetreload-episodes)]</param>
to:
xml:
<param name="listitemcontent6">plugin://script.skin.helper.widgets/?action=nextaired&mediatype=episodes&reload=$INFO[Window(Home).Property(widgetreload2)]</param>
If you want it to look ahead 120 days, you need to change the same line to:
xml:
<param name="listitemcontent6">plugin://script.skin.helper.widgets/?action=unaired&mediatype=episodes&reload=$INFO[Window(Home).Property(widgetreload2)]</param>
Please note that those two options are somewhat slow (at least in my testing), so it might take a while for the widget to populate.
Please let me know if this is what you were looking for. Thanks.
Regards,
Bart