ShowTimes Plugin Suite V2 (2009/12/30) (1 Viewer)

Status
Not open for further replies.

Nephilim

Extension Developer
February 8, 2007
805
499
Home Country
Italy Italy
X mlburgoon

Thank you very much. I'll fix it ASAP.

X SilentExcept

Parsing bugs should be fixed.
About the other... I'll take a look...

Bye,
Nephilim
 

SpudR

Retired Team Member
  • Premium Supporter
  • July 27, 2007
    2,657
    718
    Yorkshire, UK
    Home Country
    England England
    Just one request while you are fixing stuff...
    It's a bit of a pain to select the cinema, then the day to show the times
    would it be possible to show the movie times for the first selected theatre by default?
    Can it also show the days like :
    Thursday: 10:00 - 13:00 - 16:00 - 19:00 | Friday: 09:00 - 12:00 - 15:00 - 18:00 (and so on for all the downloaded days?)
     

    SilentException

    Retired Team Member
  • Premium Supporter
  • October 27, 2008
    2,617
    1,130
    Rijeka, Croatia
    Home Country
    Croatia Croatia
    @ Nephilim

    Please, also check the <Actors> tag in my moviedata.xml..

    * actor names are ReeseWitherspoon, KieferSutherland ... (there is no space between first and last name)
     

    Nephilim

    Extension Developer
    February 8, 2007
    805
    499
    Home Country
    Italy Italy
    Just one request while you are fixing stuff...
    It's a bit of a pain to select the cinema, then the day to show the times
    would it be possible to show the movie times for the first selected theatre by default?
    Can it also show the days like :
    Thursday: 10:00 - 13:00 - 16:00 - 19:00 | Friday: 09:00 - 12:00 - 15:00 - 18:00 (and so on for all the downloaded days?)

    Only thing i can do is automatically set the teather if there is only one theter selected, becouse i show only movie erleted to the selected theater.

    About the days, the string for 7 days should be too long... Hmmm... I'll think about that...

    X SilentExcept

    I'll take a look...

    Bye,
    Nephilim
     

    SpudR

    Retired Team Member
  • Premium Supporter
  • July 27, 2007
    2,657
    718
    Yorkshire, UK
    Home Country
    England England
    About the days, the string for 7 days should be too long... Hmmm... I'll think about that...
    How about adding an option to display x days of info automatically?
     

    giantpopples

    Portal Member
    January 16, 2008
    15
    3
    First thank you for you rplugin, it's great and works perfectly !!! :D

    It may be too much to ask, but i have a feature request for the apple trailers.. Could it be possible to stream them in HD (like in the MyTrailers plugin) and not save them locally ? It would be much faster to update because downloading 1080p HD trailers from Apple when you have more than 1 cinema....

    Thank you again !!!

    Romain
     

    Nephilim

    Extension Developer
    February 8, 2007
    805
    499
    Home Country
    Italy Italy
    X Spudr

    Hmm.. Better... ;) Maybe i'll do that, but i've to work on it.

    X giantpopples

    Good point... I'll do that...

    Bye,
    Nephilim
     

    mlburgoon

    Portal Pro
    November 16, 2006
    448
    48
    Home Country
    United States of America United States of America
    but can we get the fix first for the crashes before we add more features? I am dead in the water with this at the moment until a fix comes out.

    great ideas, though. love them. I just want to have the basic functionality back first.
     

    SilentException

    Retired Team Member
  • Premium Supporter
  • October 27, 2008
    2,617
    1,130
    Rijeka, Croatia
    Home Country
    Croatia Croatia
    i drafted the skinning documentation for the plugin, hope it'll help someone :)

    Skinning documentation:

    Required components (menu - buttons):
    <id>2</id> = Change View
    <id>3</id> = Show Theaters
    <id>40</id> = ShowTimes - only in details view
    <id>41</id> = Play Trailer - only in details view
    <id>42</id> = Next - only in details view
    <id>43</id> = Previous - only in details view

    Required components (fadelabels):
    <id>45</id> = Next Refresh - #showtimes_nextupdate
    <id>46</id> = ShowTimes Control - should be set off screen - used for determining if theater was selected - Control.HasText(46)

    Required components (images):
    <id>23</id> = Movie Border
    <id>24</id> = Movie Poster - used for determining if currently in details view - Control.IsVisible(24)

    Required components (facade):
    <id>50</id> = listcontrol, thumbnailpanel, filmstrip

    GUI properties:
    #selecteditem = selected facade item - textual - use if you like
    #showtimes_nextupdate = next data update - textual - use with control id 45
    #st_backdrop = backdrop, fanart - use it with image :)
    #st_poster = poster of the movie - use it with image - control id 24 and/or other if you'd like to have poster in list view
    #st_title = movie title
    #st_theater = selected theater for showtimes - textual - filled only if theater and showtimes day was selected
    #st_moviedate = selected date for showtimes - textual - filled only if theater and showtimes day was selected
    #st_showtimes = showtimes - textual - filled only if theater and showtimes day was selected
    #st_rating = mpaa rating of the selected movie - textual
    #st_userrating = user rating / IMDB rating of the selected movie - textual
    #st_genre = genre of the selected movie - textual
    #st_runtime = runtime of the selected movie - textual
    #st_releasedate = release (premiere) date of the selected movie - textual
    #st_plot = plot of the selected movie - textual
    #st_director = director of the selected movie - textual
    #st_starring = actors of the selected movie - textual

    Useful hints:

    Backdrops
    If you'd like backdrop visible only in details set this visible status to control you use for backdrop (#st_backdrop) <visible>Control.IsVisible(24)</visible>.
    Set <visible>yes</visible> if you want it visible at all times.
    Some movies might not have backdrop, so remember to also use a default background in the skin file.

    Poster
    Control with id 24 that contains the poster will automatically become visible once you select the movie and enter details view. If you'd like poster in list view, create a new image control with <texture>#st_poster</texture> and <visible>facadeview.list+!Control.IsVisible(24)</visible>.

    #selecteditem, #st_title and showtimes
    Use <visible>!Control.IsVisible(24)+!Control.HasText(46)</visible> for a control containing property #selecteditem. The control will be shown only if not in details screen and if theater was not selected.
    Control containing #st_title is probably visible only if in details screen and if theater was not selected. Therefore <visible>Control.IsVisible(24)+!Control.HasText(46)</visible>.
    Now we're gonna add control containing the showtimes. The label will be something like <label>#st_title | #st_moviedate @ #st_showtimes</label>. It will be visible only if theater was selected: <visible>Control.HasText(46)</visible>.
     

    Nephilim

    Extension Developer
    February 8, 2007
    805
    499
    Home Country
    Italy Italy
    X SilentExcept

    Great!!!!! Thank you very much!!!!!

    Bye,
    Nephilim
     
    Status
    Not open for further replies.

    Users who are viewing this thread

    Top Bottom