Gmyth-ls

From GMythWiki

Jump to: navigation, search

Contents

Description

gmyth-ls lists recorded programs and livetv channels from a mythtv backend.

Command Line Options

 -?, --help                      Show help options
 -h, --hostname=IP_ADDRESS       Mythtv backend hostname or IP address
 -p, --port=PORT                 Mythtv backend port
 -c, --list_channels=LIST_CHANNELS List channels
 -u, --username=MYSQL_USER       Mysql database username. Default: mythtvMysql user
 -w, --password=MYSQL_PASSWD     Mysql database password. Default: mythtvMysql password

Examples

  • List recorded files
 $ gmyth-ls -h 192.168.1.1 -p 6543 -u mythtv -w mythtv
 1004_20070704105000.nuv
 1004_20070704101500.nuv
 1004_20070704102500.nuv
 1004_20070704104500.nuv
 ...
  • List available channels:
 $ gmth-ls -h 92.168.1.1 -p 6543 -u mythtv -w mythtv -c
 13    Globo
 2     SBT
 4     Record
 6     Rede TV
 7     MTV

Notes

If gmyth was compiled with debug enabled, a lot of messages will be shown and it will be hard to see the file/channel list.

Personal tools