Commit Graph

14 Commits (21797f39018e5ccfa6cfdb5cc17d2c466d9c28e6)

Author SHA1 Message Date
Isaac Grynsztein 21797f3901 Added preliminary localization support to almost all strings in the program 6 years ago
Isaac Grynsztein 3cbb517d64 cleaned up some code
youtube-dl commands are now simulated and displayed in the advanced panel
6 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
6 years ago
Isaac Grynsztein 71d7c30032 updated backend to support youtube auth
frontend now support youtube auth as well
6 years ago
Isaac Grynsztein 12c227badb temporarily disabled advanced mode until further testing 6 years ago
Isaac Grynsztein b79d801c0f Added support for custom arguments and custom output patch 6 years ago
Isaac Grynsztein fc3691336d added allow multi download mode setting frontend implementation 6 years ago
Isaac Grynsztein bcd879ebc8 added multiple download support
lazy loaded images now reload after a new download
6 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
6 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
6 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
6 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
6 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
6 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
6 years ago