Tube Archivist logo

Tube Archivist

Self-hosted YouTube media server

Alternative to: youtube


About Versions (54)

v0.0.5

2021-10-03

Added

  • Added grid and list view switch for all archive pages
  • The Downloads view now has a ignored view list toggle to show all previously ignored videos and provides options to unignore them
  • The Github wiki is now where all the user documentation is located.
  • Tube Archivist can now integrate with a custom RedisJSON port.
  • Added a section in the contributing page about how to set up your testing environment.

Changed

  • Tube Archivist now utilizes the patched nightly builds of ffmpeg for best compatibility with yt-dlp, #37 #26
  • The About page contains now just useful links as the documentation is now consolidated into the github wiki.
  • Converted some true/false dropdowns to a toggle switch.
  • The “Download Queue” button on the download page is now called “Start Download” for better clarity.

Fixed

  • Cleaned up startup functions into a dedicated Django ready method to avoid double execution.
  • There is still a lot of refactoring and cleaning up going on.