Isaac Abadi
9f5b6122fa
Added additional protections to verify that the DB is initialized before downloader does
...
Began work on watching entire subscriptions as a playlist
Subscriptions now use the new download manager to download files
2021-08-21 21:54:40 -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
8cc653787f
Cleaned up app.js backend code
2021-08-09 00:21:36 -06:00
Isaac Abadi
0360469c5a
Download manager is now functional
...
Added UI support for new downloads schema
Implemented draft test for downloads
Cleaned up unused code snippets
2021-08-08 21:29:31 -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
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
92413bd360
Added ability to add file to playlist using the context menu
2021-07-26 20:10:22 -07:00
Isaac Abadi
73b9cf7893
Settings is now a route instead of a dialog
2021-07-26 18:18:07 -07: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
4ea239170e
If multiple videos exist in one URL, a playlist will be auto generated
...
Removed tomp3 and tomp4 routes, replaced with /downloadFile
Simplified category->playlist conversion
Simplified playlist creation
Simplified file deletion
Playlist duration calculation is now done on the backend (categories uses this now too)
removeIDFromArchive moved from subscriptions->utils
Added plumbing to support type agnostic playlists
2021-05-30 00:39:00 -06:00
Isaac Abadi
e2c31319cf
Migrated playlist and subscription (per video and sub-wide) video downloading functionality to new schema
...
Migrated modify playlist component to new schema
Moved wait function and playlist generation function(s) to utils
- added tests for zip generation
2021-05-23 03:59:38 -06:00
Isaac Abadi
46f8579439
Refactored player component to utilize uids instead of fileNames to improve maintainability, consistency, and reliability
...
Playlists now use uids instead of fileNames
Added generic getPlaylist and updatePlaylist functions
2021-05-12 22:56:16 -06:00
Isaac Abadi
433d08e9df
Added ability to crop files
...
Fixed bug in downloading playlists
2021-02-12 21:20:48 -07:00
Isaac Abadi
88a1c31090
Removed unused code in home page
2020-12-22 01:24:27 -05:00
Isaac Abadi
ff8886d2e0
Simplified rxjs imports on the home page and potentially removed an erroneous error
2020-12-15 17:20:04 -05:00
Isaac Abadi
09832ad15b
Multi download mode and download-only mode now reloads recent videos
2020-11-24 03:39:30 -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
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
8fdc231f08
Updated new home page UI to support file manager disabling and permissions
...
- file manager enabled state is now cached for faster loading
2020-09-18 11:22:45 -04:00
Isaac Abadi
365cbc3ffa
Mkv/webm formats are now included for quality select (will get merged into mp4 at the end)
2020-08-29 23:08:23 -04:00
Tzahi12345
78d3145e0b
Deleting a video with an extension in the filename will now work UI-side
2020-06-09 18:02:46 -04:00
Tzahi12345
747735dffe
Arg modifier chip list now supports auto complete and arg description as the chip tooltip
...
Fixed bug that caused custom args to reset after exiting arg modifier without hitting cancel
2020-05-05 20:11:23 -04:00
Tzahi12345
0504167734
Arg modifier improvements: args are now shown as removable chips which can be directly typed as well (w/o using the adder)
2020-05-04 15:39:33 -04:00
Tzahi12345
8e5db3e9d1
Custom args and global custom args now use double comma as a delimiter. This should allow file names with spaces when using custom args (global and not)
2020-05-03 21:05:56 -04:00
Tzahi12345
fb23d7c41e
Audio downloads now work with progress bar, but it requires file conversion at the end. It ends up being around the same speed as the regular method
2020-05-03 03:24:25 -04:00
Tzahi12345
4e6d68d9e6
Updated video playing/sharing logic to support sharing of playlists in multi user mode and when multi user mode is disabled
...
Fixed bug that caused normal archive to be used in multi-user mode
Updated login logic when username is not found or user file is missing
Fixed bug that prevented playlist sharing from working
Added ability to use timestamps when sharing videos
2020-05-02 20:36:30 -04:00
Tzahi12345
ae9c52a14d
Merge pull request #67 from Tzahi12345/multi-user-mode
...
Adds multi-user mode
2020-05-01 03:48:50 -04:00
Tzahi12345
b685b955df
Added roles and permissions system, as well as the ability to modify users and their roles
...
Downloads manager now uses device fingerprint as identifier rather than a randomly generated sessionID
2020-05-01 03:34:35 -04:00
Tzahi12345
81b0ef4a72
Refactored initialization process to better facilitate auth if necessary
...
Date in user profile dialog now shows date
2020-04-30 13:28:58 -04:00
Tzahi12345
31f581c642
Subscriptions now support multi-user-mode
...
Fixed bug where playlist subscription downloads would fail due to a mislabeled parameter
Components that are routes now make sure auth is finished before sending requests to the backend
2020-04-30 04:54:41 -04:00
Tzahi12345
d2af233a1f
Fixed bug that when multi-download mode was enabled, videos could not be navigated to
2020-04-29 23:09:00 -04:00
Adam Verga
0fb00bac12
Initialization on auth component happens in a separate function, users_db primarily sits in app.js
...
Fixed bug where current download would set to null, but maincomponent still tried to parse it
2020-04-29 20:46:29 -04:00
Adam Verga
a48e122763
Settings are now more centralized in the frontend
2020-04-29 20:15:15 -04:00
Isaac Grynsztein
912a419bd4
Getting current download refactored to work and display less errors
...
Player component now sends jwt token if logged in
2020-04-26 17:34:38 -04:00
Isaac Grynsztein
eca06a7fb1
Downloads on the home page now show the progress bar
2020-04-22 21:42:21 -04:00
Isaac Grynsztein
6fe7d20498
downloads refactor half done - videos are now implement, but audo files are now
...
Added downloads manager in the UI where downloads can be viewed/cleared
2020-04-20 18:39:55 -04:00
Isaac Grynsztein
822aec4de8
added API endpoint to get file from database
...
video/audio files can now be retrieved by just uid, allowing for easy sharing
added API endpoints for sharing/unsharing a video (no UI support yet)
2020-04-07 14:49:05 -04:00
Isaac Grynsztein
eb084d03b2
Downloaded file names are now converted to their fully decoded forms
2020-03-28 08:04:45 -04:00
Isaac Grynsztein
0c5cd291fe
Changed comment for clarity
2020-03-27 15:57:51 -04:00
Isaac Grynsztein
b993c8e1d6
Fixed bug were downloadOnlyMode failed to work when multiDownloadMode was enabled
2020-03-27 15:54:14 -04:00
Isaac Grynsztein
8331c319ce
File formats are not searched anymore if video is a playlist. Prior to this they simply errored
2020-03-27 13:55:50 -04:00
Isaac Grynsztein
d33346b11d
Final fix for bug where failed downloads still appeared in the multi download menu
2020-03-26 10:47:56 -04:00
Isaac Grynsztein
a5c47737c7
Fixed bug where simulated output did not include the base path
2020-03-25 23:27:51 -04:00
Isaac Grynsztein
1ed415d733
Fixed bug where if using download-only mode, downloading additonal videos would be blocked
2020-03-25 04:16:11 -04:00
Isaac Grynsztein
2b2a033b7e
Added extensions settings where information on extensions can be found and bookmarklet is generated
...
Created arg modifier dialog to assist in editing youtube-dl args
- This arg dialog contains all the available args and their description
- Includes a convenient search bar and categorized list of args to help you find the one you're looking for, or just explore what's available.
Arg modifier is available for both global args (in settings) and local args (in the advanced mode)
2020-03-20 16:16:10 -04:00
Isaac Grynsztein
35f8454db3
Fixed bug where auto started downloads would begin if navigated back from the player
2020-03-17 18:20:25 -04:00
Isaac Grynsztein
a5e1906196
Fixed bug that prevented auto start from working
2020-03-17 18:14:11 -04:00
Isaac Grynsztein
44bff55a88
Adds youtube dl args to simulated output
2020-03-15 20:35:51 -04:00
Isaac Grynsztein
d39f6f7a17
File cards modified to support blacklisting videos when using youtube-dl archive
2020-03-15 20:28:18 -04:00
Isaac Grynsztein
c17d29075e
Updated angular material to v9
...
Added further translation support
2020-03-15 00:48:16 -04:00