SageTV Community  

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

Notices

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.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 05-24-2010, 08:46 PM
bcjenkins bcjenkins is offline
SageTVaholic
 
Join Date: Jan 2006
Posts: 3,764
Arrow Plugin Creation tips

Creating logo packs

Hi All,

Here's a quick post on producing your own logo pack.

1) Secure your own online hosting. I would recommend DropBox public folders. If you don't have a DropBox, here's a referral URL that gives us both free space.

2) Place the channel logos in a zip file. Do not zip a directory of logos, but select all logos and compress them. Make sure all the files are with lowercase file extensions.

3) You need to generate an MD5 signature for the zip file. If you're using Windows, try: http://www.pc-tools.net/win32/md5sums/. On the Mac, use md5. On Linux, use md5sum.

4) Create the XML file Example below and modify the boldface areas.
Code:
<SageTVPlugin>
  <Name>Louisville, KY Channel Logo Pack</Name>
  <Identifier>louisvillekychannellogo</Identifier>
  <Description>A collection of channel logos for the Louisville, KY area lineup. This can be used in conjunction with other logo packs to build a complete set.</Description>
  <Author>bcjenkins</Author>
  <CreationDate>2010-05-20</CreationDate>
  <ModificationDate>2010.05.20</ModificationDate>
  <Version>0.0.4</Version>
  <Desktop>false</Desktop>
  <PluginType>Images</PluginType>
  <Package>
    <PackageType>ChannelLogo</PackageType>
   <Location>http://dl.dropbox.com/u/4976/sagetv/louisville-ky-cl-v.0.0.4.zip</Location>
    <MD5>e3039d60716995da4a5f325e92433b20</MD5>
  </Package>
</SageTVPlugin>
5) Visit: http://download.sagetv.com/pluginsubmit.html and submit.

Hope this helps

B
__________________
Running SageTV on unRAID via Docker
Tuning handled by HDHR3-6CC-3X2 using OpenDCT
Reply With Quote
  #2  
Old 05-26-2010, 07:35 AM
bialio's Avatar
bialio bialio is offline
SageTVaholic
 
Join Date: May 2007
Location: Frisco, TX
Posts: 3,445
Creating Theme Plugins

http://download.sagetv.com/DevelopingSageTVPlugins.doc

Basically you create a Zip file with the following directory structure:

Themes/PGPTheme/<all your modded files>

Then follow the directions in the document to create the manifest and test it.

Here's the Serenity manifest for reference :

Code:
 
<SageTVPlugin>

  <Name>Serenity</Name>
  <Identifier>themeserenity</Identifier>
  <Description>Serenity Theme for SageTV V7.
  </Description>
  <Author>bialio</Author>
  <CreationDate>2010.05.20</CreationDate>
  <ModificationDate>2010.05.25</ModificationDate>
  <Version>1.0</Version>

<Dependency>
  <STV>SageTV7</STV>
  <MinVersion>7.0</MinVersion>
</Dependency> 

<PluginType>Theme</PluginType>

<Package>
  <PackageType>STVI</PackageType>
  <Location>http://serenitybybialio.googlecode.com/files/STV7.serenity.theme.1.0.zip</Location>
  <MD5>4872da66d09afaeed5d0da1c24a08cb8</MD5>
</Package>

<Screenshot>http://i253.photobucket.com/albums/hh68/bialio/Serenity/Serenity%20V7/screenshot.jpg</Screenshot>
  
<ReleaseNotes>1.0 Full release, highlites changed to orange, grey PVC removed, OSD modified
0.2 Updated a few more button assets to 'serenity orange'
0.1 Original release
</ReleaseNotes>

</SageTVPlugin>
__________________
PHOENIX 3 is here!
Server : Linux V9, Clients : Win10 and Nvidia Shield Android Miniclient
Reply With Quote
  #3  
Old 05-26-2010, 07:45 AM
Opus4's Avatar
Opus4 Opus4 is offline
Administrator
 
Join Date: Sep 2003
Location: NJ
Posts: 19,624
Thanks for the above posts.

I've put these tips at the top of the forum. If others have further tips to add, please feel free to do so.

Discussion and questions should go in other topics, however, and will be removed from this thread.

- 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
  #4  
Old 05-26-2010, 07:56 AM
Tiki's Avatar
Tiki Tiki is offline
Sage Icon
 
Join Date: Feb 2005
Location: Southwest Florida, USA
Posts: 2,009
I can see a potential for a large number of channel logo packs being posted (while most logos will be the same, every city will have some custom logos for local channels). It might be a good idea if Sage were to publish some guidelines related to naming the plugins...

My suggestion for channel logos would be:

"Channel Logos - Country, State, City"

Example: "Channel Logos - USA, Michigan, Detroit"

Assuming that the plugins are listed alphabetically, this will make it very easy for people to find the best channel logos for their area.
__________________
Server: Ryzen 2400G with integrated graphics, ASRock X470 Taichi Motherboard, HDMI output to Vizio 1080p LCD, Win10-64Bit (Professional), 16GB RAM
Capture Devices (7 tuners): Colossus (x1), HDHR Prime (x2)
,USBUIRT (multi-zone)
Source:
Comcast/Xfinity X1 Cable
Primary Client: Server Other Clients: (1) HD200, (1) HD300
Retired Equipment: MediaMVP, PVR150 (x2), PVR150MCE,
HDHR, HVR-2250, HD-PVR
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
Video Playlist Creation bline22 SageTV Software 1 03-10-2008 08:07 PM
SageTV Theme Creation Instructions lfilomeno SageTV Customizations 1 02-28-2008 09:44 AM
DVD creation in sage orky7 SageTV Beta Test Software 4 08-12-2005 09:53 PM
DVD Creation Software Kanati General Discussion 6 07-15-2005 10:08 PM
long pause on file creation. Ryokurin SageTV Software 3 06-10-2004 02:17 PM


All times are GMT -6. The time now is 11:19 AM.


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