|
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. |
|
Thread Tools | Search this Thread | Display Modes |
#41
|
|||
|
|||
Quote:
Hang tight... and I will share more when I get a little further along. k |
#42
|
||||
|
||||
Wow!
__________________
SageTV Server 7.1.x w/Gemstone and Plex Home Theater v1.0.10 w/PlexPass
HD-PVR w/v1.5.6 drivers / Hauppauge IR blaster / FiOS Extreme HD / Motorola QIP6200 / SPDIF+720p Fixed Output on HP Media Center 8400F (Phenom 9500 QuadCore 2.2GHz, nVidia GeForce 8500 GT) via Olevia 247TFHD/Onyko TX-SR606/Harmony 550/HP MediaSmart EX490 WHS w/12TB Plex Media Server v0.9.9.5 on HP Touchsmart Envy 23 d16qd Sonos Play:3, Connect / SimpleTV v2 / Roku 2 XS+Plex / iPhone 5 / iPad 2 |
#43
|
||||
|
||||
Quote:
Quote:
It should really be that simple. Quote:
A more important aspect would be the version of Rainmeter you've got installed and if .rmskin filetypes are associated with Rainmeter.
__________________
SageTV Server 7.1.x w/Gemstone and Plex Home Theater v1.0.10 w/PlexPass
HD-PVR w/v1.5.6 drivers / Hauppauge IR blaster / FiOS Extreme HD / Motorola QIP6200 / SPDIF+720p Fixed Output on HP Media Center 8400F (Phenom 9500 QuadCore 2.2GHz, nVidia GeForce 8500 GT) via Olevia 247TFHD/Onyko TX-SR606/Harmony 550/HP MediaSmart EX490 WHS w/12TB Plex Media Server v0.9.9.5 on HP Touchsmart Envy 23 d16qd Sonos Play:3, Connect / SimpleTV v2 / Roku 2 XS+Plex / iPhone 5 / iPad 2 |
#44
|
|||
|
|||
The reason the file was uploaded as a zip file and then renamed to rmskin is that the forum doesn't allow you to upload an rmskin file. Other sites may have similar restrictions.
But under the skin (ha ha) the 'installation' just unzips the files to your skins folder anyway. Quote:
|
#45
|
||||
|
||||
Regarding the non-rmskin zip files, I noticed that there is a section near the bottom of this document called "Installing Manually" that may help with misc older skin installations;
http://docs.rainmeter.net/manual/installing-skins |
#46
|
|||
|
|||
I think I just didn't follow the instructions on where to unzip.
Back to the Sage skin: It would be great if the display would be customizable so that we could display any info that we wanted, assuming that it could be served up by the web pages, Sagex, or whatever the source was. For example, I would like to see a list of all clients connected. I have many extenders but I find that the system really bogs down when about 4 or more are connected. If a Rainmeter Skin could show all connected clients that would be great as I would likely notice this more quickly than having to go to the Sage web page to check it out. It would also be nice to be able to show JVM readings, etc. Other suggestions - if you click the (!) indicator for system messages it would be great if that sent you to the system messages page in the Sage web UI.
__________________
New Server - Sage9 on unRAID 2xHD-PVR, HDHR for OTA Old Server - Sage7 on Win7Pro-i660CPU with 4.6TB, HD-PVR, HDHR OTA, HVR-1850 OTA Clients - 2xHD-300, 8xHD-200 Extenders, Client+2xPlaceshifter and a WHS which acts as a backup Sage server |
#47
|
||||
|
||||
Quote:
For more complex skins like this one, you need to write lua scripts to parse the result and determine what to display, and you need meters (a visual element) to display the data. To make this process generic to all the different sources and types of data to display would be difficult and require an entire rewrite of the skin. I've actually considered re-writing it, but I don't have the time for it right now, and I expect Jusjoken will do a much better job than I anyway. Quote:
Quote:
Stuckless: Quote:
Maybe you can use this? |
#48
|
|||
|
|||
Maybe tmiranda would know as he wrote the JVM monitor Plugin.
__________________
New Server - Sage9 on unRAID 2xHD-PVR, HDHR for OTA Old Server - Sage7 on Win7Pro-i660CPU with 4.6TB, HD-PVR, HDHR OTA, HVR-1850 OTA Clients - 2xHD-300, 8xHD-200 Extenders, Client+2xPlaceshifter and a WHS which acts as a backup Sage server |
#49
|
||||
|
||||
This would be the easiest of your list to implement, actually.
__________________
SageTV Server 7.1.x w/Gemstone and Plex Home Theater v1.0.10 w/PlexPass
HD-PVR w/v1.5.6 drivers / Hauppauge IR blaster / FiOS Extreme HD / Motorola QIP6200 / SPDIF+720p Fixed Output on HP Media Center 8400F (Phenom 9500 QuadCore 2.2GHz, nVidia GeForce 8500 GT) via Olevia 247TFHD/Onyko TX-SR606/Harmony 550/HP MediaSmart EX490 WHS w/12TB Plex Media Server v0.9.9.5 on HP Touchsmart Envy 23 d16qd Sonos Play:3, Connect / SimpleTV v2 / Roku 2 XS+Plex / iPhone 5 / iPad 2 |
#50
|
|||
|
|||
Quote:
Quote:
Now that I think about it, one easy way to do this might be to write a groovy script that returns the values, and call the groovy script through the webserver. It would make skin 'installation' a little more complicated, but not terrible. Of course, I don't have any idea how to write groovy code or even if I could get the heap information from within Groovy. Last edited by Dargason; 01-08-2013 at 05:20 PM. |
#51
|
|||
|
|||
I can help with the groovy code but when I tried to do this before there was an issue as the groovy script I initiated ran in its own JVM so I wasn't getting the info for the SageTV JVM, I was getting the info from the JVM I started to run the groovy script. In fact I think the code I ran was more generic Java code that returned this info.
__________________
New Server - Sage9 on unRAID 2xHD-PVR, HDHR for OTA Old Server - Sage7 on Win7Pro-i660CPU with 4.6TB, HD-PVR, HDHR OTA, HVR-1850 OTA Clients - 2xHD-300, 8xHD-200 Extenders, Client+2xPlaceshifter and a WHS which acts as a backup Sage server |
#52
|
|||
|
|||
Quote:
Hmm, yes. If it is its own JVM instance, than it wouldn't work. |
#53
|
|||
|
|||
As info...if my experiement goes well the JVM heap widget should not be difficult to replicate. I am starting with the weather widgets and then will do vfs lists and the go from there.
As for lua in Rainmeter using lua libraries like the JSON one...not now...it does not support that. But it's not that complex to parse the results as you have seen. k |
#54
|
|||
|
|||
When I click the SageTV header or the system message (!) it opens my browser but the URL is completely blank. is this the behavior that other see or is it particular to my PC? FYI my sys is running Win7x64 and the browser is IE.
__________________
New Server - Sage9 on unRAID 2xHD-PVR, HDHR for OTA Old Server - Sage7 on Win7Pro-i660CPU with 4.6TB, HD-PVR, HDHR OTA, HVR-1850 OTA Clients - 2xHD-300, 8xHD-200 Extenders, Client+2xPlaceshifter and a WHS which acts as a backup Sage server |
#55
|
||||
|
||||
Quote:
__________________
SageTV Server 7.1.x w/Gemstone and Plex Home Theater v1.0.10 w/PlexPass
HD-PVR w/v1.5.6 drivers / Hauppauge IR blaster / FiOS Extreme HD / Motorola QIP6200 / SPDIF+720p Fixed Output on HP Media Center 8400F (Phenom 9500 QuadCore 2.2GHz, nVidia GeForce 8500 GT) via Olevia 247TFHD/Onyko TX-SR606/Harmony 550/HP MediaSmart EX490 WHS w/12TB Plex Media Server v0.9.9.5 on HP Touchsmart Envy 23 d16qd Sonos Play:3, Connect / SimpleTV v2 / Roku 2 XS+Plex / iPhone 5 / iPad 2 |
#56
|
|||
|
|||
I didn't change this, here is what I have in SageTV.ini:
HomePageUrl=#Server#/sage/Home RecordingStatusUrl=#Server#/sage/Home?xml=currrecording RecordingConflictsUrl=#Server#/sage/Conflicts RecordingConflictsRSS=#Server#/sage/public/Rss/Conflicts SystemMessagesUrl=#Server#/sage/SystemMessages and in UserConfig.inc Server=#Authentication#192.168.1.92:8080 Authentication=http://name:password@ And some of these variables are used to pull in some of the data in the skin which is appearing and works fine. Maybe it is a browser issue - are you using Win7? 64 or 32 bit? This PC is running Win7 HP 64 bit.
__________________
New Server - Sage9 on unRAID 2xHD-PVR, HDHR for OTA Old Server - Sage7 on Win7Pro-i660CPU with 4.6TB, HD-PVR, HDHR OTA, HVR-1850 OTA Clients - 2xHD-300, 8xHD-200 Extenders, Client+2xPlaceshifter and a WHS which acts as a backup Sage server Last edited by wayner; 01-10-2013 at 07:43 PM. |
#57
|
||||
|
||||
Win 7 / 64bit / HP Touchsmart -- never any issues here...
__________________
SageTV Server 7.1.x w/Gemstone and Plex Home Theater v1.0.10 w/PlexPass
HD-PVR w/v1.5.6 drivers / Hauppauge IR blaster / FiOS Extreme HD / Motorola QIP6200 / SPDIF+720p Fixed Output on HP Media Center 8400F (Phenom 9500 QuadCore 2.2GHz, nVidia GeForce 8500 GT) via Olevia 247TFHD/Onyko TX-SR606/Harmony 550/HP MediaSmart EX490 WHS w/12TB Plex Media Server v0.9.9.5 on HP Touchsmart Envy 23 d16qd Sonos Play:3, Connect / SimpleTV v2 / Roku 2 XS+Plex / iPhone 5 / iPad 2 |
#58
|
|||
|
|||
Strange - when I change default browser to Chrome it works fine. I changed back to IE and it doesn't work.
__________________
New Server - Sage9 on unRAID 2xHD-PVR, HDHR for OTA Old Server - Sage7 on Win7Pro-i660CPU with 4.6TB, HD-PVR, HDHR OTA, HVR-1850 OTA Clients - 2xHD-300, 8xHD-200 Extenders, Client+2xPlaceshifter and a WHS which acts as a backup Sage server |
#59
|
||||
|
||||
Ugh. IE. I just tested it with IE 9 and none of the links work (or all I get is a blank page). I blame IE (which I almost never use at home).
__________________
SageTV Server 7.1.x w/Gemstone and Plex Home Theater v1.0.10 w/PlexPass
HD-PVR w/v1.5.6 drivers / Hauppauge IR blaster / FiOS Extreme HD / Motorola QIP6200 / SPDIF+720p Fixed Output on HP Media Center 8400F (Phenom 9500 QuadCore 2.2GHz, nVidia GeForce 8500 GT) via Olevia 247TFHD/Onyko TX-SR606/Harmony 550/HP MediaSmart EX490 WHS w/12TB Plex Media Server v0.9.9.5 on HP Touchsmart Envy 23 d16qd Sonos Play:3, Connect / SimpleTV v2 / Roku 2 XS+Plex / iPhone 5 / iPad 2 |
#60
|
|||
|
|||
Good I am not crazy. That's why I requested this functionality as I didn't think it worked as it doesn't do anything if IE is running when you click the icon or header.
__________________
New Server - Sage9 on unRAID 2xHD-PVR, HDHR for OTA Old Server - Sage7 on Win7Pro-i660CPU with 4.6TB, HD-PVR, HDHR OTA, HVR-1850 OTA Clients - 2xHD-300, 8xHD-200 Extenders, Client+2xPlaceshifter and a WHS which acts as a backup Sage server |
Tags |
rainmeter |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Are plugins: "Ortus MQ" & "SageTV H2 Mobile Database" needed? | mkanet | SageTV Customizations | 2 | 12-06-2010 06:56 AM |
"Backdrops" "SageTV" "Covers" folders - what's creating them | mp328 | Sage My Movies | 4 | 09-20-2010 05:31 PM |
Can anyone customize for me a Sagetv import for "movie now" "news now" .. menus | thenewguy1979 | SageMC Custom Interface | 9 | 09-18-2008 02:41 PM |
"Set defaults" for Series forgets "Keep"/"Auto-delete" setting | maxpower | SageMC Custom Interface | 9 | 05-14-2008 09:44 PM |
"-startup" and "ui/startup_type=2" BROKEN in SageTV 6.2.x | mkanet | SageTV Software | 3 | 12-10-2007 01:18 PM |