Commit Graph

911 Commits (6eb1e2f898ad5f1a6a9c506aad382ceefab3cab3)
 

Author SHA1 Message Date
Isaac Abadi 6eb1e2f898 Fixed issue where different path formatting would lead files to get duplicated in the DB 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
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 9e60d9fe3e Fixed issue where some some videos would send many requests to SponsorBlock when only one was needed 4 years ago
Isaac Abadi 11284cb1b3 Fixed unnecessary (and mispelled) class for settings element 4 years ago
Isaac Abadi 8b1a1a56e3 Added SponsorBlock support for skipping ads when viewing supported videos
Updated default value for subscriptions check interval (new value of 86,400 only existed in the default.json)

Text inputs in settings menu are now larger
4 years ago
Tzahi12345 32370280ab
Merge pull request #416 from BrianCArnold/master
Added change to make player work on iOS without being full screen.
4 years ago
Brian C. Arnold 240d6569fa Added change to make player work on iOS inline. 4 years ago
Isaac Abadi 7be90ccd94 Fixed bug where subscription videos would get duplicated 4 years ago
Isaac Abadi b1385f451b Added option to rate limit downloads
Added option to force delay between videos in a subscription

Fixed issue where file handle was maintained on files deleted through unsubscribing
4 years ago
Tzahi12345 f40ac49082
Merge pull request #413 from Tzahi12345/cleaner-playlists-and-settings
Dedicated settings page and UI cleanup
4 years ago
Isaac Abadi 2756cfae17 Login component is now a lot prettier 4 years ago
Isaac Abadi dac5919ffb Updated look of buttons and several home page elements 4 years ago
Isaac Abadi 34245bd339 Updated styling for settings page
Fixed issue where redirects to home occured when reloading the settings page

Fixed errors that occured when loading the settings page
4 years ago
Isaac Abadi 8d6ec819e6 Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material into cleaner-playlists-and-settings 4 years ago
Isaac Abadi b03b4d173b Fixed issue where testing the connecting string would fail if local DB was being used
Fixed issue where blacklisting video in with archiving would not work

Cleaned up unused functions in app.js
4 years ago
Tzahi12345 c8f219d5b0
See previous commit, MongoDB is no longer on by default for all installs 4 years ago
Tzahi12345 ec3ab17507
MongoDB is no longer the default in config, this will just be set through the docker-compose.yml 4 years ago
Tzahi12345 5124e3b333 Update issue templates 4 years ago
Isaac Abadi d09b244bc2 Fixed bug where unsubscribing from a channel would clear the entire files table
Fixed issue where yt-dlp did not work with subscriptions
4 years ago
Isaac Abadi c0a385ce78 Default file output now applies to subscriptions 4 years ago
Isaac Abadi 258d5ff495 Test connection string now uses the currently typed in connection string rather than the last saved one 4 years ago
Isaac Abadi fb5c13db27 Fixed issue where files could be added to playlists of the wrong type 4 years ago
Isaac Abadi 92413bd360 Added ability to add file to playlist using the context menu 4 years ago
Isaac Abadi 7174ef5f57 Fixed issue where config initialization did not occur early enough in lifecycle, causing db.js to throw an error if the config did not exist 4 years ago
Isaac Abadi 73b9cf7893 Settings is now a route instead of a dialog 4 years ago
Tzahi12345 7ff906fd35 Added issue templates 4 years ago
Isaac Abadi 6e084bd94a Fixed issue where subscriptions check interval would only update after restart 4 years ago
Tzahi12345 21b97911e8
Merge pull request #401 from Tzahi12345/python3-docker-test
yt-dlp python3 bugfix
4 years ago
Isaac Abadi ccb4819a94 Adds small timeout to restart server API call
Fixes typo in translation description for video cropping
4 years ago
Isaac Abadi ce8f90ca1d Reverted python3->python dockerfile changes and re-added python2 to dockerfile 4 years ago
Isaac Abadi 8469ae10ad Fixed issue where backend would crash if the details bin did not exist for youtube-dl 4 years ago
Isaac Abadi 117255b0b7 Fixed bug where adding content to playlist wouldn't enable save button 4 years ago
Isaac Abadi f0e73c1708 python3 now aliases as python in Dockerfile 4 years ago
Isaac Abadi aa1e36ae35 Updated dockerfile to download python3 for yt-dlp support 4 years ago
Isaac Abadi a1841e84ca Added translations for Catalan, Czech, Indonesian, Portuguese, and Russian
Updated translations for German and French, and updated source translation files
4 years ago
Isaac Abadi 05909877f4 Fixed translation description typo 4 years ago
Isaac Abadi 90af895552 Updated style of settings for DB
MongoDB connection string test now only tests once
4 years ago
Isaac Abadi 9f908aa3fc Added ability to randomize playlists
Missing videos now show a more verbose error in the logs
4 years ago
Tzahi12345 b56b371ece
Merge pull request #398 from Tzahi12345/dependabot/npm_and_yarn/backend/color-string-1.6.0
Bump color-string from 1.5.3 to 1.6.0 in /backend
4 years ago
Isaac Abadi 84e54cb4d5 Updated npm in auto build to v12
Added vscode tasks for launching frontend and backend in dev mode
4 years ago
Isaac Abadi 42aaecc13a Fixed bug where downloaded videos did not have a user_uid field 4 years ago
Isaac Abadi aac11b2105 Set MongoDB port back to its default 4 years ago
Isaac Abadi bbf94ef982 Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material 4 years ago
Isaac Abadi 2876cf55db Added env var to docker-compose to enable config mutations by default 4 years ago
Tzahi12345 375d3b4f38
Merge pull request #336 from Tzahi12345/add-yt-dlp
Added yt-dlp support
4 years ago
Isaac Abadi 160cffc737 Added support for yt-dlp's --no-clean-infojson 4 years ago