SageTV Community  

Go Back   SageTV Community > SageTV Products > SageTV Software
Forum Rules FAQs Community Downloads Today's Posts Search

Notices

SageTV Software Discussion related to the SageTV application produced by SageTV. Questions, issues, problems, suggestions, etc. relating to the SageTV software application should be posted here. (Check the descriptions of the other forums; all hardware related questions go in the Hardware Support forum, etc. And, post in the customizations forum instead if any customizations are active.)

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 07-04-2011, 06:07 PM
mkanet's Avatar
mkanet mkanet is offline
SageTVaholic
 
Join Date: Feb 2004
Posts: 3,359
Possible to make an alternate plugin repository if current one stops working?

If google were to pull the plug. Would it be possible for us to modify sageTV so it uses a different plugin repository (everything still working the same way, just hosted somewhere else)?

Thanks,
MKANET
__________________
Upgraded to Comcast X1 + Netflix/Amazon Video streaming

***RIP SageTV***
Reply With Quote
  #2  
Old 07-04-2011, 09:39 PM
jpwegas jpwegas is offline
Sage Expert
 
Join Date: May 2007
Posts: 502
Quote:
Originally Posted by mkanet View Post
If google were to pull the plug. Would it be possible for us to modify sageTV so it uses a different plugin repository (everything still working the same way, just hosted somewhere else)?

Thanks,
MKANET
It looks to me like the plugins are driven entirely by the contents of the SageTVPlugins.xml file which is periodically downloaded from the Sage site.

So there would be three steps to mimic the current functionality:

1. Someone would have to store the "master" SageTVPlugins.xml file and provide a way for plugin developers to add/manage entries.
2. The SageTVPlugins.xml file would have to be downloaded from the new master site instead of the old one. There are several ways this can be accomplished but I will skip the details for now.
3. Plugin owners who currently house their plugins at the Sage download server (approximately 32%) would have to store their plugins elsewhere and update their entries at the new master site.

I think these are all doable if it comes to that (hopefully it won't).

--John
Reply With Quote
  #3  
Old 07-04-2011, 09:42 PM
Slugger Slugger is offline
SageTVaholic
 
Join Date: Mar 2007
Location: Kingston, ON
Posts: 4,008
Quote:
Originally Posted by mkanet View Post
If google were to pull the plug. Would it be possible for us to modify sageTV so it uses a different plugin repository (everything still working the same way, just hosted somewhere else)?

Thanks,
MKANET
Yes. I've even posted a script that will allow you to create the plugin repository locally on your own LAN. You can ignore all the discussion of bugs that follows the linked to post - they've all been fixed in the latest version of the script.

There is also work being done to mirror the repository online and make it accessible for all. No details available on that yet.

For the local mirror, just run the script and if Google pulls the plug then replace the SageTVPlugins.xml file in your SageTV folder with the repo.xml file that the above script generates.
__________________
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
  #4  
Old 07-04-2011, 10:06 PM
mkanet's Avatar
mkanet mkanet is offline
SageTVaholic
 
Join Date: Feb 2004
Posts: 3,359
Actually, it was the details I was curious about; and, curious if it's possibly time to start discussing how to go about doing it. We would obviously have to change our current setups to point to the new plugin server. We would also need an automated website that can mimic what the current plugin server does.
__________________
Upgraded to Comcast X1 + Netflix/Amazon Video streaming

***RIP SageTV***
Reply With Quote
  #5  
Old 07-04-2011, 10:57 PM
jpwegas jpwegas is offline
Sage Expert
 
Join Date: May 2007
Posts: 502
Quote:
Originally Posted by mkanet View Post
Actually, it was the details I was curious about; and, curious if it's possibly time to start discussing how to go about doing it. We would obviously have to change our current setups to point to the new plugin server. We would also need an automated website that can mimic what the current plugin server does.
I think it's too early but here are some random thoughts which may or may not be useful, assuming you want to have the same experience for the users and developers:

#1 would of course be the most work: someone would have to set up a (virtual) server somewhere with some scripts that would allow management (and also test/verify of) the submitted plugin data (since devs would need to continue to update that as plugins are improved).

#3 Requires each plugin user to re-host their plugins and update the configs. Or alternatively the new master host could drop those plugins initially. Or even better: The new master site could (initially) host copies of the plugins hosted at Sage and point the URLs to the new master site. Slugger's script can already collect all this data.

Some details on downloading from the new site (#2 on my list above):

The download URL is not in the Sage.properties file so you can't just change it there (which would be easiest). The URL is in one of the jar files. So some options are:

1. Change your sage server host or your local home DNS (for those of us that run a caching DNS server at home) to point download.sagetv.com to the IP address of the "new" server. (Or use a CNAME to "redirect" it.) This might have other side effects if Sage server uses download.sagetv.com for other things.
2. Change the jar file to point to the "new" server. This might be possible but I don't have much experience with Java.
3. If the Sage site stops working completely, it's likely that Sage's built in update of the file would fail and the local copy of SageTVPlugins.xml would never be touched. If that's the case then you just need a script (or perhaps another plugin!) that would download the plugins file from the new site.

--John
Reply With Quote
  #6  
Old 07-05-2011, 01:39 PM
Slugger Slugger is offline
SageTVaholic
 
Join Date: Mar 2007
Location: Kingston, ON
Posts: 4,008
Quote:
Originally Posted by mkanet View Post
Actually, it was the details I was curious about; and, curious if it's possibly time to start discussing how to go about doing it. We would obviously have to change our current setups to point to the new plugin server. We would also need an automated website that can mimic what the current plugin server does.
Well, I've ported the above mirror script to php for someone and the mirror is online. I don't own it so I'm not announcing anything more that that. The owner will announce if/when they want to.

As to providing the same automated plugin submission system that exists today... that's a little more effort and not something I'm willing to tackle anytime soon. I'm at a crossroads with respect to Sage... to provide a similar plugin submission system to replace the existing one is not a massive undertaking, but just enough work that I'm not really sure if it'll be worth it. When the need for this replacement arrives, how many devs are still going to be around needing this functionality? I can't justify writing such a system for a dead product that may or may not be used. That's where I stand, perhaps someone else disagrees and would be willing to take on writing a new plugin submission system? I don't know. I just think there are too many unknowns right now to proceed with something like creating a new plugin submission system. But that's just my humble opinion.

Quote:
Originally Posted by jpwegas View Post
I think it's too early but here are some random thoughts which may or may not be useful, assuming you want to have the same experience for the users and developers:

#1 would of course be the most work: someone would have to set up a (virtual) server somewhere with some scripts that would allow management (and also test/verify of) the submitted plugin data (since devs would need to continue to update that as plugins are improved).
This is where I'm torn. I honestly believe by the time we need to replace the plugin submission system there won't be many devs left actively updating plugins. I could be wrong, I hope I am, but that's how I see it.

Quote:
#3 Requires each plugin user to re-host their plugins and update the configs. Or alternatively the new master host could drop those plugins initially. Or even better: The new master site could (initially) host copies of the plugins hosted at Sage and point the URLs to the new master site. Slugger's script can already collect all this data.
My mirror script already copies from the Sage server and recreates the xml file. Devs don't need to manually move anything.

Quote:
Some details on downloading from the new site (#2 on my list above):

The download URL is not in the Sage.properties file so you can't just change it there (which would be easiest). The URL is in one of the jar files. So some options are:

1. Change your sage server host or your local home DNS (for those of us that run a caching DNS server at home) to point download.sagetv.com to the IP address of the "new" server. (Or use a CNAME to "redirect" it.) This might have other side effects if Sage server uses download.sagetv.com for other things.
2. Change the jar file to point to the "new" server. This might be possible but I don't have much experience with Java.
3. If the Sage site stops working completely, it's likely that Sage's built in update of the file would fail and the local copy of SageTVPlugins.xml would never be touched. If that's the case then you just need a script (or perhaps another plugin!) that would download the plugins file from the new site.

--John
You can tell Sage to stop updating the xml file from the Sage server (there's a prop in Sage.properties to control it). If it were me, I'd have a wiki page describing how to do that, how to replace the xml with the new one from the mirror and then I'd have a plugin that then took over updating the xml from the new mirror location. Once they install this plugin then there's nothing else left for them to do, but they will have to manually download and replace the xml file after an initial install.

Of course, someone also has to write the plugin to update the xml file from the new location. This one's actually trivial.

DNS hack also works, but can be a PITA (for devs) to debug if something goes wrong. Modding the URL in the JAR is also possible (probably), but just as much as a PITA, imho (and there are legal issues involved in this tactic). Someone writing a plugin would be the best sol'n, again, imho.

My view is that after a major buzz of activity for ~2 weeks after the announcement, it seems like traffic has already died down in these forums. I've read enough "I'm out of here" messages and even though all of this is anecdotal, at best, I just have this feeling that by the time we actually need a lot of these replacement tools there may not be much of a user base left to consume them. I'm even wondering what this community is going to look like in 30, 60, or 90 days from now much less 8-12 months from now, which is when I anticipate we may start needing a lot of these replacement tools.
__________________
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...

Last edited by Slugger; 07-05-2011 at 01:42 PM.
Reply With Quote
  #7  
Old 07-05-2011, 01:44 PM
stuckless's Avatar
stuckless stuckless is offline
SageTVaholic
 
Join Date: Oct 2007
Location: London, Ontario, Canada
Posts: 9,713
I'm not sure we need a plugin system anyways... Phoenix doesn't support them
Reply With Quote
  #8  
Old 07-05-2011, 02:32 PM
Fuzzy's Avatar
Fuzzy Fuzzy is offline
SageTVaholic
 
Join Date: Sep 2005
Location: Jurupa Valley, CA
Posts: 9,957
Quote:
Originally Posted by stuckless View Post
I'm not sure we need a plugin system anyways... Phoenix doesn't support them
Correct.. Phoenix doesn't support the single greatest improvement sage made in v7.. ;-)
__________________
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
  #9  
Old 07-05-2011, 02:45 PM
jpwegas jpwegas is offline
Sage Expert
 
Join Date: May 2007
Posts: 502
Quote:
Originally Posted by Slugger View Post
Devs don't need to manually move anything.
No, not if the entire thing is mirrored at the new site. I only meant that some devs may prefer that the new site NOT mirror their plugins, and that they would want to move them to be hosted elsewhere.

Quote:
Originally Posted by Slugger View Post
You can tell Sage to stop updating the xml file from the Sage server (there's a prop in Sage.properties to control it). If it were me, I'd have a wiki page describing how to do that, how to replace the xml with the new one from the mirror and then I'd have a plugin that then took over updating the xml from the new mirror location. Once they install this plugin then there's nothing else left for them to do, but they will have to manually download and replace the xml file after an initial install.
Oh, I didn't know you could disable it. That makes it even easier. A user would have to do something manual to get this all to work, this seems easier than hacking a jar file or tweaking DNS somehow.

Quote:
Originally Posted by Slugger View Post
My view is that after a major buzz of activity for ~2 weeks after the announcement, it seems like traffic has already died down in these forums. I've read enough "I'm out of here" messages and even though all of this is anecdotal, at best, I just have this feeling that by the time we actually need a lot of these replacement tools there may not be much of a user base left to consume them. I'm even wondering what this community is going to look like in 30, 60, or 90 days from now much less 8-12 months from now, which is when I anticipate we may start needing a lot of these replacement tools.
Agreed, I am not sure whether the "master" site is even needed if things really collapse and there are only a few hardcore devs/users left. In that case I think it would be easier to just publish the plugin xml file on googlecode and let any interested devs have commit access.

Still hopeful,

--John
Reply With Quote
  #10  
Old 07-05-2011, 02:54 PM
panteragstk's Avatar
panteragstk panteragstk is offline
SageTVaholic
 
Join Date: Oct 2008
Location: New Braunfels, TX
Posts: 3,312
Quote:
Originally Posted by Fuzzy View Post
Correct.. Phoenix doesn't support the single greatest improvement sage made in v7.. ;-)
__________________
SageTV Server: unRAID Docker v9, S2600CPJ, Norco 24 hot swap bay case, 2x Xeon 2670, 64 GB DDR3, 3x Colossus for DirecTV, HDHR for OTA
Living room: nVidia Shield TV, Sage Mini Client, 65" Panasonic VT60
Bedroom: Xiomi Mi Box, Sage Mini Client, 42" Panasonic PZ800u
Theater: nVidia Shield TV, mini client, Plex for movies, 120" screen. Mitsubishi HC4000. Denon X4300H. 7.4.4 speaker setup.
Reply With Quote
  #11  
Old 07-05-2011, 03:01 PM
stuckless's Avatar
stuckless stuckless is offline
SageTVaholic
 
Join Date: Oct 2007
Location: London, Ontario, Canada
Posts: 9,713
Quote:
Originally Posted by Fuzzy View Post
Correct.. Phoenix doesn't support the single greatest improvement sage made in v7.. ;-)
Exactly. (I was joking btw ). Phoenix does support plugins (since it's a core feature), it's just we don't have a custom plugin manager yet for loading specific Phoenix STV ui mods.
Reply With Quote
  #12  
Old 07-05-2011, 03:13 PM
Fuzzy's Avatar
Fuzzy Fuzzy is offline
SageTVaholic
 
Join Date: Sep 2005
Location: Jurupa Valley, CA
Posts: 9,957
Quote:
Originally Posted by stuckless View Post
Exactly. (I was joking btw ). Phoenix does support plugins (since it's a core feature), it's just we don't have a custom plugin manager yet for loading specific Phoenix STV ui mods.
hey, i was joking too... but you're the one who brought it up. Are you guys currently working on the plugin UI for it, or is it just on the drawing board? I'm guessing that it doesn't work by switching back to the default plugin UI, as the prereq's would be all screwed up. That said, isn't the default's plugin UI pretty much a single widget branch, and should be able to be cut/pasted into phoenix at least until it can be phoenixized?
__________________
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
  #13  
Old 07-05-2011, 05:12 PM
stuckless's Avatar
stuckless stuckless is offline
SageTVaholic
 
Join Date: Oct 2007
Location: London, Ontario, Canada
Posts: 9,713
Quote:
Originally Posted by Fuzzy View Post
hey, i was joking too... but you're the one who brought it up. Are you guys currently working on the plugin UI for it, or is it just on the drawing board? I'm guessing that it doesn't work by switching back to the default plugin UI, as the prereq's would be all screwed up. That said, isn't the default's plugin UI pretty much a single widget branch, and should be able to be cut/pasted into phoenix at least until it can be phoenixized?
You can load all plugins from the core stv except UI mods, since UI mods are targeted for a specific stv name. Right now it's a drawing boad idea, and the consensus is that for the public beta we don't want UI plugins, since it would make trying to diagnose UI issues a little harder. But I think that before we go out of public beta, we'll have a plugin manager.
Reply With Quote
  #14  
Old 07-09-2011, 11:11 AM
dcardellini dcardellini is offline
Sage Advanced User
 
Join Date: Nov 2005
Location: Houston
Posts: 176
Really lazy question on plugins

Been with sagetv for number of years now. In version 6, never moved from stock STV, never used plugins (so not familiar with underlying process).

In version 7, plugin/themes/etc. so easy, so automatic that I have become dependent on a number of them.

This thread is about maintaining a live "plug-in repository" outside of SAGE hosted server, in the event it is suddenly shut-down. The main topic on this thread is further updates/additions to these 3rd party efforts, and how to distribute these to the community.

My question is far more elementary. How do I get a backup of these third party plugins snapshoted today, and reinstall them in future in the event of a completely fresh install of V7 on a PC client?

I don't see files for these V7 plugins in the download section.

Sorry in advance if I haven't spent enought time digging.

We have to assume the plug could get pulled tomorrow, don't we? In the world of big business, Jeff could have nothing to do with this tomorrow, and I doubt his promises to maintain these forums are binding.

thx.
Reply With Quote
  #15  
Old 07-09-2011, 11:41 AM
hugenbdd hugenbdd is offline
Sage Advanced User
 
Join Date: Feb 2009
Location: Cincinnati, KY
Posts: 81
Quote:
Originally Posted by dcardellini View Post
Been with sagetv for number of years now. In version 6, never moved from stock STV, never used plugins (so not familiar with underlying process).

In version 7, plugin/themes/etc. so easy, so automatic that I have become dependent on a number of them.

This thread is about maintaining a live "plug-in repository" outside of SAGE hosted server, in the event it is suddenly shut-down. The main topic on this thread is further updates/additions to these 3rd party efforts, and how to distribute these to the community.

My question is far more elementary. How do I get a backup of these third party plugins snapshoted today, and reinstall them in future in the event of a completely fresh install of V7 on a PC client?

I don't see files for these V7 plugins in the download section.

Sorry in advance if I haven't spent enought time digging.

We have to assume the plug could get pulled tomorrow, don't we? In the world of big business, Jeff could have nothing to do with this tomorrow, and I doubt his promises to maintain these forums are binding.

thx.
Hi
If you follow Sluggers post and run his groovy script, it will download all the plug-ins to a location on your pc. I have not tried it, but I'm pretty sure his script updates the xml to look at a "server" of your choice once, you DL all the plug-ins.

We are already somewhat prepared in case the plug-in repository goes down, so I think the concern has been eased by Slugger, his script, and several people who would be able to host a site if it goes away.

Dave
Reply With Quote
  #16  
Old 07-09-2011, 12:06 PM
dcardellini dcardellini is offline
Sage Advanced User
 
Join Date: Nov 2005
Location: Houston
Posts: 176
Quote:
Originally Posted by hugenbdd View Post
Hi
If you follow Sluggers post and run his groovy script, it will download all the plug-ins to a location on your pc. I have not tried it, but I'm pretty sure his script updates the xml to look at a "server" of your choice once, you DL all the plug-ins.

We are already somewhat prepared in case the plug-in repository goes down, so I think the concern has been eased by Slugger, his script, and several people who would be able to host a site if it goes away.

Dave
Excellent. I will probably take the lazy path and assume "somebody" will host this in the future when the plug does get pulled.


For the time being, if I want to snapshot my system, is there a directory of plugins I can backup, and simply dump back into a fresh install of OS/SageTV?

thx again for helping here.
Reply With Quote
  #17  
Old 07-09-2011, 08:19 PM
junkieofreality junkieofreality is offline
Sage User
 
Join Date: Jan 2007
Posts: 9
One question that I have not seen asked or answered is what happens to the Online menu option now that Sage TV is no longer going to be maintained. By this I mean the youtube videos, weather data and the like. Can this be updated through a plugin as well or will it take more more of a hands on approach to keep it functional?
Reply With Quote
  #18  
Old 07-09-2011, 08:39 PM
PhilH's Avatar
PhilH PhilH is offline
Sage Advanced User
 
Join Date: Feb 2009
Location: Edinburg, TX (Deep South Texas)
Posts: 95
Quote:
Originally Posted by junkieofreality View Post
One question that I have not seen asked or answered is what happens to the Online menu option now that Sage TV is no longer going to be maintained. By this I mean the youtube videos, weather data and the like. Can this be updated through a plugin as well or will it take more more of a hands on approach to keep it functional?
I'd like to know this as well. We live in a rural area with horses & we view the weather in SageTV on a daily basis.
__________________
SageTV v7.1.9 Gemstone WHS + 3 HD200's, 1 Client & 1 Placeshifter
WHS - Dual Xeon 2.8ghz - 3gig ECC Ram - 25 Drives - 30 Terabytes
Blu-ray Titles 498
HD-DVD Titles 166
DVD Titles - Too Many To Count..
Reply With Quote
  #19  
Old 07-12-2011, 09:17 AM
speck55 speck55 is offline
Sage Advanced User
 
Join Date: Apr 2011
Location: Milwaukee, WI
Posts: 156
Forums, alt. plugin repository hosting...

I have some idle server space and bandwidth - I had mentioned earlier about offering to open a forum software for those of us that have a need to continue using the product, once they pull the plugs on these forums.

I stand willing to also host a mirror of the plugin repository, but I'm not sure on a number of things:

1. Who's feet would I be potentially stepping on by doing any of these things?

2. Legal implications - am I mirroring someone else's copyrighted works (plugins) against their will? I'd like to imagine that since any user, right now, trial or licensed, or just running slugger's script, can download the plugins and their metadata, none should have a problem with a mirror?

3. I imagine any devs that would rather not have me mirror the plugins would just message me and I'd either remove their plugin from the XML file or have them provide me with the URL they'd rather host it from and modify the XML file to reflect so.

4. Submissions/updates: do I remain in a mirror-only mode where I refresh say nightly from the main repository until it is no longer reachable, then try and code a PHP frontend where dev's can submit/update? (FWIW, I had a glimmer of hope when I saw the blue "i" and saw an update to I think it was the Phoenix Tools or Batch Metadata very recently).

I've got about 3Mbit to spare (symmetrical) I figure, conservatively, based on what I use vs. what I have, and endless disk space and a 6-core proc that sees loads in the 0.01-0.08 ballpark.

I'd be happy to have people mirror my mirror, should it come to that, but I'd have to somehow limit that since bandwidth would be a bit limited to have multiple boxes mirroring nightly unless it was a differential mirror and not a full copydown. The 3Mbit should be plenty for actual STV installs to download and install their plugins from, I would think.

Ideas on domain names, folks?
Reply With Quote
  #20  
Old 07-12-2011, 12:29 PM
Fuzzy's Avatar
Fuzzy Fuzzy is offline
SageTVaholic
 
Join Date: Sep 2005
Location: Jurupa Valley, CA
Posts: 9,957
Quote:
Originally Posted by speck55 View Post
I have some idle server space and bandwidth - I had mentioned earlier about offering to open a forum software for those of us that have a need to continue using the product, once they pull the plugs on these forums.

I stand willing to also host a mirror of the plugin repository, but I'm not sure on a number of things:

1. Who's feet would I be potentially stepping on by doing any of these things?

2. Legal implications - am I mirroring someone else's copyrighted works (plugins) against their will? I'd like to imagine that since any user, right now, trial or licensed, or just running slugger's script, can download the plugins and their metadata, none should have a problem with a mirror?

3. I imagine any devs that would rather not have me mirror the plugins would just message me and I'd either remove their plugin from the XML file or have them provide me with the URL they'd rather host it from and modify the XML file to reflect so.

4. Submissions/updates: do I remain in a mirror-only mode where I refresh say nightly from the main repository until it is no longer reachable, then try and code a PHP frontend where dev's can submit/update? (FWIW, I had a glimmer of hope when I saw the blue "i" and saw an update to I think it was the Phoenix Tools or Batch Metadata very recently).

I've got about 3Mbit to spare (symmetrical) I figure, conservatively, based on what I use vs. what I have, and endless disk space and a 6-core proc that sees loads in the 0.01-0.08 ballpark.

I'd be happy to have people mirror my mirror, should it come to that, but I'd have to somehow limit that since bandwidth would be a bit limited to have multiple boxes mirroring nightly unless it was a differential mirror and not a full copydown. The 3Mbit should be plenty for actual STV installs to download and install their plugins from, I would think.

Ideas on domain names, folks?
MOST of the plugins currently available are NOT hosted on sagetv's servers anyways. Most devs use another server (dropbox, for instance) to searve up the files. Those plugins would be fine, just needing a source of the SageTVPlugins.xml file.
__________________
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
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
Plugin: MizookLCD (Alternate SageTV LCDSmartie Plugin) cslatt SageTV Customizations 48 06-11-2012 10:44 AM
Pause - stops recording at end of current program?! Surtr SageTV Software 0 12-04-2007 10:50 AM
DVD Plugin for current Sagetv 6.2 unclepoo SageTV Customizations 1 10-29-2007 02:51 PM


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


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