|
SageTV v9 Customizations This forums is for discussing and sharing user-created modifications for the SageTV version 9 application created by using the SageTV Studio or through the use of external plugins. Use this forum to discuss plugins for SageTV version 9 and newer. |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
Groovy missing?
I'm not certain this is the right place for this - I'm very new to SageTV with a fresh V9 installation on Windows 7. Trying to install the SageTV Web Interface 3.1.1, I'm getting:
Plugin Install Progress: Done - FAILED - Dependency Install groovy-FAILED - Resource Download http://sagetv-addons.googlecode.com/...oovy-2.0.5.zip I tried looking at http://sagetv-addons.googlecode.com but there's a 404, so it looks like one of the dependencies here has moved or been taken down? When I try to install groovy directly from the plugin manager it fails with the same message. Searching on the web revealed something on SourceForge but I'm not sure if that's the right thing (and if so how to install it). I was able to get Jetty and the mobile web interface running, though the mobile web interface has errors on most of the pages because (according to a search here) I mistakenly let Java upgrade itself and the mobile UI doesn't support Java >1.7, so I'll try to downgrade that, but a desktop version would be great to have too. I searched this forum for "groovy-FAILED" and nothing came up. |
#2
|
|||
|
|||
Schedules direct plugin fails to install
I'm trying to install the Schedules Direct EPG Plugin with a new install of SageTV and it's failing to install a dependency called "groovy"
|
#3
|
|||
|
|||
This post MAY have the fix both of you need:
https://forums.sagetv.com/forums/sho...45&postcount=8 Edit: I don't know if the Groovy stuff is available, but worth a shot...
__________________
Home Network: https://karylstein.com/technology.html Last edited by KarylFStein; 09-02-2016 at 06:13 PM. |
#4
|
||||
|
||||
googlecode changed the paths to their files sometime in the last week (and didn't setup redirects) - this broke a LOT of plugins. It will take some work to get them all in a new home and working again. I'm trying to determine the best way. the plugins aren't gone, but the manifest that sage uses to find the files will need to be fixed. By my count, there are 133 files in the SageTVPlugins repository that currently won't download until this gets resolved.
__________________
Buy Fuzzy a beer! (Fuzzy likes beer) unRAID Server: i7-6700, 32GB RAM, Dual 128GB SSD cache and 13TB pool, with SageTVv9, openDCT, Logitech Media Server and Plex Media Server each in Dockers. Sources: HRHR Prime with Charter CableCard. HDHR-US for OTA. Primary Client: HD-300 through XBoxOne in Living Room, Samsung HLT-6189S Other Clients: Mi Box in Master Bedroom, HD-200 in kids room |
#5
|
||||
|
||||
Quote:
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
#6
|
|||
|
|||
Quote:
I'm blown away by all the hard work going into this. |
#7
|
||||
|
||||
Quote:
As an example: Code:
http://sagetv-addons.googlecode.com/files/groovy-2.0.5.zip Code:
http://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/sagetv-addons/groovy-2.0.5.zip
__________________
Buy Fuzzy a beer! (Fuzzy likes beer) unRAID Server: i7-6700, 32GB RAM, Dual 128GB SSD cache and 13TB pool, with SageTVv9, openDCT, Logitech Media Server and Plex Media Server each in Dockers. Sources: HRHR Prime with Charter CableCard. HDHR-US for OTA. Primary Client: HD-300 through XBoxOne in Living Room, Samsung HLT-6189S Other Clients: Mi Box in Master Bedroom, HD-200 in kids room |
#8
|
||||
|
||||
Quote:
Let me know if any of my plugins are on the list. (I think I have one that I didn't migrate because it's not heavily used.) I'm also willing to adopt some plugins if they need a home.
__________________
Sage Server: 8th gen Intel based system w/32GB RAM running Ubuntu Linux, HDHomeRun Prime with cable card for recording. Runs headless. Accessed via RD when necessary. Four HD-300 Extenders. |
#9
|
||||
|
||||
I could whip up a script that would make a v9 repo manifest for each of the affected packages, but that would only help v9 users, and would mess with existing versioning. The v7 repo really needs to be fixed for things to be right for all.
__________________
Buy Fuzzy a beer! (Fuzzy likes beer) unRAID Server: i7-6700, 32GB RAM, Dual 128GB SSD cache and 13TB pool, with SageTVv9, openDCT, Logitech Media Server and Plex Media Server each in Dockers. Sources: HRHR Prime with Charter CableCard. HDHR-US for OTA. Primary Client: HD-300 through XBoxOne in Living Room, Samsung HLT-6189S Other Clients: Mi Box in Master Bedroom, HD-200 in kids room |
#10
|
||||
|
||||
Quote:
__________________
Buy Fuzzy a beer! (Fuzzy likes beer) unRAID Server: i7-6700, 32GB RAM, Dual 128GB SSD cache and 13TB pool, with SageTVv9, openDCT, Logitech Media Server and Plex Media Server each in Dockers. Sources: HRHR Prime with Charter CableCard. HDHR-US for OTA. Primary Client: HD-300 through XBoxOne in Living Room, Samsung HLT-6189S Other Clients: Mi Box in Master Bedroom, HD-200 in kids room |
#11
|
||||
|
||||
This bash script will update the xml with the new locations...
Code:
cat SageTVPlugins.xml | sed -e "s|http://\(.*\).googlecode.com/files/\(.*\).zip|http://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/\1/\2.zip|g" > NEWSageTVPlugins.xml I am working on some plugin changes that will make it easier to create/use library plugins, like gson, without having to repackage them.
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
#12
|
||||
|
||||
FYI, as of a few hours ago, the SageTVPlugins.xml file has been updated with the new google code file locations, so plugin installs should work fine without any specific Dev file hacks.
__________________
Buy Fuzzy a beer! (Fuzzy likes beer) unRAID Server: i7-6700, 32GB RAM, Dual 128GB SSD cache and 13TB pool, with SageTVv9, openDCT, Logitech Media Server and Plex Media Server each in Dockers. Sources: HRHR Prime with Charter CableCard. HDHR-US for OTA. Primary Client: HD-300 through XBoxOne in Living Room, Samsung HLT-6189S Other Clients: Mi Box in Master Bedroom, HD-200 in kids room |
#13
|
|||
|
|||
Where to get this file ?
|
#14
|
||||
|
||||
You don't have to.. Sage automatically gets it on its own.
__________________
Buy Fuzzy a beer! (Fuzzy likes beer) unRAID Server: i7-6700, 32GB RAM, Dual 128GB SSD cache and 13TB pool, with SageTVv9, openDCT, Logitech Media Server and Plex Media Server each in Dockers. Sources: HRHR Prime with Charter CableCard. HDHR-US for OTA. Primary Client: HD-300 through XBoxOne in Living Room, Samsung HLT-6189S Other Clients: Mi Box in Master Bedroom, HD-200 in kids room |
#15
|
|||
|
|||
Thank you so much (edit: to all the SageTV dev wizards) for this! I got the web server installed and running, and now I have links to both the mobile and desktop versions, which work perfectly.
Last edited by anotherhaus; 09-14-2016 at 01:41 PM. |
#16
|
||||
|
||||
I just found the problem, and poked Narflex into fixing it...
__________________
Buy Fuzzy a beer! (Fuzzy likes beer) unRAID Server: i7-6700, 32GB RAM, Dual 128GB SSD cache and 13TB pool, with SageTVv9, openDCT, Logitech Media Server and Plex Media Server each in Dockers. Sources: HRHR Prime with Charter CableCard. HDHR-US for OTA. Primary Client: HD-300 through XBoxOne in Living Room, Samsung HLT-6189S Other Clients: Mi Box in Master Bedroom, HD-200 in kids room |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
SageTV 6 - groovy - Remote SageAPI is not functional. Can't use server | graywolf | SageTV Customizations | 2 | 08-16-2016 06:10 AM |
Need help with SJQv4 (sjqv3_file_cleaner.groovy) | jsin | SageTV v7 Customizations | 0 | 11-03-2011 01:21 PM |
A "groovy" way to write plugins... | Slugger | SageTV Studio | 7 | 05-15-2011 09:11 PM |
Advice on missing features / something I may be missing? | mcpedro | SageTV Software | 3 | 09-16-2010 08:26 AM |
Groovy Sage client - elonex lumina | brewston | Hardware Support | 2 | 04-25-2008 05:42 AM |