Tube Archivist logo

Tube Archivist

Self-hosted YouTube media server

Alternative to: youtube


About Versions (54)

v0.3.1

2023-01-14

Project Updates

  • The browser extension Tube Archivist Companion also got an update to v0.1.2. Update both at the same time to keep API compatibility.
  • Discord Invite link, now redirects from tubearchivist.com/discord to the correct link for future flexibility
  • This will rebuild the index for video, channel and download queue.
    • As always, this triggers a blazingly fast snapshot - if configured wiki - or an excruciating slow json file backup if you haven’t configured snapshots before migrating
  • With the now added support for shorts and streams sub-channels, this may add a lot of these videos to your queue on first rescan. You may want to configure the page size for these sub-channels on the settings page first.

Added

  • Added support for shorts and streams in channel pages: wiki, by @simpleman19
    • Configurable as separate channel pages on the settings page: wiki
    • Existing videos will get matched automatically with the refresh task, or manually from the channel about page: wiki, wiki
  • Added support for @alias and shorts URLs in the form parser: wiki
  • Added manual reindex button to video page: wiki
  • Added manual reindex buttons to channel about page: wiki
  • Added manual reindex buttons to playlist page: wiki
  • Added basic architecture overview for contributors: link
  • Added daily version check task, notifying you of new releases in the footer: link
  • Added channel full scan base work, for future extensions
  • [API] Added endpoint to control reindex task queue
  • [API] Added endpoint for deleting videos
  • [API] Added endpoint for deleting channel
  • [API] Added endpoint to control watched state
  • [API] Added download now endpoint

Changed

  • Changed the reindex backend, using persistent queues

Fixed

  • Fixed skipping failed comment indexing, #383
  • Fixed Cast integration, use env var ENABLE_CAST, #331, Readme
  • Fixed sponsorblock integration after API change, #397
  • Fixed shorts url parser, #385
  • Fixed playlist validator breaking on deleted playlists