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>:
Hello, We’ve run into a portability issue when creating sequences in PreShow Experience on a desktop or non-media-server player. Currently, PreShow stores all media references as absolute file paths tied to the original machine. This means that if we move a PreShow project folder to another server or workstation, the sequence breaks because the media paths still point to the original device location. This creates unnecessary extra steps when deploying sequences for: Short films Theatre intros
Currently working out a series of videos for theater intros. Using Unreal Engine. Slow going but I hope to make one for every genre. At least I have one. I customized the Regal Cinemas 1990's roller coaster to my theater. Used some AI to change some wording in the narration and Davinci resolve to edit the text on the marque scroller. Gruelling work as unreal Engine is hard to learn. Nothing is straight forward. Everything is a task. But I hope in the end it looks great. Doing an old West town
For the initial release of the trivia metadata I'd like for you to test the basic scoring functionality. Here is the trivia folder to be installed in your PreShow trivia content folder. The trivia testing pack includes the following: Rating G.jpg PG-13.jpg PG.jpg R.jpg Decade 1950s.jpg 1960s.jpg 1970s.jpg 1980s.jpg 1990s.jpg 2000s.jpg 2010s.jpg 2020s.jpg Genres Action.jpg Adventure.jpg Animation.jpg Comedy.jpg Crime.jpg Documentary.jpg Drama.jpg Family.jpg Fantasy.jpg Histor
I have a friend that wants to watch the "scariest movie." I think scary is very subjective, so I figured I'd ask it here. What do you think is the scariest movie?
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>: