Jump to content

Channel Icons

From MattWiki
(Redirected from Mythtv:Channel Icons)
Note Note: As of 25-Feb-2007 This is a trunk only page, version 0.21


In the Mythtv's contrib directory is a folder named master_iconmap change directory into that folder.

cd /tmp/svn/mythtv/contrib/master_iconmap

A list of this directory will show you.

channel_icons.pl
master_iconmap.xml
README

A channel_icons.pl --help will show you.

usage:  ./channel_icons.pl [options]

options:

   --find-missing

       Scan your database and download any missing channel icons.
       See also:  --rescan  --icon-dir

   --rescan

       Use in combination with --find-missing to rescan all of your channels
       for new icons.

   --icon-dir {path}

       Directory in which to store downloaded channel icons.  Used in
       combination with --find-missing.  Defaults to ~/.mythtv/channels/

   --callsign {string}

       Display the icon URL for the specified callsign.

   --xmltvid {string}

       Display the icon URL for the specified xmltvid.

   --iconmap

       Display the master iconmap from:
       http://services.mythtv.org/channel-icon/master-iconmap

   --usage

       Display this message

Update Command[edit | edit source]

Here is my update command.

./channel_icons.pl --icon-dir /mythtv/icons --find-missing