Results 1 to 3 of 3

Thread: HOWTO: Compile and setup of Maxemum TV-Guide

  1. #1
    Join Date
    Apr 2005
    Location
    Stockholm, Sweden
    Beans
    331
    Distro
    Kubuntu 7.10 Gutsy Gibbon

    HOWTO: Compile and setup of Maxemum TV-Guide

    A great TV-Guide application for your favourite channels that I just needed to share. Works for Canada, the USA, the UK, Germany, Austria, Finland, Spain, the Netherlands,Hungary, Denmark, Japan, Sweden, France, Norway, Belgium and Romania.



    Needed packages:
    Code:
    sudo apt-get install xmltv xmltv-gui xmltv-util build-essential checkinstall

    Download the latest source

    http://sourceforge.net/project/showf...roup_id=137586

    Untar
    Code:
    tar xvzf maxemumtvguide-5.10.26.tar.gz
    cd <NAME OF DIRECTORY>
    Compile, build and install
    (uses checkinstall for .deb creation so that you can uninstall using regular apt/synaptic/adept)
    Code:
    ./configure --prefix=/usr
    make
    sudo checkinstall -D make install
    Configure which channels to fetch
    To see which command to use for your country do a
    Code:
    ls /usr/bin/tv_grab_*
    . For me it is Sweden so I will use that as an example below. Just substitute the command for your country.
    Code:
    tv_grab_se --configure

    Fetch the channels info

    tv_grab_se --output ~/.xmltv/tvguide.xml

    Start Maxemum TV-Guide and configure the update button

    Code:
    maxemumtvguide
    goto preferences->updates and enter your XML TV-File
    Code:
    /home/<USERNAME>/.xmltv/tvguide.xml
    and your update command
    Code:
    tv_grab_se --output /home/<USERNAME>/.xmltv/tvguide.xml
    (make sure to use the full path to your xml-file since the application doesn't handle ~)
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	mtvg_s1.jpg 
Views:	276 
Size:	133.8 KB 
ID:	5559  

  2. #2
    Join Date
    Apr 2006
    Location
    Cape Town, South Africa
    Beans
    1
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Lightbulb Re: HOWTO: Compile and setup of Maxemum TV-Guide

    You can also download the prebuilt .deb package from http://downloads.sourceforge.net/mtv...3.2-1_i386.deb.

  3. #3
    Join Date
    Oct 2007
    Beans
    50
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: HOWTO: Compile and setup of Maxemum TV-Guide

    For the other Germans among us:
    Please use the grabber *_ch_search, this provides Swiss data, which is more or less the same as the German ones, some local programmes might be missing.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •