Skip to content
View in the app

A better way to browse. Learn more.

PreShow Experience

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

All Activity

This stream auto-updates

  1. Today

  2. Maxboyk joined the community
  3. laz joined the community
  4. Yesterday

  5. Hello, I recently updated my Hue Bridge to the Bridge Pro and now the lights won't work with PreShow Experience. This is all due to the Bridge Pro dropping HTTP support in favor of HTTPS with a self signed certificate (uses its' SN as the Common Name in the certificate). Basically anytime you try to access the Bridge Pro's API, it will fail SSL verification. A quick, but insecure, way to fix this would be to turn off SSL verification when making URL calls. Any way to make that an option in PreShow Experience? I have included logs below. 2026-07-23 14:44:39.202 T:14471 info <general>: [- PreShow Experience -] (API): Action (HTTP) [1] URL: https://HOSTIPADDRESS/api/USERNAME/groups/7/action 2026-07-23 14:44:39.204 T:14472 info <general>: [- PreShow Experience -] (API): Action (HTTP) [2] URL: https://HOSTIPADDRESS/api/USERNAME/groups/19/action 2026-07-23 14:44:39.407 T:14472 error <general>: Traceback (most recent call last): 2026-07-23 14:44:39.408 T:14472 error <general>: 2026-07-23 14:44:39.409 T:14472 error <general>: File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.urllib3/lib/urllib3/connectionpool.py", line 466, in _make_request self._validate_conn(conn) 2026-07-23 14:44:39.409 T:14472 error <general>: 2026-07-23 14:44:39.409 T:14472 error <general>: File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.urllib3/lib/urllib3/connectionpool.py", line 1095, in _validate_conn conn.connect() 2026-07-23 14:44:39.409 T:14472 error <general>: 2026-07-23 14:44:39.409 T:14472 error <general>: File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.urllib3/lib/urllib3/connection.py", line 730, in connect sock_and_verified = _ssl_wrap_socket_and_match_hostname( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-23 14:44:39.409 T:14472 error <general>: 2026-07-23 14:44:39.409 T:14472 error <general>: File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.urllib3/lib/urllib3/connection.py", line 909, in _ssl_wrap_socket_and_match_hostname ssl_sock = ssl_wrap_socket( ^^^^^^^^^^^^^^^^ 2026-07-23 14:44:39.410 T:14472 error <general>: 2026-07-23 14:44:39.410 T:14472 error <general>: File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.urllib3/lib/urllib3/util/ssl_.py", line 469, in ssl_wrap_socket ssl_sock = _ssl_wrap_socket_impl(sock, context, tls_in_tls, server_hostname) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-23 14:44:39.410 T:14472 error <general>: 2026-07-23 14:44:39.410 T:14472 error <general>: File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.urllib3/lib/urllib3/util/ssl_.py", line 513, in _ssl_wrap_socket_impl return ssl_context.wrap_socket(sock, server_hostname=server_hostname) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-23 14:44:39.410 T:14472 error <general>: 2026-07-23 14:44:39.410 T:14472 error <general>: File "/data/user/0/org.xbmc.kodi/cache/apk/assets/python3.11/lib/python3.11/ssl.py", line 517, in wrap_socket return self.sslsocket_class._create( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-23 14:44:39.410 T:14472 error <general>: 2026-07-23 14:44:39.410 T:14472 error <general>: File "/data/user/0/org.xbmc.kodi/cache/apk/assets/python3.11/lib/python3.11/ssl.py", line 1108, in _create self.do_handshake() 2026-07-23 14:44:39.410 T:14472 error <general>: 2026-07-23 14:44:39.410 T:14472 error <general>: File "/data/user/0/org.xbmc.kodi/cache/apk/assets/python3.11/lib/python3.11/ssl.py", line 1383, in do_handshake self._sslobj.do_handshake() 2026-07-23 14:44:39.410 T:14472 error <general>: 2026-07-23 14:44:39.410 T:14472 error <general>: ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1006) 2026-07-23 14:44:39.410 T:14472 error <general>: 2026-07-23 14:44:39.410 T:14472 error <general>: During handling of the above exception, another exception occurred: 2026-07-23 14:44:39.411 T:14472 error <general>: 2026-07-23 14:44:39.411 T:14472 error <general>: Traceback (most recent call last): 2026-07-23 14:44:39.411 T:14472 error <general>: 2026-07-23 14:44:39.411 T:14472 error <general>: File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.urllib3/lib/urllib3/connectionpool.py", line 789, in urlopen response = self._make_request( ^^^^^^^^^^^^^^^^^^^ 2026-07-23 14:44:39.411 T:14472 error <general>: 2026-07-23 14:44:39.411 T:14472 error <general>: File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.urllib3/lib/urllib3/connectionpool.py", line 490, in _make_request raise new_e 2026-07-23 14:44:39.411 T:14472 error <general>: 2026-07-23 14:44:39.411 T:14472 error <general>: urllib3.exceptions.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1006) 2026-07-23 14:44:39.411 T:14472 error <general>: 2026-07-23 14:44:39.411 T:14472 error <general>: The above exception was the direct cause of the following exception: 2026-07-23 14:44:39.411 T:14472 error <general>: 2026-07-23 14:44:39.411 T:14472 error <general>: Traceback (most recent call last): 2026-07-23 14:44:39.411 T:14472 error <general>: 2026-07-23 14:44:39.412 T:14472 error <general>: File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.requests/lib/requests/adapters.py", line 486, in send resp = conn.urlopen( ^^^^^^^^^^^^^ 2026-07-23 14:44:39.412 T:14472 error <general>: 2026-07-23 14:44:39.412 T:14472 error <general>: File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.urllib3/lib/urllib3/connectionpool.py", line 843, in urlopen retries = retries.increment( ^^^^^^^^^^^^^^^^^^ 2026-07-23 14:44:39.412 T:14472 error <general>: 2026-07-23 14:44:39.412 T:14472 error <general>: File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.urllib3/lib/urllib3/util/retry.py", line 519, in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-23 14:44:39.412 T:14472 error <general>: 2026-07-23 14:44:39.412 T:14472 error <general>: urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='HOSTIPADDRESS', port=443): Max retries exceeded with url: /api/USERNAME/groups/19/action (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1006)'))) 2026-07-23 14:44:39.412 T:14472 error <general>: 2026-07-23 14:44:39.412 T:14472 error <general>: During handling of the above exception, another exception occurred: 2026-07-23 14:44:39.412 T:14472 error <general>: 2026-07-23 14:44:39.412 T:14472 error <general>: Traceback (most recent call last): 2026-07-23 14:44:39.412 T:14472 error <general>: 2026-07-23 14:44:39.413 T:14472 error <general>: File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.preshowexperience/resources/lib/preshowexperience/actions.py", line 41, in _execute self.execute() 2026-07-23 14:44:39.413 T:14472 error <general>: 2026-07-23 14:44:39.413 T:14472 error <general>: File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.preshowexperience/resources/lib/preshowexperience/actions.py", line 265, in execute resp = method(self.commandData, headers=headers, data=data) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-23 14:44:39.413 T:14472 error <general>: 2026-07-23 14:44:39.413 T:14472 error <general>: File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.requests/lib/requests/api.py", line 130, in put return request("put", url, data=data, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-23 14:44:39.414 T:14472 error <general>: 2026-07-23 14:44:39.414 T:14472 error <general>: File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.requests/lib/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-23 14:44:39.414 T:14472 error <general>: 2026-07-23 14:44:39.414 T:14472 error <general>: File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.requests/lib/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-23 14:44:39.414 T:14472 error <general>: 2026-07-23 14:44:39.414 T:14472 error <general>: File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.requests/lib/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-23 14:44:39.414 T:14472 error <general>: 2026-07-23 14:44:39.414 T:14472 error <general>: File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.requests/lib/requests/adapters.py", line 517, in send raise SSLError(e, request=request) 2026-07-23 14:44:39.414 T:14472 error <general>: 2026-07-23 14:44:39.414 T:14472 error <general>: requests.exceptions.SSLError: HTTPSConnectionPool(host='HOSTIPADDRESS', port=443): Max retries exceeded with url: /api/USERNAME/groups/19/action (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1006)'))) 2026-07-23 14:44:39.414 T:14472 error <general>: 2026-07-23 14:44:39.461 T:14471 error <general>: Traceback (most recent call last): 2026-07-23 14:44:39.461 T:14471 error <general>: 2026-07-23 14:44:39.462 T:14471 error <general>: File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.urllib3/lib/urllib3/connectionpool.py", line 466, in _make_request self._validate_conn(conn) 2026-07-23 14:44:39.462 T:14471 error <general>: 2026-07-23 14:44:39.462 T:14471 error <general>: File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.urllib3/lib/urllib3/connectionpool.py", line 1095, in _validate_conn conn.connect() 2026-07-23 14:44:39.463 T:14471 error <general>: 2026-07-23 14:44:39.463 T:14471 error <general>: File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.urllib3/lib/urllib3/connection.py", line 730, in connect sock_and_verified = _ssl_wrap_socket_and_match_hostname( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-23 14:44:39.463 T:14471 error <general>: 2026-07-23 14:44:39.463 T:14471 error <general>: File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.urllib3/lib/urllib3/connection.py", line 909, in _ssl_wrap_socket_and_match_hostname ssl_sock = ssl_wrap_socket( ^^^^^^^^^^^^^^^^ 2026-07-23 14:44:39.463 T:14471 error <general>: 2026-07-23 14:44:39.463 T:14471 error <general>: File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.urllib3/lib/urllib3/util/ssl_.py", line 469, in ssl_wrap_socket ssl_sock = _ssl_wrap_socket_impl(sock, context, tls_in_tls, server_hostname) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-23 14:44:39.463 T:14471 error <general>: 2026-07-23 14:44:39.463 T:14471 error <general>: File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.urllib3/lib/urllib3/util/ssl_.py", line 513, in _ssl_wrap_socket_impl return ssl_context.wrap_socket(sock, server_hostname=server_hostname) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-23 14:44:39.463 T:14471 error <general>: 2026-07-23 14:44:39.463 T:14471 error <general>: File "/data/user/0/org.xbmc.kodi/cache/apk/assets/python3.11/lib/python3.11/ssl.py", line 517, in wrap_socket return self.sslsocket_class._create( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-23 14:44:39.463 T:14471 error <general>: 2026-07-23 14:44:39.463 T:14471 error <general>: File "/data/user/0/org.xbmc.kodi/cache/apk/assets/python3.11/lib/python3.11/ssl.py", line 1108, in _create self.do_handshake() 2026-07-23 14:44:39.463 T:14471 error <general>: 2026-07-23 14:44:39.463 T:14471 error <general>: File "/data/user/0/org.xbmc.kodi/cache/apk/assets/python3.11/lib/python3.11/ssl.py", line 1383, in do_handshake self._sslobj.do_handshake() 2026-07-23 14:44:39.463 T:14471 error <general>: 2026-07-23 14:44:39.463 T:14471 error <general>: ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1006) 2026-07-23 14:44:39.463 T:14471 error <general>: 2026-07-23 14:44:39.463 T:14471 error <general>: During handling of the above exception, another exception occurred: 2026-07-23 14:44:39.463 T:14471 error <general>: 2026-07-23 14:44:39.464 T:14471 error <general>: Traceback (most recent call last): 2026-07-23 14:44:39.464 T:14471 error <general>: 2026-07-23 14:44:39.464 T:14471 error <general>: File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.urllib3/lib/urllib3/connectionpool.py", line 789, in urlopen response = self._make_request( ^^^^^^^^^^^^^^^^^^^ 2026-07-23 14:44:39.464 T:14471 error <general>: 2026-07-23 14:44:39.464 T:14471 error <general>: File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.urllib3/lib/urllib3/connectionpool.py", line 490, in _make_request raise new_e 2026-07-23 14:44:39.464 T:14471 error <general>: 2026-07-23 14:44:39.464 T:14471 error <general>: urllib3.exceptions.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1006) 2026-07-23 14:44:39.464 T:14471 error <general>: 2026-07-23 14:44:39.464 T:14471 error <general>: The above exception was the direct cause of the following exception: 2026-07-23 14:44:39.464 T:14471 error <general>: 2026-07-23 14:44:39.464 T:14471 error <general>: Traceback (most recent call last): 2026-07-23 14:44:39.464 T:14471 error <general>: 2026-07-23 14:44:39.465 T:14471 error <general>: File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.requests/lib/requests/adapters.py", line 486, in send resp = conn.urlopen( ^^^^^^^^^^^^^ 2026-07-23 14:44:39.465 T:14471 error <general>: 2026-07-23 14:44:39.465 T:14471 error <general>: File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.urllib3/lib/urllib3/connectionpool.py", line 843, in urlopen retries = retries.increment( ^^^^^^^^^^^^^^^^^^ 2026-07-23 14:44:39.465 T:14471 error <general>: 2026-07-23 14:44:39.465 T:14471 error <general>: File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.urllib3/lib/urllib3/util/retry.py", line 519, in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-23 14:44:39.465 T:14471 error <general>: 2026-07-23 14:44:39.465 T:14471 error <general>: urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='HOSTIPADDRESS', port=443): Max retries exceeded with url: /api/USERNAME/groups/7/action (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1006)'))) 2026-07-23 14:44:39.465 T:14471 error <general>: 2026-07-23 14:44:39.465 T:14471 error <general>: During handling of the above exception, another exception occurred: 2026-07-23 14:44:39.465 T:14471 error <general>: 2026-07-23 14:44:39.465 T:14471 error <general>: Traceback (most recent call last): 2026-07-23 14:44:39.465 T:14471 error <general>: 2026-07-23 14:44:39.467 T:14471 error <general>: File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.preshowexperience/resources/lib/preshowexperience/actions.py", line 41, in _execute self.execute() 2026-07-23 14:44:39.467 T:14471 error <general>: 2026-07-23 14:44:39.468 T:14471 error <general>: File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.preshowexperience/resources/lib/preshowexperience/actions.py", line 265, in execute resp = method(self.commandData, headers=headers, data=data) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-23 14:44:39.468 T:14471 error <general>: 2026-07-23 14:44:39.468 T:14471 error <general>: File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.requests/lib/requests/api.py", line 130, in put return request("put", url, data=data, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-23 14:44:39.468 T:14471 error <general>: 2026-07-23 14:44:39.468 T:14471 error <general>: File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.requests/lib/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-23 14:44:39.468 T:14471 error <general>: 2026-07-23 14:44:39.468 T:14471 error <general>: File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.requests/lib/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-23 14:44:39.468 T:14471 error <general>: 2026-07-23 14:44:39.468 T:14471 error <general>: File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.requests/lib/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-07-23 14:44:39.468 T:14471 error <general>: 2026-07-23 14:44:39.468 T:14471 error <general>: File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.requests/lib/requests/adapters.py", line 517, in send raise SSLError(e, request=request) 2026-07-23 14:44:39.468 T:14471 error <general>: 2026-07-23 14:44:39.468 T:14471 error <general>: requests.exceptions.SSLError: HTTPSConnectionPool(host='HOSTIPADDRESS', port=443): Max retries exceeded with url: /api/USERNAME/groups/7/action (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1006)')))
  6. V_Adibadi joined the community
  7. Wendy joined the community
  8. bobabob joined the community
  9. DJEDDY joined the community
  10. Last week

  11. lindodecosta joined the community
  12. Operator joined the community
  13. aquario900 joined the community
  14. Matt replied to Zawlee's topic in Support
    I'm glad that you got it resolved.
  15. Matt started following Add-on does not work
  16. Zawlee posted a topic in Support
    Hi all, I cannot use the addon for a while. Kodi 21.2 build. The addon starts up but when I try to edit the sequence, the buttons are not visible and I cannot do anything. I tried to import one of my old sequence and it seems like loads in but anything I try to choose there is no buttons after the bottom line. The play button gives me complete black screen and I have to kill kodi and restart it again. I have installed the addon from the repo 0.3.7.a1 on android tv. my content path is in the network NAS. use to work so I beleive it’s writable did not change anything. Does anyone know about this issue, is it fixable somehow? p.s.: oookay I have asked too fast. I created a new folder I had my existing preshow folder on my NAS and it did not work with that. With the new folder it works again, sorry guys.
    Question: Do you have 3D versions of the Dolby Countdown? I'm looking for 3d compatible high quality ones. Both Verson 1 and 2 plus ones with the "Lenses by 3M" mark Here the image of what im talking about:
  17. NorbTails changed their profile photo
  18. Earlier

  19. IMAX Enhanced - Bumper (Short) 4K Dolby TrueHD 5.1 File Information Submitter ToastyMaster07 Submitted 06/26/2026 Category Brands View File
    • 79 downloads
    4K Dolby TrueHD 5.1
    I've been looking everywhere for this trailer in a lossless format ! 5 stars!
  20. Looking at the log, your sequence doesn't have a scraper set. They need to be turned on in the settings and set in the sequence. info <general>: [- PreShow Experience -] (API): scrapers: '' Here's what mine looks like: info <general>: [- PreShow Experience -] (API): scrapers: 'TMDB' Also, I did find that the IMDB scraper is broken. I am unfortunately not sure if it fixable or not.
  21. Hey! im having the exact same problem right now, it started when my 2 trailers where just showing 1 trailer, so I looked in my settings and nothing worked, I adjust some of the settings and now it won't show anything, just a black screen and then it goes to the next sequence. I redid all the settings to default which didn't seem to work, I reinstalled the YouTube plugin and logged in. And all my scrappers are the same as the ones you haven shown above, also updated my content and check for a preshowexperience update. Ill add my pastebin here if it would help someone figure out what's wrong! https://pastebin.com/LMCV70z5
  22. Has the scraper been disabled in settings?
  23. Hi, how are you? Thanks for the reply. I'm using version 0.3.2.1. I tested the scrapers, but The Movie Database appears disabled and there's no way to activate it. I find it strange because it worked perfectly until last week.
  24. What version of PreShow are you using? Have you tried the different trailer scrapers individually? Are you updating your content?
  25. Hello, I hope you're all well... Until yesterday, my trailers in the pre-show were working normally... I have it configured to show trailers for movies I don't own, with the intention of discovering new things. But today it stopped working; it only pulls trailers for movies I have in the database, and if I disable the Kodi database option, it doesn't play any trailers at all, it just stays stuck on a black screen. Does anyone have any idea how I can solve this problem? Thank you in advance.
  26. Hey everyone, I wanted to share an updated introduction to something I’ve been building called PosterFlow. PosterFlow started as a personal home theater project. I wanted a cleaner way to manage digital poster screens without constantly juggling folders, images, slideshow tools, display windows, schedules, and manual updates. The goal was to make poster displays feel more like part of a real cinema/preshow setup instead of just a rotating image folder. PosterFlow is a Windows desktop app with an Admin console and display client for managing poster artwork, collections, schedules, and live display output. Some of the current features include: Local and network display clients Poster library scanning and collection management Push Live workflow for sending the current layout to a display Per-display personalization Built-in poster transitions Scheduling and movie-event support Optional provider/reference plugin support, including TMDB and FanartTV-style workflows Metadata plugin support for sources like NFO, Kodi, and Plex Early access activation and download delivery The idea is that you can build and manage poster collections from one place, preview how they’ll look, and then push them out to a poster screen, lobby display, or remote display client when you’re ready. I’ve also adjusted the project so it is presented more as a donation/support-based early access project rather than a traditional “buy this product” sales pitch. I’m mainly hoping to get real feedback from home theater and preshow users who run dedicated poster screens, lobby displays, or multi-monitor cinema setups. Website: https://posterflow.net For anyone from the Preshow Experience community who wants to support the project, I’m considering offering a small supporter promo code as a thank-you. Use code PRESHOW20 if you’d like to support PosterFlow during early access. I’ll be adding more walkthroughs and setup videos as the project matures, but I wanted to share it here because this community is probably one of the better fits for the kind of setup PosterFlow is meant to support. Screenshots attached below. Thanks for checking it out. Feedback, suggestions, bug reports, and feature ideas are very welcome.
  27. IMAX Countdown - Cameras (Made for IMAX) - 4K DTS-HD 5.0 Mix 4K MKV H.264 DTS-HD 5.0 Soundmix File Information Submitter ToastyMaster07 Submitted 05/26/2026 Category Countdown View File
    • 155 downloads
    4K MKV H.264 DTS-HD 5.0 Soundmix
  28. THX - Spark 4K MKV Dolby TrueHD 5.1 Up-Mix File Information Submitter ToastyMaster07 Submitted 05/20/2026 Category Audio Format View File
    • 222 downloads
    • Version 1.0.0
    4K MKV Dolby TrueHD 5.1 Up-Mix
  29. Dolby - Vision:Atmos "Galaxy" MP4 Dolby Vision Profile 5 Dolby Digital Plus Atmos eac3 File Information Submitter ToastyMaster07 Submitted 05/15/2026 Category Brands View File
    • 300 downloads
    MP4 Dolby Vision Profile 5 Dolby Digital Plus Atmos eac3
  30. Glad you got it fixed. Which version of Preshow are you on?
  31. I've just upgraded my Kodi to the latest version 21.3 and switched from CV to PSE. If I run PSE using a sequence with Trivia in it, it will work once. Then if I run it a second time it Errors out saying "PreShow Experience Error. See the log for more information". If I "Reset content database" it usually fixes it but just re-breaks after working once. The error portion of the log is below. It seems related somehow to trivia because the issue goes away if I omit Trivia from my sequence. At first I thought it was my Trivia content itself but after experimenting with it, I don't think so. Any thoughts on how I can regain stability? Thanks in advance! Update: I might have fixed it. sequenceprocessor.py has import random defined twice. I removed the second one and it seems better now. 2026-05-08 23:17:04.243 T:14932 info <general>: Loading skin file: C:\Users\Daniel\AppData\Roaming\Kodi\addons\script.preshowexperience\resources\skins\Main\1080i\script.preshowexperience-experience.xml, load type: LOAD_ON_GUI_INIT 2026-05-08 23:17:04.838 T:6988 error <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<-- - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS! Error Type: <class 'UnboundLocalError'> Error Contents: local variable 'random' referenced before assignment Traceback (most recent call last): File "C:\Users\Daniel\AppData\Roaming\Kodi\addons\script.preshowexperience\addon.py", line 21, in <module> player.begin(args=args) File "C:\Users\Daniel\AppData\Roaming\Kodi\addons\script.preshowexperience\resources\lib\player.py", line 78, in begin e.start(seqPath) File "C:\Users\Daniel\AppData\Roaming\Kodi\addons\script.preshowexperience\resources\lib\experience.py", line 1336, in start return self._start(sequence_path) File "C:\Users\Daniel\AppData\Roaming\Kodi\addons\script.preshowexperience\resources\lib\experience.py", line 1356, in _start self.processor.process() File "C:\Users\Daniel\AppData\Roaming\Kodi\addons\script.preshowexperience\resources\lib\preshowexperience\sequenceprocessor.py", line 2417, in process playables = handler(self, sItem) File "C:\Users\Daniel\AppData\Roaming\Kodi\addons\script.preshowexperience\resources\lib\preshowexperience\sequenceprocessor.py", line 673, in __call__ for slides in self.getTriviaImages(sItem): File "C:\Users\Daniel\AppData\Roaming\Kodi\addons\script.preshowexperience\resources\lib\preshowexperience\sequenceprocessor.py", line 969, in getTriviaImages random.shuffle(pool) UnboundLocalError: local variable 'random' referenced before assignment -->End of Python script error report<--
  32. THX - Sphere THX Sphere Trailer in 4K with 7.1 Audio in Dolby TrueHD and Dolby Digital Plus (secondary track). File Information Submitter ToastyMaster07 Submitted 04/07/2026 Category Audio Format View File
    • 136 downloads
    • Version 1.0.0
    THX Sphere Trailer in 4K with 7.1 Audio in Dolby TrueHD and Dolby Digital Plus (secondary track).

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.