Difference between revisions of "Myth.find orphans.pl"

From MythTV Official Wiki
Jump to: navigation, search
 
m (Note about --host= option)
Line 2: Line 2:
 
'''myth.find_orphans.pl''' is a perl script in the contrib directory for finding orphaned rows in the [[recorded table]] (entries which don't have matching media files) and orphaned media files (potentially taking up gigabytes of otherwise usable disk space) which have no matching row in the [[recorded table]].
 
'''myth.find_orphans.pl''' is a perl script in the contrib directory for finding orphaned rows in the [[recorded table]] (entries which don't have matching media files) and orphaned media files (potentially taking up gigabytes of otherwise usable disk space) which have no matching row in the [[recorded table]].
  
 +
Note on option '''--host='''
 +
 +
When using more than one MythTV backend and the option '''--host=''<foo>''''', '''''<foo>''''' should be the name of the host connected to the TV tuner hardware. The script does not seem to support more than one backend with connected TV tuners yet. It only finds database entries for a single specified backend.
  
 
{{stub}}
 
{{stub}}
  
 
[[Category:Scripts]]
 
[[Category:Scripts]]

Revision as of 19:51, 5 November 2008

Important.png Note: The correct title of this article is myth.find_orphans.pl. It appears incorrectly here due to technical restrictions.

myth.find_orphans.pl is a perl script in the contrib directory for finding orphaned rows in the recorded table (entries which don't have matching media files) and orphaned media files (potentially taking up gigabytes of otherwise usable disk space) which have no matching row in the recorded table.

Note on option --host=

When using more than one MythTV backend and the option --host=<foo>, <foo> should be the name of the host connected to the TV tuner hardware. The script does not seem to support more than one backend with connected TV tuners yet. It only finds database entries for a single specified backend.