Isaac Abadi
f425b9842f
Updated twitch chat component to support user colors and to auto open if the chat has already been downloaded
2020-12-08 22:57:09 -05:00
Isaac Abadi
d08fee1223
Added v1 of chat sidebar for Twitch VODs
2020-11-29 03:18:28 -05:00
Isaac Abadi
8938844ffa
Added ability to select the max quality for a subscription. It defaults to 'best' which will get the best native mp4 video
2020-11-28 00:45:47 -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
2f541a49df
Thumbnails now load using a faster method with a dedicated API route rather than sending blobs directly.
...
- In cases of lots of files, loading should be significantly faster
2020-11-25 15:36:00 -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
3a049a99ac
Fixed bug where non-youtube downloads would fail
2020-11-01 19:38:22 -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
6ea4176d63
Added missing code that makes category paths relative to the root dir
2020-10-24 00:15:47 -04: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
0189d292a8
Fixed bug that prevented categorized files from being deletes and simplified the two delete file API calls into one
2020-10-18 02:20:06 -04:00
Isaac Abadi
fe7303a191
Replaced /audio and /video APIs with /stream that now requires a type parameter to simplify future code changes
...
getSubscription can now accept a subscription name instead of just an ID
Added API call to delete a category
Categories can now have a custom path
Minor code cleanup
2020-10-15 16:57:45 -04:00
Isaac Abadi
dff4b141b0
Blobs are now only included in getAllFiles() if the config option for including thumbnail is set to true
2020-10-12 22:47:11 -04:00
Tiger Oakes
e26ac82c66
Fix missing keywords
2020-09-29 08:53:36 -07:00
Tiger Oakes
21eafeab22
Make utils.recFindByExt and utils.getDownloadedFilesByType async
2020-09-26 15:24:41 -07:00
Tiger Oakes
f535d18cb9
Use async methods in auth and subscriptions
2020-09-26 15:14:37 -07:00
Tiger Oakes
2c43ce3c47
Use async versions of filesystem methods
2020-09-26 14:57:23 -07:00
Isaac Abadi
10922fedd7
Fixed bugs that prevented subscription videos from being downloaded and non-users from accessing shared videos
2020-09-26 00:29:13 -04:00
Isaac Abadi
6717a59422
Fixed bug that preventing playlists from being downloaded a zip
2020-09-24 02:26:58 -04:00
Isaac Abadi
899633e124
Fixed bug that showed users their subscription videos after subscriptions were disabled
2020-09-20 23:13:56 -04:00
Isaac Abadi
8595864118
Added basic categorization functionality in the server & UI
2020-09-17 03:14:24 -04:00
Isaac Abadi
71633950b2
Comments cleanup
2020-08-31 15:03:04 -04:00
Isaac Abadi
5b768b5bda
JSON blobs were accidentally inserted into DB, stringifying then parsing the video file object fixes this
2020-08-30 05:42:52 -04: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
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
5de37f6fbf
Importing of unregistered files now happens on startup
...
recFindByExt in app.js removed, now uses utils.recFindByExt
Minor code cleanup
2020-08-14 02:10:40 -04:00
Isaac Abadi
945ba268fb
Fixed bug where non-shared videos could be viewed by others
...
Fixed bug where non-users couldn't download a shared video
2020-08-12 16:23:28 -04:00
Isaac Abadi
fcaf8b5a62
Updated create playlist dialog to not require a type to be set prior
...
- duration and registered variables are now set for playlists
2020-08-09 19:23:29 -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
fd35153721
Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material into homepage-redesign
2020-08-02 16:24:07 -04:00
Isaac Abadi
9aee6e91cd
Added API to update subscription
...
Edit subscription component now works
2020-08-01 21:26:47 -04:00
Isaac Abadi
3ebc903ce9
Fixed bug where non-admins in multi user mode could change the settings if they could open the dialog
2020-07-27 22:09:15 -04:00
Isaac Abadi
333556c305
Removed erroneous code and added the ability to kill all downlaods
2020-07-25 15:57:10 -04:00
Isaac Abadi
d7631360cc
Erroneous quality args are no longer added when using then normal downloading method
2020-07-23 23:29:05 -04:00
Isaac Abadi
c800308b9d
Removed all instances of res.end() as it caused errors on debian-based systems and is a redundant call
2020-07-22 21:58:35 -04:00
Isaac Abadi
c1c57135ba
Fixed bug where deleting an audio file would result in an error
2020-07-22 21:57:09 -04:00
Isaac Grynsztein
cc189a3abd
Unified videos videos are now properly retrieved from the server
2020-07-15 23:37:00 -04:00
Isaac Grynsztein
4ebb2d4297
Created unified file card component, recent videos component (not done) and started scaffolding work on the backend
2020-07-13 22:09:48 -04:00
Isaac Grynsztein
dd80c51f16
Removed pin setting functionality
...
- Simplifies security options: use multi user mode if you want to restrict access to the settings menu
2020-07-09 22:33:07 -04:00
Isaac Grynsztein
e97e9ec717
Logs viewer will now color-code logs based on type (error, warning, info, etc.)
...
You can also clear logs from the logs viewer as well
2020-07-05 22:17:54 -04:00
Isaac Grynsztein
a9f197e46d
Updated logs viewer component
...
- now by default last 50 lines are showed
- added copy to clipboard button
- added loading spinner to indicate to users when the logs are loading
app.get('/api/logs') is now app.post to allow for additional parameters (such as lines to retrieve)
2020-07-03 03:46:58 -04:00
Isaac Grynsztein
cf14880d21
Empty URL setting will result in the default being applied
2020-07-01 23:20:11 -04:00
Isaac Grynsztein
e81d0cab42
Fixed bug where changing a user's password would change the admin's password
2020-07-01 17:26:32 -04:00
Isaac Grynsztein
5537852134
Deleting a file will now delete its downloaded thumbnail as well
...
Thumbnails will now have their permissions auto updated to align themselves with the other downloaded files
2020-06-30 22:38:01 -04:00
Isaac Grynsztein
efdc471ccf
Fixed bug where if multi-user mode was enabled, old subscriptions would keep downloading and vice versa
2020-06-29 23:23:31 -04:00
Isaac Grynsztein
c20d09e902
Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material into player-improvements
2020-06-29 20:11:20 -04:00
Isaac Grynsztein
86c609c1b2
Player component now remembers previously set volume
...
Updated name of updatePlaylist->updatePlaylistFiles for clarity and added updatePlaylist route
Added smarter safe download override, will auto activate if subtitle args are included.
2020-06-29 19:39:47 -04:00
Justin Turner
42bd219ed6
Removing extra white spaces
2020-06-27 01:09:41 -05:00
Isaac Grynsztein
94df98e5d0
Fixed bug that prevented subscription archives from being downloaded if their path was express as a full path
2020-06-23 00:01:23 -04:00