Commit Graph

32 Commits (4b67527bd5ae042e31d12ccd9ccf87a13e45cc7b)

Author SHA1 Message Date
Isaac Grynsztein 35f8454db3 Fixed bug where auto started downloads would begin if navigated back from the player 5 years ago
Isaac Grynsztein a5e1906196 Fixed bug that prevented auto start from working 5 years ago
Isaac Grynsztein 44bff55a88 Adds youtube dl args to simulated output 5 years ago
Isaac Grynsztein d39f6f7a17 File cards modified to support blacklisting videos when using youtube-dl archive 5 years ago
Isaac Grynsztein c17d29075e Updated angular material to v9
Added further translation support
5 years ago
Isaac Grynsztein 0981dd216d Migrated to angular 9 5 years ago
Isaac Grynsztein bad4b8630b potentially made it so saved settings get applied with no reload in most situations 5 years ago
Isaac Grynsztein 946abd2e92 implemented global custom args functionality
fixed bad logic in settings
5 years ago
Isaac Grynsztein 3cbb517d64 cleaned up some code
youtube-dl commands are now simulated and displayed in the advanced panel
5 years ago
Isaac Grynsztein a70abb3945 added basic subscriptions support for playlists and channels
update youtube-dl binary on windows

updated favicon to the new icon
5 years ago
Tzahi12345 a8d2e1d890
Merge pull request #12 from Tzahi12345/serve-nodejs
Serve frontend app through nodejs
5 years ago
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
5 years ago
Isaac Grynsztein e2d23404ce removed unused variable 5 years ago
Tzahi12345 a1ac1e450d
Merge pull request #11 from Tzahi12345/auth-params
Add the ability to use youtube authentication
5 years ago
Isaac Grynsztein 695b836852 added url params on home page to auto download content
created chrome extension to facilitate this feature
5 years ago
Isaac Grynsztein 71d7c30032 updated backend to support youtube auth
frontend now support youtube auth as well
5 years ago
Isaac Grynsztein 5ca4f036c7 fixed bug where if multi mode was enabled, click on file card URLs didn't work 5 years ago
Isaac Grynsztein 5e331b9ffa config settings now just have url and port
fixed bug where multi download mode would not allow file card link clicking
5 years ago
Isaac Grynsztein 09bdae90e2 refactored code so node.js serves the angular app, and all the backend routes are prepended with /api/
nodejs now compressed requests
5 years ago
Isaac Grynsztein b79d801c0f Added support for custom arguments and custom output patch 5 years ago
Isaac Grynsztein fc3691336d added allow multi download mode setting frontend implementation 5 years ago
Isaac Grynsztein bcd879ebc8 added multiple download support
lazy loaded images now reload after a new download
5 years ago
Isaac Grynsztein b646db4828 Added the ability to cancel downloads
Audio only checkbox now disabled when downloading

Laid the groundwork for multiple simulataneous downloads
5 years ago
Isaac Grynsztein ac0199f596 iOS is now checked by the cdk platform component 5 years ago
Isaac Grynsztein a0eff4d96d images on file cards now load when the accordion is hovered over to increase responsiveness. images are loading maybe a second before clicking so hopefully they're done by the time the expansion finishes
added the ability to create playlists in the gui through a new dialog

reloading mp3s/mp4s doesn't cause an image refresh anymore when the list is unchanged

fixed loading spinner of available formats so it now only shows when it is loading the current url

file card images now don't show when errored or thumbnailurl doesn't exist
5 years ago
Isaac Grynsztein c58f8a4058 added theming support with 3 themes (only 2 selectable for now)
switched from css to scss default style system

cleaned up unused code in app component

upated youtube search results styling

downloading video from home screen now shows local progress bar under that video
5 years ago
Isaac Grynsztein 8545016f1d "audio only" checkbox is now remembered after page loads
removed videogular icons as it caused compilation errors
5 years ago
Isaac Grynsztein d245904c0d added the ability to save playlists
added local db system (lowdb)

playlists are now downloaded as a zip from the streaming menu
5 years ago
Isaac Grynsztein 0095ea1271 fixed bug where search results showed old results when search bar was empty 5 years ago
Isaac Grynsztein 710e3613a8 removed debug statements 5 years ago
Isaac Grynsztein 5f4a7a1e69 Added support for custom quality settings for video and audio files.
Available formats are downloaded when a valid YT url is detected. These formats are then parsed and a best audio format is selected based on the results

After downloading a file with no file manager, file is now deleted. After file deletion, mp3/mp4 reload occurs

Updated view on main component to be more responsive, using bootstrap grid

Updated progress bar UI-wise to be more in line with the rest of the page
5 years ago
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
5 years ago