دعم الموقع

Hey TMDB Devs,

I'm running into a problem where my API is throwing errors because TMDB's episode numbering doesn't match other platforms. This makes it hard to sync data with other APIs like AniDB, TheTVDB, and others. A lot of people are having the same issue, as seen here.

The Issue:

  • Some anime get all episodes crammed into one season, while others split them properly.

  • Because of this, apps like Emby and Jellyfin can't match files correctly, leading to missing episodes or broken metadata.

  • Right now, there's no way to fix this automatically. I either have to rename files manually or patch the API response myself.

  • When using TMDB's episode detail api, i get error when i request season/2/episode/1 because the correct episode according to the api is season 1 episode 13

Suggested Feature (Up to You How to Implement It!):

  1. Alternate Season Mapping:
-   Add an `alternate` field in the API response so a series can have multiple season mappings based on different platforms. something like this

    ```
    {
      ...current data,
      "seasons", [...],
      "alternate_seasons": [
        {
          "platform": "AniDB",
          "seasons": [{ 
             number:2, 
             episodes:[{
                  number: 1,
                  mapTo: {season:1, episode: 13}
            },...]
           }]
        }
      ]
    }
    ```
  1. Make the API Smarter:
-   If I request `season/2/episode/1`, the API should recognize this and return `season/1/episode/13` based on TMDB's numbering.

-   Similar to how [this API endpoint](https://developer.themoviedb.org/reference/tv-episode-details) works, but with built-in remapping.

Why This Helps:

  • Fixes API mismatches and prevents errors when syncing data.

  • Makes it easier for apps to use TMDB without hacking together custom fixes.

  • Keeps everyone happy without breaking existing TMDB rules.

Would love to see something like this added! Appreciate all the hard work you guys do. Thanks!

1 رد (على هذه الصفحة 1 من 1)

Jump to last post

@fadzbobby said:
Feature Request: Anime Episode Mapping in TMDB API
Hey TMDB Devs,

I'm running into a problem where my API is throwing errors because TMDB's episode numbering doesn't match other platforms. This makes it hard to sync data with other APIs like AniDB, TheTVDB, and others. A lot of people are having the same issue, as seen here.

The Issue:

  • Some anime get all episodes crammed into one season, while others split them properly.

  • Because of this, apps like Emby and Jellyfin can't match files correctly, leading to missing episodes or broken metadata.

  • Right now, there's no way to fix this automatically. I either have to rename files manually or patch the API response myself.

  • When using TMDB's episode detail api, i get error when i request season/2/episode/1 because the correct episode according to the api is season 1 episode 13

Suggested Feature (Up to You How to Implement It!):

  1. Alternate Season Mapping:

I'm not an expert on this subject, but...

Alternate Season Mapping:
There is a feature called "Episode Groups" for all TV series.
Perhaps for the animes you are looking for, some user has already created the group that interests you.
Or you can create a specific group for your case.
You can see an example here:
https://www.themoviedb.org/tv/127532/edit?active_nav_item=episode_groups
The limitation is that you cannot join two episodes into one.
Or divide an episode into two.
You can only change the order of the episodes.

لم تجد الفلم أو المسلسل ؟ سجل دخولك و انشئها

عام

s ركز شريط البحث
p افتح قائمة الملف الشخصي
esc اغلق النافذة المفتوحة
? افتح نافذة اختصارات لوحة المفاتيح

على كافة صفحات الوسائط

b ارجع للخلف (او للصفحة الام عند التطبيق)
e انتقل لصفحة التعديل

على كافة صفحات موسم المسلسل

(السهم الايمن) انتقل للموسم التالي
(السهم الايسر) انتقل للموسم السابق

على كافة صفحات حلقة المسلسل

(السهم الايمن) انتقل للحلقة التالية
(السهم الايسر) انتقل للحلقة السابقة

على كافة صفحات الصور

a افتح صفحة اضافة الصورة

على كافة صفحات التعديل

t افتح محدد الترجمة
ctrl+ s ارسال النموذج

على صفحات المناقشة

n انشى نقاش جديد
w تبديل حالة المتابعة
p تبديل عام / خاص
c تبديل اغلاق / فتح
a افتح الانشطة
r رد على النقاش
l انتقل لأخر رد
ctrl+ enter أرسل رسالتك
(السهم الايمن) الصفحة التالية
(السهم الايسر) الصفحة السابقة

الاعدادات

هل تريد تقييم او اضافة هذا العنصر للقائمة؟

تسجيل الدخول