|
linux_installation
KMTTG LINUX INSTALLATION1. INSTALL JAVA IF NEEDEDKmttg is now written in Java (originally used Perl) and supports Java 1.5 or later. You can download Java Runtime Environment (JRE) from here: http://java.com/en/download/manual.jsp 2. DOWNLOAD KMTTG INSTALLATION ZIP FILEDownload kmttg installation zip file from: http://code.google.com/p/kmttg/downloads/list
3. UNPACK ZIP FILE
TIPIf upgrading from a previous Java kmttg installation you can unzip over the previous installation or just replace the kmttg.jar file of the old installation with the one from the new installation. That way you can preserve the kmttg configuration and avoid having to re-configure. NOTE: In some cases there are other files such as encoding profiles updated as part of a release, so you can also just unzip the file over the top of your previous installation to make sure you overwrite all files that make up an installation. STARTING KMTTG
NOTE: kmttg may detect Tivos on your network before you have a chance to enter the 10 digit MAK, and will not be able to get listings for detected Tivos without MAK, so after entering MAK you will need to click on Refresh List button for each Tivo to get listings.
USING WINE TO RUN WINDOWS ONLY TOOLSSome tools used by kmttg only run on Windows platform, however can be made to run on Linux platform using wine (tool to run Windows binaries on Linux platform). As an example, the following t2extract script can be made to run Windows T2Sami t2extract (used for creating captions files):
#! /bin/sh wine "C:\\Program Files\\T2Sami\\t2extract.exe" -f srt -p `dirname "$3"` "$3" "$4" "$5" "$6" "$7" "$8" "$9" chmod +x t2extract |
Sign in to add a comment
I have made an ebuild for kmttg which is now available in the gentoo sunrise overlay. So gentoo users can use emerge kmttg to install kmttg now. For information on the sunrise overlay (including installation instructions), see http://overlays.gentoo.org/proj/sunrise.
You can use a similar script for comskip on wine.
#! /bin/sh
wine "C:\\Program Files\\comskip\\comskip.exe" --ini "$2" "$3"
You cannot supply extra quoted parameters, as they are (mis)interpreted by comskip.
You will need to create the ~/.wine/drive_c/Program\ Files/comskip directory and unzip the comskip windows binary there. I also created a ~/.comskip directory and made a symlink to the comskip.ini file to simplify the path in kmttg settings.