← Back to team overview

mythbuntu-bugs team mailing list archive

[Bug 1179628] Re: mytharchive, erroneous fix: [d6de041] MythArchive: fix a filename quoted twice bug ...

 

Root cause could be..the command line parsering of the program "mythutil" changed sometime in 0.26 release..
The command line parsing now requires <space> to be escaped or wrapped in quotes, previously  the cmd options were delimited by --option_keyword & not messed up by spaces.

I had to modify private scripts that utilize "mythutil"  to allow
passing start-time info, part of that was <space> chararters.

Non-compiling workarounds:
- you can copy the failed cmd from log file & run it (mythutil) from a terminal with quotes or escapes..
- could make a wrapper "fake mythutil" script that just adds the quotes (for --outfile) & then calls "mythutil.real"

-- 
You received this bug notification because you are a member of Mythbuntu
Bug Team, which is subscribed to Mythbuntu.
https://bugs.launchpad.net/bugs/1179628

Title:
  mytharchive, erroneous fix: [d6de041] MythArchive: fix a filename
  quoted twice bug ...

Status in Mythbuntu, Ubuntu derivative focused upon MythTV:
  New

Bug description:
   first occurrence in mytharchive Version: 
   2:0.26.0+fixes.20130324.d6de041-0ubuntu0mythbuntu2 

  symptom: 
   video files which have spaces in their name don't get archived anymore

  Error message: 
   Failed while running mythutil --copyfile --infile /home/mythtv/recordings/53..._2013...........mpg --outfile /home/user/Videos/File Name containing spaces.mpg. Result: 132

  Workaround: 
   rename videos, remove all spaces in file name before archivating them with mytharchive

To manage notifications about this bug go to:
https://bugs.launchpad.net/mythbuntu/+bug/1179628/+subscriptions


References