Changes between Initial Version and Version 2 of Ticket #8310


Ignore:
Timestamp:
Apr 10, 2010, 10:16:31 PM (14 years ago)
Author:
sphery
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8310

    • Property Priority changed from major to minor
    • Property Severity changed from medium to low
    • Property Summary changed from Error running mythcommflag --cutlist to Error running mythcommflag --clearcutlist
  • Ticket #8310 – Description

    initial v2  
    22
    33mythcommflag --clearcutlist -f /media/recordings/mythtv/1020_20100121105900.mpg
    4 
     4{{{
    552010-04-07 08:27:28.960 Using runtime prefix = /usr
    662010-04-07 08:27:28.961 Using configuration directory = /home/mythtv/.mythtv
     
    47472010-04-07 08:27:31.052 Database not open while trying to load setting: backendconnectretry
    48482010-04-07 08:27:31.100 Using protocol version 56
    49 
     49}}}
    5050
    5151Just running mythcommflag on its own (ie no --cutlist option) produces no errors.
    5252
    5353My .config.xml file looks like this:
    54 
     54{{{
    5555<Configuration>
    5656  <UPnP>
     
    6464        <DBHostName>192.168.0.31</DBHostName>
    6565        <DBUserName>mythtv</DBUserName>
    66         <DBPassword>FhmBbV3c</DBPassword>
     66        <DBPassword>mythtv</DBPassword>
    6767        <DBName>mythconverg</DBName>
    6868        <DBPort>3306</DBPort>
     
    7171  </UPnP>
    7272</Configuration>
    73 
     73}}}
    7474Ian.