Commit Graph

15 Commits (822aec4de8bd2a6bf9d0300a2a871ebc7449d124)

Author SHA1 Message Date
Isaac Grynsztein 822aec4de8 added API endpoint to get file from database
video/audio files can now be retrieved by just uid, allowing for easy sharing

added API endpoints for sharing/unsharing a video (no UI support yet)
7 years ago
Isaac Grynsztein 458e4b45f8 Removed @locl dependency for translations
Added CommonModule to fix intellisense

Added ability to load json assets by name, and an http call to update youtubedl-material
7 years ago
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
7 years ago
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
7 years ago
Isaac Grynsztein d39f6f7a17 File cards modified to support blacklisting videos when using youtube-dl archive 7 years ago
Isaac Grynsztein 21797f3901 Added preliminary localization support to almost all strings in the program 7 years ago
Isaac Grynsztein c752b13732 Updated look of file cards so that the images are of equal size 7 years ago
Isaac Grynsztein 426d52e359 fixed tabindex ordering of file cards (delete came before url) 7 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
7 years ago
Isaac Grynsztein 54492b109a thumbnails now lazy load. when it is loading, a content loading gradient is shown in front of it
made file cards look better on mobile devices
7 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
7 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
7 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
7 years ago
Isaac Grynsztein dd62f1a7b3 Added configuration option for file manager 9 years ago
Isaac Grynsztein 1cdd4d0e15 Added support for modifying downloaded files 9 years ago