[mythtv-commits] Ticket #13315: Use fully-decoded URL paths when translating to local paths

MythTV noreply at mythtv.org
Sat Nov 10 23:58:44 UTC 2018


#13315: Use fully-decoded URL paths when translating to local paths
------------------------------+-------------------------------
 Reporter:  ijc               |          Owner:  Peter Bennett
     Type:  Patch - Bug Fix   |         Status:  assigned
 Priority:  minor             |      Milestone:  30.0
Component:  MythTV - General  |        Version:  Master Head
 Severity:  medium            |     Resolution:
 Keywords:                    |  Ticket locked:  0
------------------------------+-------------------------------

Comment (by Peter Bennett):

 There is a problem here. The patch fixes some things and breaks others.

 I tested the following video file name :
 {{{
   ticker_1080i%25.mkv
 }}}
 This plays correctly on a local frontend as well as a remote frontend.
 However with your patch the playback fails in both cases with the backend
 reporting it cannot find ticker_1080i%.mkv

 Downloaded files frequently have url encoded file names and people may
 have such files. These would fail with the new patch.

 The patch does fix the case of failing to play a file with a quote (") in
 the name.

-- 
Ticket URL: <https://code.mythtv.org/trac/ticket/13315#comment:6>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list