SageTV Community  

Go Back   SageTV Community > SageTV Development and Customizations > SageTV Studio
Forum Rules FAQs Community Downloads Today's Posts Search

Notices

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.

Reply
 
Thread Tools Search this Thread Display Modes
  #21  
Old 11-07-2005, 04:53 PM
mkanet's Avatar
mkanet mkanet is offline
SageTVaholic
 
Join Date: Feb 2004
Posts: 3,359
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***
Reply With Quote
  #22  
Old 11-07-2005, 05:01 PM
Opus4's Avatar
Opus4 Opus4 is offline
Administrator
 
Join Date: Sep 2003
Location: NJ
Posts: 19,624
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.
Reply With Quote
  #23  
Old 11-07-2005, 05:33 PM
mkanet's Avatar
mkanet mkanet is offline
SageTVaholic
 
Join Date: Feb 2004
Posts: 3,359
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:
Originally Posted by Opus4
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
Attached Files
File Type: txt Details.txt (1.0 KB, 260 views)
__________________
Upgraded to Comcast X1 + Netflix/Amazon Video streaming

***RIP SageTV***
Reply With Quote
  #24  
Old 11-07-2005, 05:54 PM
Opus4's Avatar
Opus4 Opus4 is offline
Administrator
 
Join Date: Sep 2003
Location: NJ
Posts: 19,624
Quote:
Originally Posted by mkanet
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.
Maybe... but your text file still shows multiple actions all at the same level w/o any child widgets that lead to a text widget. That may or may not be how it is set uo in Studio, so post a screen shot of Studio with those added lines visible in the window so I can see what they actually look like.

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.
Reply With Quote
  #25  
Old 11-07-2005, 06:11 PM
mkanet's Avatar
mkanet mkanet is offline
SageTVaholic
 
Join Date: Feb 2004
Posts: 3,359
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.
Attached Images
File Type: jpg overmyhead.jpg (139.1 KB, 301 views)
__________________
Upgraded to Comcast X1 + Netflix/Amazon Video streaming

***RIP SageTV***
Reply With Quote
  #26  
Old 11-07-2005, 06:13 PM
Opus4's Avatar
Opus4 Opus4 is offline
Administrator
 
Join Date: Sep 2003
Location: NJ
Posts: 19,624
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.
Reply With Quote
  #27  
Old 11-08-2005, 12:48 AM
mkanet's Avatar
mkanet mkanet is offline
SageTVaholic
 
Join Date: Feb 2004
Posts: 3,359
**** 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.
Attached Images
File Type: jpg Sample1.jpg (348.6 KB, 336 views)
File Type: jpg Sample2.jpg (323.9 KB, 314 views)
__________________
Upgraded to Comcast X1 + Netflix/Amazon Video streaming

***RIP SageTV***
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -6. The time now is 12:58 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, vBulletin Solutions Inc.
Copyright 2003-2005 SageTV, LLC. All rights reserved.