Isaac Grynsztein
9dc607e7ee
fixed bug where no subscriptions resulted in a client error
2020-03-17 18:07:35 -04:00
Isaac Grynsztein
1a79b489ab
Added video info dialog
...
File cards and subscription file cards now use video info dialog so that users can see info on each individual video
Ellipsis are now added client-side to video titles in file cards
2020-03-17 06:58:05 -04:00
Isaac Grynsztein
f08506d690
When locale 'en' is selected, no translation is retrieved
2020-03-16 01:23:35 -04:00
Isaac Grynsztein
1d29dd8df4
Updated translations
2020-03-16 01:23:08 -04:00
Isaac Grynsztein
25b953cebd
Updated look of file cards again to prevent aspect ratio from being changed
2020-03-16 01:22:48 -04:00
Isaac Grynsztein
2cd35cccd1
Added about page
2020-03-15 22:05:00 -04:00
Isaac Grynsztein
da399601e1
Added ability to select any supported custom downloader
2020-03-15 20:59:21 -04:00
Tzahi12345
4ceec26a0e
Merge pull request #31 from Tzahi12345/use-youtubedl-archive-with-downloader
...
Implements youtube-dl archive functionality for downloader
2020-03-15 20:39:18 -04:00
Isaac Grynsztein
b765830584
Using youtubedl archive for downloads defaults to false
2020-03-15 20:37:26 -04:00
Isaac Grynsztein
44bff55a88
Adds youtube dl args to simulated output
2020-03-15 20:35:51 -04:00
Isaac Grynsztein
84c9ec1300
Updated file card image appearance
2020-03-15 20:31:04 -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
190d1567ca
youtube-dl archive can now be used for regular downloads. a new blacklist system exists which subscriptions will shortly follow
...
Added new setting whether to use youtubedl archive
2020-03-15 20:27:06 -04:00
Isaac Grynsztein
087b9aac7e
updated translations v2
2020-03-15 15:05:10 -04:00
Isaac Grynsztein
d61573d8af
Updated spanish translation
2020-03-15 14:55:41 -04:00
Isaac Grynsztein
c7885e8726
Added ability to select language in settings
...
Fixed locale support so that it actually works at runtime
Removed unused library
2020-03-15 14:52:07 -04:00
Isaac Grynsztein
ebd0a419df
Further fix for videogular compilation error
2020-03-15 04:09:30 -04:00
Isaac Grynsztein
c96aec7ba3
fixed videogular in angular 9
2020-03-15 03:59:00 -04:00
Isaac Grynsztein
ddcd1d0772
Updated spanish translation xliff and json
...
locale is now retrieved from cookies
2020-03-15 03:58:31 -04:00
Isaac Grynsztein
c17d29075e
Updated angular material to v9
...
Added further translation support
2020-03-15 00:48:16 -04:00
Isaac Grynsztein
0981dd216d
Migrated to angular 9
2020-03-14 23:37:27 -04:00
Isaac Grynsztein
bc4cc3ccce
Added spanish language support
2020-03-14 23:29:38 -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
c752b13732
Updated look of file cards so that the images are of equal size
2020-03-13 00:33:02 -04:00
Isaac Grynsztein
bad4b8630b
potentially made it so saved settings get applied with no reload in most situations
2020-03-11 22:04:22 -04:00
Isaac Grynsztein
f92a5549b5
implemented allowSubscriptions in frontend
2020-03-10 02:28:48 -04:00
Isaac Grynsztein
bb925ac0c8
fixed bug where video titles were used instead of IDs for the player component
...
fixed bug that caused a crash when no subscriptions existed
2020-03-09 01:19:16 -04:00
Isaac Grynsztein
74cda25c63
added search functionality
...
made subscription file cards more responsive on mobile layouts
removed unused shell code
2020-03-09 00:22:03 -04:00
Isaac Grynsztein
54dcbe452e
fixed compiler error
2020-03-08 22:52:29 -04:00
Isaac Grynsztein
946abd2e92
implemented global custom args functionality
...
fixed bad logic in settings
2020-03-08 22:47:08 -04:00
Isaac Grynsztein
846dd7e250
Added the ability to download (export) archives from subscriptions
2020-03-08 22:24:59 -04:00
Isaac Grynsztein
6f3e94cf24
hamburger menu button now avoids focus and has no outline
...
theme change behavior slightly modified to improve accessibility
added hammerjs
settings menu now has minimum width, updated colors, and additional hints
2020-03-08 22:23:50 -04:00
Isaac Grynsztein
3cbb517d64
cleaned up some code
...
youtube-dl commands are now simulated and displayed in the advanced panel
2020-03-08 22:21:34 -04:00
Isaac Grynsztein
480ed7d000
added new custom args setting
2020-03-08 10:15:24 -04:00
Isaac Grynsztein
881a103051
Added duration of video in subscription file card along with implementations of deleting subscribed videos. Subscribed videos now get reloaded after deletion
...
sidenav now closes when navigating
Updated subscription info to include more info
2020-03-07 17:00:50 -05:00
Isaac Grynsztein
4172b0b355
fixed bug where in chrome, sometimes the video player would not appear
2020-03-07 13:16:16 -05:00
Isaac Grynsztein
f6b7c41666
fixed router outlet in sidenav
...
subscription settings implemented
2020-03-06 03:05:51 -05:00
Tzahi12345
ccfe7901c9
Merge branch 'master' into subscribe_to_channel_and_playlist
2020-03-05 22:57:57 -05:00
Isaac Grynsztein
ae605d5f70
Added ability to set config from settings
...
theme slide toggle is now in top right menu
2020-03-05 22:38:23 -05:00
Isaac Grynsztein
09bcac1c14
added settings
2020-03-05 21:24:29 -05:00
Isaac Grynsztein
41bfc80c4e
fixed bug in retrieving videos for subscription when name was not present
2020-03-05 21:18:36 -05:00
Isaac Grynsztein
a70abb3945
added basic subscriptions support for playlists and channels
...
update youtube-dl binary on windows
updated favicon to the new icon
2020-03-05 20:14:36 -05:00
Isaac Grynsztein
62a000b631
fixed bug where custom paths failed to stream
2020-03-01 02:31:47 -05:00
Tzahi12345
a8d2e1d890
Merge pull request #12 from Tzahi12345/serve-nodejs
...
Serve frontend app through nodejs
2020-03-01 00:50:20 -05:00
Isaac Grynsztein
0511996b26
fixed margins on advanced mode UI and temporarily disabled youtube auth until youtube-dl fixes it
...
advanced mode inputs now get saved in cookies
fixed bug in UI where delete button was missing by making it more mobile-friendly
2020-03-01 00:48:22 -05:00
Isaac Grynsztein
e2d23404ce
removed unused variable
2020-02-29 04:30:34 -05:00
Isaac Grynsztein
b87a9f1e2f
fixed bug where playlist titles included their relative path
2020-02-29 03:08:02 -05:00
Tzahi12345
a1ac1e450d
Merge pull request #11 from Tzahi12345/auth-params
...
Add the ability to use youtube authentication
2020-02-28 22:12:29 -05:00
Isaac Grynsztein
695b836852
added url params on home page to auto download content
...
created chrome extension to facilitate this feature
2020-02-28 21:21:17 -05:00
Isaac Grynsztein
71d7c30032
updated backend to support youtube auth
...
frontend now support youtube auth as well
2020-02-28 20:09:59 -05:00