Jump to content

garzilla

Member
  • Joined

  • Last visited

Everything posted by garzilla

  1. garzilla replied to marius's post in a topic in Support
    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. garzilla replied to marius's post in a topic in Support
    My scripts from both sources are running as expected. @Stovies do they run when you hit "test"?
  4. garzilla replied to marius's post in a topic in Support
    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. That is also in this
  6. garzilla replied to garzilla's post in a topic in Support
    100% fixed! Appreciate it!
  7. garzilla replied to garzilla's post in a topic in General Discussion
    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.
  8. garzilla replied to garzilla's post in a topic in General Discussion
    That's NICE!!!
  9. garzilla replied to ammonrose's post in a topic in General Discussion
    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 😆
    • 61 downloads
    • Version 1.0.0
    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. garzilla replied to garzilla's post in a topic in General Discussion
    I really need to get back to this... someday lol
  12. garzilla replied to Stovies's post in a topic in Support
    @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. garzilla replied to Stovies's post in a topic in Support
    they worked out of the box...
  14. garzilla replied to Stovies's post in a topic in Support
    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. i took a shot and think i got it 🙂
    • 83 downloads
    • Version 0.0.1
    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. garzilla posted a post in a topic in Support
    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
    • 42 downloads
    • Version 1.0.0
    Shout Factory with Scream Factory bumper
  19. Shout Scream Bumper.mkv View File Shout Factory with Scream Factory bumper Submitter garzilla Submitted 03/13/2023 Category Countdown  
    • 37 downloads
    • Version 1.0.0
    ShoutFactory w countdown Bumper
  20. ShoutFactory w countdown Bumper.mkv View File ShoutFactory w countdown Bumper Submitter garzilla Submitted 03/13/2023 Category Countdown  
    • 26 downloads
    • Version 1.0.0
    Vinegar Syndrome studio bumper