Isaac Abadi
0a2529330d
Fixes issue in some browsers where the audio player disappears
2021-07-18 18:10:33 -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
Isaac Abadi
984e990103
Fixed issue where categories could not be viewed
2021-06-08 16:32:35 -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
297a4a3f34
Simplified streaming and file deletion functions
2021-05-16 02:53:36 -06:00
Isaac Abadi
1d2ab0dc41
401 errors will now not cause redirects in the /player route
2021-05-12 22:56: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
b3744e616d
Users can now stream videos concurrently with other users with the new concurrent stream component
2021-05-12 22:52:46 -06:00
Isaac Abadi
49925848ff
Material Icons are now hosted locally to avoid requesting them from Google for proxied users
2021-03-28 15:51:53 -04: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
669c87dd1b
Removed unecessary suffix in crop file inputs
2021-02-12 21:21:45 -07:00
Isaac Abadi
023df9c29d
Fixed issue where playlists couldn't be favorited after downloading
2021-02-12 21:21:09 -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
e34aa4d9d6
Adds Dutch language support
2021-01-31 19:47:14 -05:00
Isaac Abadi
00a0ab460b
Subscription's videos are now stripped from HTTP requests where they are not needed
2021-01-20 08:50:15 -05:00
Tzahi12345
b8cab673ae
Merge pull request #316 from Tzahi12345/categories-playlist-fix
...
Categories playlist download fix
2021-01-13 16:13:22 -05:00
Isaac Abadi
af58854f0e
Added info button to the player component
2021-01-13 12:50:18 -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
a78f4e99d0
Removed trivial browser log that occured at file deletion
2021-01-11 01:20:53 -05:00
Isaac Abadi
f0f2faa398
Sub's videos are removed from the post request when deleting a video as it's not needed
2021-01-11 01:19:29 -05:00
Isaac Abadi
7835185fe0
Made file card deletion much more reliable by finding out the index of the file on deletion rather than attempting to maintain a valid index
2021-01-11 01:18:58 -05:00
Isaac Abadi
ed1375d40b
Fixed bug where deleting videos while searching caused them to still show up in the UI
2021-01-09 14:07:51 -05:00
Isaac Abadi
c09dd7a03b
Updated Chinese and Spanish translations and added Italian translations
2021-01-01 17:38:08 -05:00
Isaac Abadi
ea959547fd
Fixed bug where file indices were incorrectly assigned
2020-12-28 00:22:14 -05:00
Isaac Abadi
085849c7ee
Fixed bug that prevented the menu for file cards from being opened (2)
2020-12-27 21:13:24 -05:00
Isaac Abadi
cf1dd43d36
Fixed bug that prevented the menu for file cards from being opened
2020-12-26 19:27:03 -05:00
Isaac Abadi
3c206c31d5
Updated translations base file
2020-12-24 03:21:56 -05:00
Tzahi12345
3ffcfac28b
Merge pull request #290 from Tzahi12345/updated-player
...
Updated player & much more (v4.2)
2020-12-24 03:13:50 -05:00
Isaac Abadi
0e7bc1979f
Updated versioning info
2020-12-24 02:05:30 -05:00
Isaac Abadi
33fc74b7e7
Updated dev config
2020-12-24 02:04:43 -05:00
Isaac Abadi
c63a64ebef
Categories will now auto-generate playlists
2020-12-23 01:29:22 -05:00
Isaac Abadi
1cc4df2829
Updated translation file to v4.2
2020-12-22 01:29:19 -05:00
Isaac Abadi
2656147570
Optimized get/set subscription process
2020-12-22 01:24:50 -05:00
Isaac Abadi
88a1c31090
Removed unused code in home page
2020-12-22 01:24:27 -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
4cbfab20e0
Added category info to video info dialog (if present)
...
- you can now search by category on the home page
2020-12-19 14:33:19 -05:00
Isaac Abadi
7e06d30205
401 unauthorized requests now redirect users to the login page
2020-12-19 13:03:49 -05:00
Isaac Abadi
e75b56ad3f
Added ability to pause specific subscriptions
2020-12-19 04:12:27 -05:00
Isaac Abadi
441a470990
Added ability to view playlist in reverse order in the playlist editing dialog
2020-12-19 03:51:30 -05:00
Isaac Abadi
eb7661c14a
Fixed bug in file deletion where file indexes became stale
2020-12-19 02:06:52 -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
29b8dc227c
Updated location/style of the share and download icons on the player
2020-12-15 20:04:02 -05:00
Isaac Abadi
c30350205f
Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material into updated-player
2020-12-15 18:16:15 -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
43b0c2fb9e
Fixed bug that prevented subscription videos from being shown in the subscription page
2020-12-15 17:19:15 -05:00
Isaac Abadi
e39e8f3dba
Home page paginator no longer disappears for empty pages
...
Paginator length fixed
Updated styling on paginator
Added new text if videos are not present on the home page (due to filter or no downloads in general)
2020-12-15 01:11:15 -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