Commit Graph

321 Commits (cb02227302d56cad90b48b64d4ce2c79998bb343)
 

Author SHA1 Message Date
WScottN 25b65b08d5
Fix for custom video folder path
This fixes an issue with video playback when using a different video path setting than the default "video/" .  Using the videoFolderPath variable rather than "video/" string.
5 years ago
Isaac Grynsztein 0981dd216d Migrated to angular 9 5 years ago
Isaac Grynsztein 20b580b76f updated to latest angular 8 version 5 years ago
Isaac Grynsztein bc4cc3ccce Added spanish language support 5 years ago
Isaac Grynsztein 21797f3901 Added preliminary localization support to almost all strings in the program 5 years ago
Isaac Grynsztein 91f6dbcb5b added ability to set pin for settings. pin is md5'd by the backend 5 years ago
Isaac Grynsztein d9edb40cd5 Added basic id3 tagging functionality and simplified mp3 downloading logic 5 years ago
Isaac Grynsztein c752b13732 Updated look of file cards so that the images are of equal size 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 4f4a82c3c4 updated firefox/chrome extension to support firefox with no errors 5 years ago
Isaac Grynsztein 25307dc46b fixed bug where downloaded audio files did not properly get converted to mp3s 5 years ago
Isaac Grynsztein d873597ea2 fixed formatting in readme 5 years ago
Isaac Grynsztein f92a5549b5 implemented allowSubscriptions in frontend 5 years ago
Isaac Grynsztein 69bf4e1ad5 updated docker version 5 years ago
Isaac Grynsztein 9d1aaf95ed Refactored subscribing process to remove bugs in the old system
images are now deleted from subscription videos when unsubscribing
5 years ago
Isaac Grynsztein bb925ac0c8 fixed bug where video titles were used instead of IDs for the player component
fixed bug that caused a crash when no subscriptions existed
5 years ago
Isaac Grynsztein 74cda25c63 added search functionality
made subscription file cards more responsive on mobile layouts

removed unused shell code
5 years ago
Isaac Grynsztein 54dcbe452e fixed compiler error 5 years ago
Isaac Grynsztein 946abd2e92 implemented global custom args functionality
fixed bad logic in settings
5 years ago
Isaac Grynsztein 73d4cca615 added new config items to docker compose 5 years ago
Isaac Grynsztein 846dd7e250 Added the ability to download (export) archives from subscriptions 5 years ago
Isaac Grynsztein 6f3e94cf24 hamburger menu button now avoids focus and has no outline
theme change behavior slightly modified to improve accessibility

added hammerjs

settings menu now has minimum width, updated colors, and additional hints
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 5d945d729b hotfix to readme formatting 5 years ago
Isaac Grynsztein cda842a6c7 Updated readme to include API info 5 years ago
Isaac Grynsztein 480ed7d000 added new custom args setting 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
Isaac Grynsztein 4172b0b355 fixed bug where in chrome, sometimes the video player would not appear 5 years ago
Isaac Grynsztein f6b7c41666 fixed router outlet in sidenav
subscription settings implemented
5 years ago
Tzahi12345 3d1874c69b
Merge pull request #22 from Tzahi12345/subscribe_to_channel_and_playlist
Adds the ability to subscribe to channels and playlists
5 years ago
Tzahi12345 ccfe7901c9
Merge branch 'master' into subscribe_to_channel_and_playlist 5 years ago
Tzahi12345 17e85196ae
Merge pull request #21 from Tzahi12345/settings
Add settings page
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 e57839e8de updated .gitignore 5 years ago
Isaac Grynsztein 09bcac1c14 added settings 5 years ago
Isaac Grynsztein f5073b83ed subscriptions without names will not have files retrieved any longer 5 years ago
Isaac Grynsztein 41bfc80c4e fixed bug in retrieving videos for subscription when name was not present 5 years ago
Isaac Grynsztein 3d2e138f50 updated chrome extension 5 years ago
Isaac Grynsztein 717f024c42 updated .gitignore 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
Isaac Grynsztein a755b0b281 fixed bug that prevented custom quality path from working 5 years ago
Isaac Grynsztein 434f6751d0 added releases to repo (will only include latest release) 5 years ago
Isaac Grynsztein dfecf3645b updated README
renamed chrome extension
5 years ago
Isaac Grynsztein 62a000b631 fixed bug where custom paths failed to stream 5 years ago
Isaac Grynsztein 2673f4ee98 updated README 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 f29a29bf2f fixed bug that prevented custom args from working 5 years ago
Isaac Grynsztein 24d4107311 Clarified old config in README 5 years ago
Isaac Grynsztein a46f9c37c6 fixed bug where old config item was fetched 5 years ago