Jump to content

Matt

Administrator
  • Joined

  • Last visited

Everything posted by Matt

  1. Matt posted a post in a topic in Support
    Great job troubleshooting it. Looking at the log again, I noticed that it is trying to show: /Trivia/The Dark Knight UHD/Who Said It/@eaDir/The Dark Knight - Who Said It 08_a.jpg @eaDir is Synology's metadata folder. PreShow sees the file and assumes that it is an image since it has .jpg in the filename. I have added code in the next version to ignore anything in the @eaDir.
  2. Matt posted a post in a topic in Support
    There's something funky going on with your install. It can't find settings and shows some things that don't make sense (Triva. Either the file in the repo is messed up or there was an issue during installation /configuration. Try going back to 0.3.4.1 and the make sure your settings are correct with the content folder. Scan you content again and then try the trivia again after that.
  3. Matt posted a post in a topic in Support
    Trivia should work. What version of PreShow are you using? I'll be happy to look at your log file and provide any suggestions I can figure out. To share a log, close out of Kodi and then reopen it. Open Preshow and preview your Trivia module in the sequence editor. Then go into the PreShow settings and scroll down in the general tab until you see "paste my kodi.log to pastebin." Click that and then click "current." Next, click Show QR code and use your phone to get the link to the pastebin page. You can either share that in this thread or send me a direct message through the site with it.
  4. You can use the Kodi Remote app as an actual remote with PreShow. It just doesn't provide you with any more functionality than an actual remote. For most situations, you should already have PreShow configured the way you want it prior to using it with a movie. If you are using a skin that has the PreShow, or cinema, button you can use the iPad remote to click that button.
  5. I don't think that the Kodi Remote app offers any functionality that is compatible with PreShow, other than the basic remote. It doesn't display program add-ons, which is what PreShow is. It also doesn't load the launcher or skin links, so it unfortunately isn't really compatible with Preshow, or vice versa.
  6. 1920x1080 JPG is the preferred resolution/file format. 4K PNGs may technically be better, but for 99% of images the quality difference will be minimal (<10%) compared to a significantly larger file size (>15 times larger). Just for clarification, there are 2 separate things that could be considered fact slides. There are stand alone facts images that are just single images with some detail that can be named anything, except ending in q, a, or _c#. And then there is what you are describing ,which is a fact at the end of a Q&A trivia image series. The current version of PreShow on the site doesn't have an option for fact slides with Q&A, but 0.3.4.3 introduced _f for doing exactly what you are referring to. I'm not putting this version on the site because I am working on database updates and every new version requires people to delete their database and redo all their content. As soon as I finish this line of development in regards to the database, I'll add 0.4 to the site with all the changes, including the _f files for facts at the end of Q&A. I'd prefer that you use the _f for your facts, but for people that haven't updated to a version with it it would currently play the fact separately from the Q&A. We can always go back and rename them after the update if you want to use a clue format as the answer and the answer format as the fact. I'm going to be going back to some of the legacy trivia and updating them, which will include some additional slides and metadata. My standard format for Q&A trivia will be: PackNameQA1_q.jpg for the question PackNameQA1_c1.jpg with 1 of the answers dimmed PackNameQA1_c2.jpg with 2 of the answers dimmers PackNameQA1_a.jpg for the answer PackNameQA1_f.jpg for the fact
  7. Matt posted a post in a topic in Support
    Awesome. Glad you got it working.
  8. Sorry it didn't work. I'll reach out to you if I am able to modify it at some point in the future.
  9. Matt posted a post in a topic in Support
    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.
  10. There are instructions inside the action file, which is just a text file. Go into your Kodi system settings and select "System information." Take note of your IP address. Then go back to the system settings and select "Services." Then select the "Control" and turn on "Allow remote control via HTTP." You'll need to enter a password. Take note of your username and password. Edit the action file with you system info. This may or may not allow PreShow to work on your Zidoo box.
  11. Matt posted a post in a topic in Support
    If the allow skipping fixes it for you, then I guess that's your solution. The issue isn't anything that I can see in the logs.
  12. Matt posted a post in a topic in Support
    Kodi launches an external player, which doesn't directly interact with PreShow. Many people use PreShow with the default player and external players without issue. There are some functionality that isn't available with external players (chapter action events), but they should work. The 1 thing I see in the log is: AESinkWASAPI: IsFormatSupported failed (AUDCLNT_E_UNSUPPORTED_FORMAT) - trying to find a compatible format And there's still a log about youtube at the moment of playback, which is super weird. 2025-05-25 22:34:17 info <general>: [- PreShow Experience -]: Experience: PLAYBACK STARTED 2025-05-25 22:34:17 info <general>: [plugin.video.youtube] Get property |play_with|: '' 2025-05-25 22:34:17 info <general>: Skipped 1 duplicate messages.. 2025-05-25 22:34:17 info <general>: [plugin.video.youtube] Clear property |busy| 2025-05-25 22:34:17 info <general>: [plugin.video.youtube] Pop property |player_json|: '' 2025-05-25 22:34:22 info <general>: [- PreShow Experience -]: Fullscreen video closed - stopping Can you disable your youtube plugin and try a sequence with just the feature and see if that behaves differently?
  13. Matt posted a post in a topic in Support
    I don't know that this has anything to do with your issue. The loading/busy icons are part of the skin. Some skins have options to remove that. The functionality shouldn't affect how the videos play. The "allow skipping" functionality adds a blank video before and after every video so that when you hit next/previous chapter PreShow can see that and jump to the next item in the queue. Turning that off removes those videos, but I don't think it should affect whether a video plays or not.
  14. The action files that I originally published didn't work for some people. I've since hidden the files. I may come back to it at some point, but it probably won't be any time soon. Did you edit the action files to include the details for your setup? Did you assign them to the "Beginning of PreShow" and "Before Feature" action events?
  15. 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.
  16. Have you rescanned your content after adding/updating the trivia? In your trivia module settings is the "Trivia select" set to Default? Please share a log and I'll see if I can figure out what's going on. To share a log, close out of Kodi and then reopen it. Open Preshow and preview your Trivia module in the sequence editor. Then go into the PreShow settings and scroll down in the general tab until you see "paste my kodi.log to pastebin." Click that and then click "current." Next, click Show QR code and use your phone to get the link to the pastebin page. You can either share that in this thread or send me a direct message through the site with it.
  17. Share a log and I'll see if I can figure out what's going on. To share a log, close out of Kodi and then reopen it. Open Preshow and try to save and open a sequence. Then go into the PreShow settings and scroll down in the general tab until you see "paste my kodi.log to pastebin." Click that and then click "current." Next, click Show QR code and use your phone to get the link to the pastebin page. You can either share that in this thread or send me a direct message through the site with it.
  18. Have you set your content path in the settings and is it writeable? It is the 1st thing in the settings, as seen in the image below.
  19. Matt posted a post in a topic in Support
    I've tested this on Windows 11 (I don't have anything with Windows 10) a few times and haven't encountered any issues with playback. No one in the Discord channel is reporting these issues, so my best guess is it is computer specific. I'll post back if I get any new suggestions.
  20. Very cool, and nice work by tiben20. Let us know how it works.
  21. Matt posted a post in a topic in Support
    @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.
  22. Matt posted a post in a topic in Support
    Awesome. Glad that you figured it out.
  23. Matt posted a post in a topic in Support
    I've been travelling for work and just got home yesterday, so I haven't had any time to look into this. The previous log didn't show any errors related to PreShow. The only thing the log gives is: warning <general>: CRendererHQ::CheckVideoParameters: chosen scaling method 1 is not supported by renderer warning <general>: CVideoPlayerVideo::OutputPicture - timeout waiting for buffer I'm not saying that is what is causing the issue, just that they are the only clues that we currently have. I read a few posts about DXVA causing a similar issue. Here's a link to 1 of the posts.
  24. Matt posted a post in a topic in Support
    Share a log and I'll try to help. To share a log, close out of Kodi and then reopen it. Play a feature with Preshow. Then go into the PreShow settings and scroll down in the general tab until you see "paste my kodi.log to pastebin." Click that and then click "current." Next, click Show QR code and use your phone to get the link to the pastebin page. You can either share that in this thread or send me a direct message through the site with it.
  25. Matt posted a post in a topic in PreShow Content