SageTV Community  

Go Back   SageTV Community > SageTV Development and Customizations > SageTV Customizations > SageMC Custom Interface
Forum Rules FAQs Community Downloads Today's Posts Search

Notices

SageMC Custom Interface This forum is for discussing the user-created SageMC custom interface for SageTV.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 09-20-2009, 06:50 PM
Kryspy's Avatar
Kryspy Kryspy is offline
Sage Advanced User
 
Join Date: Jan 2006
Location: Welland, Ontario, Canada
Posts: 91
Send a message via MSN to Kryspy
Add ons......Why so difficult

Hi,

Before anyone gets their knickers in a knot this isn't a slag at Sage at all but more of an observation.

Other media software like Mediaportal, MCE etc. all have installers for their plugins and add ons. Why does a sophisticated piece of software like Sage require manual set up (unzip this, configure that) of add ons and plugins? Why can't dependancies be taken care of in the form of an actual installer?

Just a question. I realize people do SageMC on their own time but I find setting up things like Moviewall (just an example) an absolute nightmare. Maybe it is the documentation that isn't quite clear, I am unsure.

Am I alone or what.

Maybe a few questions may help me out.

Using a client PC and a WHS set up what goes where. SageMC set up I assume goes on the client but things like the jetty server and what not do they gop on the server side or client side. Is there a good summary somewhere that I have missed that dumbs down this whole process for me?

I find set up of SageMC with fanart and what not a truly frustrating affair.

Kryspy
Reply With Quote
  #2  
Old 09-21-2009, 05:44 AM
stuckless's Avatar
stuckless stuckless is offline
SageTVaholic
 
Join Date: Oct 2007
Location: London, Ontario, Canada
Posts: 9,713
Quote:
Originally Posted by Kryspy View Post
Other media software like Mediaportal, MCE etc. all have installers for their plugins and add ons. Why does a sophisticated piece of software like Sage require manual set up (unzip this, configure that) of add ons and plugins? Why can't dependancies be taken care of in the form of an actual installer?
I don't really see this as being SageTV's fault, but rather that of the plugin authors. Installers are programs, that need to be written, tested, respond to input, perform actions, etc. I looked at writing an installer for bmt, but to be honest, the work involved has always deterred me. At the end of the day, when I'm done working on a project, the last thing I really want to do is figure out how to write an installer

Quote:
Just a question. I realize people do SageMC on their own time but I find setting up things like Moviewall (just an example) an absolute nightmare. Maybe it is the documentation that isn't quite clear, I am unsure.
Documentation is always the last thing to get written/updated. No one likes doing it.

Quote:
Am I alone or what.
I doubt it.


Quote:
Using a client PC and a WHS set up what goes where. SageMC set up I assume goes on the client but things like the jetty server and what not do they gop on the server side or client side. Is there a good summary somewhere that I have missed that dumbs down this whole process for me?
Rules of thumb...
1. If your plugin has a visual component, and your had to install the SageTV software on a machine, then you'll most likely have to install the plugin software on that machine as well.

2. If your plugin is server based, install it on the server.

3. If you only have extenders and placeshifters, then everything is installed on the server.

4. if a plugin sounds really cool... it's probably hard to configure/install, since the developer has put all of his/her time in making the plugin, not so much on the documentation

5. There forums are here to help you.

As a plugin author, I feel your pain. I get equally frustrated when people are having issues with my stuff, or they can't configure it/install it, etc. Maybe spending a month or so writing an installer and updating documentation wouldn't be a bad idea.
Reply With Quote
  #3  
Old 09-21-2009, 06:03 AM
jaminben jaminben is offline
Sage Icon
 
Join Date: Sep 2007
Location: Norwich, UK
Posts: 1,754
Send a message via MSN to jaminben
Quote:
Originally Posted by Kryspy View Post
Other media software like Mediaportal, MCE etc. all have installers for their plugins and add ons. Why does a sophisticated piece of software like Sage require manual set up (unzip this, configure that) of add ons and plugins? Why can't dependancies be taken care of in the form of an actual installer?
Not having a pop at you, but have you tried to use MediaPortals installer software......my god what a hash-up that is. In theory its a good idea but in practice its an absolute nightmare to get running and who's idea was it to have the setup options outside the actual UI.

Sage isn't perfect but at least most of the imports only require you to extract the zip to the default install directory then setup within the UI.

Quite easy IMO.
__________________
Server - Win7 64bit, 2.4Ghz Intel Core 2 Duo, TBS 6284 PCI-E Quad DVB-T2 Tuner, 3 x HD200 & 1 x HD300 extenders
Reply With Quote
  #4  
Old 09-22-2009, 12:15 PM
babgvant babgvant is offline
Sage Icon
 
Join Date: Jul 2008
Location: London
Posts: 1,834
Quote:
Originally Posted by Kryspy View Post
Hi,

Other media software like Mediaportal, MCE etc. all have installers for their plugins and add ons. Why does a sophisticated piece of software like Sage require manual set up (unzip this, configure that) of add ons and plugins? Why can't dependancies be taken care of in the form of an actual installer?
Speaking as someone who'd written installers for Media Center, it's a major PITA. Installers are a huge time sink (that have no value to the developer) and next to impossible to really debug. The only reason I chose that option was because installing addins to MC is too complex for normal people.

ZIP installs have drawbacks (uninstalling is tedious), but they are simple to do and pretty low touch on your PC (i.e. if you want to know what it does, take 2 min to look at the content and target paths before exploding the file). Where a packaged installer can do all sorts of things to destroy your PC; you're putting a lot of faith in the efforts of a hobbyist developer to get it on there correctly and off should you choose to uninstall.
__________________
babgvant.com | @babgvant | Missing Remote
Reply With Quote
  #5  
Old 09-22-2009, 01:56 PM
PLUCKYHD PLUCKYHD is offline
SageTVaholic
 
Join Date: Dec 2007
Posts: 6,257
Figured I would chime in sense you mentioned my addin in your frustrations I would agree with most of what has been said. I would like to see sage implement some sort of version check or something of the sorts to allow multiple imports of the same import (ie updating) without having to revert back to a blank stv everytime. (by blank I mean not having the import) of course like stuckless said I could implement something to this effect on my own maybe if I had the time. I find sage very easy to configure/setup after you know the process.
Reply With Quote
  #6  
Old 09-22-2009, 02:00 PM
babgvant babgvant is offline
Sage Icon
 
Join Date: Jul 2008
Location: London
Posts: 1,834
Quote:
Originally Posted by PLUCKYHD View Post
Figured I would chime in sense you mentioned my addin in your frustrations I would agree with most of what has been said. I would like to see sage implement some sort of version check or something of the sorts to allow multiple imports of the same import (ie updating) without having to revert back to a blank stv everytime. (by blank I mean not having the import) of course like stuckless said I could implement something to this effect on my own maybe if I had the time. I find sage very easy to configure/setup after you know the process.
The default STV handles this process very well. You tell it which STVi you want to use, and anytime the base STV is changed it rebuilds everything for you.
__________________
babgvant.com | @babgvant | Missing Remote
Reply With Quote
  #7  
Old 09-22-2009, 02:00 PM
PLUCKYHD PLUCKYHD is offline
SageTVaholic
 
Join Date: Dec 2007
Posts: 6,257
Quote:
Originally Posted by babgvant View Post
The default STV handles this process very well. You tell it which STVi you want to use, and anytime the base STV is changed it rebuilds everything for you.
wasn't aware of that will have to look into
Reply With Quote
  #8  
Old 09-22-2009, 02:36 PM
stanger89's Avatar
stanger89 stanger89 is offline
SageTVaholic
 
Join Date: May 2003
Location: Marion, IA
Posts: 15,188
Yeah, basically you setup a list of STVi's you're using and the stock STV automatically manages loading them all. For example when you upgrade the the newest version. The stock STV sees you've got STVi's configured, but not loaded (Sage resets the STV) and prompts you if you want to "rebuild".

I don't think it's smart enough to rebuild automatically if you change an STVi, but if the name is the same, you should just have to go in and hit the manual force rebuild option.
Reply With Quote
  #9  
Old 09-22-2009, 06:43 PM
gplasky's Avatar
gplasky gplasky is offline
SageTVaholic
 
Join Date: Jul 2003
Location: Howell, MI
Posts: 9,203
There has been instances where it has recognized that an STVI has been upgraded, calls out that the STVI has been upgraded and asks if you want to rebuild. I just don't know what it keys off of.

Gerry
__________________
Big Gerr
_______
Server - WHS 2011: Sage 7.1.9 - 1 x HD Prime and 2 x HDHomeRun - Intel Atom D525 1.6 GHz, Acer Easystore, RAM 4 GB, 4 x 2TB hotswap drives, 1 x 2TB USB ext Clients: 2 x PC Clients, 1 x HD300, 2 x HD-200, 1 x HD-100 DEV Client: Win 7 Ultimate 64 bit - AMD 64 x2 6000+, Gigabyte GA-MA790GP-DS4H MB, RAM 4GB, HD OS:500GB, DATA:1 x 500GB, Pace RGN STB.
Reply With Quote
  #10  
Old 09-22-2009, 08:55 PM
Opus4's Avatar
Opus4 Opus4 is offline
Administrator
 
Join Date: Sep 2003
Location: NJ
Posts: 19,624
It checks the time stamp on the base STV & all imports, and will do the check the first time the Main Menu is entered after startup or after applying an STV update.

- Andy
__________________
SageTV Open Source v9 is available.
- Read the SageTV FAQ. Older PDF User's Guides mostly still apply: SageTV V7.0 & SageTV Studio v7.1.
- Hauppauge remote help: 1) Basics/Extending it 2) Replace it 3) Use it w/o needing focus
- HD Extenders: A) FAQs B) URC MX-700 remote setup
Note: This is a users' forum; see the Rules. For official tech support fill out a Support Request.
Reply With Quote
  #11  
Old 09-23-2009, 07:13 AM
PLUCKYHD PLUCKYHD is offline
SageTVaholic
 
Join Date: Dec 2007
Posts: 6,257
Quote:
Originally Posted by Opus4 View Post
It checks the time stamp on the base STV & all imports, and will do the check the first time the Main Menu is entered after startup or after applying an STV update.

- Andy
Andy,

Thanks for that so basically it automatically takes the default STV and imports all imports again when something is changed correct?
Reply With Quote
  #12  
Old 09-23-2009, 09:53 AM
Opus4's Avatar
Opus4 Opus4 is offline
Administrator
 
Join Date: Sep 2003
Location: NJ
Posts: 19,624
Quote:
Originally Posted by PLUCKYHD View Post
Thanks for that so basically it automatically takes the default STV and imports all imports again when something is changed correct?
This is documented in the PDF manual; it is not new.

- Andy
__________________
SageTV Open Source v9 is available.
- Read the SageTV FAQ. Older PDF User's Guides mostly still apply: SageTV V7.0 & SageTV Studio v7.1.
- Hauppauge remote help: 1) Basics/Extending it 2) Replace it 3) Use it w/o needing focus
- HD Extenders: A) FAQs B) URC MX-700 remote setup
Note: This is a users' forum; see the Rules. For official tech support fill out a Support Request.
Reply With Quote
  #13  
Old 09-23-2009, 10:03 AM
PLUCKYHD PLUCKYHD is offline
SageTVaholic
 
Join Date: Dec 2007
Posts: 6,257
Quote:
Originally Posted by Opus4 View Post
This is documented in the PDF manual; it is not new.

- Andy
You and your manuals
Reply With Quote
  #14  
Old 09-23-2009, 10:17 AM
Opus4's Avatar
Opus4 Opus4 is offline
Administrator
 
Join Date: Sep 2003
Location: NJ
Posts: 19,624
Quote:
Originally Posted by PLUCKYHD View Post
You and your manuals
Yes... me and my manuals... and sometimes I feel like the high school librarian where students want the librarian to do their research for them.

I took the time to write it; the least others could do is take the time to look at it w/o waiting for me to post a page number. New users may not know about the manual, but long time forum members should be aware it exists. It isn't perfect & may need clarification or have typos, but it is a place to start for the basics about various options.

- Andy
__________________
SageTV Open Source v9 is available.
- Read the SageTV FAQ. Older PDF User's Guides mostly still apply: SageTV V7.0 & SageTV Studio v7.1.
- Hauppauge remote help: 1) Basics/Extending it 2) Replace it 3) Use it w/o needing focus
- HD Extenders: A) FAQs B) URC MX-700 remote setup
Note: This is a users' forum; see the Rules. For official tech support fill out a Support Request.
Reply With Quote
  #15  
Old 09-23-2009, 10:38 AM
PLUCKYHD PLUCKYHD is offline
SageTVaholic
 
Join Date: Dec 2007
Posts: 6,257
Quote:
Originally Posted by Opus4 View Post
Yes... me and my manuals... and sometimes I feel like the high school librarian where students want the librarian to do their research for them.

I took the time to write it; the least others could do is take the time to look at it w/o waiting for me to post a page number. New users may not know about the manual, but long time forum members should be aware it exists. It isn't perfect & may need clarification or have typos, but it is a place to start for the basics about various options.

- Andy
I agree and understand your frustrations. I am like a kid in a candy store is my problem I want to rip right in and not read the packaging. it may say danger do not eat but I don't care I want the candy. So that is my fault not yours.
Reply With Quote
  #16  
Old 09-23-2009, 04:04 PM
gplasky's Avatar
gplasky gplasky is offline
SageTVaholic
 
Join Date: Jul 2003
Location: Howell, MI
Posts: 9,203
Quote:
Originally Posted by Opus4 View Post
Yes... me and my manuals... and sometimes I feel like the high school librarian where students want the librarian to do their research for them.

I took the time to write it; the least others could do is take the time to look at it w/o waiting for me to post a page number. New users may not know about the manual, but long time forum members should be aware it exists. It isn't perfect & may need clarification or have typos, but it is a place to start for the basics about various options.

- Andy
Quote:
Originally Posted by PLUCKYHD View Post
I agree and understand your frustrations. I am like a kid in a candy store is my problem I want to rip right in and not read the packaging. it may say danger do not eat but I don't care I want the candy. So that is my fault not yours.
Well in that case-don't eat the manual either.

Gerry
__________________
Big Gerr
_______
Server - WHS 2011: Sage 7.1.9 - 1 x HD Prime and 2 x HDHomeRun - Intel Atom D525 1.6 GHz, Acer Easystore, RAM 4 GB, 4 x 2TB hotswap drives, 1 x 2TB USB ext Clients: 2 x PC Clients, 1 x HD300, 2 x HD-200, 1 x HD-100 DEV Client: Win 7 Ultimate 64 bit - AMD 64 x2 6000+, Gigabyte GA-MA790GP-DS4H MB, RAM 4GB, HD OS:500GB, DATA:1 x 500GB, Pace RGN STB.
Reply With Quote
  #17  
Old 09-23-2009, 06:53 PM
panteragstk's Avatar
panteragstk panteragstk is offline
SageTVaholic
 
Join Date: Oct 2008
Location: New Braunfels, TX
Posts: 3,312
I'll agree that in the beginning I found the install process a bit frustrating.

Now that I've reinstalled sagetv about 500 times (never ending, wife frustrating tweaking) I find the process very simple.
__________________
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
  #18  
Old 09-24-2009, 09:43 AM
tchapin tchapin is offline
Sage Aficionado
 
Join Date: Aug 2007
Posts: 279
Quote:
Originally Posted by Opus4 View Post
Yes... me and my manuals... and sometimes I feel like the high school librarian where students want the librarian to do their research for them.


- Andy
Andy, I don't know what software the manual was authored in, but have you / SageTV considered putting the manual online as a set of HTML docs? If it was done as a wiki, then it could easily be updated by people with tips and tricks and such.

I think that part of the problem with the manual is that it is a really huge document. So people aren't printing it out. Long documents are hard to read online, whereas with paper, it's much easier to put bookmarks or annotations or whatnot.

If you thought this was a good idea, but needed some forum assistance, I'd help out.

Todd
Reply With Quote
  #19  
Old 09-24-2009, 11:13 AM
Fuzzy's Avatar
Fuzzy Fuzzy is offline
SageTVaholic
 
Join Date: Sep 2005
Location: Jurupa Valley, CA
Posts: 9,957
I think Sage could go a long ways with a standard plugin file format... even if it's just a re-extensioned zip file, with an install instructions file contained in it. Then it gets associated with a small app that unzips it, and follows the install instructions... It can keep track of what has changed.. if it has rewritten any STV's or STVi's, it can rerun the auto-import. If it has added any JARs, it can prompt if you want to/are ready to restart the service. It really wouldn't take much to do. It should also do some level of dependency check, and perhaps even auto-download dependencies.. (this would require a bit of standardization on the part of the sage downloads section as well, to include version information in a standardized way). This would then be a relatively simple matter for dev's to create the script (which for most imports, would be incredibly simple)
__________________
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
Why should XMLTV import be so difficult? skoka123 SageTV EPG Service 15 10-18-2009 02:55 PM
Why o Why is SageTV so difficult to set up? sfag SageTV Software 30 03-12-2009 06:37 PM
Best add-ons or changes for default sagetv install... t4uecker SageTV Customizations 5 03-05-2008 05:48 PM
Is Power Mgmt that difficult? scsailor SageTV Beta Test Software 3 11-12-2006 12:03 PM
Add-ons, plug-ins, and MVP ToonGal SageTV Customizations 0 09-21-2005 02:15 AM


All times are GMT -6. The time now is 07:14 PM.


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