Jump to content
Posted
  • Administrator

What skins would you like to see incorporate PreShow Experience?

Here is a list of skin mods that have been created to work with PSE:

 

Featured Replies

Pellucid would be incredible.  It's so simplistic and has majestic backgrounds.  I'd appreciate it if you could upload this skin.

  • PreShow Supporter
On 2/12/2023 at 7:43 PM, SFP_Matt said:

Eminence is a good home theater one.

Eminence will already pull PSE with how they build the context menus.  I have used it already 🙂

Rapier ist still the most flexible skin imho!

 

But this might be a stupid question: Why do we need a PSE-Modified skin at all? CV could simply be started from the context menue of any skin...

2 hours ago, Reelyator said:

Rapier ist still the most flexible skin imho!

 

But this might be a stupid question: Why do we need a PSE-Modified skin at all? CV could simply be started from the context menue of any skin...

It's not just that, it's the loading and buffering dialogs etc during the sequence--the skin's xml files need to be modified to suppress those messages while the addon is running to make things look like they flow more smoothly

19 hours ago, SFP_Matt said:

It's not just that, it's the loading and buffering dialogs etc during the sequence--the skin's xml files need to be modified to suppress those messages while the addon is running to make things look like they flow more smoothly

...thank you for clarification Matt! I was not aware!

So what will happen, when i install the PSE Add-on through the "unknown sources" path, using the zip file with "non-optimised" skin like Rapier?

You'd be fine, I'd imagine...you'll just see those annoying buffering graphics and text.  You can make modifications yourself to the skin files if you have access to them to block those messages from appearing.  Check out this thread--I grabbed the old CV documentation for skin modification and it works for me, as long as use use the pse script name instead of CV's.

 

What precisely are the changes to the skin? I ask because I have my own modified version of estuary and don't want to lose my customizations. So I'd prefer to include these changes into my modified version...

  • 3 weeks later...

It would be great to have a cinescope Skin (21:9) e.g. "MyScopeNox" 1.4.4 and "ScopeNox" 1.26.13. for those who have a Cinescope Screen.

  • PreShow Supporter
22 hours ago, Massimo said:

It would be great to have a cinescope Skin (21:9) e.g. "MyScopeNox" 1.4.4 and "ScopeNox" 1.26.13. for those who have a Cinescope Screen.

Matt just released it. 🙂
 

 

  • 2 weeks later...

Would love to see this in Artic Zephyr Reloaded if poss. Thanks!

Edited by kiboy6

 

On 3/18/2023 at 11:02 AM, kiboy6 said:

Would love to see this in Artic Zephyr Reloaded if poss. Thanks!

 

 


i took a shot and think i got it 🙂 

 

Edited by garzilla

On 2/20/2023 at 12:35 PM, vonson said:

What precisely are the changes to the skin? I ask because I have my own modified version of estuary and don't want to lose my customizations. So I'd prefer to include these changes into my modified version...

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

 

Edited by garzilla

  • PreShow Supporter
On 2/12/2023 at 3:51 PM, marius said:

I would appreciate a mod for rapier, too

@marius and @Reelyator -- Garzilla just posted Rapier for download, give it a try 🙂
 

 

Nice!

Thank you @garzilla!!

Question: Is the modification of the Context Menue the only Modification for Rapier in this version? Or does it also include the Modification to skip the usual "busy" or "loading" messages between the individual clips of the PSE Playlist?

12 minutes ago, Reelyator said:

Nice!

Thank you @garzilla!!

Question: Is the modification of the Context Menue the only Modification for Rapier in this version? Or does it also include the Modification to skip the usual "busy" or "loading" messages between the individual clips of the PSE Playlist?

That is also in this

Btw. i have written to Gade, the "Father" of Rapier in the Kodi.tv forum, asking him if PSE integration would be possible. Usually he is a very competent and responsive guy. Will keep you posted on what comes back from him.
 

  • PreShow Supporter

I think once PSE is added to the official Kodi repository it'll receive official support from Gade and a few others.

  • PreShow Supporter

Good news, the creator of Aeon TAJO will be supporting PSE in a future release. It's a great looking skin. 🤙

  • PreShow Supporter

Update: Aeon TAJO has been updated with early full PreShow Experience support. Tip of the hat to manfeed!

 

  • 4 weeks later...
  • 2 months later...

I would very much like a PSE enabled version of Amber. Is this something that could be done?

Create an account or sign in to comment

Topics