Opened 15 years ago

Closed 15 years ago

#7094 closed defect (fixed)

storage-groups and files with special chars

Reported by: Markus Schulz <msc@…> Owned by: Isaac Richards
Priority: minor Milestone: unknown
Component: MythTV - General Version: head
Severity: low Keywords:
Cc: Ticket locked: no

Description

i have some series where the title have special chars like: Coupling - Wer mit wem? (taken from ttvdb)

i have all the artwork in my storage groups: Coupling - Wer mit wem? Season 1_fanart.jpg Coupling - Wer mit wem? Season 1_banner.jpg Coupling - Wer mit wem? Season 1_coverart.jpg

My frontend tries to request them: 2009-09-18 12:13:49.267 Error loading image to scale, from file: myth://Coverart@192.168.3.26:6543/Coupling - Wer mit wem? Season 1_coverart.jpg 2009-09-18 12:13:49.277 Error loading image to scale, from file: myth://Fanart@192.168.3.26:6543/Coupling - Wer mit wem? Season 1_fanart.jpg

backend: 2009-09-18 12:13:49.255 ERROR: LocalFilePath? unable to find local path for 'Coupling - Wer mit wem'.

looks like the backend splits the filename wrong?

Change History (1)

comment:1 Changed 15 years ago by greg

Resolution: fixed
Status: newclosed

(In [21934]) #closes #7094 . Fixes a myth:// url parsing problem in RemoteFile? which chopped out portions of files with '?' in the name.

Tested with the names

testingone?moo.avi testingthree?moo#cow.avi testingtwo#moo.avi tesingfource ? moo.avi

Note: See TracTickets for help on using tickets.