Opened 17 years ago

Closed 17 years ago

#5009 closed patch (fixed)

mythvideo should escape filenames, not just quote wrap them

Reported by: pat@… Owned by: Anduin Withers
Priority: minor Milestone: 0.21.1
Component: mythvideo Version: head
Severity: low Keywords:
Cc: Ticket locked: no

Description

I ran into problems playing:

Trigun_-_01_-_The_$$60_Billion_Dollar_Man.ogm

The problem appears to be the lack of escaping of the $$ characters.

Attaching a patch which adds escaping of dollar signs to mythvideo.

Attachments (1)

mythvideo-fix-dollarsign.diff (565 bytes) - added by pat@… 17 years ago.
Patch to add escaping of dollar signs in file names

Download all attachments as: .zip

Change History (4)

Changed 17 years ago by pat@…

Patch to add escaping of dollar signs in file names

comment:1 Changed 17 years ago by Dibblah

Status: newassigned
Type: defectpatch

comment:2 Changed 17 years ago by Anduin Withers

(In [19510]) References #5009

Escape more than "s for things that may be mangled by sh.

comment:3 Changed 17 years ago by Anduin Withers

Resolution: fixed
Status: assignedclosed

(In [19512]) Closes #5009

Backport [19510]

Original commit message:

Escape more than "s for things that may be mangled by sh.

With thanks to Pat Erley and Michael Bishop for patches.

Note: See TracTickets for help on using tickets.