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
1f0153b17e
Subscription videos being downloaded will get registered into the database as they are added to avoid having to wait until the subscription completes
2021-03-16 20:06:05 -06:00
Isaac Abadi
f32b394715
Added maxBuffer option to all downloads
2021-02-22 12:55:30 -07:00
Isaac Abadi
9d09eeffe3
Added maxbuffer option to subscriptions
2021-02-22 12:54:28 -07:00
Isaac Abadi
433d08e9df
Added ability to crop files
...
Fixed bug in downloading playlists
2021-02-12 21:20:48 -07:00
Isaac Abadi
3f9314a0c3
Fixed bug where categories selection logic had an out of range exception
2021-01-28 22:11:04 -05:00
Isaac Abadi
6481102e01
Changes forEach loops in categorize() to regular for loops to facilitate early breaking
2021-01-13 16:12:11 -05:00
Isaac Abadi
d7d861ef0e
Fixed typo in default custom output key for categories
2021-01-12 22:32:27 -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
28ee77cee0
Hotfix that allows playlists to be downloaded with categories
2021-01-12 16:42:30 -05:00
Isaac Abadi
133d848729
Fixed bug where deleting a file card wasn't possible if it was already deleted manually
2021-01-11 13:55:02 -05:00
Isaac Abadi
539bc5094a
Fixed bug where sometimes a subscription video's thumbnail would get deleted twice and throw an error
2021-01-11 01:20:07 -05:00
Isaac Abadi
95bb69f16b
Fixed bug where videos would not delete in single-user mode
2021-01-10 17:14:10 -05:00
Isaac Abadi
a93aa080b3
Fixed bug where playlistd could not be made
2021-01-09 17:25:46 -05:00
Isaac Abadi
db78e4ad5e
Fixed bug where playlist downloads would fail and progress would not show (for playlist downloads)
2021-01-09 14:07:51 -05:00
dependabot[bot]
b978007472
Bump axios from 0.21.0 to 0.21.1 in /backend
...
Bumps [axios](https://github.com/axios/axios ) from 0.21.0 to 0.21.1.
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/v0.21.1/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v0.21.0...v0.21.1 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-01-06 10:25:29 +00:00
Isaac Abadi
b6c09324d9
Updated error messages to make them more verbose and fixed ID3 tagging for file names
2021-01-01 17:35:14 -05:00
Isaac Abadi
250f150587
Download checker now only runs if the video info was successfully retrieved
2020-12-26 18:56:01 -05:00
Isaac Abadi
dbf08e1276
Fixed bug where audio files that had a stale webm extension in the metadata file path would fail to register
2020-12-26 15:51:13 -05:00
Isaac Abadi
f74ce4b865
Fixed bug that caused the UI to fail loading after creating a user in multi-user mode
2020-12-26 15:35:13 -05:00
Isaac Abadi
0e7bc1979f
Updated versioning info
2020-12-24 02:05:30 -05:00
Isaac Abadi
c08993e20b
Old database files are now backed up prior to migration to simplified structure
2020-12-24 02:02:05 -05:00
Isaac Abadi
4835093606
Fixed issue where some non-YT videos would fail as the pre-check was incompatible
2020-12-24 00:10:54 -05:00
Isaac Abadi
c63a64ebef
Categories will now auto-generate playlists
2020-12-23 01:29:22 -05:00
Isaac Abadi
9a57080bb3
Category is now properly stored in the database
2020-12-23 01:24:43 -05:00
Isaac Abadi
6eb6ffa5e4
Get user videos now accepts an optional type parameter
2020-12-22 01:25:12 -05:00
Isaac Abadi
3f1532b4c6
Updated migration
...
- Fixed bug in migration process for single-user mode
- Changed name of migration
Removed unused code for getmp3/mp4 and fixed bug when retrieving playlist if it didn't exist
Fixed bug in streaming code where playlist audio files would not play if the file path was not present
Fixed bug in getallsubscriptions for single user mode
2020-12-22 01:23:43 -05:00
Isaac Abadi
afb5e3800c
In the subscription page, the subscription is now continuously retrieved at an interval of 1s to update for new videos or the downloading state
...
- There is now a visual indicator for when a subscription is retrieving videos
2020-12-20 00:30:48 -05:00
Isaac Abadi
2971580f91
Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material into updated-player
2020-12-19 14:37:00 -05:00
Isaac Abadi
e75b56ad3f
Added ability to pause specific subscriptions
2020-12-19 04:12:27 -05:00
Isaac Abadi
59c38321fd
Fixed bug in file deletion
2020-12-19 01:46:19 -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
8058b743eb
Added support for redownloading fresh uploads, which will eventually be hidden behind an opt-in setting
2020-12-18 18:31:23 -05:00
Isaac Abadi
e3374c573a
Args incompatible with video mode and audio-only mode will now get removed
2020-12-15 20:16:53 -05:00
Isaac Abadi
da3bd2600f
Fixed bug where sharing didn't work for some videos
...
View count now increments on each play unless the video is shared
2020-12-15 00:42:24 -05:00
Isaac Abadi
6ad590497b
Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material into updated-player
2020-12-14 18:20:33 -05:00
Isaac Abadi
4f693d4eda
Added description to player component and simplified the database by un-splitting videos and playlists by type
2020-12-14 18:19:50 -05:00
Isaac Abadi
9de403245b
Twitch chat now supports subscriptions
...
- refactored code to be cleaner and more modularized
Updated scrolling on twitch chat to actually scroll to the bottom with new messages
Fast forwarding in videos with a twitch chat is now faster and provides a smoother transition
2020-12-10 21:04:53 -05:00
Isaac Abadi
c6fc5352c5
Added ability to add more metadata to db through migrations, and added scaffolding for supporting description and play count in the player component
2020-12-09 17:28:00 -05:00
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
1542436e96
Passwords now must be provided when registering a user
2020-11-29 18:37:16 -05:00
Isaac Abadi
b0acb63123
Updated backend dependencies (caused build to fail)
2020-11-29 13:07:17 -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
3318ac364d
Code cleanup and changed proposed handling of existing tags for suggestions
2020-10-24 00:29:42 -04:00