Is it possible to create a custom metadata agent that will contribute to tvdb.com stock metadata agent? My thought is that I can use my custom scanner to scan my recordings, and use the tvdb.com as primary. IF and only IF the item isn't found, or if the score isn't up to snuff, then pass the media item to the custom metadata agent that we have built.
is this possible? if so can someone point to an example or some sample code that could get me started on how to do this?
My thought is that I can use my custom scanner to scan my recordings, and use the tvdb.com as primary. IF and only IF the item isn't found, or if the score isn't up to snuff, then pass the media item to the custom metadata agent that we have built.
is this possible?
This is not possible by default. If you write a secondary metadata agent for the TheTVDB metadata agent the primary agent has to make a match before any secondary agents come into action. If no match is found, no other agents will become active.
I fixed my original problems and no longer need to do the above request. Thank you for the response though. Here is a link to the solution to my serialization issue