← Back to team overview

mythbuntu-bugs team mailing list archive

no quotation anymore; see: MythArchive: fix a filename quoted twice bug [d6de041]

 

Package: 
/var/cache/apt/archives/mytharchive_2%3a0.26.0+fixes.20130326.5fe87ed-0ubuntu0mythbuntu2_amd64.deb

Error message is:
mythutil --copyfile --infile /home/mythtv/recordings/29108_20130323234400.mpg --
outfile /Videos/0_0_0/directory name with spaces/29108_20130323234400.mpg. 
Result: 132

workaround:
Starting mythutil in a shell and use quotes or escape spaces works as a charm.

mythutil --copyfile --infile /home/mythtv/recordings/29108_20130323234400.mpg --
outfile /Videos/0_0_0/directory\ name\ with\ spaces/29108_20130323234400.mpg

It seems someone has fixed this "filename quoted twice bug" twice, will say once 
too much so there is no quotation left at all...