mirror of
https://github.com/tubearchivist/tubearchivist-plex.git
synced 2026-03-23 20:37:11 +00:00
[PR #91] [MERGED] V0.1.7 TA v0.5.0 compatibility #101
Labels
No labels
bug
bug
documentation
duplicate
enhancement
good first issue
help wanted
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
tubearchivist/archived-tubearchivist-plex#101
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?
📋 Pull Request Information
Original PR: https://github.com/tubearchivist/tubearchivist-plex/pull/91
Author: @lamusmaser
Created: 3/11/2025
Status: ✅ Merged
Merged: 3/11/2025
Merged by: @lamusmaser
Base:
test← Head:v0.1.7-TAv0.5.0_compatibility📝 Commits (10+)
9e140cfAdd additional handler for stripping trailing/forta_urlinputs for additional normalization.56127eaAdd same/handler forta_urlto Agent.7a8dd65Fix empty return responses to always return some kind of response, regardless of handling on the caller side.556e7c6Add API handler for API response update with v0.5.0. Simplified logic to reduce depth forvid_responsesince it was always looking at the data for pre-v0.5.0 and both now align in their responses.bf25d50Commented out version check from API call to get the input data from the metadata endpoints since it hasn't changed.1c9ba24Add exception for long line.9bcee4bFix URL handler that was causing a lot of exceptions in the logs and not properly reporting the URL to the logger.3a7ea55Adjusting theget_urlhandler to use a string setter before returning, for specific edge-cases of returning on an exception.e0c17a1Breakout the return value of the function into a separate variable for easier readability and future log handling, if required.18a80b0Add additional descriptions for non-standard port to cover #29.📊 Changes
3 files changed (+148 additions, -82 deletions)
View changed files
📝
Contents/Code/__init__.py(+89 -44)📝
README.md(+9 -2)📝
Scanners/Series/TubeArchivist Series Scanner.py(+50 -36)📄 Description
Add compatibility for TubeArchivist v0.5.0 API changes.
Additionally, added fixes for several other outstanding bugs and issues.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.