|
SageTV Studio Discussion related to the SageTV Studio application produced by SageTV. Questions, issues, problems, suggestions, etc. relating to the Studio software application should be posted here. |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
SageTV database?
I was wondering if there is some type of database/schema that is running behind the scenes in sagetv.
I have a LOT of movies/shows...and it would be nice if I could connect to the sagetv database, and write queries against it. Like, for example, just making a simple report layout that shows me all the names of my shows. I was hoping there is some interface to reach the sagetv data/database. I know there must be one. I just havent found out enough about it yet. Maybe its all internal private unpublished information? Or maybe if I use Studio, I can get access to it using the Studio programming? Just curious. Edit: I found this addin/utility. I might try it out. But I was wondering if there is something in SageTV I can query directly. Even if I have to write a program to it. http://www.sage-community.org/index....gsXmlGenerator Last edited by steingra; 06-25-2006 at 04:54 PM. |
#2
|
||||
|
||||
Quote:
- 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. |
#3
|
|||
|
|||
Thats great! Guess its time I finally started using Studio. Just havent had a specific reason until now. I was hoping there was a way to dig into it.
Thanks. |
#4
|
||||
|
||||
And expect more advanced query features as part of 5.1. (some of them have already been updated in the online API docs)
__________________
Jeffrey Kardatzke Founder of SageTV |
#5
|
|||
|
|||
Quote:
|
#6
|
||||
|
||||
It would be great if you could also add an API that could retrieve the full filename of a picture library file. I was adding buttons below the picture/slideshow viewer for things like navigation,rotation,deletion but could not find any way to get the full name and extension of the picture.
|
#7
|
||||
|
||||
Check out:
- 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. |
#8
|
||||
|
||||
GetFileForSegment() should tell you everything you need to know about the physical file on disk (assuming you know how to access the methods of a java.io.File).
Edit: Once again, Andy's quicker on the draw.
__________________
-- Greg |
#9
|
||||
|
||||
Doh! I thought I had tried that one found a problem, but it works when I try it now. Thanks!
|
#10
|
|||
|
|||
Since I do not see any "Since" param in the javadocs on the http://download.sage.tv/api/ api onsite.
How will I know which is 5 and which is 5.1?? I do not remember all the functions offhand, and I use it havily right now. Can you add that field?
__________________
Server SageTv 6.3.5, Core2Duo 6300 ,2Gigs ,Saphire x1650, PVR250, 2*320GB + 160GB, java 1.6.1 Client SageTV Client 6.3.5 , AMD 3000, 1024Mb, Saphire x1600Pro256HDMI, java 1.6.1 Using Nielm's Web server 2.22 |
#11
|
||||
|
||||
Quote:
__________________
Check out my enhancements for Sage in the Sage Customisations and Sageplugins Wiki |
#12
|
|||
|
|||
I stand corrected
__________________
Server SageTv 6.3.5, Core2Duo 6300 ,2Gigs ,Saphire x1650, PVR250, 2*320GB + 160GB, java 1.6.1 Client SageTV Client 6.3.5 , AMD 3000, 1024Mb, Saphire x1600Pro256HDMI, java 1.6.1 Using Nielm's Web server 2.22 |
#13
|
||||
|
||||
Quote:
So once I Update the picture file I cannot get it to display anything but the cached image (and thumbnail) until enough other pictures are displayed or rescanning the database. Any easy solution? Thanks. |
#14
|
||||
|
||||
No, last time I heard (3/05), there is no way of getting around the image cache, and that unloadimage does not work and can not work in 3d mode...
__________________
Check out my enhancements for Sage in the Sage Customisations and Sageplugins Wiki |
#15
|
||||
|
||||
If you're talking about tweaking an image in Photoshop or whatever during STV development, there are basically two strategies that work:
1. Use temporary filenames such as Temp1.png, Temp2.png, etc., bumping the number with each edit. Rename it to its permanent name only after you're done tweaking and are satisified with the appearance. 2. Implement an Exit & Restart command that launches a batch file or VBScript script just before exiting Sage. The script can then restart Sage after a short delay, thereby flushing the image cache. On the other hand, if you're talking about writing code that actually overwrites image files dynamically at runtime, then you're going to be constantly butting heads with the image cache, and you'd best find another way to solve your problem that doesn't involve reusing the same filename for different images.
__________________
-- Greg |
#16
|
||||
|
||||
All,
I'm bringing back this old thread to see if there has been any progress on a method for having Sage re-load an image when the file itself has changed. I have tried "UnloadImage" but that does not seem to clear it out. The only method that I have been able to get to work is to restart sage. Any ideas greatly appreciated!
__________________
LaManSoft - InControl For Sage and HomeSeer |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|