What's the official/database value type off all external ID's? Looks like it's still possible to enter non-integer values for TVDB ID on the website. I'm working with LordMike's TMDbLib (https://github.com/LordMike/TMDbLib). I think it's important to use the same/official value types in his TMDBLib.
So my questions is: If all values are defined as String in your API?
תגובה מאת Travis Bell
ב-אפריל 19, 2016 ב-6:11אחרי חצות יום
Hi Stephan,
I'll take a look at this when I'm back to work next week.
CHeers.
תגובה מאת Travis Bell
ב-אפריל 25, 2016 ב-10:25לפני חצות יום
The fix for this was just pushed live. You can expect to start seeing the proper data in ~4-6 hours, when the cached items are purged from cache.
Cheers.
תגובה מאת Stephan Schück
ב-אפריל 25, 2016 ב-1:27אחרי חצות יום
Thank you. Looks good!
What's the official/database value type off all external ID's? Looks like it's still possible to enter non-integer values for TVDB ID on the website. I'm working with LordMike's TMDbLib (https://github.com/LordMike/TMDbLib). I think it's important to use the same/official value types in his TMDBLib.
So my questions is: If all values are defined as String in your API?
תגובה מאת Travis Bell
ב-אפריל 25, 2016 ב-1:30אחרי חצות יום
I do not do any validation on the external ID inputs, and yes the field is a string.
If you spot some bad data, I would encourage you to either fix it or at least head in and delete it. The data may otherwise, never get fixed.
Cheers.