PMS 1.15.0.659 brakes recently added webapi

Server Version#: 1.15.0.659 (Linuxserver.io Docker)

Hello, i’ve been dealing with this for a week now. All of a sudden, tauttuli and organizr stopped updating recently added entries for tv-shows. They only show recently added movies. At first, i thought it could be a glitch with those apps. In Plex dashboard everything seems to be fine, with tv-shows and movies all getting the correct recently added time and date, nothing is stuck and all is seems normal.

Trying the api call myself however (http://plex_ip:32400/library/recentlyAdded?X-Plex-Token=plex_token) yields the same result with the xml showing only the movies. I did a plex dance on some of the shows despite having correct date added values but it didn’t work. I should note i’m using PMS on docker within unraid.

Any ideas ? All that started when PMS updated to the latest plexpass version. I even tried restoring an older database. I had to revert back to PMS 1.14.1.5488 to get the api to work correctly again.

tl:dr Recently Added via web api call is stuck in PMS 1.15.0.659. Plex shows the media fine in the dashboard’s recently added. Reverting back to 1.14.1.5488 solves the problem

1 Like

Noticed the same thing in Tautulli. Some TV shows are added, but not all. If you scroll thru the Recently Added in Tautulli, it does show that new episodes have been added to a season. It also seems to work properly if you add two or more episodes to a show or season.

If you select only TV shows for recently added Tautulli, it does show all of the recently added TV shows.

I thought something had screwed up in my Tautulli installation, but like you, realized it started when I upgraded the server software.

I’m glad i’m not the only one. it was driving me crazy :stuck_out_tongue: I hope the devs see this.

1 Like

More than likely, the code for Tautulli needs to modified. It combines all of the recently added into one row, where most apps use separate rows for each type of media. You seem to know a lot more about the calls needed to fetch the info, maybe a post on one of the Tautulli threads somewhere would be helpful. :thinking:

No, nothing is combined. The All tab is a different API call from the individual media types. I have already gone through this.

Thank… I didn’t realize you had already responded.

It actually only shows recently added seasons for TV. So if the season already exists and a new episode is added nothing is updated. However if an episode for a new show or season is added it appears as expected.

I would also like to chime in and say that this is happening to me as well. it is annoying to not be able to get notifications that rely on the recently added api.

Hopefully this is flagged as a bug and fixed in the next version of Plex

From what I’ve been able to gather, the /library/recentlyAdded end point is likely not being maintained anymore.

Everything should be going through the /hubs/home/recentlyAdded, but there isn’t a way to get them combined in one request it seems.

anyway to find out if the break was intentional? Or to really check and see if it is not maintained anymore? Making 3 API calls will suck…

This happens to me using OpenPHT on 1.15 regarding Recently Added episodes. Confirmed by another OpenPHT user. Had to downgrade to 1.14 in the meantime.
Reddit thread

I am also facing this problem.

Any more info on this? Are the calls going to stay as they are in 1.15?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.