|
SageTV Customizations This forums is for discussing and sharing user-created modifications for the SageTV application created by using the SageTV Studio or through the use of external plugins. Use this forum to discuss customizations for SageTV version 6 and earlier, or for the SageTV3 UI. |
|
Thread Tools | Search this Thread | Display Modes |
#41
|
|||
|
|||
..
everytime I click on the sageMon.exe plugin I get this error
the application failed to initialize properly (0xc0000135).Click on ok to terminate the aplication any Ideas? |
#42
|
||||
|
||||
Quote:
I deliberatly don't want to put too much info in this interface because it is meant to be low-overhead: it may have to be updated multiple times per second or so to update an LCD. |
#43
|
|||
|
|||
Quote:
I am trying your smartie plugin but something wrong, i'v followed you instruction on installing and configuring, but when i try to run smartie all i get in the preview window is a quick flash saying [dll: Access vio any thoughts on why i'm getting this would be helpfull. |
#44
|
|||
|
|||
Hello
I also get the flash with access violation. I dont know where this is comming from and I have contacted the developers of Smartie to see if they can help. But after that first flash everything is working for me. Have you confirmed that the monitor plugin is working by opening a cmd window and typing "telnet 127.0.0.1 20000"? You should get a list of what currently is playing. Are you running Smartie on the same computer as Sage? Otherwise check the installation instructions at http://www.sage-community.org/index....Plugin#preview (Also is Sage running...?) /Anders |
#45
|
|||
|
|||
Ok thanks got it working.
keep up the good work |
#46
|
|||
|
|||
Any news on updates ?,
It would be nice see the date and time when not viewing anything. thanks again peter |
#47
|
||||
|
||||
I think you can get those from Smartie itself.
|
#48
|
|||
|
|||
A new version of the LCD Smartie plugin is available at http://www.nolberger.se/Sage/LCDSmartie.
Changes: Access violation mentioned above is fixed. Don't show Error as starttime when a recorded program is playing. Experimental support for locking screen in LCD Smartie when Sage is running, makes it possible to show something else when Sage is not running. Support for getting length of show and pos in seconds from start. Makes it possible to show progress bar. See my web page for more info. Enjoy Anders Last edited by AndersNolberger; 12-21-2004 at 01:12 PM. |
#49
|
|||
|
|||
SageMon error
Quote:
The error message you received occurs when you try to run a .Net program on a computer that doesn't have the .Net Framework installed. Be sure to run Windows update and tell it to install the .Net framework. |
#50
|
|||
|
|||
New version of LCD Smartie plugin
Hello
I have put up a new verison on my web page http://www.nolberger.se/Sage/LCDSmartie. Only a small fix for a memoryleak, but important if you let your computer go for long times and I suppose you do with Sage. I have talked with the developer of LCD Smartie and there will be a fix for flashing screen when trying to lock to Sage output. It will be in the next release of LCD Smartie. I think that this plugin is almost ready now. If anybody finds any bugs please let me know. Otherwise I will call it 1.0 right after the next release of LCD Smartie when the lock screen issue is tested. Merry Christmas Anders Nolberger |
#51
|
||||
|
||||
Hi,
Has anyone got this working with Girder yet? I am just trying to make a simple lua script to get the info, so I can send it to NetRemote. If anyone has done it I would be interested in hearing any tips you wish to share... Cheers Dan |
#52
|
||||
|
||||
Hi,
I don't know if anyone is interested, but here is a basic LUA script that grabs all of the Data from this plugin. I made it for Girder. It compiles all the data into a table. which you can do as you wish with. Code:
SageIP = "192.168.0.4" SagePort = "20000" function ConnectToSage (SageSocketIP, SageSocketPort) SageStatusSocket = connect (SageSocketIP, SageSocketPort) if not SageStatusSocket then print ("Error Connecting to TCP Server...") return else print ("Connection Successful") return end end function GetDataFromSage () SageStatus = {} send (SageStatusSocket,"x") l , e = receive(SageStatusSocket) for i = 1, 24 do _, _, Key, Value = strfind (l, "(.*):%s*(.*)") if Key~= nil then Key = gsub (Key, "_", "") end if Key ~= nil then SageStatus[Key] = Value end l, e = receive(SageStatusSocket) end if e then print(e) else print ("Data Collected - No Error's") end end function CloseConnectionToSage () close (SageStatusSocket) print ("Connection Closed") end function SendSageDataToNR () end ConnectToSage (SageIP, SagePort) GetDataFromSage () CloseConnectionToSage () SendSageDataToNR () --print ("*****") --foreach (SageStatus, print) --print ("******") I am going to use this to send data to my NetRemote rigs. Thanks again for the plugin. Cheers Dan |
#53
|
|||
|
|||
Is there a new version of Sagemon coming out soon?
|
#54
|
||||
|
||||
Just finishing up the next version which will allow mutiple simultaneous connections, and include video disk space statistics...
|
#55
|
|||
|
|||
Man I wish my case had room for a LCD, I don't see any spot and i'm a bit too chicken to hack up brushed aluminum! (Coolermaster ATC-620S)
|
#56
|
||||
|
||||
Quote:
|
#57
|
||||
|
||||
Quote:
http://www.dremel.com/html/home_fr.html |
#58
|
||||
|
||||
HAs anyone had any experiences of Sagetv stuttering when the plugin is polled for regular data?
I tried it at 2000ms intervals abd at first it seems ok but, after a minute(ish) the audio starts to stutter, then eventually the video? Any ideas? Is this a heavy load for sage, especially at this rate? Any ideas would be most helpful!. ;-) |
#59
|
||||
|
||||
Quote:
I am putting a cache in the next version to prevent it doing lookups on the server every time it is queried. For those that want disk space info, I am going to have to disappoint you... I cannot add this without the possibility of long pauses if the video disk space is on network drives, and if the disk is offline. |
#60
|
||||
|
||||
Thanks for the info, looking forward to the next version
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|