SageTV Community  

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

Notices

SageTV Github Development Discussion related to SageTV Open Source Development. Use this forum for development topics about the Open Source versions of SageTV, hosted on Github.

Reply
 
Thread Tools Search this Thread Display Modes
  #21  
Old 10-09-2015, 10:33 AM
Tiki's Avatar
Tiki Tiki is offline
Sage Icon
 
Join Date: Feb 2005
Location: Southwest Florida, USA
Posts: 2,009
Quote:
Originally Posted by BobPhoenix View Post
What I was saying just not as well done.
Yeah - I think we were typing our posts at the same time (I didn't see yours).
__________________
Server: Ryzen 2400G with integrated graphics, ASRock X470 Taichi Motherboard, HDMI output to Vizio 1080p LCD, Win10-64Bit (Professional), 16GB RAM
Capture Devices (7 tuners): Colossus (x1), HDHR Prime (x2)
,USBUIRT (multi-zone)
Source:
Comcast/Xfinity X1 Cable
Primary Client: Server Other Clients: (1) HD200, (1) HD300
Retired Equipment: MediaMVP, PVR150 (x2), PVR150MCE,
HDHR, HVR-2250, HD-PVR
Reply With Quote
  #22  
Old 10-09-2015, 10:46 AM
Monedeath Monedeath is offline
Sage Expert
 
Join Date: Sep 2009
Location: Idaho
Posts: 514
Quote:
Originally Posted by Fuzzy View Post
That's not as big an issue as you might think, and frankly, if it was normally set in the UI, then ultimately none WOULD have the same merit. Even now, if two devices have the same merit, one will still always be used first, due to how the list is generated in the core.
I suspect that will likely result in a change that nullifies a current behaviour/assumption being made by the scheduler. Changing the behavior of the scheduler to reverse that nullification may in turn cause less than desirable outcomes for some Sage users.(who would have rather been prompted at that point) Edit to add: I guess you call this a "snowball change" or a "cascading change" scenario. Changing it in such a manner can result in a chain of changes becoming necessary rather than optional. /end edit

Just because it behaves a particular way currently doesn't mean the behavior needs to formalized in the code. I've seen that behaviour on the Ceton tuner, tuner #'s 2 and 3 seem to be Sage's last resort for that merit level, while tuner 5 seems to be its favorite one to use, so it isn't news to me.

Other aspects of this is issues that ensue regarding efforts to incorporate the "tuner pools" concept into the mix, although I guess in that case if they're ever implemented the entire "pool" can be represented by a single entry in such an interface. How the underlying logic handles things from there may be another matter.

Last edited by Monedeath; 10-09-2015 at 10:59 AM.
Reply With Quote
  #23  
Old 10-09-2015, 11:04 AM
Opus4's Avatar
Opus4 Opus4 is offline
Administrator
 
Join Date: Sep 2003
Location: NJ
Posts: 19,624
*If* I were the one working on it, I'm not sure that I would force every tuner to have a different merit the first time one gets modified. Having equal merits isn't a problem and higher merit isn't even always the determining factor for which tuner gets selected to record something; the old terminology was along the lines if "if all else is equal, then pick the higher merit." If the merits are equal, then it tries to determine which might be the better tuner according to input type or recording quality choices. I don't remember what else might be taken into account elsewhere.

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
  #24  
Old 10-09-2015, 11:07 AM
Monedeath Monedeath is offline
Sage Expert
 
Join Date: Sep 2009
Location: Idaho
Posts: 514
Quote:
Originally Posted by Opus4 View Post
*If* I were the one working on it, I'm not sure that I would force every tuner to have a different merit the first time one gets modified. Having equal merits isn't a problem and higher merit isn't even always the determining factor for which tuner gets selected to record something; the old terminology was along the lines if "if all else is equal, then pick the higher merit." If the merits are equal, then it tries to determine which might be the better tuner according to input type or recording quality choices. I don't remember what else might be taken into account elsewhere.

Andy
That would explain some occasions where I was certain Sage appeared to be ignoring my tuner merit settings.
Reply With Quote
  #25  
Old 10-09-2015, 12:16 PM
BobPhoenix BobPhoenix is offline
SageTVaholic
 
Join Date: Oct 2004
Posts: 3,152
Quote:
Originally Posted by Tiki View Post
Yeah - I think we were typing our posts at the same time (I didn't see yours).
Probably. I would remove mine as I think yours explains it better but I guess I'll leave it.
__________________
"Keep your goals away from the trolls"
Reply With Quote
  #26  
Old 10-09-2015, 12:32 PM
tmiranda's Avatar
tmiranda tmiranda is offline
SageTVaholic
 
Join Date: Jul 2005
Location: Central Florida, USA
Posts: 5,851
I started working on a plugin to dynamically change the tuner merits but gave up on it once Andy told me the changes would not be saved. As part of that I already wrote the code to determine the tuner merit and sort the tuners by merit in the STV. I can easily make that code available. (I hate to see somebody else reinvent the wheel.)

What's the easiest way to get this incorporated into the STV?
__________________

Sage Server: 8th gen Intel based system w/32GB RAM running Ubuntu Linux, HDHomeRun Prime with cable card for recording. Runs headless. Accessed via RD when necessary. Four HD-300 Extenders.
Reply With Quote
  #27  
Old 10-09-2015, 12:41 PM
Opus4's Avatar
Opus4 Opus4 is offline
Administrator
 
Join Date: Sep 2003
Location: NJ
Posts: 19,624
Quote:
Originally Posted by tmiranda View Post
I started working on a plugin to dynamically change the tuner merits but gave up on it once Andy told me the changes would not be saved. As part of that I already wrote the code to determine the tuner merit and sort the tuners by merit in the STV. I can easily make that code available. (I hate to see somebody else reinvent the wheel.)

What's the easiest way to get this incorporated into the STV?
Thanks, but I don't think it will be needed... I'm already making some changes and it will be based on API calls, not the properties. Remember: I already have STV code to do this too, based on the property... but they (the merit values) just don't get re-read at all after startup.

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
  #28  
Old 10-09-2015, 03:06 PM
rickgillyon's Avatar
rickgillyon rickgillyon is offline
Sage Icon
 
Join Date: Sep 2005
Location: Whitley Bay, England
Posts: 1,950
Where are these updated STV files? Can't find them anywhere!
__________________
unRAID Server: Intel Core i5 7600K, 48GB DDR4, 2x512GB PCIe M.2 Cache Pool, 2x10TB SATA3 Parity Drive, 3x8TB SATA Array, 1x hdHomeRun DVB-T2 Quattro, IPTV via xTeVe, unRAID 6.8.3, tvHeadEnd for recording back end, Emby
Clients: 3 Nvidia Shields, 3 FireTV, 3 Win10 Pro PC Clients
Reply With Quote
  #29  
Old 10-09-2015, 03:15 PM
Monedeath Monedeath is offline
Sage Expert
 
Join Date: Sep 2009
Location: Idaho
Posts: 514
Quote:
Originally Posted by rickgillyon View Post
Where are these updated STV files? Can't find them anywhere!
https://github.com/google/sagetv/tree/master/stvs

The updated files go into the relevant directory in the STVs folder that Sage runs in. If you have plugins, beware some of them have files in there too, so make sure you're able to restore files they'll need before simply blowing away the old folders.

edit to add: If you are not setup to easily access/download files from the repo, someone around here will probably make a zip file available sooner or later. (people able to compile their own jar files should have the files in their computer's "workspace" depending on how recently they synced with the repo)

Edit 2: As of October 13th changes were made to the sage.jar file in order to implement some of the changes discussed here. Unless you are running a sage.jar built after the 13th of October, it is not advised to update the SageTV7.xml file, as it uses api calls your sage.jar doesn't support.

Last edited by Monedeath; 10-14-2015 at 10:46 AM.
Reply With Quote
  #30  
Old 10-09-2015, 04:11 PM
rickgillyon's Avatar
rickgillyon rickgillyon is offline
Sage Icon
 
Join Date: Sep 2005
Location: Whitley Bay, England
Posts: 1,950
Thanks!
__________________
unRAID Server: Intel Core i5 7600K, 48GB DDR4, 2x512GB PCIe M.2 Cache Pool, 2x10TB SATA3 Parity Drive, 3x8TB SATA Array, 1x hdHomeRun DVB-T2 Quattro, IPTV via xTeVe, unRAID 6.8.3, tvHeadEnd for recording back end, Emby
Clients: 3 Nvidia Shields, 3 FireTV, 3 Win10 Pro PC Clients
Reply With Quote
  #31  
Old 10-09-2015, 04:20 PM
Monedeath Monedeath is offline
Sage Expert
 
Join Date: Sep 2009
Location: Idaho
Posts: 514
Quote:
Originally Posted by Monedeath View Post
Tested the already implemented changes, it is working. Currently seeing a double helping of slightly different cast lists on the extenders(strongly suggesting different sources for cast information being used), but I think another Plugin is doing that so will need to hunt it down.
Found the culprit, the Complementary Metadata Tools plugin was the offending plugin. Disabled for now. Edit to add: Reported in the CMT thread over in the customization forums.... If anyone is maintaining it at this point.

Last edited by Monedeath; 10-09-2015 at 04:32 PM.
Reply With Quote
  #32  
Old 10-09-2015, 07:06 PM
Opus4's Avatar
Opus4 Opus4 is offline
Administrator
 
Join Date: Sep 2003
Location: NJ
Posts: 19,624
I think people are talking about modifying the merit value from the source setup screen, where the list of configured tuners is listed, but merit values are stored per-capture device, while a capture device can have multiple inputs... and the list of configured tuners is actually a list of configured inputs... meaning the same capture device could be listed there more than once.

I'm betting that for a lot of people (most?), there is only 1 input configured per capture device, so the merit really only applies to 1 source in the list.

Anyway... I can currently get & set the merits and sort the parallel schedule tuner list by tuner priority. I'm just trying to decide how to handle merit editing.

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
  #33  
Old 10-09-2015, 07:29 PM
Monedeath Monedeath is offline
Sage Expert
 
Join Date: Sep 2009
Location: Idaho
Posts: 514
I just envisioned a numeric entry field on the tuner setup page where the guide and whatnot is configured.
Reply With Quote
  #34  
Old 10-09-2015, 08:59 PM
Fuzzy's Avatar
Fuzzy Fuzzy is offline
SageTVaholic
 
Join Date: Sep 2005
Location: Jurupa Valley, CA
Posts: 9,957
I think the simplest would be on the Source Details screen, on the right hand side, a numeric entry for it.

More advanced, would be on the Source Wizard Summary screen, to the left of each entry have a numeric display with + and - buttons. This would require proper sorting to work (sort by merit, then by name), but when the encoder merit was changed for one of multiple inputs on a given device, it's going to end up changing the value for all of them. Just after each change, the list needs to be resorted, which is going to naturally keep the inputs on the same device grouped together.
__________________
Buy Fuzzy a beer! (Fuzzy likes beer)

unRAID Server: i7-6700, 32GB RAM, Dual 128GB SSD cache and 13TB pool, with SageTVv9, openDCT, Logitech Media Server and Plex Media Server each in Dockers.
Sources: HRHR Prime with Charter CableCard. HDHR-US for OTA.
Primary Client: HD-300 through XBoxOne in Living Room, Samsung HLT-6189S
Other Clients: Mi Box in Master Bedroom, HD-200 in kids room
Reply With Quote
  #35  
Old 10-10-2015, 09:49 AM
Monedeath Monedeath is offline
Sage Expert
 
Join Date: Sep 2009
Location: Idaho
Posts: 514
Talking

And now, probably one of the most technically complex and difficult things to fix:

Detailed Setup -> Customize
Attached Images
File Type: png typo.png (90.1 KB, 203 views)
Reply With Quote
  #36  
Old 10-10-2015, 11:11 AM
Opus4's Avatar
Opus4 Opus4 is offline
Administrator
 
Join Date: Sep 2003
Location: NJ
Posts: 19,624
Quote:
Originally Posted by Monedeath View Post
And now, probably one of the most technically complex and difficult things to fix:

Detailed Setup -> Customize
What's the prolem?Is there somthing wron?

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
  #37  
Old 10-10-2015, 11:28 AM
Monedeath Monedeath is offline
Sage Expert
 
Join Date: Sep 2009
Location: Idaho
Posts: 514
It's hard to try seleing just one thing.
Reply With Quote
  #38  
Old 10-10-2015, 02:09 PM
Opus4's Avatar
Opus4 Opus4 is offline
Administrator
 
Join Date: Sep 2003
Location: NJ
Posts: 19,624
Yes, I know.. that's why I left out some more letters inn my reply. And the rest of that help sentence made little sense anyway. my latest keyboard keeps skipping letters and putting words in the places wrong. Appparently, it adds some letters & skips captilaization too.

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
  #39  
Old 10-10-2015, 02:56 PM
Monedeath Monedeath is offline
Sage Expert
 
Join Date: Sep 2009
Location: Idaho
Posts: 514
Just so long as you don't try programming from a smartphone. They do a good enough jod of making salad of more normal expressions. (And a fair bit of my posting here is done that way, so I'll blame auto-correct)
Reply With Quote
  #40  
Old 10-11-2015, 09:41 PM
Opus4's Avatar
Opus4 Opus4 is offline
Administrator
 
Join Date: Sep 2003
Location: NJ
Posts: 19,624
OK, that all works.

Now you can edit the merit value on the Source Details menu. I don't feel like taking the needed time to add fancy up/down editing on the Source Wizard Summary menu, since I don't expect merits to be something edited that often. But, they are displayed on the summary menu, so you can easily see if there is one you want to change. And, yes, the configured sources are sorted by priority/name/etc on the summary menu and the parallel schedule.

One thing though... I'm thinking something other than the term "merit" would be better & am open to suggestions.

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Feedback PiX64 Phoenix 18 03-16-2011 11:37 AM
V7 feedback bunch92 SageTV Beta Test Software 1 05-25-2010 11:42 AM
feedback re: .11 davey_fl SageTV Beta Test Software 7 02-06-2004 07:25 AM
Beta .11 feedback drbenson SageTV Beta Test Software 42 02-02-2004 10:01 AM


All times are GMT -6. The time now is 02:14 AM.


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