[PR #104] [MERGED] v0.1.8 fixes to work with TA v0.5.3 formatting changes #108

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

📋 Pull Request Information

Original PR: https://github.com/tubearchivist/tubearchivist-plex/pull/104
Author: @lamusmaser
Created: 6/9/2025
Status: Merged
Merged: 6/9/2025
Merged by: @lamusmaser

Base: testHead: test


📝 Commits (10+)

  • 13fe90e Add datetime parser for TA v0.5.3 update.
  • 42c47fb Merge pull request #14 from lamusmaser/v0.1.8-TAv0.5.3_compatibility
  • b5921e9 Fix issue with using Python 2.7 that doesn't have handler for : separated timezones.
  • 4f0e995 Merge pull request #15 from lamusmaser/v0.1.8-TAv0.5.3_compatibility
  • 3f4e60a Remove duplicate log entry for startup.
  • 87b8157 Update README to include Local Assets reference.
  • 3035b6a Add additional troubleshooting in README for other noted issues.
  • 19a5ef6 Merge pull request #16 from lamusmaser/v0.1.8-TAv0.5.3_compatibility
  • 8aeb56a Add debug logging for Published and Last Refresh dates for processing.
  • b8cf5e5 Merge pull request #17 from lamusmaser/v0.1.8-TAv0.5.3_compatibility

📊 Changes

2 files changed (+47 additions, -2 deletions)

View changed files

📝 README.md (+5 -0)
📝 Scanners/Series/TubeArchivist Series Scanner.py (+42 -2)

📄 Description

Resolves TA v0.5.3 formatting changes to datetime objects (now storing in ISO 8601 format).
Additional updates to README to cover requests.

Resolves #97, #101, and #103.


🔄 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-plex/pull/104 **Author:** [@lamusmaser](https://github.com/lamusmaser) **Created:** 6/9/2025 **Status:** ✅ Merged **Merged:** 6/9/2025 **Merged by:** [@lamusmaser](https://github.com/lamusmaser) **Base:** `test` ← **Head:** `test` --- ### 📝 Commits (10+) - [`13fe90e`](https://github.com/tubearchivist/tubearchivist-plex/commit/13fe90e1d40dc5b2aa37a290228fe906e3be1fa1) Add datetime parser for TA v0.5.3 update. - [`42c47fb`](https://github.com/tubearchivist/tubearchivist-plex/commit/42c47fbbfa4bacbcfeab1b90b00a104cbb2073a2) Merge pull request #14 from lamusmaser/v0.1.8-TAv0.5.3_compatibility - [`b5921e9`](https://github.com/tubearchivist/tubearchivist-plex/commit/b5921e99bdac2cdef44c4491b87a6c7376a8d599) Fix issue with using Python 2.7 that doesn't have handler for `:` separated timezones. - [`4f0e995`](https://github.com/tubearchivist/tubearchivist-plex/commit/4f0e9951824d4077a1dbc2a4232e9cb138ef4641) Merge pull request #15 from lamusmaser/v0.1.8-TAv0.5.3_compatibility - [`3f4e60a`](https://github.com/tubearchivist/tubearchivist-plex/commit/3f4e60ab029197dada8037c11fdc7b86a1c64473) Remove duplicate log entry for startup. - [`87b8157`](https://github.com/tubearchivist/tubearchivist-plex/commit/87b815716ae9e1179a81a232f6a4b02ef41fc260) Update README to include Local Assets reference. - [`3035b6a`](https://github.com/tubearchivist/tubearchivist-plex/commit/3035b6a96a136a1847f380b6b80b97be3dfc24c0) Add additional troubleshooting in README for other noted issues. - [`19a5ef6`](https://github.com/tubearchivist/tubearchivist-plex/commit/19a5ef6e05d18a25c007d55e03baead973e29686) Merge pull request #16 from lamusmaser/v0.1.8-TAv0.5.3_compatibility - [`8aeb56a`](https://github.com/tubearchivist/tubearchivist-plex/commit/8aeb56a8098bc982a71e26a42b1ec5bf12d9868d) Add debug logging for Published and Last Refresh dates for processing. - [`b8cf5e5`](https://github.com/tubearchivist/tubearchivist-plex/commit/b8cf5e504177e408dd3c4671c85fe2caaa6a5517) Merge pull request #17 from lamusmaser/v0.1.8-TAv0.5.3_compatibility ### 📊 Changes **2 files changed** (+47 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+5 -0) 📝 `Scanners/Series/TubeArchivist Series Scanner.py` (+42 -2) </details> ### 📄 Description Resolves TA v0.5.3 formatting changes to datetime objects (now storing in ISO 8601 format). Additional updates to README to cover requests. Resolves #97, #101, and #103. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 20:34:19 +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-plex#108
No description provided.