Skip to content

youtube-dl-react-viewer release 1.2.0

Compare
Choose a tag to compare
@graham-walker graham-walker released this 14 Dec 07:53
· 255 commits to main since this release

Changelog

  • Added the option to sort videos by the amount of dislikes
  • Made it so no more than 100 videos will be returned at a time in the playlist box on the video page (this should greatly improve performance if there are lots of videos in a playlist)
  • youtube-dl can now be updated through the admin panel
  • Reduced the bitrate for live transcoding videos for performance reasons
  • When sorting videos, videos with null values will no longer show up first in search (for example, when sorting by least dislikes a video with null dislikes will not appear before a video with 0 dislikes anymore)
  • Added a basic page that shows a list of all the uploaders of downloaded videos, sorted in alphabetical order
  • When viewing the admin panel the app will automatically check if there is a new GitHub release

Fixed Bugs

  • The wrong icon was shown for the most disliked video on the statistics page
  • Created indexes for sortable properties on videos to solve performance related issues
  • Fixed the playlist box on the video page not scrolling to the active video on tab change
  • Changing the active video while live transcoding was enabled would crash the backend
  • Fixed an error that prevented videos from downloading where youtube-dl-react-viewer would fail to recognize thumbnail files because youtube-dl changed the thumbnail file name schema. These errors can be automatically fixed by clicking the repair button in the admin panel for the affected videos. For more information about automatic error repairing see the README