We frequently set up a collection of 10 to 20 slides as a pre-show before our programming for 30 or so minutes using the Slideshow module. However, we encounter the slideshow limitation: once all the slides have been displayed once, the slideshow ends, regardless of the total duration set. To achieve our desired length, we duplicate and manually number the slides, which is quite cumbersome when looking to keep the same rotation order over and over. Would it be possible to add a “loop” option to
Just installed the new add-on today on an up to date 64bit install of the latest version of kodi for windows and pointed it at my old cinemavision folders and tried setting up a new sequence and it looks like itunes trailers error when attempting to play them. This is the error I get in my kodi log. TMDB trailers play as they should though so it isn't a big issue, I just assume it may trip people up if it's not just my machine having issues. Everything else works like it should too.
2023-02-17 15:45:32.949 T:8872 info <general>: [- PreShow Experience -] (API): [VideoBumper] 'Trailers Intro' 2023-02-17 15:45:32.950 T:8872 info <general>: [- PreShow Experience -] (API): - Random 2023-02-17 15:45:32.961 T:8872 info <general>: [- PreShow Experience -] (API): [Trailer] content x 1 2023-02-17 15:45:32.976 T:8872 info <general>: [- PreShow Experience -] (API): - [iTunes] 2023-02-17 15:45:33.211 T:8872 error <general>: Traceback (most recent call last): 2023-02-17 15:45:33.211 T:8872 error <general>: 2023-02-17 15:45:33.211 T:8872 error <general>: File "C:\Users\Nate\AppData\Roaming\Kodi\addons\script.preshowexperience\lib\preshowexperience\sequenceprocessor.py", line 911, in updateTrailers self._updateTrailers(source) 2023-02-17 15:45:33.211 T:8872 error <general>: 2023-02-17 15:45:33.211 T:8872 error <general>: File "C:\Users\Nate\AppData\Roaming\Kodi\addons\script.preshowexperience\lib\preshowexperience\sequenceprocessor.py", line 916, in _updateTrailers trailers = scrapers.updateTrailers(source) 2023-02-17 15:45:33.211 T:8872 error <general>: 2023-02-17 15:45:33.211 T:8872 error <general>: File "C:\Users\Nate\AppData\Roaming\Kodi\addons\script.preshowexperience\lib\preshowexperience\scrapers\__init__.py", line 43, in updateTrailers return scraper.updateTrailers() 2023-02-17 15:45:33.211 T:8872 error <general>: 2023-02-17 15:45:33.211 T:8872 error <general>: File "C:\Users\Nate\AppData\Roaming\Kodi\addons\script.preshowexperience\lib\preshowexperience\scrapers\itunes\__init__.py", line 151, in updateTrailers ms = scraper.Scraper() 2023-02-17 15:45:33.211 T:8872 error <general>: 2023-02-17 15:45:33.211 T:8872 error <general>: File "C:\Users\Nate\AppData\Roaming\Kodi\addons\script.preshowexperience\lib\preshowexperience\scrapers\itunes\scraper.py", line 46, in __init__ self.extras = self.__get_extras() 2023-02-17 15:45:33.211 T:8872 error <general>: 2023-02-17 15:45:33.211 T:8872 error <general>: File "C:\Users\Nate\AppData\Roaming\Kodi\addons\script.preshowexperience\lib\preshowexperience\scrapers\itunes\scraper.py", line 163, in __get_extras duration = '' if runtime is None else self.__get_duration(runtime.text) 2023-02-17 15:45:33.211 T:8872 error <general>: 2023-02-17 15:45:33.211 T:8872 error <general>: File "C:\Users\Nate\AppData\Roaming\Kodi\addons\script.preshowexperience\lib\preshowexperience\scrapers\itunes\scraper.py", line 227, in __get_duration for time_ in runtime.split(':')[::-1]: 2023-02-17 15:45:33.211 T:8872 error <general>: 2023-02-17 15:45:33.211 T:8872 error <general>: AttributeError: 'NoneType' object has no attribute 'split' 2023-02-17 15:45:33.211 T:8872 error <general>: