Tube Archivist logo

Tube Archivist

Self-hosted YouTube media server

Alternative to: youtube


About Versions (54)

v0.1.3

2022-03-26

Notes

  • This release will automatically rebuild your video and channel index indexes
  • This release will validate a minimal Elasticsearch version of 7.17. This will be required for an upgrade to Elasticsearch 8 in a future release, 7.17 allows for a smooth and automatic upgrade between the major releases.

Added

  • Added dedicated continue watching section on top of homepage if you have any in progress videos
  • Added limited options for per channel customization wiki, with potential for future expansion:
    • Download format
    • Delete watched videos after x days
    • Index Playlist
  • Added startup check to validate minimal and maximal supported Elasticsearch version

Changed

  • Changed how subtitles are indexed to reduced overhead by joining multiple lines in one document
  • Changed how the download queue is indexed and build for better extensibility
  • Changed index playlist is now part of per channel settings
  • Improved deploy.sh to now run into testing environment without previous configurations
  • Improved deploy.sh to install debug tools in testing environment

Fixed

  • Fixed ignore progress bar if video is watched
  • Fixed how auto generated subtitles are parsed, #180