Jump to content

Does Emby store the tvdb notes "Season Finale"/"Series Finale"?


Recommended Posts

Posted (edited)

Maybe i missed something, but i couldnt find anything in the metadata editor.

Spoiler

eajUBvD-Imgur.thumb.png.086558608c9da1b73770df51506d1fe2.png

Spoiler

3mUyc6O-Imgur.thumb.png.874bce8f8adbe759daaf7d8609e460ec.png

Edited by Kyouma
Posted

I don't believe it does - but I can see it would be a sensible idea.

Paul

Posted

It is info already received from TVDB in the shows cache data ("finaleType") so it would have to be added to the database and the UI.

Series

            "id": 8829884,
            "seriesId": 396564,
            "name": "Present Is Prologue",
            "aired": "2022-02-14",
            "runtime": 42,
            "overview": "Tensions rise as an attack is made on the Bois Blanc, putting everyone’s life in danger. Shanice and Logan do their best to keep Hayden safe, while Claudette and Jharrell try to reason with Manny. Meanwhile, Mildred still believes her sister can be saved and LaDonna takes to the streets in an effort to end the threat against the 4400.",
            "image": "/banners/v4/episode/8829884/screencap/625bf3202ca3e.jpg",
            "imageType": 11,
            "isMovie": 0,
            "number": 13,
            "seasonNumber": 1,
            "lastUpdated": "2022-08-16 13:19:32",
            "finaleType": "series",
            "characters": []
        }

Season

{
            "id": 3891841,
            "seriesId": 196921,
            "name": "A Funny Thing Happened on the Way to Me Killing You",
            "aired": "2011-04-11",
            "runtime": 45,
            "overview": "Nora finds out the truth about Josh; Sally misses her \"door\", but gains new powers; Aidan has a final showdown with Bishop, with surprising results. We also see how Aidan and Josh first met.",
            "image": "/banners/episodes/196921/3891841.jpg",
            "imageType": 11,
            "isMovie": 0,
            "number": 13,
            "seasonNumber": 1,
            "lastUpdated": "2025-10-20 19:08:56",
            "finaleType": "season",
            "characters": []
        }

 

Posted
18 hours ago, Happy2Play said:

It is info already received from TVDB in the shows cache data ("finaleType") so it would have to be added to the database and the UI.

Could i retrieve this information through the emby api or does it need to be added to the database first?

Happy2Play
Posted
9 hours ago, Kyouma said:

Could i retrieve this information through the emby api or does it need to be added to the database first?

To my knowledge Emby currently does no record this info that TVDB api is returning so Emby would have to record the info in the db before it could be utilized.  It currently only exists in cached data in the /cache/tvdb/seriesid folders.

Posted
Just now, Happy2Play said:

To my knowledge Emby currently does no record this info that TVDB api is returning so Emby would have to record the info in the db before it could be utilized.  It currently only exists in cached data in the /cache/tvdb/seriesid folders.

Yes this is correct.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...