Isaac Grynsztein
fdba83bd91
image urls hotfix
v3.5
2020-03-20 23:56:15 -04:00
Isaac Grynsztein
8bcf46d6aa
Updated images and instructions on README to reflect v3.5
2020-03-20 23:55:28 -04:00
Isaac Grynsztein
945d2abd1a
UI hotfix
2020-03-20 23:07:35 -04:00
Isaac Grynsztein
4094fda71d
Updated spanish translations to final 3.5 version
...
Removed erroneous log
2020-03-20 22:59:56 -04:00
Tzahi12345
aed64b09fe
Merge pull request #36 from Tzahi12345/settings-pin
...
Added ability to set pin for settings
2020-03-20 22:48:55 -04:00
Isaac Grynsztein
fa2800a391
merge fixd import
2020-03-20 22:47:04 -04:00
Isaac Grynsztein
4aaaddac92
Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material into settings-pin
2020-03-20 22:46:06 -04:00
Isaac Grynsztein
c3220dcb60
Updated language select size
2020-03-20 16:35:28 -04:00
Isaac Grynsztein
996d5989e7
Updated spanish translation
2020-03-20 16:34:57 -04:00
Isaac Grynsztein
7681ac2e5a
Updated source translation file
2020-03-20 16:21:15 -04:00
Isaac Grynsztein
87e7f00aef
Updated chrome extension
2020-03-20 16:19:23 -04:00
Isaac Grynsztein
0ac87fe86d
Updated spanish language string label to avoid confusion
...
Fixed bug where if no locale was set, it would *not* default to English
2020-03-20 16:18:51 -04:00
Isaac Grynsztein
ce2f294a3d
Removed potential race condition with youtube-dl archives in main downloader
...
Fixed bug where downloaded subscriptions' zip files would include erroneous folders for their videos
2020-03-20 16:17:15 -04:00
Isaac Grynsztein
2b2a033b7e
Added extensions settings where information on extensions can be found and bookmarklet is generated
...
Created arg modifier dialog to assist in editing youtube-dl args
- This arg dialog contains all the available args and their description
- Includes a convenient search bar and categorized list of args to help you find the one you're looking for, or just explore what's available.
Arg modifier is available for both global args (in settings) and local args (in the advanced mode)
2020-03-20 16:16:10 -04:00
Isaac Grynsztein
f796a5863c
Added package-lock to .gitignore
2020-03-18 00:33:12 -04:00
Isaac Grynsztein
57e3f1b2ac
removed frivolous logging
2020-03-18 00:32:43 -04:00
Tzahi12345
8f17305710
Merge pull request #35 from Tzahi12345/id3-tagging
...
Added automatic ID3 tagging for mp3 files
2020-03-18 00:29:31 -04:00
Tzahi12345
4b67527bd5
Merge branch 'master' into id3-tagging
2020-03-18 00:29:23 -04:00
Tzahi12345
4f119d081e
Merge pull request #34 from Tzahi12345/auto-update-youtubedl
...
Auto update youtube-dl binaries on startup
2020-03-18 00:17:25 -04:00
Isaac Grynsztein
2e71a0bef1
fixed bug that caused youtube downloader update to fail when the binary was being used to check for new subscription videos. now it waits for file access with a 10 second timeout
2020-03-18 00:04:18 -04:00
Isaac Grynsztein
1f9f07ac56
youtube-dl now auto updates on server restart
2020-03-17 23:22:26 -04:00
Tzahi12345
c4fe1a2fb0
Merge pull request #32 from Tzahi12345/subscriptions-v2
...
Subscriptions v2
2020-03-17 22:35:32 -04:00
Isaac Grynsztein
b987e258b5
Updated firefox extension zip
2020-03-17 22:25:21 -04:00
Isaac Grynsztein
bdb6a08274
Added ability to download subscription videos as zip
2020-03-17 22:24:52 -04:00
Isaac Grynsztein
b2730926c8
Updated translation details to improve clarity
...
Added upload date property to files in UI
Subscription videos can now be filtered by some of their properties (size, upload date, name, duration)
Subscription videos are now centered
2020-03-17 21:38:49 -04:00
Isaac Grynsztein
393267b919
fixed bug where youtube search API failed to load when enabled through the settings
2020-03-17 18:49:19 -04:00
Isaac Grynsztein
35f8454db3
Fixed bug where auto started downloads would begin if navigated back from the player
2020-03-17 18:20:25 -04:00
Isaac Grynsztein
1837101083
Updated manifest
2020-03-17 18:15:17 -04:00
Isaac Grynsztein
aa80f52838
Updated firefox extension to v0.3, focused on making the settings menu look nicer
2020-03-17 18:15:07 -04:00
Isaac Grynsztein
a5e1906196
Fixed bug that prevented auto start from working
2020-03-17 18:14:11 -04:00
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
3bdacd4b52
Added additional volumes to docker compose
2020-03-17 05:29:25 -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
ff2f5c89da
Changed location of db and config to one unified directory, 'appdata'
...
Archive files now get generated if nonexistent during deletions
Simplified docker-compose.yml to not require environment variables. Added volume for appdata folder which will be automatically shipped with docker builds
2020-03-16 01:22:09 -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
f1c09a5fa9
Added firefox extension zip to repo
2020-03-15 20:30:48 -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
e71dc0b5e5
Updated angular version on readme
2020-03-15 15:39:19 -04:00
Tzahi12345
7d6ad6336c
Merge pull request #30 from Tzahi12345/localization
...
Added localization support
2020-03-15 15:18:00 -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