[PR #95] [MERGED] v0.1.7 Working Version #105

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

📋 Pull Request Information

Original PR: https://github.com/tubearchivist/tubearchivist-plex/pull/95
Author: @lamusmaser
Created: 3/12/2025
Status: Merged
Merged: 3/12/2025
Merged by: @lamusmaser

Base: testHead: test


📝 Commits (10+)

  • e077e61 Remove infinite loop when retrying ping endpoint.
  • eb387c3 Merge pull request #10 from lamusmaser/v0.1.7-TAv0.5.0_compatibility
  • 1f1d4a4 Add ValidatePrefs.
  • 0eae66d Removing one of the examples that only comes through from the channel name.
  • 278f0d4 Merge pull request #11 from lamusmaser/v0.1.7-TAv0.5.0_compatibility
  • cd59b69 Update syntax in output statement for logging for increased clarity.
  • 8584a7f Properly set the data element for video and channel responses for pre-v0.5.0 API compatibility.
  • 1103c2e Merge pull request #12 from lamusmaser/v0.1.7-TAv0.5.0_compatibility
  • 8922bd4 Attempt to fix problem when mediaList is passed back to Stack.Scan and is getting an AttributeError.
  • 658f658 Merge pull request #13 from lamusmaser/v0.1.7-TAv0.5.0_compatibility

📊 Changes

2 files changed (+39 additions, -26 deletions)

View changed files

📝 Contents/Code/__init__.py (+25 -16)
📝 Scanners/Series/TubeArchivist Series Scanner.py (+14 -10)

📄 Description

Brings in a working version of the v0.1.7 TubeArchivist to Plex Integration Scanner and Agent.

Tested:
v0.4.13 of TubeArchivist
v0.5.0 of TubeArchivist

Downloads of channels with videos
Downloads of channels with non-ASCII characters in name of channel and in video title

Fixed multiple bugs and reported Issues.


🔄 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/95 **Author:** [@lamusmaser](https://github.com/lamusmaser) **Created:** 3/12/2025 **Status:** ✅ Merged **Merged:** 3/12/2025 **Merged by:** [@lamusmaser](https://github.com/lamusmaser) **Base:** `test` ← **Head:** `test` --- ### 📝 Commits (10+) - [`e077e61`](https://github.com/tubearchivist/tubearchivist-plex/commit/e077e61d76689e483f0c5ab4c1048fb9d62e4a3c) Remove infinite loop when retrying ping endpoint. - [`eb387c3`](https://github.com/tubearchivist/tubearchivist-plex/commit/eb387c3f469caa081476d7ad03a4ccc4cae91bd2) Merge pull request #10 from lamusmaser/v0.1.7-TAv0.5.0_compatibility - [`1f1d4a4`](https://github.com/tubearchivist/tubearchivist-plex/commit/1f1d4a4231550f890f98ba2445459545c03fa4fe) Add `ValidatePrefs`. - [`0eae66d`](https://github.com/tubearchivist/tubearchivist-plex/commit/0eae66da24bff1ae3f02d2d42a578a7b63875632) Removing one of the examples that only comes through from the channel name. - [`278f0d4`](https://github.com/tubearchivist/tubearchivist-plex/commit/278f0d45f678faf88ac34a87f7eed45639e812d3) Merge pull request #11 from lamusmaser/v0.1.7-TAv0.5.0_compatibility - [`cd59b69`](https://github.com/tubearchivist/tubearchivist-plex/commit/cd59b69f3c23c32edf88608f4c5e68c414501b91) Update syntax in output statement for logging for increased clarity. - [`8584a7f`](https://github.com/tubearchivist/tubearchivist-plex/commit/8584a7fed73de72296d61d5601092cfec80cec43) Properly set the `data` element for video and channel responses for pre-v0.5.0 API compatibility. - [`1103c2e`](https://github.com/tubearchivist/tubearchivist-plex/commit/1103c2eb41237217ff8b4885e89d7ec49bdca17d) Merge pull request #12 from lamusmaser/v0.1.7-TAv0.5.0_compatibility - [`8922bd4`](https://github.com/tubearchivist/tubearchivist-plex/commit/8922bd4f968b67f42856a809e2d4f66d537961e0) Attempt to fix problem when mediaList is passed back to Stack.Scan and is getting an AttributeError. - [`658f658`](https://github.com/tubearchivist/tubearchivist-plex/commit/658f65889d4221f2c55c9f86cd6cb1d96990d36e) Merge pull request #13 from lamusmaser/v0.1.7-TAv0.5.0_compatibility ### 📊 Changes **2 files changed** (+39 additions, -26 deletions) <details> <summary>View changed files</summary> 📝 `Contents/Code/__init__.py` (+25 -16) 📝 `Scanners/Series/TubeArchivist Series Scanner.py` (+14 -10) </details> ### 📄 Description Brings in a working version of the v0.1.7 TubeArchivist to Plex Integration Scanner and Agent. Tested: v0.4.13 of TubeArchivist v0.5.0 of TubeArchivist Downloads of channels with videos Downloads of channels with non-ASCII characters in name of channel and in video title Fixed multiple bugs and reported Issues. --- <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:18 +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#105
No description provided.