SageTV Community  

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

Notices

SageTV Beta Test Software Discussion related to BETA Releases of the SageTV application produced by SageTV. Questions, issues, problems, suggestions, etc. regarding SageTV Beta Releases should be posted here.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 05-10-2004, 06:21 PM
beyond beyond is offline
Sage User
 
Join Date: Oct 2003
Posts: 50
Anyone use a VFD / LCD with Sagetv?

What I want to see about doing.. hopefully someone already has this done if its something that can be done..

Incorporate girder to be able and grab EPG data / channel data from sagetv...

for example..

When watching TV, have my VFD output the channel on line 1 and the show title on line 2..

When watching something recorded, have the VFD output the show title on line 1 and the remaining time / total time on line 2

When watching DVD's have the info be ported somehow to incorporate data like I do with TheaterTek..

When watching a divx or mpeg, have it show the name of the file and how much longer is going..

So, anyone do that yet? Or is it something that just cannot be done at all?

I'm trying my hardest to make this SageTV box im working on just blow the socks off anyone that comes over..
__________________
Brad "beyond" Gilomen
www.htpcnews.com
Reply With Quote
  #2  
Old 05-10-2004, 08:51 PM
SamVimes2 SamVimes2 is offline
Sage User
 
Join Date: Aug 2003
Location: NYC
Posts: 46
I would also like Girder to be able to grab library data for similar applications; be able to retrieve a list of shows recorded in the last 24 hours, etc.

Perhaps DVDSpy integration?
Reply With Quote
  #3  
Old 05-10-2004, 10:57 PM
DFA DFA is offline
Sage Expert
 
Join Date: Oct 2003
Location: Bakersfield
Posts: 638
I use LCDC but I have not seen any plugin for Sage yet. Probably sooner or later but nothing yet it seems. There is one for ZoomPlayer which is mostly an HTPC niche product so a plugin for Sage is not out of the realm of imagination.

If anyone finds one, please share!

DFA
__________________
Wrong information is worse than no information
Reply With Quote
  #4  
Old 05-10-2004, 11:13 PM
stanger89's Avatar
stanger89 stanger89 is offline
SageTVaholic
 
Join Date: May 2003
Location: Marion, IA
Posts: 15,188
I'll throw in my interest in this. I tried DVDSpy but it seems to only work with certain applications, and Sage isn't one of them. I'm patiently waiting for Studio to see what's possible.
Reply With Quote
  #5  
Old 05-11-2004, 06:49 AM
FamilyMan FamilyMan is offline
Sage User
 
Join Date: Feb 2004
Posts: 42
I've done it (kinda) using the Sage property "scheduler_export_file" to output a file of the upcoming recording schedule and then writing a ton of girder scripts to parse the file. It wasn't very useful because no one could read the LCD display from the couch.
Reply With Quote
  #6  
Old 05-11-2004, 06:54 PM
SamVimes2 SamVimes2 is offline
Sage User
 
Join Date: Aug 2003
Location: NYC
Posts: 46
Where can I find more info about that property? That sounds like exactly what I'm looking for...
Reply With Quote
  #7  
Old 05-11-2004, 11:33 PM
FamilyMan FamilyMan is offline
Sage User
 
Join Date: Feb 2004
Posts: 42
I don't know where you can find more info on the property but it is pretty easy to implement. Just shutdown Sage and then add then property to the Sage.properties file. Here is what the line looks like in my Sage.properties:

scheduler_export_file=E\:\\Program Files\\Frey Technologies\\SageTV\\sched.txt

It's a tab delimited text file so it's pretty easy to parse. Each line has nine "fields:"

Encoder - Name of encoder/tuner doing the recording
Start Time - Time show will start in ddd mm/dd hh24:mm format
Stop Time - Time show will end in ddd mm/dd hh24:mm format
Duration - Length of show in hh24:mm format
ChannelName - Channel call sign
ChannelNum - Channel Number
Title - Title of show
ManualRecord - "true" if show is a manual record, "false" if it isn't
Favorite - "true" if show is a favorite, "false" if it isn't

Those last two fields are important because this file lists IR recordings even if you have IR disabled. You can tell IR recordings because ManualRecord and Favorite are both "false." Parsing the dates are a little tricky because there is no year in the date string and girder does not have native date arithmetic (at least not in the version I use, 3.2.9) so figuring out show order can be tough. Fortunately the file is sorted in date/time order. What this file doesn't show you, and what I think is its biggest drawback, is what show is currently recording. The first line in the file is what show is coming up next in the schedule. Once that show starts, the file is updated and that line is removed.
Reply With Quote
  #8  
Old 06-13-2004, 10:25 AM
heffe2001's Avatar
heffe2001 heffe2001 is offline
Sage Icon
 
Join Date: Mar 2004
Location: Conover, NC
Posts: 1,269
Would you be willing to share the scripts you already have made FamilyMan?
__________________
Server: AMD Phenom 2 920 2.8ghz Quad, 16gb Ram, 4tb Storage, 1xHVR-2250, 1 Ceton Cable Card adapter, Windows 7 SP1
Reply With Quote
  #9  
Old 06-13-2004, 06:52 PM
FamilyMan FamilyMan is offline
Sage User
 
Join Date: Feb 2004
Posts: 42
Sure! Here's the gml file. I'm no longer using the LCD to display Sage information and when I was using the file I was doing a lot of experimentation, so don't expect this file to work right out the box. The parts of the gml that you'd probably be most interested in are the Startup and UpdateRecLCD multigroups. In the Startup multigroup there is a command called DateTime Functions which contains the VMS for all the datetime functionality. In the UpdateRecLCD multigroup is the command called ReadRecSchedule in which I did all the LCD message creation stuff.

Have fun and if you improve upon what in this file (which I am positive you will) please post it.

P.S. One of the things I could not get to work consistently was programmatically determining when the scheduler export file was changed by Sage (no girder function to let me know when a file was modified). I ended up trying numerous indirect methods, none of which were optimal.
Attached Files
File Type: txt mediaserver.gml.txt (77.3 KB, 255 views)
Reply With Quote
  #10  
Old 06-15-2004, 08:28 AM
DynamoBen DynamoBen is offline
Sage Aficionado
 
Join Date: Nov 2003
Posts: 291
I love the idea of installing and LCD/VFD display.

I agree with the first post about what the display should do. I have always wanted my display to show the name and channel of the show being record on tuner 1 on line 1 and the show being recorded on tuner 2 on line 2. During playback it would display based on the description in the first post, however it would have the time also. (IE 30mins into a 1hr show)

The LCD idea has been something I have wanted for a long time maybe Frey can do something to make this easier.
Reply With Quote
  #11  
Old 06-16-2004, 09:33 AM
AndyS AndyS is offline
Sage Aficionado
 
Join Date: Apr 2004
Location: Orange County, CA
Posts: 383
I'm going to wait for Studio to be released before going down this road - perhaps there will be something in there that will help.

It would be really nice to have an API though that you could use to query Sage or the Client, and get back current status information...

Andy.
Reply With Quote
  #12  
Old 06-24-2004, 04:05 PM
jennyfur jennyfur is offline
Sage User
 
Join Date: Jun 2004
Location: PA
Posts: 18
Send a message via ICQ to jennyfur Send a message via AIM to jennyfur
I've had a matrix orbital LCD for years (before they started making USB ones...darn) and use LCDC to run it on my main computer. I'm new to the whole HTPC thing and I'm currently in the process of building a very simple one out of old parts. I'd love to put the LCD in it and have it show info from SageTV!

I'm not looking to show the titles of shows or things that like that would be really long. I'd really only want it to emulate the functionality of the digital displays on my existing home theater components, such as: channels, chapter & time of a DVD, CD track # & time (or MP3 info), etc.

Lucky for me, there's no HTPC case out yet that's exactly what I want (which would include being able to install an MO LCD or VFD). If there was I'd actually upgrade to one of MO's USB VFD's...

Somebody's gotta be able to write a plugin for this considering digital displays seem to be getting more popular every year!
Reply With Quote
  #13  
Old 10-16-2005, 06:20 PM
Boxster_T Boxster_T is offline
Sage User
 
Join Date: Apr 2003
Posts: 44
Bump this one. It's been a year. Has anyone had any luck with Sage and LCDC?
Reply With Quote
  #14  
Old 10-16-2005, 06:23 PM
DynamoBen DynamoBen is offline
Sage Aficionado
 
Join Date: Nov 2003
Posts: 291
I've been using SageMon and LCDSmartie for months now and it works great.
Reply With Quote
  #15  
Old 10-16-2005, 06:48 PM
Naylia's Avatar
Naylia Naylia is offline
Sage Fanatic
 
Join Date: Feb 2005
Location: Mountain View, CA
Posts: 754
there's also this plugin for LCDSmartie...don't know if its' the same as SageMon, i don't see a name

http://www.nolberger.se/Sage/LCDSmartie/Default.htm
__________________
You can find me at Missing Remote. Or playing FF XIV. For XLobby users: XLobby MC
Reply With Quote
  #16  
Old 10-16-2005, 06:50 PM
DynamoBen DynamoBen is offline
Sage Aficionado
 
Join Date: Nov 2003
Posts: 291
You have to have sagemon to use the plugin. That is exactly what I'm referring to. Check out sage-community.org
Reply With Quote
  #17  
Old 10-16-2005, 10:49 PM
mightyt's Avatar
mightyt mightyt is offline
Sage Icon
 
Join Date: Jul 2004
Location: CA.
Posts: 1,293
Question

Does LCDSmartie or SageMon work with Silverstones LCD/VFD. They provide iMON softrware, but not sure how much effort it would be to set it up with Sage manually...

Thanks, T.

Last edited by mightyt; 10-17-2005 at 08:21 PM.
Reply With Quote
  #18  
Old 10-17-2005, 05:50 PM
Boxster_T Boxster_T is offline
Sage User
 
Join Date: Apr 2003
Posts: 44
LCDSmartie Looks perfect. SageTV and J.River mediaCenter support! Who could ask for more.

Thanks
Tom
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


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


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