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
d08fee1223
Added v1 of chat sidebar for Twitch VODs
2020-11-29 03:18:28 -05:00
Isaac Abadi
7c349163b6
Updated max height for video player
2020-08-10 14:37:52 -04:00
Isaac Abadi
47c19c0cdc
Updated player styling
2020-08-09 20:17:01 -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
Isaac Grynsztein
a6534f66a6
migrated audio file downloads to new system. still untested with playlists
...
video/audio player now doesnt show share button when uid isn't present, user will be notified of this through a snackbar as well
2020-04-21 03:16:39 -04:00
Isaac Grynsztein
0d54cb9872
Updated player view to prevent video from being too large
2020-04-15 02:02:03 -04:00
Isaac Grynsztein
0ea8a11c85
Subscriptions now don't have a share button (it's broken anyways)
2020-04-07 18:26:47 -04:00
Isaac Grynsztein
14bf2248cf
Added UI support for sharing videos
2020-04-07 18:19:12 -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
21797f3901
Added preliminary localization support to almost all strings in the program
2020-03-14 17:32:52 -04:00
Isaac Grynsztein
b87a9f1e2f
fixed bug where playlist titles included their relative path
2020-02-29 03:08:02 -05:00
Isaac Grynsztein
deb928da12
sorting and updating now only possible on favorited (saved) playlists
...
fixed compilation bug in app.module
2020-02-24 04:11:22 -05:00
Isaac Grynsztein
9302084f60
playlists can now be rearranged and updated
2020-02-24 03:49:43 -05:00
Isaac Grynsztein
6505fad7bc
added save button to player component and updated download button
2020-02-19 02:29:36 -05:00
Isaac Grynsztein
b41d10f514
Added download button to player component
2020-02-18 17:29:34 -05:00
Isaac Grynsztein
8e3d6a0af6
Player compilation error fixed
...
removed debug statements in player component
2020-02-17 17:42:50 -05:00
Isaac Grynsztein
d54b2a73c8
Updated view of player to be more responsive. Window width is now recorded for eventual use for responsiveness optimization
2020-02-17 00:28:49 -05:00
Isaac Grynsztein
8e7bb4ba3b
added custom player
...
added routing with two routes: home and player
moved most of app component to main component. app component currently just manages the top toolbar
2020-02-15 02:13:21 -05:00