|
SageTV EPG Service Discussion related to the SageTV EPG Service used within SageTV. Questions about service area coverage, channel lineups, EPG listings, XMLTV, or anything else related to the service or programming guide data for SageTV should be posted here. |
|
Thread Tools | Search this Thread | Display Modes |
#21
|
|||
|
|||
Quote:
|
#22
|
|||
|
|||
Quote:
https://forums.sagetv.com/forums/att...1&d=1540903216 After I changed the "0" tuner, I had guide data and my setup screen looked like this... https://forums.sagetv.com/forums/att...1&d=1540903216 I look so little at the setup end of this (because, again, it just works!) that I never recognized that the EPG lineup name was all screwy looking. I don't know exactly what happened but somehow it seems like my guide lineup disappeared and was replaced with a lineup named as the tuner??? Anyway, all is good now. Thank you all for the help. This is a great community and I really enjoy SageTV. |
#23
|
|||
|
|||
The lineup will be named after the tuner like that if you ”use or copy an existing lineup” when adding additional tuners and choose “copy channels to a separately configurable lineup” instead of “use the same lineup”.
|
#24
|
|||
|
|||
Quote:
So happy it's squared away. Thanks again! |
#25
|
||||
|
||||
I have a hunch that when folks roll into the forum with the problem of EPG not updating via Schedules Direct that they are having exactly this problem. For anyone else that comes across this thread in the future, the first thing to do would be to remove your primary source and re-add it, forcing a re-selection of the EPG lineup and resolving a lineup name change in the process.
|
#26
|
|||
|
|||
Quote:
Maybe on a future update SageTV could look for a name change like this and throw up a notification saying it needs addressed and to select a new guide lineup. Might save a few headaches Thanks! |
#27
|
||||
|
||||
There are multiple lineups available for a given area, so it would be difficult for SageTV to determine this. Schedules Direct (SD), however, has your list of subscribed lineups and email address - so they are probably in a better position to do this. Regardless, it would be a challenge to track it.
For example, when Time Warner made their move to digital, their channel lineup changed from "Time Warner cityname" to "Time Warner Digital Rebuild cityname" or something to that effect. I'm not sure it's entirely within reasonable expectation for either SageTV or SD to recognize that one lineup is taking the place of the other. I did receive a mailing that my service was changing, so it was somewhat expected. |
#28
|
||||
|
||||
Interestingly enough, the SD API does inform us if a station is deleted and the EPG update code does throw an exception when this is discovered. It's right here and here is where it should be generating a message telling you about the problem.
__________________
SageTV v9 Server: ASRock Z97 Extreme4, Intel i7-4790K @ 4.4Ghz, 32GB RAM, 6x 3TB 7200rpm HD, 2x 5TB 7200rpm HD, 2x 6TB 7200rpm HD, 4x 256GB SSD, 4x 500GB SSD, unRAID Pro 6.7.2 (Dual Parity + SSD Cache). Capture: 1x Ceton InfiniTV 4 (ClearQAM), 2x Ceton InfiniTV 6, 1x BM1000-HDMI, 1x BM3500-HDMI. Clients: 1x HD300 (Living Room), 1x HD200 (Master Bedroom). Software: OpenDCT :: WMC Live TV Tuner :: Schedules Direct EPG |
#29
|
|||
|
|||
Quote:
Code:
scannedUntil = Long.MAX_VALUE; if (cdis.length > 0 && cdis[0].doesDataScanning()) { int[] allStations = EPG.getInstance().getAllStations(providerID); for (int i = 0; i < allStations.length; i++) { if (canViewStation(allStations[i]) && doesStationIDWantScan(allStations[i])) { Long stationUpdateTime = updateIDMap.get(new Integer(allStations[i])); if (stationUpdateTime != null) { scannedUntil = Math.min(stationUpdateTime.longValue(), scannedUntil); } else scannedUntil = 0; // haven't scanned yet for this station! } } } |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Schedules Direct "No Data" issue | crarbo1 | SageTV EPG Service | 10 | 06-18-2017 06:07 PM |
Schedules Direct vs Guide | DynamoBen | SageTV EPG Service | 1 | 06-12-2017 08:34 AM |
How to update SageTV7 to SageTV9 OSS when using Schedules Direct for guide data | rnadeau | SageTV Github Development | 1 | 04-18-2017 09:06 PM |
Installing Slugger's tv guide using schedules direct | rnadeau | SageTV v7 Customizations | 7 | 10-28-2012 11:33 AM |
all of a sudden, there's no data in the program guide!??! | MickBurke | SageTV EPG Service | 6 | 05-23-2009 10:16 PM |