![]() |
|
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 |
#41
|
||||
|
||||
Quote:
__________________
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 |
#42
|
||||
|
||||
Quote:
People on Sage7 wil never see S9 plugins or S9 plugin updates, but S9 users will see S7 plugins.
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
#43
|
||||
|
||||
I'm actually confused now about whether SageTV properly handles multiple versions of the same plugin....
From looking at CorePluginManager.java, it definitely can process multiple plugins with the same ID in the repo and maintains 2 maps...one that has ALL the versions of a plugin, and then another one which is just the latest version. There's even a SageTV API call for getting all the plugin objects (i.e. all versions) for a specific plugin ID. When you install a plugin; it will find the proper dependency version as well from the manifest and choose to install that. However...there's no way outside of using the Devs + SageTV manifest files to get SageTV to see multiple versions of the same plugin in the repo currently. On the server end of things...it definitely does not deal with multiple versions of the same plugin. When you upgrade a plugin...it kills the old manifest, period. It also prevents removing plugins that other plugins are dependent upon. So it looks like I did support for this on the client side of things...but then abandoned it when the plugin verifier server was written. I *think* my line of thinking was that if you're upgrading a plugin (which is a dependency of other plugins), then when you do that you should be sure it's backwards compatible. And in the event that it's not, then you should just give it a new plugin ID and whatever other plugins are dependent upon that newer version, they should use that new ID. This of course breaks down based on another rule (which i don't believe is enforced anywhere) that two different plugins should never reference the same JAR file (or different variants of it, like 2 different Lucene versions). There is also a custom ClassLoader used in the plugin system. However, the only purpose of it is to be able to dynamically add new JAR files to the classpath at runtime so you don't need to restart SageTV if the plugin just adds a JAR file and you're loading stuff from that. I'm not really sure what to do about this whole plugin thing right now...but I really don't want to fracture the plugin system at the V9 boundary and make it totally separate from what existed before then. There's LOTS of great plugins in the current repo, and starting over from scratch doesn't seem like a great idea. Creating a secondary (or nth) repository...where it downloads from all and merges them together (since it seems to already handle that) would likely be fine.
__________________
Jeffrey Kardatzke Founder of SageTV |
#44
|
|||
|
|||
Quote:
linode.com for example can have you setup with a virtual server w/1GB Ram, 1 CPU Core, 24GB storage, 2TB/month transfer, 40Gbit in/125Mbit out for $10 per month. There are other provisioning options out there as well, now granted depending on other factors and if all goes well, needs in several respects may grow over time(and the associated costs). But virtual hosting these days is a far cry from 10+ years ago, and less outrageously expensive. |
#45
|
||||
|
||||
Quote:
__________________
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 |
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
PlayOn Plugin Linux Discussion | evilpenguin | SageTV v7 Customizations | 35 | 01-23-2013 12:18 AM |
Linux install problem, wrong architecture 'i386' | davephan | SageTV Linux | 40 | 03-25-2011 12:03 PM |
Architecture advice | rykr | Hardware Support | 4 | 10-27-2010 02:18 PM |
Multi-Task Architecture | glbrown | SageTV Software | 1 | 11-24-2003 04:34 PM |
SageTV Client<-> Master Architecture question | IVB | SageTV Software | 4 | 11-12-2003 08:00 PM |