Jump to content

garzilla

Member
  • Posts

    44
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by garzilla

  1. Turn on the selection screen. Whatever pre-populates in the box is what the auto selector has scored as the best match. I have a default 2d that has all my lighting and generic preferences in it. It is set to auto select and all conditions say "any". This sequence is selected if the movie doesn't match any of my other sequences.
  2. I just submitted a pull request for adding preshow to Zephyr Reloaded. Hopefully it goes well...
  3. My scripts from both sources are running as expected. @Stovies do they run when you hit "test"?
  4. I just tested and got the "This action is not set or not yet applied" when setting an action in the settings (not sequence editor). I then clicked OK to exit the settings Then I went back in and it worked as expected. I hadn't re-setup my actions since i did a wipe and I also had a similar error happen when I ticked the box to add an action in the settings. The greyed out links wouldn't activate to allow selection but I clicked Ok, then returned and it was now selectable. It seems like the save and update action on these buttons is only happening on click of "ok" instead on the select for the tick box / or selecting the path for the action.
  5. 100% fixed! Appreciate it!
  6. My problem is getting power to where I want the tv. I know where I can tap an outlet, it's just a PITA. I do electrical too. If you ever have a house built run power outlets in EVERY closet. You will want them. And make sure your electrical panel and network panel can be easily accessed to run more lines if needed.
  7. What really is there to gain with plex? Can they even use the PreShow code. Who actually owns it? I only use plex to access my library outside of my house, but at that time i don't want preshow interaction. I guess for the capability of your server being located offsite. I personally don't see a huge overlap with the average user of plex and the average user of preshow That's just me though. If getting bought by plex helps anyone out, just remember my dev self over here
  8. Also there are now skins modded where on the movie info screen, the PreShow option is in focus by default. This allows you to press select on the movie, slight pause, then select again to launch PreShow Experience.
  9. Version 1.0.0

    55 downloads

    Rapier modded skin for PreShow Experience. should keep skin settings but back up your skin just in case. I modded the menu here. Added a sequence edit launcher in the context menu. If you don't want it in the context menu, you can turn it off in the settings
  10. Rapier Skin - PreShow Experience Enhanced in Kodi 20 View File Rapier modded skin for PreShow Experience. should keep skin settings but back up your skin just in case. I modded the menu here. Added a sequence edit launcher in the context menu. If you don't want it in the context menu, you can turn it off in the settings Submitter garzilla Submitted 03/20/2023 Category Skins  
  11. I really need to get back to this... someday lol
  12. @Stovies This was fresh install - PreShow has never been on this box Not sure what is happening on yours. Feels like a bad install. Maybe download fresh kodi and PreShow How are you installing them? Should be addons->install from zip
  13. they worked out of the box...
  14. mine is working on one shield. i'll set up the second one in a bit - we don't use PSE on that TV, but i'll set it up. one is older than the other. i forget which is which though...
  15. the changes are in several files if the skin supported cinemavision it's easier. just find all instances of cinemavision and change it to preshowexperience then for an added functionality, where ever focus is being set on the button in DialogVideoInfo, change it to the PSE button id. I'm looking at it now UPDATE*** in DialogVideoInfo - change this <defaultcontrol always="true">8</defaultcontrol> to this <defaultcontrol always="true">441</defaultcontrol> ----------------------------------------------------------------------------------------------------------- <include content="InfoDialogButton"> <param name="id" value="441" /> <param name="icon" value="icons/infodialogs/cinema.png" /> <param name="onclick_1" value="Dialog.Close(MovieInformation)" /> <param name="onclick_2" value="RunScript(script.cinemavision,experience)" /> <param name="label" value="$LOCALIZE[31003]" /> <param name="visible" value="System.AddonIsEnabled(script.cinemavision) + [String.IsEqual(ListItem.DBType,movie) | String.IsEqual(ListItem.DBType,tvshow) | String.IsEqual(ListItem.DBType,season) | String.IsEqual(ListItem.DBType,episode)]" /> </include> to this <include content="InfoDialogButton"> <param name="id" value="441" /> <param name="icon" value="icons/infodialogs/cinema.png" /> //change this to use a custom png <param name="onclick_1" value="Dialog.Close(MovieInformation)" /> <param name="onclick_2" value="RunScript(script.preshowexperience)" /> <param name="label" value="$LOCALIZE[31003]" /> <param name="visible" value="System.AddonIsEnabled(script.preshowexperience) + [String.IsEqual(ListItem.DBType,movie) | String.IsEqual(ListItem.DBType,tvshow) | String.IsEqual(ListItem.DBType,season) | String.IsEqual(ListItem.DBType,episode)]" /> </include> ----------------------------------------------------------------------------------- In the DialogBusy.xml change this <visible>String.IsEmpty(Window(Home).Property(script.cinemavision.running))</visible> to this <visible>String.IsEmpty(Window(Home).Property(script.preshowexperience.running))</visible> --------------------------------------- Lastly change all occurrences of "Cinema Mode" to "PreShow Experience" in the language files. having an IDE (Intellij) definitely helped on this one... you really only need to do the one for your language, but i did all of them...
  16. Version 0.0.1

    66 downloads

    This is beta - it SHOULD work - i have tested and existing settings all stick. this mod also makes the PreShow action the default focus when in the Video Dialog window. even made a custom PreShow icon from the O in the PreShow logo. things i noticed. if you install the artic zephyr skin after you install PreShow Experience, PreShow might not show in the context menu. just uninstall preshow (be sure to select NO when it asks to delete the settings/files) and reinstall. it will then have the context menu. this might have been a me thing as i was tired when running tests LOL if you set your "play" action to open information, two presses of select on a movie title will launch PreShow as it is the action in focus in the Info window
  17. Artic Zephyr Reloaded for PreShow Experience in Kodi 20 View File This is beta - it SHOULD work - i have tested and existing settings all stick. this mod also makes the PreShow action the default focus when in the Video Dialog window. even made a custom PreShow icon from the O in the PreShow logo. things i noticed. if you install the artic zephyr skin after you install PreShow Experience, PreShow might not show in the context menu. just uninstall preshow (be sure to select NO when it asks to delete the settings/files) and reinstall. it will then have the context menu. this might have been a me thing as i was tired when running tests LOL if you set your "play" action to open information, two presses of select on a movie title will launch PreShow as it is the action in focus in the Info window Submitter garzilla Submitted 03/19/2023 Category Skins  
  18. Something is not working properly when sequences are being run automatically. When I select a movie that should play a custom sequence based on a tag, it plays the default sequence. However if I manually select the same sequence it will play it properly. See video for description. I'm getting the logs as well Think I found it. Look at the picture of the logs. The sequence name in brackets are all the same. Those were all created from the default. When I do "save as" to rename it, it doesn't change the name in the brackets for some reason. Figured it out. When you select "save as" it uses the name that is in the sequence editor as the name of the sequence and the save as is only the name of the file, not the sequence. It never let's you change it. 20230316_182149.mp4
  19. IIRC the search is weighted ... so might need two conditions matching Like genre: sci-fi and tag: StarWars This sequence matches 2 conditions vs a sequence that only has one condition. The sequence with conditions like the one below would play instead on a sequence setting only horror.
  20. Version 1.0.0

    34 downloads

    Shout Factory with Scream Factory bumper
  21. Shout Scream Bumper.mkv View File Shout Factory with Scream Factory bumper Submitter garzilla Submitted 03/13/2023 Category Countdown  
  22. Version 1.0.0

    26 downloads

    ShoutFactory w countdown Bumper
×
×
  • Create New...