mwheelerjr / mptvseries

Automatically exported from code.google.com/p/mptvseries
0 stars 0 forks source link

Default string replacement entry is causing problems #536

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It seems the default string replacement entry:

"-<space>" --> "<empty>"

is causing problems for shows such as "Foo: Bar" which some rename utils turn 
into "Foo- Bar". The lookup for "FooBar" after string replacement will then 
fail at TheTVdB.

Since GetSeries.php seems to have undergone many updates (as well as the 
default parsing expressions for plugin), this string replacement should be 
removed.

Even if "- " is appended to a show name by mistake, it is not causing any 
problems, per example: http://thetvdb.com/api/GetSeries.php?seriesname=Fringe-+

Original issue reported on code.google.com by RoChess....@gmail.com on 4 Feb 2011 at 7:14

GoogleCodeExporter commented 9 years ago
Agreed!!!

it also adds compatibility to theRenamer and TV Rename, whos default renaming 
expression do not work in TVSeries without intervention, as it labels shows 
with : as -

Original comment by connect...@gmail.com on 4 Feb 2011 at 7:20

GoogleCodeExporter commented 9 years ago
I use the Renamer and this would solve a lot of issues with importing, 
thanks 

Original comment by it.mckay...@gmail.com on 17 Feb 2011 at 1:34

GoogleCodeExporter commented 9 years ago

Original comment by damien.haynes@gmail.com on 1 Mar 2011 at 11:15

GoogleCodeExporter commented 9 years ago
Done r1401

Original comment by damien.haynes@gmail.com on 2 Mar 2011 at 4:05