Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation since 08/21/2024 in Posts

  1. 4 points
    I will be working on some site updated over the holidays. It may be a little bumpy during the process.
  2. Hi, as i am currently unable to access the file system of my shieldtv for reasons i cannot explain, i can only suggest a solution. Everything else is up to the respective balster. Since I can't download the zip file of the installation either, I'll show my way here using the original Cinemavision. The paths differ only in the names. The files are (as far as I could see) the same. Trailers are provided via the so-called scraper.py files. I mainly use tmdb. So I can find my corresponding scraper under [KodiAddOn]\script.preshowexperience\lib\preshowexperience\scrapers\tmdb Open the date scraper.py with a corresponding editor (I use Notpad++) and look in the first lines for the BASE_URL This looks as follows BASE_URL = 'https://api.themoviedb.org/3/movie/{endpoint}?language=en-US&api_key=' + API_KEY I then change this to BASE_URL = 'https://api.themoviedb.org/3/movie/{endpoint}?language=en-DE&api_key=' + API_KEY Read here -> https://developer.themoviedb.org/docs/languages Save, restart Kodi and enjoy the trailers in German (or any other language). Hope that helps For all who are interrested in and are a
  3. The updated file is also in the alpha of the latest version in the repo.
  4. I'm going to release a new version of PreShow, hopefully this weekend, with a solution that should take care of this issue. I have attached the updated python file that control actions with the potential fix. The file goes in your kodi addon directory in the following folder: script.preshowexperience > lib > preshowexperience Below is a guide to where the kodi folder is. The addon folders is located inside of this, so add addons/script.preshowexperience/lib/preshowexperience to find the location where the action file goes. Android Android/data/org.xbmc.kodi/files/.kodi Flatpak ~/.var/app/tv.kodi.Kodi/data iOS /private/var/mobile/Library/Preferences/Kodi LibreELEC /storage/.kodi Linux ~/.kodi Linux (Flatpak) ~/.var/app/tv.kodi.Kodi macOS /Users/<your_user_name>/Library/Application Support/Kodi Nvidia Shield (SMB) smb://<nvidiashieldurl>/internal/Android/data/org.xbmc.kodi/files/.kodi OSMC /home/osmc/.kodi tvOS /private/var/mobile/Library/Preferences/Kodi WebOS /media/developer/apps/usr/palm/applications/org.xbmc.kodi/.kodi Windows C:\Users\<YourUsername>\AppData\Roaming\Kodi Windows Portable <Install location chosen by you>\portable_data Windows Xbox %LOCALAPPDATA%\Packages\XBMCFoundation.Kodi_4n2hpmxwrvr6p\LocalCache\Roaming\Kodi\ If you don't know hot to copy the file to this location, please wait for the updated version of PreShow that will include the change. actions.py
  5. FIXED! It seemed like the Kodi App had all permissions (4 out of 4), but opening up "Storage" revealed it only had Read permission. Completely my own mistake. Hopefully, @JustRob and others might find this helpful.
  6. Hey @Quebert . Welcome back. It's always great to hear from people that enjoy PreShow, and the versions prior to it. The conditions were developed by the person before me. An upcoming versions of PreShow will include metadata so that you can display more relevant trivia. The goal is to create the conditions at the content level instead of at the sequence level so that you can use 1 sequence for a wide variety of content. More specifically, the 1st version will look at rating and genres and deliver content that is a better match to your movie. For example, if you are watching an R rated horror movie you won't be getting Pixar trivia, and vice versa. The latest version of PreShow in the repo already includes the 1st version of metadata for video bumpers. I also have options for release year, director and cast to better refine the content, but that will be in development/testing for a long while. Thanks for your post.
  7. The PreShow Experience addon for Kodi. It's the #1 "wow factor" when someone sees it in action for the first time -- trivia, intros, trailers, Philips Hue lighting control. It creates a very unique home theater experience.
  8. My JVC X790 projector is behind the first row and just above the second row. I set it about 12 feet back from lens to screen to allow a 10-foot screen at the shortest throw to maximize brightness. If I ever need to replace it I'll likely get a JVC NZ500 and set it about 16 feet back to accommodate a 10-foot screen at the longest throw to maximize contrast (it'll be plenty bright).
  9. Digital Cinema PreShow Experience Bumper Set 4k Digital Cinema bumper set with 5.1 surround sound Videos include: Courtesy Feature Intro Feature Outro Intermission PreShow Theater Intro Theater Outro Trailers Intro Trailers Outro Trivia Intro Trivia Outro Sponsors File Information Submitter Matt Submitted 02/11/2025 Category PreShow Bumper Sets View File
  10. 2 points
    Happy 2025 everyone. I hope you’re ringing in the new year with joy, relaxation, and maybe even a few of your favorite movies. There’s nothing like cozying up at home, diving into a great story, and sharing the magic of cinema with loved ones. Here’s to a year filled with happiness, laughter, and endless movie nights! 🍿✨ What are you most looking forward to in 2025? Let us know—we’d love to hear!
  11. I just watched trailers in English, German, French & Spanish. 1 important thing to note is the language is set at the point of the scan, not at playback. There's also a file stored in PreShow's data so that you can hammer the scraper, so the trailer language can't be updated quickly unless that file is deleted. In other words, you can't quickly change between languages. I went with what I think would be the 10 most common NA or European languages. This should be in the next dev or official version of PreShow. Also, I'm going to change the title of this topic since it affects other languages.
  12. Thanks for pointing that out @BananenTV. I think that the full list of tmdb languages include: Code Language Region ar-AE Arabic United Arab Emirates ar-SA Arabic Saudi Arabia bg-BG Bulgarian Bulgaria bn-BD Bengali Bangladesh ca-ES Catalan Spain ch-GU Chamorro Guam cs-CZ Czech Czech Republic da-DK Danish Denmark de-DE German Germany el-GR Greek Greece en-US English United States eo-EO Esperanto - es-ES Spanish Spain es-MX Spanish Mexico eu-ES Basque Spain fa-IR Persian Iran fi-FI Finnish Finland fr-CA French Canada fr-FR French France he-IL Hebrew Israel hi-IN Hindi India hu-HU Hungarian Hungary id-ID Indonesian Indonesia it-IT Italian Italy ja-JP Japanese Japan ka-GE Georgian Georgia kn-IN Kannada India ko-KR Korean South Korea lt-LT Lithuanian Lithuania ml-IN Malayalam India nb-NO Norwegian Bokmål Norway nl-NL Dutch Netherlands no-NO Norwegian Norway pl-PL Polish Poland pt-BR Portuguese Brazil pt-PT Portuguese Portugal ro-RO Romanian Romania ru-RU Russian Russia sk-SK Slovak Slovakia sl-SI Slovenian Slovenia sr-RS Serbian Serbia sv-SE Swedish Sweden ta-IN Tamil India te-IN Telugu India th-TH Thai Thailand tr-TR Turkish Turkey uk-UA Ukrainian Ukraine vi-VN Vietnamese Vietnam zh-CN Chinese China zh-TW Chinese Taiwan I'll make a setting for the language for tmdb. Anywant want to test other languages and let me know if they should be added to PreShow?
  13. Hopefully, I will try to give the python file a try in the next days and see if it works
  14. The way that they implemented the https is a bit strange. They require that the security certificate be passed to the hue prior to submitting the api web request. Getting the Hue lights to work in PreShow is already difficult for most people. Even if I provide instructions for how to do it, I think it would end creating more confusion and get me into more tech support than I can handle for it. My current solution should be considered temporary, but that may not change how to proceed. The issue is that the https link gives a security error, which is what PreShow will see instead of connecting to the bridge. The current fix is to ignore that error, so that the https works like a standard http link and passes calls to the bridge. Ultimately, people will probably have to change the http to https in their action files. At some point I'll go in and see if I can add code into PreShow to handle passing the security certificate to make it easier for people. I'm not sure if that will require additional changes to your action files or not at this point.
  15. AFI Greatest Movie Musicals AFI Greatest Movie Musicals - List from AFI's website and artwork from fanart.tv and themoviedb.org File Information Submitter starslayer74 Submitted 07/09/2025 Category Trivia View File
  16. I tried to create an action file/python combo to change the allow skipping. It didn't work in the middle bof the sequence, but I'll test it further when I get time.
  17. I use an external player with Kodi and it works well. Since all my movies in my library are in the mkv format I have the playercorefactory.xml set up to only use the external player for mkv files. All downloaded trailers and video bumpers are mp4 (or I rename them to mp4) so Kodi's internal player will take care of those.
  18. I'm planning on releasing updates to some of the old content when I get the new trivia functionality completed. I'll post back when that happens.
  19. @suchmich1983 There are some errors for jellyfin and a random youtube one, but I'm not seeing an exact cause from the logs. I'll try to set up a windows box to test and will respond back with any findings.
  20. Best Actress 2023-2024 Update pack Update to the Best Actress Oscar winners for 2023 and 2024 File Information Submitter starslayer74 Submitted 04/11/2025 Category Trivia View File
  21. Disney Trivia Disney Trivia File Information Submitter Quebert Submitted 04/03/2025 Category Trivia View File
  22. Kids Trivia Kids movies trivia File Information Submitter Quebert Submitted 04/03/2025 Category Trivia View File
  23. This setup sounds like a lot of fun. The upcoming versions of PreShow are basically a way to do this exact thing with only 1 sequence. What are you doing to show trailers related to the year of your movie?
  24. My Projector Epson EH-TW9400 is Behind the Seats in a seperate Room, and is projection trough mirogard glass. I pick up this location, because I have no noise in the Cinema Room.
  25. I've found a / the solution: Just changed the Default Skin... If you are also looking for it: \\IP\Share\Storage\Android\data\com.zidoo.zdmc\files\.kodi\addons\skin.confluence\backgrounds --> SKINDEFAULT.jpg Robert +++ CLOSED +++
  26. Valentine's Day 2025 PreShow Experience Bumper Set This is the 4k Valentine's Day 2025 PreShow Experience Bumper Set with 5.1 audio. Videos include: Countdown Courtesy Feature Intro Feature Outro Intermission PreShow Sponsors Theater Intro Theater Outro Trailers Intro Trailers Outro Trivia Intro Trivia Outro File Information Submitter Matt Submitted 02/10/2025 Category PreShow Bumper Sets View File
  27. Glad you got it working. For anyone that reads this, please start your actions files with something very simple to make sure that it is working, and then add onto it. If you have another action file that is working, just copy that to start.
  28. I kinda reverse engineer the Sponsors folder to put 10-12 minutes of adverts in before the trailers like most British cinemas do - very different structure here compared to the states: Theater Intro > Advertiser Opening Ident > Commercials > Advertiser Closing Ident > Silver Spot (60 Second Commercial) > Trailers Intro > 5 x Trailers > Gold Spot (60 Second Commercial) > BBFC Black Card (Film Rating) > Feature Some chains put their intros/branding either just before trailers or near the start of the feature but that's the general setup I work to with PSE playlists.
  29. Movie Poster App -modded- Modified Movie Poster AppThis is a modified version of the movie poster app from Great Dane Cinema. Modified to work with Preshow experience to show the preshow logos during your sequence. This is temporary solution until the Great Dane Cinema Can be requested to make the necessary changes to the program .. *Notes* Youtube dl files have been updated as of 1-11-25 for Preview Trailers to work Some other modifications Icons Ect. for my preferences were added for my build and are not Part of the original authors program App InstalationDownloaded the 7zip file, simply extract the contents using 7-Zip to a location of your choice and run the MoviePoster.exe file to launch the program. Suggestions: create desktop shortcuts or start menu shortcut for the main program Exe , You movie poster apps Temp Cache , And your Movie Posters Storage folder for ease of access.. Temp Cache Location Example C:\Users\<your pc name>\AppData\Local\MoviePoster Movie posters default Storage location Example C:\Users\<your pc name>\Documents\MoviePoster About Movie Poster AppMoviePoster digital poster display software is what your home theater has been missing! MoviePoster is designed to run on a Windows PC connected to a large LCD display in portrait format. The software automatically downloads and displays digital movie posters for display in your custom home theater. Gone are the days of changing out a paper poster. MoviePoster will automatically cycle through posters for upcoming movies, or you can even define your own custom list. Now you can quickly and easily change your poster display in seconds. Along with the poster itself, MoviePoster will display metadata and even thr trailer for the movie! Great Dane Cinema https://movieposterapp.com File Information Submitter NightWatcherTheater Submitted 01/11/2025 Category Other Files View File
  30. I had this happen to me once. Turns out my Kodi HTPC was turned off and it was trying to connect. Make sure Kodi is on and that it can connect to it. Also, if you overwrote your current install with this I wonder if the configuration file in the kodi / xbmc plugins directory is pointing to the wrong IP address? Check that also and update to your IP address if necessary.
  31. Hi, I have been using MoviePoster for a few years now and its awesome to see that there are others that are helping to keep it updated. You can hide the bottom audio / AR / resolution icons by copying the none.png from MoviePoster\Images\Themes\Default\Banners to MoviePoster\Images\Themes\Default\Logos\Resolution , MoviePoster\Images\Themes\Default\Logos\Audio and MoviePoster\Images\Themes\Default\Logos\AspectRatio. For me it did not work in AspectRatio unless I renamed it, I renamed it to 1.png. Once you have copied the files go to Settings and then Appearance, click on Set for Default Audio Flag, choose the none.png, same for Default Resolution Flag and for Default Aspect Flag choose 1.png. After you click on Save movieposter will restart and you should no longer see those icons.
  32. Just a note they don't auto populate any of the audio, aspect until you watch that movie .. If i can explain it there's not default aspect or audio stream for say Indiana Jones, it be 5.1 dolby 7.1 atmos ect. Same for aspectratio but when you watch that movie threw watching it threw your media player while the poster is running it will populate that info from the movie in your library. If its populating info from online its going to use the defaults in the menus . If your using the custom posters menu instead of adding a custom poster threw the poster cache you would have to add an info file . The custom poster section is more for art files or videos game posters . If you want say a custom RoboCop poster add a poster from scratch on the poster cache section. And if you want some of the work done for you manually add from web and just overwrite the poster . That way all the rating and info is done for you
  33. Im looking into it like i said its been awhile . I thought it loaded the default theme when it first loads ( the one in the program folder not your themes in your documents folder ) that just how the program starts on defaults then loads custom thems ect. and i do remember you have to delete the temporary cache images you basically looking at a webpage and images are stored for fast loading but can seem to find were its pulling the coming soon from im going to have to look at the code and get back to you ..
  34. New Year, New Kodi? Not quite, but here we go with the next point release of the 21.x "Omega" series. The usual story: bugfixes, not features. The full changelog can be found on Github, as usual. Release Summary Major user-facing changes include: Library/Sources and Management Fixed a bug that ignored images in the ...\season\.actors folder. The \season\.actors folders have been deprecated and all actors are saved in the \TV Show\.actors folder. (forum, PR) Restore performance of movie addition to the library to v20 (Nexus) level (PR) Fixed/improved playback from some UPnP server software (at least UMS and Gerbera. Some NAS UPnP servers are based on UMS under the covers). Playback starts faster and multiple videos can be played consecutively. (PR) Preserve special characters in names of scanned or added movie extras (PR) Replace context menu items 'Set actor/artist thumb' with 'Choose art' to make it possible again to add/and set other artwork, not only thumbnails (PR) Fixed mark watched/unwatched operations missing in certain context menus (PR) Honour importwatchedstate and importresumepoint settings from advancedsettings.xml (PR) Video Fixed HDR passthrough on video sources with partial or missing display metadata (only GL/GLES platforms) (PR) Fixed HDR to SDR tone mapping on video sources with partial or missing display metadata (only GL/GLES platforms) (PR) Fixed possible incorrect picture metadata if playing different HDR videos without stopping the previous one and the videos had different HDR metadata (all platforms) (PR) Fixed on Blu-Ray discs some BD-j menu items not displaying correctly due to multi-thread timing issues (PR) Fixed deletion of bookmarks in video if the video has also chapters (PR) Music Fixed an issue with the last track duration of some albums stored in mka containers (PR) Plugins Fixed missing context menu entries for plugin-provided items (PR) Filesystem Restored the ability of enter credentials when browsing SMB shares (only POSIX platforms) (PR) Updated cURL to 8.10.0 to fix issues with FTP TLS sources (PR) PVR EPG search fixes (PR) Fixed resume points for recordings not honoured (PR) Fixed 'User has no access / server' error if broadcasts have been shifted (PR) Fixed default select action 'show info' for PVR items (PR) Skin/GUI Added Donation tab in System Settings (PR) In preparation for our next major release, we've been updating the translation strings in all 78 of our binary add-ons (audio, inputstream, peripheral, screensaver, vfs, visualisation...). These updates have now all been backported to this release, so there's a bonus of a year's worth of fixes and improvements here. Android Greatly improved joystick support on Android (PR) Fixed possible crash when getInterfaceName method returns null (PR) Fixed resuming paused media playback not working via play/pause media key press (PR) Fixed black screen when resuming app from minimised state (PR) Linux Fixed memory corruption when high quality video scalers are used (PR) Fixed possible infinite loop when using GBM and a DRM Atomic Commit fails (PR) Fixed windowed Kodi becoming larger on every start when running on Wayland with a scale factor (PR) OSX Fixed crash when trying to detect optical media (PR) Windows Fixed the crash issue that occurred when accessing the computer using Remote Desktop Protocol (PR) Fixed the ability of the built-in WOL feature to wake up servers ([PR](https://github.com/xbmc/xbmc/pull/25707 )) Fixed the potential crash occurred when the system contained environment variables name with a length of more than 64 characters (PR) Fixed HDR feature did not work on Windows 11 24H2 under some circumstances (PR) Improved support for WCG displays on Windows 11 24H2 (PR) We always want to thank everyone who has helped us track down and fix any issues. We endeavour to minimise the issues everyone experiences, but with such a large project, and the fact everyone contributing to Kodi is a volunteer, issues and bugs are a part of life. If you happen to experience any bugs/issues, don't hesitate to reach out on the forums, or raise an issue on Github. As this is a point release, there are no major changes since the previous version, and you should be fine to install this straight over the top of any existing Kodi 21.x installation - indeed, this will happen automatically on many platforms. However, as for all software installations, back up your userdata beforehand if you've any doubts or have anything you can't afford to lose (and definitely do this if you're going for a major version upgrade). A list of all changes for this version can be found at GitHub. If you want to read back on the full history of v21 itself, or of previous versions, you can find the corresponding articles in the relevant blog posts. Application deployment on different platforms (notably the Microsoft Store) can vary considerably due to circumstances outside of our control, so just be patient, and the update will inevitably find its way through. Android Deployment We always do what's known as a "staged" deployment roll out for Android. So if you didn't receive the update immediately, it should have come through over the following week or so, and rollout should now be complete. View the full article
  35. Yes just the trailers , it has a new update it needs to work but if your not using it dont worry about that one .. You need to copy over the XBMCmediaInterface folder Its in Great Dane Cinema/MoviePoster/Plugins/ Your settings should be fine since they are saved in your temporary cache Its been almost a year since i changed everything im pretty sure there were 4 dll files that i had changed from CinemaVision to Preshow im double checking now but i think everything was in the plugin folder . I will use Dreamweaver to search to see if there's any more files that need transfered over Just a side note i didn't change the cs files where it calls for the filename “moviecinemavision” so if you want to change the artwork you will have to use that filename .. I figured the creator would be updating it anyway so why change it , all i just changed the dll files that would see CinemaVision playing to Preshow so it would be functional till hopefully it gets updated
  36. I second @MidnightWatcher choices with the exception of Scrooge. My third choice is Scrooged (1988). Watching those 3 every Christmas takes me back. Those are my top three “Must Watch” but I have an assortment of other films that include the usual suspects (Home Alone 1/2, How The Grinch Stole Christmas animated and Jim Carrey, It’s a Wonderful Life, Miracle on 34th Street, etc) and some oddballs like Trapped In Paradise (1994), The Family Man (2000), Surviving Christmas (2004), and Krampus.
  37. White Christmas Enjoy the Movie Bumper 4k Christmas bumper with surround sound File Information Submitter Matt Submitted 12/10/2024 Category Holiday Bumpers View File
  38. Please let me know if you'd like to get a full video bumper set for Thanksgiving.
  39. Thx, that was my bad. It’s de-DE indeed.
  40. The code is about halfway complete.
  41. In any case, German, you would make some people here happy. Thanks
  42. That's great. How exactly did you set it up so that you also have German trailers? Some people will be excited if that's possible. Thank you
  43. Chrome & Fire 4k bumper set with 5.1 surround sound audio View File 4k Chrome & Fire bumper set with 5.1 audio. Videos include: Countdown Courtesy Feature Intro Feature Outro PreShow Intermission Sponsors Theater Intro Theater Outro Trailers Intro Trailers Outro Trivia Intro Trivia Outro Submitter Matt Submitted 10/15/2024 Category Supporter Early Access  
  44. View File PreShow Experience Halloween Night Intro Video This video included the standard bumpers all in 1 video for a great halloween intro. Submitter Matt Submitted 10/08/2024 Category Holiday Bumpers  
  45. View File PreShow Halloween Monster 2024 Enjoy this short PreShow monster bumper for Halloween 2024. Submitter Matt Submitted 10/06/2024 Category Holiday Bumpers  
  46. The filename doesn't matter. http://192.168.178.33/api/wsltUbHQbdnDhDEidaNJQg2s85Nv9OldLPE6TYeT/groups/Wand/action PUT: { "on": true } sleep://180000 http://192.168.178.33/api/wsltUbHQbdnDhDEidaNJQg2s85Nv9OldLPE6TYeT/groups/Wand/action PUT: { "on": false, "transitiontime": 500 } Use the above code in an actual movie and not the test or preview.
  47. If its there im useing it 🤣 If your coming to my theater your on for the full experience.. I'll stick gum underneath your seat if i have to ...
  48. I'm getting ready to fully generate my Oscar slides. My version of Canva (free) is limited to generate at 1380x760 but I am considering upgrading to save them at a higher resolution. I'm not sure what resolution to save at, so I wanted to get some input on that. Also, since this has been a labor of love, I am considering using an online file resizer for free but I wasn't sure about quality of that vs exporting them from Canva at the higher resolution.... All total we're looking at approximately 500 slides covering Best Actor, Best Actress, Supporting Actor, Supporting Actress, and Best picture winners from the very first Oscars to 2022. I attached some examples (using dummy data on the example because I was working on mock-ups) My next project is going to be movie quotes slides but I'm struggling determining how to format those. Also a word of caution for anyone who wants to create slides: DON'T TRUST WIKIPEDIA OR AI - Neither one of them provided accurate information for Oscars data. I was cross checking my AI generated data and discovered HUGE glaring issues including years, winners names, etc. I ended up going straight to the Oscars website to get accurate information, even though it required more manual work on my side.
  49. View File IMAX Cliffhanger Submitter Matt Submitted 11/27/2023 Category Company  
  50. Great thread for Philips Hue users. For anyone who wants to call up scenes in your sequence, just first create the scene using the Philips Hue app and then use the action file to call up that specific scene during your sequence. I've attached a screenshot of mine, for example (I have Trivia and Trailers scenes). Here's the content of the action file that I use to activate the "Trailers" scene in the Philips Hue app just before the movie trailers: #http://<hue-bridge-ip>/api/<hue-bridge-user>/groups/<hue-light-group>/action #PUT:{"on":true,"scene":"<scene ID>","transitiontime":50} http://192.168.1.11/api/28555ae631edc91926d069d5d87f165/groups/theater room/action PUT:{"on":true,"scene":"MC2o4oftCOT2ng6","transitiontime":50} You can set the transition time to any value you like. I prefer 50. To find the "code" that identifies the Philips Hue scene you want to activate, use the debug tool. In a web browser enter: http://<bridge IP address>/debug/clip.html In the URL field of the CLIP API Debugger, enter: /api/<username> Click GET and then search (CTRL+F) for the scene you want to activate in your sequence. For example, to activate the "Trailers" scene I created in the Philips Hue app I searched for "Trailers" and the ID of the scene is "MC2o4oftCOT2ng6" (it'll be found in the Command Response window at the bottom).