Which is the right title for "Battlestar Galactica: Blood & Chrome"? (1 Viewer)

RoChess

Extension Developer
  • Premium Supporter
  • March 10, 2006
    4,434
    1,897
    In the future you can avoid this by using a rename system that is aware of what TheTVdB accepts, such as for example SickBeard.

    Another way is to whitelist new shows manually. TheTVdB API can be verified manually to see what titles it would accept.

    http://thetvdb.com/api/GetSeries.php?seriesname=Battlestar = Multiple responses, MP-TVSeries allows you to select on inside wizard
    http://thetvdb.com/api/GetSeries.php?seriesname=Battlestar+Galactica = Multiple responses, MP-TVSeries allows you to select on inside wizard
    http://thetvdb.com/api/GetSeries.php?seriesname=Battlestar+Galactica+Blood = Single response, auto selected

    http://thetvdb.com/api/GetSeries.php?seriesname=Battlestar+Galactica+Blood+and+Chrome == FAIL

    The following are all correct on full title:

    http://thetvdb.com/api/GetSeries.php?seriesname=Battlestar+Galactica+Blood+&+Chrome
    http://thetvdb.com/api/GetSeries.php?seriesname=Battlestar+Galactica+Blood+Chrome

    As you can see ommiting 'and' or '&' also gets a result, so it helps if you add string replacements to MP-TVSeries that turn " and " as well as " & " into " ". This will still get the series to auto-match, but prevents any issues when TheTVdB uses ' and ' versus your filename using ' & '.

    PS: On Windows you can use ';' otherwise if you like your files to still reflect the ':' usage.

    http://thetvdb.com/api/GetSeries.php?seriesname=Battlestar+Galactica;+Blood+&+Chrome
     

    Edalex

    Community Plugin Dev
  • Premium Supporter
  • January 3, 2008
    2,958
    1,271
    Saratov
    Home Country
    Russian Federation Russian Federation
    @RoChess why do these string replacements are not default in MP-TVSeries? :(
    Maybe "the" could be replaced too
     
    Last edited:

    RoChess

    Extension Developer
  • Premium Supporter
  • March 10, 2006
    4,434
    1,897
    @RoChess why do these string replacements are not default in MP-TVSeries? :(
    Maybe "the" could be replaced too

    Perhaps not enough testing has been done to verify it will not cause any conflicts.

    I've ran with the setting for a long time without any issues, but then again I whitelist all my shows manually before I add them. Perhaps @ltfearme can run some more tests or setup like a forum request were more users test a wide range of shows to make sure it does not cause new problems to add these string replacements by default.

    I actually thought they were added already (perhaps they are), but I've not had a need to reset any MP-TVSeries to new defaults as I'm leaning very much to a "do not fix it if it ain't broke" setup with MediaPortal as wife tends to throw knives in my direction when HTPC is not working :D
     

    Users who are viewing this thread

    Similar threads

    Many thanks:).
    Many thanks:).
    I have had to reinstall windows on my development machine (sigh...). I have lost the link to the source code for MP1. Would...
    Replies
    2
    Views
    455
    I was just tinkering with a few settings in the MediaPortal configuration and am happy to have found the cause of the problem. Disabling the option "Single seat setup: force RTSP usage" under "TV/Radio", "Advanced Options" resolved the issue. After I disabled this option, I was able to delete the recordings the first time...
    I was just tinkering with a few settings in the MediaPortal configuration and am happy to have found the cause of the problem...
    Deleting recordings sometimes doesn't work. Neither the 0 button nor the Info/Delete button works. Nothing happens at all with...
    Replies
    6
    Views
    529
    That screen is generated by the file "MyVideo.xml", but it uses various other files too. When the list on the right is a list of episodes, the area in the middle contains the programme information for the episode that has the focus. In your screen shot, the list on the right is a list of folders. You could fill the area in the...
    That screen is generated by the file "MyVideo.xml", but it uses various other files too. When the list on the right is a list of...
    Can someone please assist me in the file name and location of which XML controls this screen. I want to create an additional box...
    Replies
    1
    Views
    1K
    I made some updates to the Wiki page describing the <import> and <include> tags, including adding a couple of new xml examples. For the first example, I highlighted the example text and eventually found the location in the menus where I could select the CODE macro to have the example text formatted as a code example. So far, so good...
    I made some updates to the Wiki page describing the <import> and <include> tags, including adding a couple of new xml examples. For...
    I made some updates to the Wiki page describing the <import> and <include> tags, including adding a couple of new xml examples. For...
    Replies
    0
    Views
    546
    If you’re planning to submit a pull request, let’s go through the list of issues and their solutions. I or someone from the team will create a Jira ticket, and for each ticket, you’ll make the changes and submit a pull request. This will be transparent and straightforward.
    If you’re planning to submit a pull request, let’s go through the list of issues and their solutions. I or someone from the team...
    I'm very glad to see that mediaportal 1 is on github, where ordinary devs with github accounts can make contributions. Please can...
    Replies
    7
    Views
    1K
    Top Bottom