![]() |
|
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. |
![]() |
|
Thread Tools | Search this Thread | Display Modes |
#21
|
||||
|
||||
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 |
#22
|
|||
|
|||
Quote:
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. |
#23
|
||||
|
||||
*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. |
#24
|
|||
|
|||
Quote:
|
#25
|
|||
|
|||
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" |
#26
|
||||
|
||||
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. |
#27
|
||||
|
||||
Quote:
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. |
#28
|
||||
|
||||
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 |
#29
|
|||
|
|||
Quote:
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. |
#30
|
||||
|
||||
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 |
#31
|
|||
|
|||
Quote:
![]() Last edited by Monedeath; 10-09-2015 at 04:32 PM. |
#32
|
||||
|
||||
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. |
#33
|
|||
|
|||
I just envisioned a numeric entry field on the tuner setup page where the guide and whatnot is configured.
![]() |
#34
|
||||
|
||||
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 |
#35
|
|||
|
|||
![]()
And now, probably one of the most technically complex and difficult things to fix:
Detailed Setup -> Customize |
#36
|
||||
|
||||
Quote:
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. |
#37
|
|||
|
|||
It's hard to try seleing just one thing.
![]() |
#38
|
||||
|
||||
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. |
#39
|
|||
|
|||
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)
|
#40
|
||||
|
||||
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. |
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
![]() |
||||
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 |