个人工具

UbuntuHelp:MythImport

来自Ubuntu中文

Wikibot讨论 | 贡献2009年11月17日 (二) 20:00的版本 (创建新页面为 '{{From|https://help.ubuntu.com/community/MythImport}} {{Languages|UbuntuHelp:MythImport}} <<Include(MythTV/Header)>> == Introduction == MythImport is a ...')

(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转至: 导航, 搜索

<<Include(MythTV/Header)>>

Introduction

MythImport is a Perl script that can be used to add recordings to an "on the go" backend.

Installation

To get the latest version you will need to enable the Mythbuntu Testing Repository (see Testing Packages section): http://www.mythbuntu.org/testingandreporting Install MythImport

sudo apt-get update
sudo apt-get install mythimport

Options

input - Input directory where exported recordings and sql live. output - Output directory, use this if you want to transfer the recordings to a different directory. cleanup - Specify what files to delete upon sucess (available options: all, recordings, sql).

Examples

mythimport input=/mnt/usb/mythtv/ output=/var/lib/mythtv/recordings/ cleanup=all

Troubleshooting

If you get an error about config.xml missing, this can normally be found in the home directory of the user who runs your MythTV Fronend, and can be fixed by creating a symlink in mythtv's home directory (because that is the user who runs the daemon). By default most of these symlinks should exist if you are running Jaunty or using the weekly builds, if you run into problems it is always a safe bet to make sure the config.xml exists in the following places:

** These are especially important when using the RSS feature or running as a user job **
/home/%your_user_account%/.mythtv
/root/.mythtv
/home/mythtv/.mythtv