Commit Graph

25 Commits (4f4a82c3c425a8b640078094812c762fb84293d8)

Author SHA1 Message Date
Isaac Grynsztein 846dd7e250 Added the ability to download (export) archives from subscriptions 5 years ago
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
5 years ago
Tzahi12345 ccfe7901c9
Merge branch 'master' into subscribe_to_channel_and_playlist 5 years ago
Isaac Grynsztein ae605d5f70 Added ability to set config from settings
theme slide toggle is now in top right menu
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 71d7c30032 updated backend to support youtube auth
frontend now support youtube auth as well
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 9302084f60 playlists can now be rearranged and updated 5 years ago
Isaac Grynsztein 7eac88a31f removed debug logging 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 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 1e4995c5ce Fixed catch statements not having arguments on backend
Fixed backend location url not working when not in root dir on web server
5 years ago
Isaac Grynsztein f673b325fd Added custom quality options to PostsService and the ability to do a URL info grab from the server
Video and audio streams now save the stream object in a "descriptors" variable which will give the server the ability to close them when the file needs to be deleted.
- without this, windows systems don't play nice with nodejs function fs.unlinkSync. A weird, but necessary workaround

deleting files is now done asynchronously, and success is now determined by whether they exist afterwards or not

Added backend function to get info for URLs

Modified tomp3 and tomp4 endpoint to support custom quality settings.
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
Isaac Grynsztein ba5592015d added download only mode that simply downloads files to the client when the server finishes the download
added dependency on savefile library for download-only mode
6 years ago
Isaac Grynsztein 377676cda4 Stylistic improvements and moved away from @angular/http 6 years ago
Isaac Grynsztein 1cdd4d0e15 Added support for modifying downloaded files 8 years ago
Isaac Grynsztein 43399be0e5 Fixed a bug and increased compatibility 8 years ago
Isaac Grynsztein 2a80ea92cc Updated favicon, added progress bar functionality 8 years ago
Isaac Grynsztein 917235189a Working with encryption! 8 years ago
Isaac Grynsztein 1eaf897be0 first! 8 years ago
Isaac Grynsztein d6cb024de1 First commit 8 years ago