![]() |
|
|||||||
| 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 |
|
#1
|
||||
|
||||
|
A few questions
Nice work guys. I'll give v9 a whirl this weekend. I have a few qusetions:
Does the phoenix 2 skin work in v9? Any idea if there are plans in getting to work with Kodi? Are you planning on changing the wiz.bin format?
__________________
Server: HP AMD64 dual core running Win7 64bit (MCE disabled) with 4G memory Tuners: 2 PVR-500(disabled), 3 HDHR and 1 HDPVR Clients: 2 HD200 and 1 HD100 TV: 70" and 52" and 42" Media Storage: ReadyNas 8TB Recording media: 300GB + 200GB+ 250 GB Network: Gigabit backbone' Thanks to all the developers who work on SageMC, code, utilities and plug-ins to make SageTV better!!! |
|
#2
|
|||
|
|||
|
It's already been changed even before Jeff made the source public! If you're on Windows you might want to take a look at the link in my signature.
|
|
#3
|
||||
|
||||
|
Nice! Thanks, I'll give it a try soon!
__________________
Server: HP AMD64 dual core running Win7 64bit (MCE disabled) with 4G memory Tuners: 2 PVR-500(disabled), 3 HDHR and 1 HDPVR Clients: 2 HD200 and 1 HD100 TV: 70" and 52" and 42" Media Storage: ReadyNas 8TB Recording media: 300GB + 200GB+ 250 GB Network: Gigabit backbone' Thanks to all the developers who work on SageMC, code, utilities and plug-ins to make SageTV better!!! |
|
#4
|
|||
|
|||
|
The biggest change in the wiz.bin format is that it is no longer encrypted. There are also new data fields added, many of which are not populated through the normal EPG source.
In case it becomes of any use, I built a standalone C++ program that reads any version of wiz.bin and dumps out an SQL table schema and SQL data files (lists of INSERT INTO...). I was able to pull my whole V7 wiz.bin into SQLite and then run queries on it. Again, not sure what purpose this serves other than to familiarize myself with what's all in there. Plus I now feel I could probably mostly restore a "corrupt" DB if needed someday. I've already used it to help identify an issue with character/actor info that got fixed. |
|
#5
|
||||
|
||||
|
Quote:
Quote:
__________________
Server: HP AMD64 dual core running Win7 64bit (MCE disabled) with 4G memory Tuners: 2 PVR-500(disabled), 3 HDHR and 1 HDPVR Clients: 2 HD200 and 1 HD100 TV: 70" and 52" and 42" Media Storage: ReadyNas 8TB Recording media: 300GB + 200GB+ 250 GB Network: Gigabit backbone' Thanks to all the developers who work on SageMC, code, utilities and plug-ins to make SageTV better!!! |
|
#6
|
||||
|
||||
|
I had an issue. My sagetv server upgraded to v9 but my HD200 seems to be using v7 (STV). Am I missing something? Also, do I need to upgrade my java?
__________________
Server: HP AMD64 dual core running Win7 64bit (MCE disabled) with 4G memory Tuners: 2 PVR-500(disabled), 3 HDHR and 1 HDPVR Clients: 2 HD200 and 1 HD100 TV: 70" and 52" and 42" Media Storage: ReadyNas 8TB Recording media: 300GB + 200GB+ 250 GB Network: Gigabit backbone' Thanks to all the developers who work on SageMC, code, utilities and plug-ins to make SageTV better!!! |
|
#7
|
||||
|
||||
|
Quote:
Quote:
__________________
Server: HP AMD64 dual core running Win7 64bit (MCE disabled) with 4G memory Tuners: 2 PVR-500(disabled), 3 HDHR and 1 HDPVR Clients: 2 HD200 and 1 HD100 TV: 70" and 52" and 42" Media Storage: ReadyNas 8TB Recording media: 300GB + 200GB+ 250 GB Network: Gigabit backbone' Thanks to all the developers who work on SageMC, code, utilities and plug-ins to make SageTV better!!! |
|
#8
|
|||
|
|||
|
Quote:
There has been an update recently to the default STV (commit bf38) but it's still named SageTV7.xml. You can dl from GitHub if you're interested in the new features (the commit message has specifics). |
|
#9
|
|||
|
|||
|
Quote:
|
|
#10
|
|||
|
|||
|
Quote:
The current "sweet spot" for plugins with SageTV is Java 7. If you are unconcerned about using certain plugins you can run anything from Java 5 up to the latest update for Java 8. |
|
#11
|
|||
|
|||
|
I need to clean up some of the debugging mess and comment it some and then I'll be happy to.
|
|
#12
|
||||
|
||||
|
Quote:
The HD100 / 200 / 300 extenders will all work correctly with Sage v9. If the STV gets update in the future (or you load a custom STV, like Gemstone), they will display properly too. The comment about no longer supporting the extenders refers to the fact that you can not compile updated firmware for these devices. This means that if there was a bug in how those extenders handle decoding certain file types, or displaying closed captions or something along those lines, we probably can't do anything to fix it, because those sorts of things are handled in the firmware.
__________________
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 |
|
#13
|
||||
|
||||
|
Hopefully we'll be able to get a more robust server-side transcoding system implemented, where any media file would be able to be rendered on any client, regardless of capabilities - including baking of captions into the stream if needed.
__________________
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 |
|
#14
|
|||
|
|||
|
Well, Narflex could probably do something about such an issue if it cropped up, but wether or not he will want to when or if such an event occurs is probably another matter. At least where the base OS version of Sage is concerned I recall him saying he's going to everything he can to avoid approving changes to how Sage works which will break the extenders.
|
|
#15
|
|||
|
|||
|
And the near-term case for that is h.265 encoded content, as I understand none of the extenders can process that. I imagine there are few STB's that can currently, never mind boxes built 5+ years ago.
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| ROKU Questions, Plex Questions | ThePaladinTech | The SageTV Community | 16 | 08-26-2013 10:53 PM |
| Newbie questions... hardware questions | bigRoN18 | Hardware Support | 9 | 10-13-2010 02:50 PM |
| WHS Questions | phareous | SageTV Software | 3 | 07-22-2009 04:17 PM |
| Two Questions from a New Guy | SnakeDoctor | SageTV Software | 3 | 02-11-2009 04:37 PM |
| PVR-350 Questions... | plawlor | SageTV Beta Test Software | 8 | 03-22-2004 11:19 PM |