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 06-21-2015, 08:14 PM
Slugger Slugger is offline
SageTVaholic
 
Join Date: Mar 2007
Location: Kingston, ON
Posts: 4,008
Quote:
Originally Posted by peternm22 View Post
Is there any reason why it wouldn't work with the initial open source release? Apart from stripping out items that require licensing (decoders, default EPG), I thought the open source version was going to be mostly 7.1.9 as it is now.
An error in the building of the core's 7.1.9 jar resulted in some of the EPG interfaces being obfuscated in the final released jar of SageTV 7.1.9. Because those interfaces were obfuscated, I had to make reference to the obfuscated classes in my plugin to make it work. In the OS/v8 version of the jar those interfaces are no longer obfuscated, which means my plugin makes references to interfaces & classes that no longer exist. If one were to attempt to use the plugin with the OS version of the jar, you would encounter various runtime exceptions referring to class not found errors, etc.
__________________
Twitter: @ddb_db
Server: Intel i5-4570 Quad Core, 16GB RAM, 1 x 128GB OS SSD (Win7 Pro x64 SP1), 1 x 2TB media drive
Capture: 2 x Colossus
STB Controller: 1 x USB-UIRT
Software:Java 1.7.0_71; SageTV 7.1.9
Clients: 1 x HD300, 2 x HD200, 1 x SageClient, 1 x PlaceShifter
Plugins: Too many to list now...
Reply With Quote
  #22  
Old 06-21-2015, 11:28 PM
korben_dallas's Avatar
korben_dallas korben_dallas is offline
Sage Icon
 
Join Date: Oct 2004
Location: USA
Posts: 1,250
Just throwing a wild idea out here:

Purchasable new SageTV EPG keys?

Andy could run it out of his basement.
__________________
SageTV server & client: Win 10 Pro x64, Intel DH67CF, Core i5 2405s, 8 GB ram, Intel HD 3000, 40GB SSD system, 4TB storage, 2x HD PVR component + optical audio, USB-UIRT 2 zones + remote hack, Logitech Harmony One, HDMI output to Sony receiver with native Intel bitstreaming
Reply With Quote
  #23  
Old 06-22-2015, 09:25 AM
reggie14 reggie14 is offline
SageTVaholic
 
Join Date: Aug 2003
Location: Maryland
Posts: 2,760
This is better than I thought. Kudos to Jeff for continuing to support SageTV customers. I was fully expecting that we'd be on our own for EPG data in the open source version.

I agree with the general discussion in this thread. Getting support for Schedules Direct data in the open source version should be a high priority. In fact, I think that might be preferable to korben_dallas' suggestion to allow new users to purchase an EPG key (which is probably asking/expecting too much for Google, or anyone else, to take on).
Reply With Quote
  #24  
Old 06-22-2015, 11:38 AM
wayner wayner is offline
SageTVaholic
 
Join Date: Jan 2008
Location: Toronto, ON
Posts: 7,491
Quote:
Originally Posted by Slugger View Post
In the OS/v8 version of the jar those interfaces are no longer obfuscated, which means my plugin makes references to interfaces & classes that no longer exist.
Have you been playing around with the OS/v8 version or has Jeff just given you a heads-up?
__________________
New Server - Sage9 on unRAID 2xHD-PVR, HDHR for OTA
Old Server - Sage7 on Win7Pro-i660CPU with 4.6TB, HD-PVR, HDHR OTA, HVR-1850 OTA
Clients - 2xHD-300, 8xHD-200 Extenders, Client+2xPlaceshifter and a WHS which acts as a backup Sage server
Reply With Quote
  #25  
Old 06-22-2015, 05:12 PM
Slugger Slugger is offline
SageTVaholic
 
Join Date: Mar 2007
Location: Kingston, ON
Posts: 4,008
Quote:
Originally Posted by wayner View Post
Have you been playing around with the OS/v8 version or has Jeff just given you a heads-up?
I think I've said too much. Let's just say I know this to be fact.
__________________
Twitter: @ddb_db
Server: Intel i5-4570 Quad Core, 16GB RAM, 1 x 128GB OS SSD (Win7 Pro x64 SP1), 1 x 2TB media drive
Capture: 2 x Colossus
STB Controller: 1 x USB-UIRT
Software:Java 1.7.0_71; SageTV 7.1.9
Clients: 1 x HD300, 2 x HD200, 1 x SageClient, 1 x PlaceShifter
Plugins: Too many to list now...
Reply With Quote
  #26  
Old 06-23-2015, 04:32 PM
cncb cncb is offline
Sage Icon
 
Join Date: Jul 2006
Posts: 1,271
If the Schedules Direct plugin doesn't work in the released Open Source version, that means essentially there would be no source of EPG data for potential new users? This doesn't sound like a good idea.
__________________
-Craig
Reply With Quote
  #27  
Old 06-23-2015, 05:48 PM
Slugger Slugger is offline
SageTVaholic
 
Join Date: Mar 2007
Location: Kingston, ON
Posts: 4,008
Right, which is why I was making note of that as something that is truly a "must address on day 1" kind of issue for the OS version. And you don't just slap such support into the core over a weekend. So new users without EPG access are basically going to have to wait around for weeks (probably months) while the true "day 1" issues are prioritized and dealt with. And I suspect there will be other things that come up early on too. And all these things need immediate attention long before any meaningful discussion of what streamer devices to support, iOS or Android (or both) and so on even begin. Those types of discussions are likely to be way, way, waaaaay down the road after the source code is released.

Although not available in the plugin repository, there are other EPG plugins that would likely work immediately with the OS version of the app. The xmltv plugin I think would likely work and I believe there's a grabber for xmltv that works with Schedules Direct? Not sure, never used it. So there might be some options for new users to get epg data in right away, but my SD plugin will not be one of them.
__________________
Twitter: @ddb_db
Server: Intel i5-4570 Quad Core, 16GB RAM, 1 x 128GB OS SSD (Win7 Pro x64 SP1), 1 x 2TB media drive
Capture: 2 x Colossus
STB Controller: 1 x USB-UIRT
Software:Java 1.7.0_71; SageTV 7.1.9
Clients: 1 x HD300, 2 x HD200, 1 x SageClient, 1 x PlaceShifter
Plugins: Too many to list now...
Reply With Quote
  #28  
Old 06-24-2015, 04:18 PM
AlexTheHippie AlexTheHippie is offline
Sage User
 
Join Date: Dec 2009
Location: Scappoose, OR
Posts: 7
How will this work for mixed key environments? Example:

Licensed SageTV running on main TV, with multiple open source SageTV Clients connected.
Will the EPG data work on all clients provided the server is licensed?
Reply With Quote
  #29  
Old 06-24-2015, 04:38 PM
wayner wayner is offline
SageTVaholic
 
Join Date: Jan 2008
Location: Toronto, ON
Posts: 7,491
I am pretty sure that it would work in that environment as I believe it is only the server that actually downloads EPG data. Especially if the clients are extender-type clients rather than running the full client version of SageTV.
__________________
New Server - Sage9 on unRAID 2xHD-PVR, HDHR for OTA
Old Server - Sage7 on Win7Pro-i660CPU with 4.6TB, HD-PVR, HDHR OTA, HVR-1850 OTA
Clients - 2xHD-300, 8xHD-200 Extenders, Client+2xPlaceshifter and a WHS which acts as a backup Sage server
Reply With Quote
  #30  
Old 06-24-2015, 07:09 PM
stanger89's Avatar
stanger89 stanger89 is offline
SageTVaholic
 
Join Date: May 2003
Location: Marion, IA
Posts: 15,188
Quote:
Originally Posted by AlexTheHippie View Post
How will this work for mixed key environments? Example:

Licensed SageTV running on main TV, with multiple open source SageTV Clients connected.
Will the EPG data work on all clients provided the server is licensed?
The only thing that interfaces with the EPG server is the server, so that's all that matters.
Reply With Quote
  #31  
Old 06-30-2015, 03:36 PM
PosterBoy PosterBoy is offline
Sage Advanced User
 
Join Date: Oct 2007
Posts: 84
I am hoping to be able to move to a linux server once hauppauge comes out with driver for HD-PVR tuners. According to SHS this is in the works!! (http://forums.sagetv.com/forums/showthread.php?t=62216)

My question is, will the old windows based licenses work for EPG on a linux machine once things go open source?

Last edited by PosterBoy; 06-30-2015 at 03:38 PM.
Reply With Quote
  #32  
Old 06-30-2015, 08:31 PM
Fuzzy's Avatar
Fuzzy Fuzzy is offline
SageTVaholic
 
Join Date: Sep 2005
Location: Jurupa Valley, CA
Posts: 9,957
Quote:
Originally Posted by PosterBoy View Post
My question is, will the old windows based licenses work for EPG on a linux machine once things go open source?
Probably. the licenses will no longer be required for running the software, but will have to be entered in in some way, and they are sent to the EPG server for authorization. (they are actually already sent to the server, just the server has never done anything with them).
__________________
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
  #33  
Old 07-01-2015, 10:46 AM
jchiso jchiso is offline
Sage Expert
 
Join Date: Nov 2003
Location: Columbus, OH
Posts: 674
Quote:
Originally Posted by PosterBoy View Post
I am hoping to be able to move to a linux server once hauppauge comes out with driver for HD-PVR tuners. According to SHS this is in the works!! (http://forums.sagetv.com/forums/showthread.php?t=62216)

My question is, will the old windows based licenses work for EPG on a linux machine once things go open source?
HD-PVR support has been built into the Linux kernel for a few years now. You can even perform captures on a Raspberry Pi-based distribution ...
Reply With Quote
  #34  
Old 07-01-2015, 11:48 AM
PosterBoy PosterBoy is offline
Sage Advanced User
 
Join Date: Oct 2007
Posts: 84
I am looking for drivers for an HD-PVR2, which are in the works
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
Come Back to SageTV - Open Source in "Near" Future routerunner SageTV Github Development 633 01-17-2016 08:50 PM
SageTV Open Source Narflex Announcements 0 03-09-2015 02:39 PM
Why ISN'T Sagetv open source? matterofrecord General Discussion 9 11-30-2014 10:49 AM
CQC is now FREE/Open-Source IVB The SageTV Community 47 07-27-2010 08:25 PM


All times are GMT -6. The time now is 02:57 PM.


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