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
9a57080bb3
Category is now properly stored in the database
2020-12-23 01:24:43 -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
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
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
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
727b047c39
Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material into categories
2020-10-23 02:00:57 -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
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
Isaac Abadi
f31dad0215
JSON metadata files are no longer kept if the associated setting is not enabled
2020-08-30 05:56:25 -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
Tzahi12345
d292275956
Unfinished subscriptions will no longer cause an error during server startup
2020-08-24 05:13:27 -04:00
Isaac Abadi
e2cec9321e
Importing of videos during startup now uses standard registering of videos into db process and refactored registering to support aforementioned feature
...
Removed erroneous console log
2020-08-14 02:44:27 -04:00
Isaac Abadi
7aace85ef4
Added ability to import unregistered files into the db if they are missing from the db but exist in their expected folder
2020-08-14 02:08:51 -04:00
Isaac Abadi
59ad74ed79
Fixed bug where subscriptions may register the same file multiple times
2020-08-09 14:07:36 -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
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
Tzahi12345
db81120645
Added audioOnlyMode, customArgs, and customFileOutput fields to the subscribe dialog
2020-06-12 17:57:34 -04:00
Tzahi12345
b8a4e0773f
Added new utils.js module to assist backend with shared helper functions
...
Subscription files are now stored in the database, and will be primarily managed through it
2020-06-09 18:02:25 -04:00
Tzahi12345
d8e85df6d6
Scaffolding for registering subscription downloads
2020-06-03 19:18:10 -04:00