PDA

View Full Version : IMDB Support


will1105
01-24-2006, 12:45 PM
I imported the imdb_search_import.stvi file for the IMDB and placed the JAR directory in /opt/sagetv/usr. IMDB search for title shows up now in the options menu but when I execute it I get the fillowing error message:

Failed to load Sage IMDB java class

Has anybody been able to get this to work?

nielm
01-24-2006, 02:43 PM
Dont have the linux version, but probably, as with the webserver, you need to unpack the JAR files into the /opt/sagetv/app directory

unzip the imdb zip into /opt/sagetv/app

cd to /opt/sagetv/app
unzip JARs/nielm_sageutls.jar '*.class'
unzip JARS/nielm_sageimdb.jar '*.class'
rm JARs/nielm_sageutls.jar JARS/nielm_sageimdb.jar

(Any sage people: where should JARs be put for Linux?)

will1105
01-24-2006, 03:57 PM
Dont have the linux version, but probably, as with the webserver, you need to unpack the JAR files into the /opt/sagetv/app directory

unzip the imdb zip into /opt/sagetv/app

cd to /opt/sagetv/app
unzip JARs/nielm_sageutls.jar '*.class'
unzip JARS/nielm_sageimdb.jar '*.class'
rm JARs/nielm_sageutls.jar JARS/nielm_sageimdb.jar

(Any sage people: where should JARs be put for Linux?)


Thanks Nielm--The fix was easy once I had something to go on. All I had to do is extract the 2 jar files. They extracted to a directory named net. I placed this directory in the /opt/sagetv/SageTV.4.1.Dev directory and it automagically worked!!