Commit Graph

160 Commits (77a858effada8b0f2feba26959c6093e9a23f08b)

Author SHA1 Message Date
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.
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
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