thezoggy / xem

codeigniter based web app to map epsiodes and shows across websites
Other
43 stars 5 forks source link

Feat: Get Id of other Provider from API #5

Open noggl opened 1 year ago

noggl commented 1 year ago

Hello,

I want to request a feature if possible, as XEM seems to be the only resource that has both the AniDB ID and TVDB ID for a show.

It would be a great help to many projects, especially mine (https://github.com/noggl/AniPlanrr), if there was a way to query the database for the aniDB IDs associated with a TVDBID or vice versa. Something like https://thexem.info/map/allIDs?origin=tvdb could return "305089": [{"11370":1},{"14792":2},{"15593":3}].

Thank you for your consideration.

thezoggy commented 1 year ago

Just to confirm you did see my post here: https://github.com/noggl/AniPlanrr/issues/3#issuecomment-1581785625

noggl commented 1 year ago

I did, yes! Thank you for that, it's very helpful info.

What I'm finding is that I could get titles from the API, but not the IDs from any other provider. They do seem to be related in the database, since the webpage for shows display both, but I can't seem to get that same information via the api.

xrishox commented 3 months ago

did you ever find a solution to this? i'm trying to query an absolute episode on tvdb and get the corresponding anidb id out the other side. i'm able to get the season number and episode number but not the anidb id for the season.