[PR #72] [MERGED] Check TA watched status before syncing to TA #83

Closed
opened 2026-03-23 20:35:42 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/tubearchivist/tubearchivist-jf-plugin/pull/72
Author: @Jurrer
Created: 11/9/2025
Status: Merged
Merged: 11/13/2025
Merged by: @DarkFighterLuke

Base: masterHead: check-TA-video-status-before-syncing-to-TA


📝 Commits (2)

  • 7942e89 check TA video status before syncing to TA
  • d5c706b Merge branch 'master' into check-TA-video-status-before-syncing-to-TA

📊 Changes

1 file changed (+15 additions, -3 deletions)

View changed files

📝 Jellyfin.Plugin.TubeArchivistMetadata/Tasks/JFToTubeArchivistProgressSyncTask.cs (+15 -3)

📄 Description

Implemented a check, if the video status in TA is the same as in Jellyfin, don't send a POST request.

It prevents constantly overwriting the watched_date when syncing on a schedule.

I made this check to have the auto delete watched in TA working properly
as it is now, every time Jellyfin synchronizes, the watch dates get reset and auto delete will have the wrong date for calculations


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/tubearchivist/tubearchivist-jf-plugin/pull/72 **Author:** [@Jurrer](https://github.com/Jurrer) **Created:** 11/9/2025 **Status:** ✅ Merged **Merged:** 11/13/2025 **Merged by:** [@DarkFighterLuke](https://github.com/DarkFighterLuke) **Base:** `master` ← **Head:** `check-TA-video-status-before-syncing-to-TA` --- ### 📝 Commits (2) - [`7942e89`](https://github.com/tubearchivist/tubearchivist-jf-plugin/commit/7942e89341c6f3690ce527692e9930868e3c87d3) check TA video status before syncing to TA - [`d5c706b`](https://github.com/tubearchivist/tubearchivist-jf-plugin/commit/d5c706b833decc45ca31965deb4af3ce7e638cac) Merge branch 'master' into check-TA-video-status-before-syncing-to-TA ### 📊 Changes **1 file changed** (+15 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `Jellyfin.Plugin.TubeArchivistMetadata/Tasks/JFToTubeArchivistProgressSyncTask.cs` (+15 -3) </details> ### 📄 Description Implemented a check, if the video status in TA is the same as in Jellyfin, don't send a POST request. It prevents constantly overwriting the watched_date when syncing on a schedule. I made this check to have the auto delete watched in TA working properly as it is now, every time Jellyfin synchronizes, the watch dates get reset and auto delete will have the wrong date for calculations --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 20:35:42 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
tubearchivist/archived-tubearchivist-jf-plugin#83
No description provided.