mirror of
https://github.com/tubearchivist/tubearchivist-jf.git
synced 2026-03-23 21:17:23 +00:00
[GH-ISSUE #30] Temporary season folders not detected #22
Labels
No labels
duplicate
enhancement
help wanted
help wanted
invalid
pull-request
question
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
tubearchivist/tubearchivist-jf#22
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jonvmey on GitHub (Feb 27, 2024).
Original GitHub issue: https://github.com/tubearchivist/tubearchivist-jf/issues/30
When syncing the process gets stuck waiting for temporary season directories. The folders are created and visible from Jellyfin but for some reason they're missing the
indexNumberfield that the check is looking for. This causes the season creation check to get stuck and eventually time out.I managed to work around this by falling back to looking for a directory with the same name as the expected value when
indexNumberdoes not exist. I can PR this change if desired.@bbilly1 commented on GitHub (Apr 19, 2024):
Switch to the plugin: https://github.com/tubearchivist/tubearchivist-jf-plugin
That should handle that better.