Commit Graph

963 Commits (562eaa1b9b5c15ac2052eaf953d24b5e58156c5f)
 

Author SHA1 Message Date
Isaac Abadi 562eaa1b9b Added support for generate NFO files for Kodi
Minor UI updates to settings
3 years ago
Isaac Abadi ec7f04552f Fixed mangled Subject initialization in main component 3 years ago
Isaac Abadi 75fc09ed99 Improved arg simulation -- now uses same method as the actual download
Added checkbox for advanced custom args to either replace all args or append
3 years ago
Isaac Abadi 8aa354ac24 Fixed issue where navigating to a sub's video would play all videos from the subscription 3 years ago
Isaac Abadi 58a0dc4afe Version and commit info is now generated during autobuilds and can be viewed in the about dialog
Prepared removal of JSON translations from repo to move towards XLIFF-only
3 years ago
Glassed Silver 0e37d83740
Merge pull request #455 from GlassedSilver/Readme-Update
Readme update
3 years ago
Isaac Abadi 27faff054e Recent videos component now remembers sort order between page reloads 3 years ago
Isaac Abadi a71d9f5c7e Added tests for arg generation and laid some plumbing for better arg simulation in the UI 3 years ago
Isaac Abadi 759637c1cf Fixed issue where per-subscription custom args were not being applied 3 years ago
Isaac Abadi 33f23c3ca9 Fixed issue where youtube-dl autoupdates broke if checkExistsWithTimeout failed the first time 3 years ago
GlassedSilver 176c99f813 Reference host-specific instructions 3 years ago
GlassedSilver f7e0b3e86b [DRAFT!] Bump alpine: pinned '3.12' → 'latest' 3 years ago
GlassedSilver bd2443b1e9 docker-compose.yml: Use YoutubeDL-Material nightly 3 years ago
Isaac Abadi f689609941 Fixed missing rxjs import 4 years ago
Tzahi12345 5fd9d93007
Merge pull request #420 from Tzahi12345/download-manager
Download manager
4 years ago
Isaac Abadi 7ee34d21eb Disables download cancelling for now 4 years ago
Isaac Abadi 66c184a2e6 Fixes issue with broken builds 4 years ago
Isaac Abadi 13f6f698b7 Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material into download-manager 4 years ago
Isaac Abadi b08325c1e3 Added ability to filter for only audio and only video files in the home page 4 years ago
Isaac Abadi 070d3fed57 Improved error handling for downloads 4 years ago
Isaac Abadi 775a1766d8 Added max concurrent downloads setting
Fixed issue where navigating to a subscription video would make the player behave like a playlist for the whole sub
4 years ago
Isaac Abadi dbefb66021 Fixed issue where errored downloads would result in an infinite loop of error messages in the home page
Added dialog to view error from an errored out download
4 years ago
Isaac Abadi 3241d6aaaf Added download manager to home page if autoplay is disabled
Fixed bug where the UI attempted to generate a preview URL for placeholder file cards

Fixed bug where file renaming was always attempted even when not necessary
4 years ago
Tzahi12345 d014c6facb
Merge pull request #443 from KuroSetsuna29/fix-ldap-login
Fixed issue preventing LDAP to create new account
4 years ago
KuroSetsuna29 b25ab70732 Fixed issue preventing LDAP to create new account 4 years ago
Isaac Abadi f9b8e78655 Fixed bug where auto builds would create a users file instead of a directory 4 years ago
Isaac Abadi acad7cc057 Minor code cleanup 4 years ago
Isaac Abadi c3d91e89a8 Get downloads now supports filtering by uids 4 years ago
Isaac Abadi 97c5102eb9 Limited video previews to video files only 4 years ago
Isaac Abadi 865185d277 Added ability to pause and resume all downloads
Removed backend dependency on queue library
4 years ago
Isaac Abadi a36794fd4f Improved video preview behavior 4 years ago
Isaac Abadi 6639305771 Added video previews when hovering over a file card 4 years ago
Isaac Abadi cca76dd248 Code cleanup 4 years ago
Isaac Abadi d899f88164 Added button to edit a subscription from the subscriptions page 4 years ago
Isaac Abadi 09b3c752d9 Removed downlload delay setting for subscriptions
Subscription downloads already queued are now not requeued on the next check

Headers in download queue table are now sortable

Added button to clear all finished downloads in the downloads manager
4 years ago
Isaac Abadi 71bb91b6e6 Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material into download-manager 4 years ago
Isaac Abadi f9b1414460 Logic to avoid duplicates for subscription files now uses the video URL instead of its path 4 years ago
Isaac Abadi 6eb1e2f898 Fixed issue where different path formatting would lead files to get duplicated in the DB 4 years ago
Isaac Abadi 30505d0e8b Cleaned up unused code in subscriptions 4 years ago
Isaac Abadi 48ab1836ca Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material into download-manager 4 years ago
Isaac Abadi 20cedb6c29 Pagination and filtering of files is now server-side
Importing unregistered files does not block server start anymore
4 years ago
Isaac Abadi 9f5b6122fa Added additional protections to verify that the DB is initialized before downloader does
Began work on watching entire subscriptions as a playlist

Subscriptions now use the new download manager to download files
4 years ago
GlassedSilver 5321624604
Update README.md
Fixed Contributors link
4 years ago
Isaac Abadi 8828af4174 Fixed issue where config items that defaulted to false would not be created if they were missing 4 years ago
Isaac Abadi 2bb4860a36 Fixed issue where if multi user mode was not defined, subscriptions could not be retrieved 4 years ago
Isaac Abadi ce3d540633 Forces file registration to avoid registering a file that already exists in an atomic fasion 4 years ago
Isaac Abadi f7b152fcf6 Download manager is now per user
Replaced multi download mode with autoplay checkbox
4 years ago
Isaac Abadi f892a4a305 Download manager is now thread safe 4 years ago
Isaac Abadi fc55961822 Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material into download-manager 4 years ago
Isaac Abadi ebfa49240c Added methods to modify download state
Added missing optionalJwt calls in several routes
4 years ago