Joe Kaufeld
dbbfc041a4
Update default.json to use a longer update period
...
See https://github.com/Tzahi12345/YoutubeDL-Material/issues/385 for context; setting this to a daily value instead of every five minutes means that updates still come in but it doesn't completely trample all other network traffic, especially if you have a lot of subscriptions.
2021-06-23 10:42:12 -04: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
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
ff1bb8dee1
Reduced the max number of ghost cards to 10 for performance reasons
2020-12-10 19:34:15 -05:00
Isaac Abadi
3f10986cdf
Updated Angular to version 11
...
- ngx-videogular was replaced by @videogular/ngx-videogular
2020-12-10 19:33: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
8c916d8fe4
Fixed bug that prevented search on the home page from working
2020-12-05 04:19:48 -05:00
Isaac Abadi
bb18e1427e
Added paginator to the home page
2020-12-05 03:40:59 -05:00