[mythtv-commits] Ticket #10683: mythfilldatabase mixing up additional parameters

MythTV noreply at mythtv.org
Wed May 2 15:42:31 UTC 2012


#10683: mythfilldatabase mixing up additional parameters
-------------------------------------------+------------------------
     Reporter:  jan@…                      |      Owner:  stuartm
         Type:  Bug Report - General       |     Status:  new
     Priority:  minor                      |  Milestone:  unknown
    Component:  MythTV - Mythfilldatabase  |    Version:  0.25-fixes
     Severity:  medium                     |   Keywords:
Ticket locked:  0                          |
-------------------------------------------+------------------------
 Something broke in the way mythfilldatabase is called when providing
 additional grabber parameters. I noticed that you had to prefix grabber
 parameters with " -- " after upgrading to 0.25, and this worked just fine
 after updating the configuration. But since a few days, this doesn't work
 anymore. The command line generated for example looks like:

 {{{
 mythfilldatabase -v xmltv --days 20 --verbose general --loglevel info
 --syslog local7
 }}}

 when it should be:

 {{{
 mythfilldatabase -v xmltv --verbose general --loglevel info --syslog
 local7 --  --days 20
 }}}

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/10683>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list