Tzahi12345
8f246d905f
Added ability to set a webhook proxy for telegram requests
...
Fixed issue where config changes were broadcast before they were written
2023-11-30 00:28:28 -05:00
Tzahi12345
90d9ac025a
Added missing config item from default.json
2023-05-03 16:38:48 -04:00
Tzahi12345
dab9fc83ba
Added support for discord webhooks
...
Improved download error notifications
2023-04-25 22:14:35 -04:00
Tzahi12345
0b3a21b383
Added missing config file settings
2023-04-24 21:17:33 -04:00
Isaac Abadi
636f7b16a8
Changed default downloader to yt-dlp
2022-06-21 02:23:35 -04:00
Isaac Abadi
7bfb2976fe
Fixed twitch chat downloads, tcd is now required and client secret must be supplied
2022-06-21 01:22:58 -04:00
Isaac Abadi
562eaa1b9b
Added support for generate NFO files for Kodi
...
Minor UI updates to settings
2021-09-22 19:27:25 -06:00
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
2021-09-15 09:44:31 -06:00
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
2021-08-24 21:33:43 -06:00
Isaac Abadi
f7b152fcf6
Download manager is now per user
...
Replaced multi download mode with autoplay checkbox
2021-08-13 16:28:28 -06:00
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
2021-08-08 05:56:47 -06:00
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
2021-08-01 22:19:15 -06:00
Tzahi12345
ec3ab17507
MongoDB is no longer the default in config, this will just be set through the docker-compose.yml
2021-08-01 06:23:27 -06:00
Isaac Abadi
bb6503e86d
Changed DB structure again
...
Added support for MongoDB
Added tests relating to new DB system
Category rules are now case insensitive
Fixed playlist modification change state
2021-07-16 00:05:08 -06:00
Isaac Abadi
1d5490c0ff
Allows playlists to be categorized based on the first video that matches
2021-01-12 22:08:42 -05:00
Isaac Abadi
9847577431
Added setting for redownloading fresh uploads
...
Fixed bug in implementation of fresh upload redownloader
2020-12-19 00:24:36 -05:00
Isaac Abadi
d08fee1223
Added v1 of chat sidebar for Twitch VODs
2020-11-29 03:18:28 -05:00
Isaac Abadi
b730bc5adc
Added option to set a default file output - custom file output in the advanced expansion panel will override this
2020-11-27 00:25:31 -05:00
Isaac Abadi
9e4b328f91
Default youtube downloader switched back to youtube-dl after testing
...
Fixed bug that caused some non-youtube downloads from failing
2020-11-01 20:21:36 -05:00
Isaac Abadi
8a7409478a
Added the ability to download videos at higher resolutions than the highest mp4 ( fixes #76 )
...
Deprecates normal downloading method. The "safe" method is now always used, and download progress is now estimated using the predicted end file size
Thumbnails are now auto downloaded along with the other metadata
2020-08-29 23:05:37 -04:00
Isaac Abadi
babba9aa30
Added ability to register/login through LDAP
...
- Added ability to edit LDAP settings and whether to use LDAP or not in the users tab in the settings
2020-08-26 04:18:29 -04:00
Isaac Abadi
eda75e9a19
Updated docs and removed deprecated encrypted.json file from repo
2020-08-14 18:00:14 -04:00
Isaac Abadi
560aaadca1
Removed "use encryption" options, if you'd like to encrypt your web page, use a reverse proxy
2020-08-14 17:56:44 -04:00
Isaac Abadi
25bfb9e518
Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material
2020-08-10 14:27:46 -04:00
Isaac Abadi
c9b615c659
Added option to change JWT expiration time called "Login expiration" in the Advanced tab
2020-08-10 14:26:59 -04:00
Isaac Abadi
d7aa39599d
Removed subscriptions_use_youtubedl_archive setting, to use youtube-dl archive functionality, there is now just one setting for both subscription and non-subscription videos
2020-08-08 15:58:48 -04:00
Isaac Grynsztein
935ae3452c
Repo cleanup
2020-07-15 23:46:25 -04:00
Isaac Grynsztein
dcc7fbd81c
Added new setting to force a safe download (removes features like progress bar)
2020-05-30 16:28:00 -04:00
Tzahi12345
f485da06b5
Implemented cookies upload dialog and the ability to "enable cookies" to hopefully circumvent 429 errors
2020-05-19 21:37:19 -04:00
Tzahi12345
e5db376914
All config values are now reloaded on config set
...
Added 4 new settings: user files folder, enable registration, enable downloads manager, and logging level selection
2020-05-02 17:09:46 -04:00
Isaac Grynsztein
cb6451ef96
Added new settings: multi user mode and users base path
2020-04-26 17:37:49 -04:00
Isaac Grynsztein
1e96e31053
Added new API key and using API key config items to enable a public API
...
API key config items are implemented UI-side
Added ability to generate API keys through the settings
Switched getmp3s and getmp4s api calls to be GET requests rather than POST
Removed unused code from settings dialog
2020-04-10 14:46:36 -04:00
Isaac Grynsztein
347df89aa7
Updated default title_top value in config
2020-03-29 10:45:31 -04:00
Isaac Grynsztein
4aaaddac92
Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material into settings-pin
2020-03-20 22:46:06 -04:00
Isaac Grynsztein
ff2f5c89da
Changed location of db and config to one unified directory, 'appdata'
...
Archive files now get generated if nonexistent during deletions
Simplified docker-compose.yml to not require environment variables. Added volume for appdata folder which will be automatically shipped with docker builds
2020-03-16 01:22:09 -04:00