![]() |
|
SageTV v7 Customizations This forums is for discussing and sharing user-created modifications for the SageTV version 7 application created by using the SageTV Studio or through the use of external plugins. Use this forum to discuss plugins for SageTV version 7 and newer. |
![]() |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
Any way to make "Local" (unshared) plugin?
I want to make some tweaks to the base STV but don't want to publish/share the STVi since it would only be useful for me. But, I would like it to be be loaded on top of all other plugins and not have to manually import it every time the base STV gets updated (much like the previous import system worked). Is there any way to make a plugin that could be selected on the local computer?
__________________
-Craig |
#2
|
||||
|
||||
Yes. See the last page of the plugin developer's guide.
__________________
-- Greg |
#3
|
|||
|
|||
Thanks.
__________________
-Craig |
#4
|
|||
|
|||
Is there a way to have the "Location" be a local drive? I have tried:
c:\temp\myfile.zip c:\\temp\\myfile.zip file://c:/temp/myfile.zip None seem to work (the plugin manager can't locate the file). I can upload it to the web somewhere but it would be more convenient to just have it local. Thanks.
__________________
-Craig |
#5
|
||||
|
||||
It has to be an HTTP or FTP server, but you can easily set one of those up locally. Your Java IDE (if you have one) may come bundled with a simple web server. Or if you have Jetty installed in Sage, you can set up a local download server like so:
Code:
<?xml version="1.0" encoding="ISO-8859-1"?> <!DOCTYPE Configure PUBLIC "-//Mort Bay Consulting//DTD Configure//EN" "http://jetty.mortbay.org/configure.dtd"> <Configure class="org.mortbay.jetty.handler.ContextHandler"> <Set name="contextPath">/plugins</Set> <Set name="resourceBase"><SystemProperty name="jetty.home" default="."/>/plugins</Set> <Call name="addHandler"> <Arg> <New class="org.mortbay.jetty.handler.ResourceHandler"/> </Arg> </Call> </Configure>
__________________
-- Greg |
#6
|
||||
|
||||
Quote:
John |
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Potential to make many people happy... "My Movies" for SageTV? | vvulture | SageTV Customizations | 116 | 04-27-2009 04:53 PM |
"Set defaults" for Series forgets "Keep"/"Auto-delete" setting | maxpower | SageMC Custom Interface | 9 | 05-14-2008 09:44 PM |
EPG data for "non-local" channels | KarylFStein | SageTV EPG Service | 4 | 08-03-2006 10:01 AM |
How can I make remote control mapping for "Detailed Info"? | mkanet | SageTV Software | 8 | 07-17-2005 05:40 AM |
"Local" media libary for the client? | rwc | SageTV Software | 2 | 02-28-2005 11:53 AM |