I have been using filebot with transmission on an XBMCbuntu machine for 2 years now I think filebot is the best, I was recently hit by a car leaving me somewhat broken and with way to much time on my hands. Which is the reason I am now posing the question below

I have had a couple of issues with filebot choosing the wrong show.
Having trolled the code I did notice that the show id is pulled from the TVDB site, is there a way
I can have a cvs/xml file with show name / show id, filebot could then use this as an extra resource to ensure the correct show is returned?
Alternatively can filebot search using the show id eg filebot --search-id="123455" I could then write a script to search the xml file if it gets a match it tells filebot to search via id
Currently a search for "The Bridge US" give two results neither of which is correct see below.
filebot -script fn:amc "/3t/Downloads/completed/" --output "/3t/" --log-file amc.log --action copy --conflict override -non-strict
Locking /3t/.filebot/logs/amc.log
Argument: /3t/Downloads/completed
Input: /3t/Downloads/completed/The.Bridge.US.S01E12.HDTV.x264-ASAP.mp4
Input: /3t/Downloads/completed/The.Bridge.US.S01E13.HDTV.x264-2HD.mp4
Group: [tvs:The Bridge US] => [The.Bridge.US.S01E12.HDTV.x264-ASAP.mp4, The.Bridge.US.S01E13.HDTV.x264-2HD.mp4]
Rename episodes using [TheTVDB]
Auto-detected query: [The Bridge US]
Fetching episode data for [The Bridge]
Fetching episode data for [The Bridge (2013)]
[COPY] Rename [/3t/Downloads/completed/The.Bridge.US.S01E12.HDTV.x264-ASAP.mp4] to [/3t/TV Shows/The Bridge/Season 01/The Bridge - S01E12 - Voices Carry.mp4]
[COPY] Rename [/3t/Downloads/completed/The.Bridge.US.S01E13.HDTV.x264-2HD.mp4] to [/3t/TV Shows/The Bridge (2013)/Season 01/The Bridge (2013) - S01E13 - The Crazy Place.mp4]
Processed 2 files
Done ã¾(ï¼ âã¼âï¼ )ã
Having filebot check against an ID would solve this problem.
At least its a thought if not can you let me know who to fix The Bridge US.
Thanks
Martyn