What steps will reproduce the problem?
1. Put the metadata .txt file and .jpg in the same folder with the movie.
2. Example: Transformers 3.mpg,Transformers 3.mpg.txt, Transformers 3.mpg.jpg
3. Browse to the folder
4. Select the movie
What is the expected output? What do you see instead?
The expected results is to see the movie metadata and thumbnail. What happens
instead is the Tivo Please Wait icon appears, and after several minutes drops
back to the Tivo main screen.
What version of the product are you using? On what operating system?
Streambaby v0.29
Windows 8.1 Pro
Please provide any additional information below.
May be related to the following issue:
https://code.google.com/p/streambaby/issues/detail?id=87
and could have something to do with unsupported library for JRE 7:
http://stackoverflow.com/questions/9246371/java-binary-compatibility-issue-sun-f
ont-fontmanager-class-became-interface
I use MetaGenerator Version 3 to create the thumbnails and metadata for
Streambaby.
http://pytivo.sourceforge.net/forum/metagenerator-version-3-t1786.html
The issue is resolved by downloading the last Java 6.x JRE 32-bit version.
Once the JRE 6.x is installed, and the streambaby.ini file points to that
version of the JRE, all works correctly.
@echo off
set LAUNCHDIR="%CD%"
pushd "%~dp0\native"
"D:\Program Files (x86)\Java\jre6\bin\java.exe" -Djava.net.preferIPv4Stack=true
-Xmx256m -Xmx256m -jar "%~dp0/jbin/streambaby.jar" %1 %2 %3 %4 %5 %6 %7 %8
echo Exited.
pause
popd
Original issue reported on code.google.com by Sidney.S...@gmail.com on 16 Jul 2013 at 1:09
Original issue reported on code.google.com by
Sidney.S...@gmail.com
on 16 Jul 2013 at 1:09