chore(deps): update dependency tubearchivist/tubearchivist to v0.5.9 #3833

Merged
renovate-bot merged 1 commits from renovate/unified-tubearchivisttubearchivist into main 2026-02-07 22:41:28 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
tubearchivist/tubearchivist patch v0.5.8v0.5.9

Release Notes

tubearchivist/tubearchivist (tubearchivist/tubearchivist)

v0.5.9

Compare Source

Project Update

  • This ships various fixes provided by the amazing yt-dlp team, working around some YT shenaningans.
  • TA can now integrate with bgutil-ytdlp-pot-provider, created by Brainicism.
    • For how to install and configure, check out our docs
    • A PO token can in some cases work around 403 errors or other bot detection mechanism. For additional context see the yt-dlp wiki
  • This fixes a validation issue for the date published on the download queue. If you have faulty items indexed, see here for steps on how to rectify that.
  • This brings much better serialization and data validation over all. At first start, depending on your index size and hardware, expect this to take a few minutes as there are various migration steps to fix and standardize mapping and index.
  • This now introduces index rebuild from embedded TA metadata.

EDIT: If you see a ValueError: Incorrect timezone setting at first startup, you are likely using a "linked" timezone alternative. They were available in the previous base image of Python, but have been removed. You can find the actual timezone in the list of this wiki page there you can for example see that US/Central points to America/Chicago.

Added

Changed

  • Changed old now redundant whitenoise static file handling, by @​PawsFunctions
  • Changed subtitle fetching to use cookie if enabled, by @​bbilly1
  • Removed separate thumb embedding task in favor of unified embedding task, by @​bbilly1
  • Changed index mapping update logic, switch to alias for faster index rebuild, by @​bbilly1, docs
  • Changed index mapping definition, define all fields for better serialization, by @​bbilly1

Fixed


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [tubearchivist/tubearchivist](https://github.com/tubearchivist/tubearchivist) | patch | `v0.5.8` → `v0.5.9` | --- ### Release Notes <details> <summary>tubearchivist/tubearchivist (tubearchivist/tubearchivist)</summary> ### [`v0.5.9`](https://github.com/tubearchivist/tubearchivist/releases/tag/v0.5.9) [Compare Source](https://github.com/tubearchivist/tubearchivist/compare/v0.5.8...v0.5.9) #### Project Update - This ships various fixes provided by the amazing yt-dlp team, working around some YT shenaningans. - TA can now integrate with [bgutil-ytdlp-pot-provider](https://github.com/Brainicism/bgutil-ytdlp-pot-provider), created by [Brainicism](https://github.com/Brainicism). - For how to install and configure, check out our [docs](https://docs.tubearchivist.com/settings/application/#po-token-provider-url) - A PO token can in some cases work around 403 errors or other bot detection mechanism. For additional context see the [yt-dlp wiki](https://github.com/yt-dlp/yt-dlp/wiki/PO-Token-Guide#po-token-provider-plugins) - This fixes a validation issue for the date published on the download queue. If you have faulty items indexed, see [here](https://github.com/tubearchivist/tubearchivist/issues/1094#issuecomment-3859800451) for steps on how to rectify that. - This brings much better serialization and data validation over all. At first start, depending on your index size and hardware, expect this to take a few minutes as there are various migration steps to fix and standardize mapping and index. - This now introduces index rebuild from embedded TA metadata. - As we have now much better validated index metadata, run [Embed metadata into media file](https://docs.tubearchivist.com/settings/actions/#embed-metadata-into-media-file) again to apply this to the embedded metadata too. **EDIT**: If you see a `ValueError: Incorrect timezone setting` at first startup, you are likely using a "linked" timezone alternative. They were available in the previous base image of Python, but have been removed. You can find the actual timezone in the list of this [wiki page](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List) there you can for example see that `US/Central` points to `America/Chicago`. #### Added - Added tini to Docker CMD for better signal handling, by [@&#8203;geicht](https://github.com/geicht) - Added channel filtering in fulltext search, by [@&#8203;DySprozin](https://github.com/DySprozin), [docs](https://docs.tubearchivist.com/search/#full) - Added serialization check for adding to queue, by [@&#8203;bbilly1](https://github.com/bbilly1) - Added serialization for indexes, by [@&#8203;bbilly1](https://github.com/bbilly1) - Added metadata embed during manual import and filesystem rescan import, by [@&#8203;bbilly1](https://github.com/bbilly1) - Added index from embed for shared offline files, by [@&#8203;bbilly1](https://github.com/bbilly1) - Added channel and playlist artwork embedding, by [@&#8203;bbilly1](https://github.com/bbilly1) - Added version number to embedded metadata, by [@&#8203;bbilly1](https://github.com/bbilly1) - Added artwork restore from embedded metadata, by [@&#8203;bbilly1](https://github.com/bbilly1) - Added error handling control for filesystem rescan and manual import, by [@&#8203;bbilly1](https://github.com/bbilly1), [docs](https://docs.tubearchivist.com/settings/actions/#manual-media-files-import) and [docs](https://docs.tubearchivist.com/settings/actions/#rescan-filesystem) - Added playlist indexing from embedded metadata, by [@&#8203;bbilly1](https://github.com/bbilly1) - Added potoken provider by [@&#8203;bmcdonough](https://github.com/bmcdonough) and [@&#8203;bbilly1](https://github.com/bbilly1), [docs](https://docs.tubearchivist.com/settings/application/#po-token-provider-url) - Added temporary cookie store from yt-dlp for less frequent player ID recreation, by [@&#8203;bbilly1](https://github.com/bbilly1), [#&#8203;1081](https://github.com/tubearchivist/tubearchivist/issues/1081) - Added cache folder for yt-dlp internal use, by [@&#8203;bbilly1](https://github.com/bbilly1), [#&#8203;1081](https://github.com/tubearchivist/tubearchivist/issues/1081) - Added socket status for membership connection, by [@&#8203;bbilly1](https://github.com/bbilly1) #### Changed - Changed old now redundant whitenoise static file handling, by [@&#8203;PawsFunctions](https://github.com/PawsFunctions) - Changed subtitle fetching to use cookie if enabled, by [@&#8203;bbilly1](https://github.com/bbilly1) - Removed separate thumb embedding task in favor of unified embedding task, by [@&#8203;bbilly1](https://github.com/bbilly1) - Changed index mapping update logic, switch to alias for faster index rebuild, by [@&#8203;bbilly1](https://github.com/bbilly1), [docs](https://docs.tubearchivist.com/advanced/#es-mapping-migrations-troubleshooting) - Changed index mapping definition, define all fields for better serialization, by [@&#8203;bbilly1](https://github.com/bbilly1) #### Fixed - Fixed locking down permissions on API docs, by [@&#8203;bbilly1](https://github.com/bbilly1) - Fixed home page link in custom playlists, by [@&#8203;bbilly1](https://github.com/bbilly1), [#&#8203;1088](https://github.com/tubearchivist/tubearchivist/issues/1088) - Fixed local playlist matching without remote fetch, by [@&#8203;bbilly1](https://github.com/bbilly1) [#&#8203;1092](https://github.com/tubearchivist/tubearchivist/issues/1092) - Fixed invalid timestamp parsing in add to queue and indexing, by [@&#8203;isaacsanders](https://github.com/isaacsanders) and [@&#8203;bbilly1](https://github.com/bbilly1), [#&#8203;1094](https://github.com/tubearchivist/tubearchivist/issues/1094) - Fixed null parsing for deactivated appsettings, by [@&#8203;bbilly1](https://github.com/bbilly1) - Fixed comment tree indexing and parsing, by [@&#8203;bbilly1](https://github.com/bbilly1), [#&#8203;1102](https://github.com/tubearchivist/tubearchivist/issues/1102) - Fixed duplicate cache expire headers in nginx, by [@&#8203;mmomjian](https://github.com/mmomjian), [#&#8203;1111](https://github.com/tubearchivist/tubearchivist/issues/1111) - Fixed handling for utf8 errors in metadata embedding, [#&#8203;1113](https://github.com/tubearchivist/tubearchivist/issues/1113) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4zLjYiLCJ1cGRhdGVkSW5WZXIiOiI0My4zLjYiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsImltYWdlIl19-->
renovate-bot added the automergeimage labels 2026-02-07 22:41:03 +00:00
renovate-bot added 1 commit 2026-02-07 22:41:05 +00:00
chore(deps): update dependency tubearchivist/tubearchivist to v0.5.9
Some checks are pending
renovate/stability-days Updates have not met minimum release age requirement
render-manifests-merge / render-manifests-merge (pull_request) Has been skipped
lint-test-helm / lint-helm (pull_request) Successful in 45s
render-manifests-automerge / render-manifests-automerge (pull_request) Successful in 53s
12bd9516b2
renovate-bot scheduled this pull request to auto merge when all checks succeed 2026-02-07 22:41:16 +00:00
renovate-bot merged commit 6a64ece4a0 into main 2026-02-07 22:41:28 +00:00
renovate-bot deleted branch renovate/unified-tubearchivisttubearchivist 2026-02-07 22:41:40 +00:00
Sign in to join this conversation.