Tzahi12345
fb27264d33
Added support for custom webhook URLs for notifications
2023-04-11 23:45:30 -04:00
Tzahi12345
e720edf9f0
Added hint that restart is required after changing the downloader
...
Updated translation source file
2023-04-01 19:26:25 -04:00
Tzahi12345
cb5651d437
Added telegram notification support
2023-03-20 20:23:50 -04:00
Tzahi12345
6010d991fb
Enabled strict template mode in Angular
...
Code cleanup
2023-01-29 15:51:50 -05:00
Tzahi12345
121f5586a6
Added ability to generate RSS feed URLs from the UI
...
Moved property sorting into its own component
2023-01-05 02:38:44 -05:00
Tzahi12345
2a3017972a
Added ability to generate RSS feeds from downloads
2023-01-03 23:59:16 -05:00
Tzahi12345
c10b062832
Converted allow_autoplay to force_autoplay as per #695
2023-01-03 02:18:14 -05:00
Tzahi12345
f0c9a6122f
Added nfty and gotify notifications support
2023-01-02 02:01:19 -05:00
Isaac Abadi
0efbd11d29
Converted input placeholders to mat-label
...
Various style improvements
Updated translations
2022-11-27 12:10:45 -05:00
Isaac Abadi
b11a4e006c
Updated to material design v15
2022-11-26 17:28:10 -05:00
Isaac Abadi
fb6cf8548d
Added spinner during db connection test
2022-06-21 22:45:54 -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
Glassed Silver
ffa1737df3
Merge pull request #535 from GlassedSilver/Readme-Update
...
Made Global custom args hint clearer. (scope: EN)
2022-04-08 19:18:57 +02:00
GlassedSilver
f1a7986e7a
Made Global custom args hint clearer. (scope: EN)
2022-04-08 19:17:14 +02:00
Isaac Abadi
bff40d97bb
Invalid locales do not prevent languages from being selected anymore
...
Fixed video previews on mouse over when in multi-user mode
2021-09-30 22:27:44 -06: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
11284cb1b3
Fixed unnecessary (and mispelled) class for settings element
2021-08-08 06:00:15 -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
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
2021-08-01 20:40:29 -06:00
Isaac Abadi
8d6ec819e6
Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material into cleaner-playlists-and-settings
2021-08-01 17:27:35 -06:00
Isaac Abadi
258d5ff495
Test connection string now uses the currently typed in connection string rather than the last saved one
2021-07-26 20:31:35 -07:00
Isaac Abadi
73b9cf7893
Settings is now a route instead of a dialog
2021-07-26 18:18:07 -07:00
Isaac Abadi
90af895552
Updated style of settings for DB
...
MongoDB connection string test now only tests once
2021-07-21 23:25:59 -06:00
Isaac Abadi
7aad7b7d24
Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material into add-yt-dlp
2021-07-20 21:55:18 -06:00
Isaac Abadi
d6a43c76a4
Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material into concurrent-streams-and-player-refactor
2021-07-20 21:36:48 -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
Erwan
b933af03e2
Update API docs links in settings
2021-05-22 14:58:48 +02:00
Isaac Abadi
4643efbae0
Added ability to restart the server from the frontend
...
Dockerfile/entrypoint.sh now uses nodemon enabling restarting from the UI in a container
2021-03-16 22:41:07 -06:00
Isaac Abadi
a1b32e2851
Added yt-dlp support
...
Simplified update youtube-dl code
2021-01-20 08:32:16 -05: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
b323b548ca
Added ability to use youtube-dl forks
...
Downloader now defaults to youtube-dlc because of the recent DMCA requests
2020-11-01 19:16:41 -05:00
Isaac Abadi
727b047c39
Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material into categories
2020-10-23 02:00:57 -04:00
Isaac Abadi
d4e5082039
Confirm dialog can now optionally use warn colors (used for deletion or breaking changes)
...
Category re-ordering is fixed
Category deletion in settings is now functional
2020-10-15 17:00:48 -04:00
Isaac Abadi
7dcc38c26d
Updated string in settings: "Select a logger level" -> "Log Level"
...
Made modify playlist component fully translatable
Fixed typo in cookies settings text
2020-09-30 04:52:43 -04:00
Isaac Abadi
8595864118
Added basic categorization functionality in the server & UI
2020-09-17 03:14:24 -04:00
Isaac Abadi
7efbe40bb2
Added setting for including metadata/thumbnails in the UI
2020-08-30 05:55:50 -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
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 Abadi
ae9e4e6857
Updated styling in settings and about page for a cleaner look
2020-07-25 16:02:36 -04:00
Isaac Abadi
333556c305
Removed erroneous code and added the ability to kill all downlaods
2020-07-25 15:57:10 -04:00