|
SageTV Studio Discussion related to the SageTV Studio application produced by SageTV. Questions, issues, problems, suggestions, etc. relating to the Studio software application should be posted here. |
|
Thread Tools | Search this Thread | Display Modes |
#21
|
||||
|
||||
Hi Andy, I purposefully added carriage returns so I can see each line displayed separately before trying to combine lines together. I also made room in the display area for testing so I can see all that I've added
Once I know the syntax is correct for the items I want added, I can try to start combining the displayed text with dashes, commas, etc. Thanks!
__________________
Upgraded to Comcast X1 + Netflix/Amazon Video streaming ***RIP SageTV*** |
#22
|
||||
|
||||
I just realized that it is hard to tell from what you posted, but I'll bet all the new lines you added have a yellow indicator in the action widget icon. See p. 12 of the Studio manual for info on Widget Chain Types. Keep your new actions as part of the parent-child-child-text tree, so that each one is a child of the one above it.
Tutorial #7, p. 89, should also cover some of this info. - Andy
__________________
SageTV Open Source v9 is available. - Read the SageTV FAQ. Older PDF User's Guides mostly still apply: SageTV V7.0 & SageTV Studio v7.1. - Hauppauge remote help: 1) Basics/Extending it 2) Replace it 3) Use it w/o needing focus - HD Extenders: A) FAQs B) URC MX-700 remote setup Note: This is a users' forum; see the Rules. For official tech support fill out a Support Request. |
#23
|
||||
|
||||
Yes, I already have my new actions as part of the parent-child-child-text tree, so that each one is a child of the one above it as explained in the manual (Widget Chain Types).
I just need help with the syntax for the actual API calls with the conditions mentioned. I made my best guesses based on existing API calls/conditions mentioned elsewhere. Any chance I could convince you to take a closer look to the lines I added? I basically typed from scratch my own conditions and just not sure if I did it correctly. I also included an attachment in text format to make it easier to read... ........................................................................................................................... |-this + If(Size(GetOriginalAiringDate(Airing)) > 0, GetOriginalAiringDate(Airing) + "\n", "") |-this + If(Size(GetShowRated(Airing)) > 0, GetShowRated(Airing) + " for " + GetShowExpandedRatings(Airing) + "\n", "") |-this + If(Size(GetPeopleInShowInRoles(Airing, "Actor;LeadActor;Actress;LeadActress")) > 0, GetPeopleInShowInRoles(Airing, "Actor;LeadActor;Actress;LeadActress") + "\n", "") |-this + If(Size(GetPeopleInShowInRoles(Airing, "Supporting Actor;Supporting Actress")) > 0, GetPeopleInShowInRoles(Airing, "Supporting Actor;Supporting Actress"), "") |-this + If(Size(GetPeopleInShowInRoles(Airing, "Guest;Guest Star")) > 0, GetPeopleInShowInRoles(Airing, "Guest;Guest Star") + "\n", "") |-ShowInfo ......................................................................................................................... Quote:
__________________
Upgraded to Comcast X1 + Netflix/Amazon Video streaming ***RIP SageTV*** |
#24
|
||||
|
||||
Quote:
You can also turn on Tools -> Notify on Errors to check syntax as it runs. - Andy
__________________
SageTV Open Source v9 is available. - Read the SageTV FAQ. Older PDF User's Guides mostly still apply: SageTV V7.0 & SageTV Studio v7.1. - Hauppauge remote help: 1) Basics/Extending it 2) Replace it 3) Use it w/o needing focus - HD Extenders: A) FAQs B) URC MX-700 remote setup Note: This is a users' forum; see the Rules. For official tech support fill out a Support Request. |
#25
|
||||
|
||||
Okay, this is how I have it. See the attached screenshot.
I guess, if I'm not even close, then I probably should give up trying. If I'm sort of close, maybe with a little bit of help I'll have the courage to move forward.
__________________
Upgraded to Comcast X1 + Netflix/Amazon Video streaming ***RIP SageTV*** |
#26
|
||||
|
||||
Take the minus signs off the start of those actions widgets.
... and turn on Notify on Errors. - Andy
__________________
SageTV Open Source v9 is available. - Read the SageTV FAQ. Older PDF User's Guides mostly still apply: SageTV V7.0 & SageTV Studio v7.1. - Hauppauge remote help: 1) Basics/Extending it 2) Replace it 3) Use it w/o needing focus - HD Extenders: A) FAQs B) URC MX-700 remote setup Note: This is a users' forum; see the Rules. For official tech support fill out a Support Request. |
#27
|
||||
|
||||
**** FINISHED ****
I did it Andy! I will always have you to thank for getting me started in Studio. I also now have to confidence to make more in depth changes.
Check out my final version of "MKANET LiveTV Guide" I took a couple of screenshots... Thanks again and sorry for being such a pain in the as.
__________________
Upgraded to Comcast X1 + Netflix/Amazon Video streaming ***RIP SageTV*** |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|