Jump 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.

Matt

Administrator
  • Joined

  • Last visited

Everything posted by Matt

  1. I just watched a trailer for it and it looked terrible. It could be fun with the right audience though. Some of my favorite movie experiences are of crap movies that inspire audience feedback. What's the link to your podcast?
  2. Here's my best guess on how to make this work: Download tuya-bulb-control-main.zip, PreShow.py, and Tuya.pseaction below. Unzip tuya-bulb-control-main.zip and place it somewhere that your system can access. Move PreShow.py to that folder. Edit PreShow.py and change the following to the correct details: CLIENT_ID = '' SECRET_KEY = '' DEVICE_ID = '' REGION_KEY = '' Move Tuya.pseaction to the Actions folder in your PreShow Content directory. Edit "python://path/to/script.py" to the location of PreShow.py. Test the action. I don't know if that will work and I can't do anything to test it. If it does work, it won't do what you want it to do, but that's right now we just want to see if it does anything. If it works, we can figure out how to make it do what you want afterwards. Let me know how it goes. And if there's anyone else with Tuya bulbs, please let us know so that we can get more people to help test. tuya-bulb-control-main.zip PreShow.py Tuya.pseaction
  3. It's October with a Friday the 13th, so it's ultimate horror month for me. I recently got 4ks of some classics, The Exorcist & The Texas Chainsaw Massacre, that I'm looking forward to watching. I'm also looking forward to seeing Talk to Me. Return is great. Send more paramedics. I wouldn't classify House and Sleepaway Camp as "terrible" horror movies. They may not be great, but both are enjoyable movies. What's your opinion of the movies you mentioned?
  4. Can you set up access to the API, using the instructions from the link you shared? Step 1: CLIENT_ID and SECRET_KEY Register or Login on Tuya. Create a cloud development project Cloud -> Project. After successful creation, you will receive the Client ID and Secret Key. Step 2: DEVICE_ID Install Tuya Smart app or Smart Life app on your mobile phone. Go to Cloud -> Link Devices page. Selecting a tab Link Devices by App Account. Click Add App Account and scan the QR code with Tuya Smart app or Smart Life app. Now you can go to devices Cloud -> Device List and copy Device ID. Notes: Try to select a your region if devices are not displayed. Step 3: Request access to API calls Go to Cloud -> API Group and enable Authorization management, Device Management and Device Control. We can hopefully use the python script if you can get things set up. The challenge with anything with anything like this is that if I don't have it I can't test it to figure out how to make it work. The only Tuya thing I have is luckily Hue compatible. Let me know if you get this set up and I'll suggest your next steps.
  5. You need to use an action. Integrating it is on my to-do list.
  6. Matt replied to jase2704's topic in PreShow Experience
    What specific files are you referring to?
  7. Yes, hd-trailers.net was pulling from apple. I don't think there are any other places with downloadable trailers that are regularly updated. There are ad heavy sites that will allow you to download trailers, but they are a bit of a pain. Please let me know if anyone finds a site with regularly updated non YT trailers. We are working on another solution inside of PreShow that is the only reliable non YT place that I can find. Places don't like to have their content crawled, so this will unfortunately be an ongoing or repeating issue.
  8. Time for the next milestone release for Kodi 21 "Omega". Slightly delayed this time around compared to what we were striving for, however we are happy to announce the arrival of Alpha 3. This is a major release, so, as you'd expect, it comes with many new features. However, with a core change to FFmpeg 6.0, there is a very good chance that some regressions may occur. As such, please be aware that installing this will most likely break things, and we'd really like your help at that point to identify the problems and get them fixed. Please raise Github issues with full debug logs to help us resolve any issues you wonderful testers come across. A further 176 Pull Requests have been merged since Alpha 2 - fixing issues, adding features, and improving Kodi. So... what's actually changed? Estuary A change to Estuary to add "more..." to size-limited lists has been made by @ksooo. The effect of this can be seen in homescreen widgets that have more than 15 items. A number of changes to support video information for Movie Sets and TV Seasons has been made. FFmpeg @popcornmix has made several fixes to our FFmpeg library usage. This has gone through several iterations now, and has affected seeking and playback to various degrees. Hopefully, the last of these regressions has now been squashed, but please do let us know if you experience any further regressions around playback using FFmpeg. Filesystem @thexai has changed the chunk size of data requests for local media, increasing it 64kb to improve data throughput. Games @garbear continues to improve the gaming interface of Kodi. Changes around player management/assignment have been made in https://github.com/xbmc/xbmc/pull/23548. Have a read of that PR for more details/info. General @ksooo has continued his whack-a-mole approach with issues regarding menu usage across the Kodi codebase. A fix for no information dialog for music videos, "Local art" missing for the art selection dialog, and further art dialog selection issues are amongst some of the latest fixes. TV Shows/Seasons/Movie sets/Recording folders now expose their 'in progress' state via LISTITEM_IS_RESUMABLE. The content of the refresh progress dialog has been improved a bit to be more informative for the user - for example, to display the current season and episode being refreshed. @repojohnray has had a (lingering) PR merged that fixes a memory leak in context menus. Some improvements and optimisations have been made by @neo1973 . This affects several areas (database and curl usage), and every performance fix is greatly appreciated. @rmrector has been digging into the image usage of Kodi (caching, allow remote viewing of images without having been displayed in Kodi, preloading of images and general streamlining of the API), and has made several improvements leading to more hotly-anticipated changes to come in the future. Platform Specifics Android: @quietvoid has had a PR merged that enables the ability to convert some Dolby Vision media types to more common types to allow playback. A forum thread has been around for testing that can explain the benefits a little better than this blog editor, so head there for some info and any feedback/support around the feature: https://forum.kodi.tv/showthread.php?tid=371557. @fritsch has once again delved into our Audio Engine to fix a regression for Amazon FireTV 4K users: https://github.com/xbmc/xbmc/pull/23687. @joseluismarti has further updated some Android dependencies and fixed/modernised areas of our Android API usage. Linux: Support for cpu_thermal hwmon has been added. This enables devices like the Raspberry Pi to report CPU temperatures without the use of external scripts (as have been common in projects like LibreELEC). @smp79 submitted a fix for VAAPI VP9 Profile 2 playback. macOS: @kambala-decapitator has fixed a crash in the SDL versions of Kodi when pressing the Caps-Lock key. This did not affect the "native windowing" version of Kodi we have migrated to for v21 nightlies, however if you are building for x86_64 intel Macs then this should make using that key less troublesome. @enen92 continues his work on improving Kodi for macOS. Network System info has been tackled to improve its speed, and more accurately represent network information like DNS servers used. macOS temperature information is currently not supported on Apple Silicon devices due to our usage of a library that does not support them. @enen92 has made a change to report N/A instead of 0.0 for CPU/GPU temperatures. Media keys are now supported on macOS. Some improvements for moving the Kodi app window from high-DPI screens with differing refresh rates. macOS releases are now defaulting to the "native windowing" system. webOS @sundermann has continued with further improvements to the webOS port, most notably around passthrough and video decoding. Windows: A PR intended to fix an issue around the Windows platform regularly losing track of the audio output device has been merged by @thexai. This hopefully makes Windows audio outputs more robust to situations where driver updates may change naming. @CrystalP has been contributing a number of fixes/improvements particularly aimed at Windows. These include a fix for refresh rate switching for Intel and Nvidia graphics cards that was accidentally broken by a fix aimed at AMD cards. More improvements to the recently add Video Super Resolution implementation have been made. PVR A first time contributor @ivanllc has had a PR merged to add a "2 minute" option to the padding timer for PVR recordings. @ksooo continues to improve the Kodi PVR system. A number of changes were made, including fixes and tidy ups from static analysis tools (cppcheck and clang-tidy). Fixed a long-standing bug with subtitle selection not being preserved upon channel playback restart. Python Changes made to support building Kodi when using Python 3.12. Python invoker now passes sys.argv arguments in a logical order to Python addons thanks to @scott967. Skinning a change by @smfontes to allow loading of font sets defined in a skins/fonts folder: https://github.com/xbmc/xbmc/pull/22993. Subtitles Support for .ttc font collections has been added. Video TV show groups (seasons, movie sets, PVR recording folders) with at least one started element (episodes, movies, recordings) but no completely watched ones are now considered as 'in progress' and they, for example, now appear in the respective "In progress" GUI elements like widgets and video windows. Fixed play counts (watched state) and last played date of episodes and movies not being preserved on internet update. Default select action for videos fixed. VideoPlayer @alanswanson has provided a change to use the FFmpeg software deinterlacer from yadiff to bwdif. This is said to have fairly significant performance improvements over the old interlacing method. There are a lot more changes not mentioned, but we are grateful for all contributors that help make Kodi better. If you love to live on the bleeding edge of new, you can get Alpha 3 from here. Select your platform of choice, and look in the "Prerelease" section. Again, though, please: expect some breakage, don't use this as your daily installation unless you know how to get things working again, and please share your experiences back with us so we can really get going on those bugs. As usual - we are an open source project - you can see what's changed between v21 and v20 here. For a more targeted look at the changes made since v21 Alpha 2, you can see those changes here. View the full article
  9. The iTunes trailers site is no more, which breaks the iTunes trailer functionality in PreShow.
  10. The Apple iTunes Movie Trailers site has been shut down. Because of this iTunes trailers in PreShow will no longer work. I'll post more when there is additional news.
  11. I consolidated some stuff in the activity dropdown. Hopefully the link you want is there.
  12. Thanks for pointing that out. I was trying to fix something else on the site and it apparently broke the menu. I think it is fixed now.
  13. PreShow Halloween Castle Bumper View File Submitter Matt Submitted 08/24/2023 Category PreShow Videos  
  14. PreShow Halloween Experience Enjoy the Scary Movie View File Submitter Matt Submitted 08/24/2023 Category PreShow Videos  
  15. I've read through your log and it looks like you have at least been able to save sequence. Here are the highlights of the log: Action module is disabled. Courtesy video bumper is disabled. Trailers Outro video bumper is disabled. Action module is disabled. Feature module is disabled. Trivia Intro has no matching content. Trivia Outro has no matching content. Theater Intro has no matching content. Trailers Intro has no matching content. Trailers are set to directory. It tried to select the Sponsors folder and Feature Outro, which I don't think are what is intended. Feature Outro has no matching content. Theater Outro has no matching content. This matches that I see in your screen shot, based on the disabled modules. My recommendation would be to go into the sequence and create a new sequence. Add 1 video bumper module and 1 Feature module. For the video bumper, set the type to single file. Go in and manually select a single video file. This will make sure you have content to show. Then in the feature module, change the settings for Rating Bumper to none. Save this sequence as a new name. Then try to play it and see what happens. Let me know the outcome and we'll go from there.
  16. Just want to let you know that I have a copy and removed your log. It may not matter, but I don't want someone's settings visible on the site for others to see in case there's something that you wouldn't want shared.
  17. Can you tell me specifically what hardware you are using?
  18. Matt commented on Polargeek's file in Trivia
    I updated the file for @Polargeek with the Photoshop templates.
  19. I still believe this is because PreShow can't write data to the NAS location you've selected. Please install Kodi Logfile Uploader from the Programs section of the Kodi repository and send me a link to the log file of when you experienced the issue.
  20. The trivia guide has been updated to cover the issues discussed in this thread:
  21. I responded in discord and will post the fix for the issue after we resolve it there.
  22. The first 5 modules have been disabled, not activated. It is the opposite of what you want. I don't think that PreShow has the correct permissions to write to your Synology NAS. Maybe it is read, but not write. This needs to be fixed before we can move on to anything else. Without a saved sequence, you can't do much with it. Your content folder shows that it isn't set up properly. When you select the location for your content folder, PreShow should create the following subfolders: Actions Audio Format Bumpers Auro-3D Datasat Dolby Atmos Dolby Digital Dolby Digital Plus Dolby TrueHD DTS DTS-HD Master Audio DTS-X Other THX Music Ratings Bumpers BBFC DEJUS FSK MPAA Sequences Themes Trailers Trailers Video Bumpers 3D Intro 3D Outro Countdown Courtesy Feature Intro Feature Outro Intermission Short Film Theater Intro Theater Outro Trailers Intro Trailers Outro Trivia Intro Trivia Outro Since those folders aren't there, it indicates that your system can't write to the content folder. This link may help with that: https://kb.synology.com/en-global/DSM/help/DSM/AdminCenter/file_share_privilege?version=7 If you can't figure that out, I would then try moving your PreShow content folder to your Zidoo may fix that. ------------------------- Les 5 premiers modules ont été désactivés, non activés. C'est le contraire de ce que vous voulez. Je ne pense pas que PreShow dispose des autorisations nécessaires pour écrire sur votre Synology NAS. Peut-être qu'il est lu, mais pas écrit. Cela doit être corrigé avant de pouvoir passer à autre chose. Sans une séquence enregistrée, vous ne pouvez pas en faire grand-chose. Votre dossier de contenu indique qu'il n'est pas configuré correctement. Lorsque vous sélectionnez l'emplacement de votre dossier de contenu, PreShow doit créer les sous-dossiers suivants : Actions Audio Format Bumpers Auro-3D Datasat Dolby Atmos Dolby Digital Dolby Digital Plus Dolby TrueHD DTS DTS-HD Master Audio DTS-X Other THX Music Ratings Bumpers BBFC DEJUS FSK MPAA Sequences Themes Trailers Trailers Video Bumpers 3D Intro 3D Outro Countdown Courtesy Feature Intro Feature Outro Intermission Short Film Theater Intro Theater Outro Trailers Intro Trailers Outro Trivia Intro Trivia Outro Étant donné que ces dossiers ne sont pas là, cela indique que votre système ne peut pas écrire dans le dossier de contenu. Ce lien peut vous y aider :https://kb.synology.com/en-global/DSM/help/DSM/AdminCenter/file_share_privilege?version=7 Si vous ne pouvez pas comprendre cela, j'essaierais alors de déplacer votre dossier de contenu PreShow vers votre Zidoo pour résoudre ce problème.
  23. @mike413muo What Zidoo box do you have? Go into your settings and then player and turn off "use external player." Then test your sequence and see if your sequence plays. If so, I'll provide some next steps. If not, then we'll need to figure out what else is going on. Let me know.

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.