GuzziMP / my-films

Automatically exported from code.google.com/p/my-films
0 stars 0 forks source link

ampersand name issue #302

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Download a Movie with an ampersand in the original title
2. import using  AMC updater
3. look at your .xml catalog file

There is a bug which "double escapes" each ampersand in the Original and 
formatted title

instead of:
& -> &
what happens is
& -> & -> &

This also breaks the thumbnail and fanart as these depend on the correct 
original title

I fix this in my setup by running a shell script which substitutes &  
for &

Original issue reported on code.google.com by martin.h...@gmail.com on 1 Jan 2013 at 4:52

Attachments:

GoogleCodeExporter commented 8 years ago
Can you please post an example of movie (file name) and grabber you use to 
produce that issue; need this to reproduce and debug. tnx.

Original comment by Guzz...@googlemail.com on 12 Jan 2013 at 1:49

GoogleCodeExporter commented 8 years ago
Seems to work fine with latest trunk (V6.0.3.3830), tested with "Me, myself & 
Irene" and IMDB grabber script.

Original comment by Guzz...@googlemail.com on 25 Jan 2013 at 3:35