INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Request: Enhancement to Showtime (Updated)  (Read 450 times)

Moe

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 695
  • Hi
Request: Enhancement to Showtime (Updated)
« on: April 30, 2023, 01:07:35 pm »

I was wondering if it would be possible to be able to save separate profiles for Showtime.  I fiddle with my Showtime rules quite a bit and it can be annoying to remember how to set things up.  It would be nice to be able to save a set of Showtime rules to a profile.  Then we could switch between profiles without having to rebuild the rules each time.  For instance, one profile could look like this

Code: [Select]
1:[Pre-Show]=[THX]
1:[Pre-Show]=[[Audio Intro]]
1:[Pre-Show]=[Coming Attractions]
3:[Pre-Show]=[Trailers]

and then you could have another profile with these rules

Code: [Select]
1:[Pre-Show]=[[Audio Intro]]
1:[TrailerYear]=[[TrailerShuffle]]
1:[Pre-Show]=[Trailer]
1:[Trailer Genre]=[[Genre]]
1:[Pre-Show]=[On With the Show]

I am picturing something like this



If the above is too complicated, could you add a way to comment out a line in the Showtime rules? Like putting # at the start of the line so it's ignored so you could have something like this where only the lines without the # are honored for playback.

Code: [Select]
1:[Pre-Show]=[THX]
1:[Pre-Show]=[[Audio Intro]]
1:[Pre-Show]=[Coming Attractions]
3:[Pre-Show]=[Trailers]

#1:[Pre-Show]=[[Audio Intro]]
#1:[TrailerYear]=[[TrailerShuffle]]
#1:[Pre-Show]=[Trailer]
#1:[Trailer Genre]=[[Genre]]
#1:[Pre-Show]=[On With the Show]

Thank you.
Logged

Moe

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 695
  • Hi
Re: Request: Enhancement to Showtime
« Reply #1 on: May 01, 2023, 04:17:32 pm »

I'd like to make another related request.

I'd like to be able to add something into the rules that would act as the movie itself, that way we can add things to happen after the movie.  For instance, if we could add a rule like [Feature]=[] that would represent the selected movie we could have rules like:

Code: [Select]
1:[Pre-Show]=[THX]
1:[Pre-Show]=[[Audio Intro]]
1:[Pre-Show]=[Coming Attractions]
3:[Pre-Show]=[Trailers]
[Feature]=[]
1:[Pre-Show]=[After Show]

Logged

eve

  • Citizen of the Universe
  • *****
  • Posts: 668
Re: Request: Enhancement to Showtime (Updated)
« Reply #2 on: May 05, 2023, 09:02:47 am »

These would be nice QoL features.
ShowTime + the desire for more sparked me to 're implement' the functionality of it on my own terms.

What I do is leverage MCWS commands to return relevant media keys for each showtime 'step', create a list with all of these and feed that to MC, then it takes my intended movie, slots it in the playlist at the end, and if my option to do 'after feature' playback is selected, it will populate the queue after the movie in a similar fashion.

All of this can happen with a button click in my front end UI when I'm viewing a movie.
Logged
Pages: [1]   Go Up