个人工具

“UbuntuHelp:MythTV/Install/WhatNext/channel icons”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
(新页面: {{From|https://help.ubuntu.com/community/MythTV/Install/WhatNext/channel_icons}} {{Languages|UbuntuHelp:MythTV/Install/WhatNext/channel_icons}} ==== Adding Channel Icons ==== Credit to pl...)
 
 
第3行: 第3行:
 
==== Adding Channel Icons ====
 
==== Adding Channel Icons ====
 
Credit to plb from the forums.  The original post is here: http://ubuntuforums.org/showthread.php?t=331913
 
Credit to plb from the forums.  The original post is here: http://ubuntuforums.org/showthread.php?t=331913
 
 
1) Install xmltv.
 
1) Install xmltv.
 
<pre><nowiki>
 
<pre><nowiki>
 
sudo apt-get install xmltv
 
sudo apt-get install xmltv
 
</nowiki></pre>
 
</nowiki></pre>
 
 
2) Obtain the script for making an iconmap.
 
2) Obtain the script for making an iconmap.
 
<pre><nowiki>
 
<pre><nowiki>
 
wget "http://svn.mythtv.org/trac/browser/branches/release-0-20-fixes/mythtv/contrib/mkiconmap.pl?format=txt" -O mkiconmap.pl
 
wget "http://svn.mythtv.org/trac/browser/branches/release-0-20-fixes/mythtv/contrib/mkiconmap.pl?format=txt" -O mkiconmap.pl
 
</nowiki></pre>
 
</nowiki></pre>
 
 
3) Start mythfrontend.
 
3) Start mythfrontend.
 
<pre><nowiki>
 
<pre><nowiki>
 
mythfrontend
 
mythfrontend
 
</nowiki></pre>
 
</nowiki></pre>
 
 
4) Run the script.
 
4) Run the script.
 
<pre><nowiki>
 
<pre><nowiki>
 
perl mkiconmap.pl
 
perl mkiconmap.pl
 
</nowiki></pre>
 
</nowiki></pre>
 
 
5) Add to your database.
 
5) Add to your database.
 
<pre><nowiki>
 
<pre><nowiki>

2007年11月30日 (五) 20:43的最新版本

Adding Channel Icons

Credit to plb from the forums. The original post is here: http://ubuntuforums.org/showthread.php?t=331913 1) Install xmltv.

sudo apt-get install xmltv

2) Obtain the script for making an iconmap.

wget "http://svn.mythtv.org/trac/browser/branches/release-0-20-fixes/mythtv/contrib/mkiconmap.pl?format=txt" -O mkiconmap.pl

3) Start mythfrontend.

mythfrontend

4) Run the script.

perl mkiconmap.pl

5) Add to your database.

mythfilldatabase --import-icon-map iconmap.xml --update-icon-map