Isaac Grynsztein
cec0ed78ec
Fixed bug that prevented user registration from occuring, and added new "Login" option to the hamburger menu when appropriate
...
Related: made it so non-logged in users (in multi user mode) don't have the option to go "home" or "subscriptions" or "downloads". It would error regardless, but it looks cleaner now
5 years ago
Tzahi12345
f485da06b5
Implemented cookies upload dialog and the ability to "enable cookies" to hopefully circumvent 429 errors
5 years ago
Tzahi12345
59098d4693
Minor update to support alternate youtube links
5 years ago
Tzahi12345
ecc2737a05
Pressing enter on URL input now triggers the download
5 years ago
Tzahi12345
39e737024f
Pressing enter on url input now triggers download
5 years ago
Tzahi12345
8c94255f61
Updated version number to 4.0
5 years ago
Tzahi12345
409fd0fe20
Updated translations and frontend binaries
5 years ago
Tzahi12345
d4ad1f9fce
Added additional sentence to custom args hint and fixed issue where empty args could be added through the args modifier
5 years ago
Tzahi12345
cc47823b0c
Updated gitignore and re-added package-lock.json
...
Translations updated
5 years ago
Tzahi12345
747735dffe
Arg modifier chip list now supports auto complete and arg description as the chip tooltip
...
Fixed bug that caused custom args to reset after exiting arg modifier without hitting cancel
5 years ago
Tzahi12345
f094d18e03
Changed /api/changeUser endpoint to /api/updateUser
5 years ago
Tzahi12345
0504167734
Arg modifier improvements: args are now shown as removable chips which can be directly typed as well (w/o using the adder)
5 years ago
Tzahi12345
8e5db3e9d1
Custom args and global custom args now use double comma as a delimiter. This should allow file names with spaces when using custom args (global and not)
5 years ago
Tzahi12345
1861011fb0
Cleaned up code and added missing translation units
5 years ago
Tzahi12345
68f791eea3
Downloads now show new spinner after download completes, indicating processing has begun
5 years ago
Tzahi12345
f73ec2dd94
Fixed bug that caused users with large amounts of data to have extremely large tokens
...
Subfolders are now ensured to exist with the normal downloading method
Initialization now happens after token retrieval to avoid failed requests
Fixed bug that caused login to be called twice, introducing a possible race condition
5 years ago
Tzahi12345
fb23d7c41e
Audio downloads now work with progress bar, but it requires file conversion at the end. It ends up being around the same speed as the regular method
5 years ago
Tzahi12345
4e6d68d9e6
Updated video playing/sharing logic to support sharing of playlists in multi user mode and when multi user mode is disabled
...
Fixed bug that caused normal archive to be used in multi-user mode
Updated login logic when username is not found or user file is missing
Fixed bug that prevented playlist sharing from working
Added ability to use timestamps when sharing videos
5 years ago
Tzahi12345
e5db376914
All config values are now reloaded on config set
...
Added 4 new settings: user files folder, enable registration, enable downloads manager, and logging level selection
5 years ago
Tzahi12345
7661b1e79e
Fixed bug that prevented admin creation prompt from occuring in the settings
5 years ago
Tzahi12345
ae9c52a14d
Merge pull request #67 from Tzahi12345/multi-user-mode
...
Adds multi-user mode
5 years ago
Tzahi12345
b685b955df
Added roles and permissions system, as well as the ability to modify users and their roles
...
Downloads manager now uses device fingerprint as identifier rather than a randomly generated sessionID
5 years ago
Tzahi12345
e7b841c056
Added UI flow for creating default admin account. Dialog will show up after enabling or in the login menu if the admin account isn't present
5 years ago
Tzahi12345
81b0ef4a72
Refactored initialization process to better facilitate auth if necessary
...
Date in user profile dialog now shows date
5 years ago
Tzahi12345
31f581c642
Subscriptions now support multi-user-mode
...
Fixed bug where playlist subscription downloads would fail due to a mislabeled parameter
Components that are routes now make sure auth is finished before sending requests to the backend
5 years ago
Tzahi12345
d2af233a1f
Fixed bug that when multi-download mode was enabled, videos could not be navigated to
5 years ago
Adam Verga
0fb00bac12
Initialization on auth component happens in a separate function, users_db primarily sits in app.js
...
Fixed bug where current download would set to null, but maincomponent still tried to parse it
5 years ago
Adam Verga
a48e122763
Settings are now more centralized in the frontend
5 years ago
Isaac Grynsztein
4b2b278439
Sharing and video downloads on shared videos now work for multi-user mode
5 years ago
Isaac Grynsztein
1ac6683f33
Custom quality configurations now use the old downloading method to avoid errors
...
postsservice now does jwt auth after checking if multi user mode is enabled
Minor update to user profile UI
Added setting for enabling and disabling multi user mode
5 years ago
Isaac Grynsztein
c18bf568c7
Fixed bug that prevented video download or archive download from occuring
5 years ago
Isaac Grynsztein
cb6451ef96
Added new settings: multi user mode and users base path
5 years ago
Isaac Grynsztein
912a419bd4
Getting current download refactored to work and display less errors
...
Player component now sends jwt token if logged in
5 years ago
Isaac Grynsztein
a7c810136b
Added basic user profile component
5 years ago
Isaac Grynsztein
e6ea2238f8
Fixed bug where HTTP headers were sent when params should have been sent instead
...
sessionID now gets sent after logging in
5 years ago
Isaac Grynsztein
98f1d003c3
Fixed bug that prevented migrations from succeeding
...
Added scaffolding required for jwt authentication for certain routes
Added logger to auth_api
Added necessary routing rules for multi-user mode
Registration is now possible
5 years ago
Isaac Grynsztein
c3cc28540f
Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material into multi-user-mode
5 years ago
Isaac Grynsztein
eca06a7fb1
Downloads on the home page now show the progress bar
5 years ago
Isaac Grynsztein
b583305940
Downloads in the download manager now get updated smoothly, preventing the DOM from updating on object reassign
5 years ago
Isaac Grynsztein
a6534f66a6
migrated audio file downloads to new system. still untested with playlists
...
video/audio player now doesnt show share button when uid isn't present, user will be notified of this through a snackbar as well
5 years ago
Isaac Grynsztein
6fe7d20498
downloads refactor half done - videos are now implement, but audo files are now
...
Added downloads manager in the UI where downloads can be viewed/cleared
5 years ago
Isaac Grynsztein
d887380fd1
Added new methods to facilitate server-side download management
5 years ago
Isaac Grynsztein
1f3572a630
jwt auth scaffolding
...
logging in now works
UI login component created
5 years ago
Isaac Grynsztein
4617362270
New default youtube-dl.exe binary
...
Updated public dir in backend
5 years ago
Isaac Grynsztein
bdb5072014
API key is now passed as a query param
5 years ago
Isaac Grynsztein
0d54cb9872
Updated player view to prevent video from being too large
5 years ago
Isaac Grynsztein
d9f6b8c64c
Simplified archive creation for subscriptions to reduce risk of error
...
If no subscriptions have ever been made, "No channel/playlist subscriptions" text will now show
5 years ago
Isaac Grynsztein
eddc25566d
Updated behavior of file card deletion to prevent compilation error
5 years ago
Isaac Grynsztein
b5a82b9385
Updated middleware to support API tokens. Frontend now uses an admin token for its requests
...
Fixed version numbers
5 years ago
Isaac Grynsztein
fe170a4de8
Updated public API link
5 years ago
Isaac Grynsztein
1e96e31053
Added new API key and using API key config items to enable a public API
...
API key config items are implemented UI-side
Added ability to generate API keys through the settings
Switched getmp3s and getmp4s api calls to be GET requests rather than POST
Removed unused code from settings dialog
5 years ago
Isaac Grynsztein
f6f54c0e53
Fixed bug where video infos caused an error for streaming-only subscriptions
5 years ago
Isaac Grynsztein
e15141c5e0
Added backend and database support for video streaming
...
Added UI support for video streaming. branch is now feature-complete
5 years ago
Isaac Grynsztein
a61606b69f
Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material into streaming-only-mode
5 years ago
Isaac Grynsztein
d96fab49f5
added ability to use url in player component. streaming mode will need this
5 years ago
Isaac Grynsztein
dd0f58d421
Fixed bug where updater kept asking for updates on the update after it completed
5 years ago
Isaac Grynsztein
2ca6aa7bd7
Video URL now wraps in video info dialog
5 years ago
Isaac Grynsztein
cb02227302
fixed bug where recently saved playlists could not be shared
5 years ago
Isaac Grynsztein
720fceefb6
Fixed bug where subscription videos could not be downloaded from the player
5 years ago
Isaac Grynsztein
fa488015c3
Minor import change
5 years ago
Isaac Grynsztein
0ea8a11c85
Subscriptions now don't have a share button (it's broken anyways)
5 years ago
Isaac Grynsztein
14bf2248cf
Added UI support for sharing videos
5 years ago
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)
5 years ago
Isaac Grynsztein
2a1aa4036c
New checkbox to select streaming only mode when subscribing
5 years ago
Isaac Grynsztein
2414e16021
videos now deleted by UID ui-side
5 years ago
Isaac Grynsztein
7ef6c78612
merged new checkbox for bookmarklet: enables ability to set bookmarklet to audio only
...
fixed two bugs for audio only files: sometimes downloads failed as extensions were improperly removed and readded, removing a single character from the filename.
Fixed another extension-related bug where metadata from deleted audio files persisted
5 years ago
Isaac Grynsztein
d258bc2218
Updated appearance of settings menu to improve organization and performance
5 years ago
Isaac Grynsztein
4d3a687d34
Fixed bug where toggling dark mode using the toggle rather than the adjacent menu item caused visual errors
5 years ago
Isaac Grynsztein
c36867d368
Added progress bar to file downloads
...
Added two new API calls, to update the server to a particular version and to get the updater status
You can now update through the UI, and a status dialog displays after
5 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
5 years ago
Isaac Grynsztein
58718b6e3b
Removed @ngular/http dependency
5 years ago
Isaac Grynsztein
bcff631936
Updated translations and 'backend/public' folder
5 years ago
Isaac Grynsztein
eb084d03b2
Downloaded file names are now converted to their fully decoded forms
5 years ago
Isaac Grynsztein
8c942b0343
Updated top bar color
5 years ago
Isaac Grynsztein
baad97182a
Updated version tag
5 years ago
Isaac Grynsztein
26ca5d51a5
Fixed about dialog translations
5 years ago
Isaac Grynsztein
0c5cd291fe
Changed comment for clarity
5 years ago
Isaac Grynsztein
57234b4690
File card download progress bars now maintain same width as file cards, appear rounded at the bottom, and are positioned right at the bottom of each card
5 years ago
Isaac Grynsztein
b993c8e1d6
Fixed bug were downloadOnlyMode failed to work when multiDownloadMode was enabled
5 years ago
Isaac Grynsztein
66cb0af762
Settings dialog now says "cancel" when settings are changed and "close" otherwise
5 years ago
Isaac Grynsztein
8331c319ce
File formats are not searched anymore if video is a playlist. Prior to this they simply errored
5 years ago
Isaac Grynsztein
da9dcc0249
Added border radius to progress bar to make it look less "blocky"
5 years ago
Isaac Grynsztein
5af0d742ef
Fixed bug where updating an audio playlist would cause it to believe it was a video playlist
5 years ago
Isaac Grynsztein
4906e52c57
Adjusted styling for advanced download bar to make it look more natural and part of the page
5 years ago
Isaac Grynsztein
d33346b11d
Final fix for bug where failed downloads still appeared in the multi download menu
5 years ago
Isaac Grynsztein
b07f16bdd0
Added subtle drop shadow to topBarTitle
5 years ago
Isaac Grynsztein
a5c47737c7
Fixed bug where simulated output did not include the base path
5 years ago
Isaac Grynsztein
603c13eb4c
Modified about dialog to have a more consistent design, and added the logo & github logo to the top
5 years ago
Isaac Grynsztein
a35d85d7df
Added elevation to top toolbar and made it "sticky". That means when users scroll, the toolbar will scroll with
5 years ago
Isaac Grynsztein
25b5b28df8
Minor visual change to settings
5 years ago
Isaac Grynsztein
0c60c12124
Append to last commit
5 years ago
Isaac Grynsztein
72b42dea5a
About dialog now informs user when update is available or when they are up to date based on the github release api
5 years ago
Isaac Grynsztein
1ed415d733
Fixed bug where if using download-only mode, downloading additonal videos would be blocked
5 years ago
Isaac Grynsztein
9e4d36e6ed
Updated look of about dialog's close button
5 years ago
Isaac Grynsztein
7c605d83cd
Updated look of dark mode to be more "dark" and more friendly
5 years ago
Isaac Grynsztein
d7068953a8
changed env to prod
5 years ago
Isaac Grynsztein
945d2abd1a
UI hotfix
5 years ago
Isaac Grynsztein
4094fda71d
Updated spanish translations to final 3.5 version
...
Removed erroneous log
5 years ago
Isaac Grynsztein
fa2800a391
merge fixd import
5 years ago
Isaac Grynsztein
4aaaddac92
Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material into settings-pin
5 years ago
Isaac Grynsztein
c3220dcb60
Updated language select size
5 years ago
Isaac Grynsztein
996d5989e7
Updated spanish translation
5 years ago
Isaac Grynsztein
7681ac2e5a
Updated source translation file
5 years ago
Isaac Grynsztein
0ac87fe86d
Updated spanish language string label to avoid confusion
...
Fixed bug where if no locale was set, it would *not* default to English
5 years ago
Isaac Grynsztein
2b2a033b7e
Added extensions settings where information on extensions can be found and bookmarklet is generated
...
Created arg modifier dialog to assist in editing youtube-dl args
- This arg dialog contains all the available args and their description
- Includes a convenient search bar and categorized list of args to help you find the one you're looking for, or just explore what's available.
Arg modifier is available for both global args (in settings) and local args (in the advanced mode)
5 years ago
Tzahi12345
c4fe1a2fb0
Merge pull request #32 from Tzahi12345/subscriptions-v2
...
Subscriptions v2
5 years ago
Isaac Grynsztein
bdb6a08274
Added ability to download subscription videos as zip
5 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
5 years ago
Isaac Grynsztein
393267b919
fixed bug where youtube search API failed to load when enabled through the settings
5 years ago
Isaac Grynsztein
35f8454db3
Fixed bug where auto started downloads would begin if navigated back from the player
5 years ago
Isaac Grynsztein
a5e1906196
Fixed bug that prevented auto start from working
5 years ago
Isaac Grynsztein
9dc607e7ee
fixed bug where no subscriptions resulted in a client error
5 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
5 years ago
Isaac Grynsztein
f08506d690
When locale 'en' is selected, no translation is retrieved
5 years ago
Isaac Grynsztein
1d29dd8df4
Updated translations
5 years ago
Isaac Grynsztein
25b953cebd
Updated look of file cards again to prevent aspect ratio from being changed
5 years ago
Isaac Grynsztein
2cd35cccd1
Added about page
5 years ago
Isaac Grynsztein
da399601e1
Added ability to select any supported custom downloader
5 years ago
Tzahi12345
4ceec26a0e
Merge pull request #31 from Tzahi12345/use-youtubedl-archive-with-downloader
...
Implements youtube-dl archive functionality for downloader
5 years ago
Isaac Grynsztein
b765830584
Using youtubedl archive for downloads defaults to false
5 years ago
Isaac Grynsztein
44bff55a88
Adds youtube dl args to simulated output
5 years ago
Isaac Grynsztein
84c9ec1300
Updated file card image appearance
5 years ago
Isaac Grynsztein
d39f6f7a17
File cards modified to support blacklisting videos when using youtube-dl archive
5 years ago
Isaac Grynsztein
190d1567ca
youtube-dl archive can now be used for regular downloads. a new blacklist system exists which subscriptions will shortly follow
...
Added new setting whether to use youtubedl archive
5 years ago
Isaac Grynsztein
087b9aac7e
updated translations v2
5 years ago
Isaac Grynsztein
d61573d8af
Updated spanish translation
5 years ago
Isaac Grynsztein
c7885e8726
Added ability to select language in settings
...
Fixed locale support so that it actually works at runtime
Removed unused library
5 years ago
Isaac Grynsztein
ebd0a419df
Further fix for videogular compilation error
5 years ago
Isaac Grynsztein
c96aec7ba3
fixed videogular in angular 9
5 years ago
Isaac Grynsztein
ddcd1d0772
Updated spanish translation xliff and json
...
locale is now retrieved from cookies
5 years ago
Isaac Grynsztein
c17d29075e
Updated angular material to v9
...
Added further translation support
5 years ago
Isaac Grynsztein
0981dd216d
Migrated to angular 9
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
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
f92a5549b5
implemented allowSubscriptions in frontend
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
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
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
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
09bcac1c14
added settings
5 years ago
Isaac Grynsztein
41bfc80c4e
fixed bug in retrieving videos for subscription when name was not present
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
62a000b631
fixed bug where custom paths failed to stream
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
e2d23404ce
removed unused variable
5 years ago
Isaac Grynsztein
b87a9f1e2f
fixed bug where playlist titles included their relative path
5 years ago
Tzahi12345
a1ac1e450d
Merge pull request #11 from Tzahi12345/auth-params
...
Add the ability to use youtube authentication
5 years ago
Isaac Grynsztein
695b836852
added url params on home page to auto download content
...
created chrome extension to facilitate this feature
5 years ago
Isaac Grynsztein
71d7c30032
updated backend to support youtube auth
...
frontend now support youtube auth as well
5 years ago
Isaac Grynsztein
5ca4f036c7
fixed bug where if multi mode was enabled, click on file card URLs didn't work
5 years ago
Isaac Grynsztein
1ffe61f01f
removed path-base and updated docker-compose.yml & README
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
12c227badb
temporarily disabled advanced mode until further testing
5 years ago
Isaac Grynsztein
b79d801c0f
Added support for custom arguments and custom output patch
5 years ago
Isaac Grynsztein
fc3691336d
added allow multi download mode setting frontend implementation
5 years ago
Isaac Grynsztein
bcd879ebc8
added multiple download support
...
lazy loaded images now reload after a new download
5 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
5 years ago
Isaac Grynsztein
426d52e359
fixed tabindex ordering of file cards (delete came before url)
5 years ago
Isaac Grynsztein
deb928da12
sorting and updating now only possible on favorited (saved) playlists
...
fixed compilation bug in app.module
5 years ago
Isaac Grynsztein
c069672e62
ngmodule drag and drop import commit
5 years ago
Isaac Grynsztein
167d9dafa2
added title to create playlist dialog
5 years ago
Isaac Grynsztein
9302084f60
playlists can now be rearranged and updated
5 years ago
Isaac Grynsztein
ac0199f596
iOS is now checked by the cdk platform component
5 years ago
Isaac Grynsztein
8e8ab7ac6c
added min-height to app component
5 years ago
Isaac Grynsztein
f06c9ba44a
fixed bug where non-themed white space that appeared when file manager was expanded
5 years ago
Isaac Grynsztein
0bddbda36d
updated favicon
5 years ago
Isaac Grynsztein
23feb05fab
downloading agent is now the default of youtube-dl by default instead of aria2c. testing showed it performed better over multipled trials
...
added a setting to use aria2c optionally
added debug timing to getURLInfos
5 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
5 years ago
Isaac Grynsztein
b87b49d77b
removed outline for video player
5 years ago
Isaac Grynsztein
393ed5a210
added skeleton code for future electron.js support
...
added font swap to google font call
simplified polyfills
updated backend package.json info
5 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
5 years ago
Isaac Grynsztein
7eac88a31f
removed debug logging
5 years ago
Isaac Grynsztein
8fec9639eb
fixed bug where if no theme was selected, errors would fire
5 years ago
Isaac Grynsztein
a15e1f98fa
fixed compilation error and cleaned up code in app component
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
8545016f1d
"audio only" checkbox is now remembered after page loads
...
removed videogular icons as it caused compilation errors
5 years ago
Isaac Grynsztein
9b1e84821e
moved theme to internal file
5 years ago
Isaac Grynsztein
6505fad7bc
added save button to player component and updated download button
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
0095ea1271
fixed bug where search results showed old results when search bar was empty
5 years ago
Isaac Grynsztein
b41d10f514
Added download button to player component
5 years ago
Isaac Grynsztein
8e3d6a0af6
Player compilation error fixed
...
removed debug statements in player component
6 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
6 years ago
Isaac Grynsztein
710e3613a8
removed debug statements
6 years ago
Isaac Grynsztein
28331c1037
Updated debug-only default.json to reflect the new options added
6 years ago
Isaac Grynsztein
a985963661
Adding updated bootstrap to index.html
6 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.
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
d54b2a73c8
Updated view of player to be more responsive. Window width is now recorded for eventual use for responsiveness optimization
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
31394fa98c
updated mobile view for file cards to be more responsive
...
streamed audio/video now include the extension in the download
cleaned up unused code in app component
6 years ago
Isaac Grynsztein
af595d3df8
Added debug mode to server and relevant debug configurations
...
simplified youtubedl download process to speed up the download
queryurl not printed any longer by youtube search service
6 years ago
Isaac Grynsztein
81377a2b38
added youtube search functionality in frontend
6 years ago
Isaac Grynsztein
35bdd1deeb
fixed file name paths on backend. backend also now tells frontend when the url provided is a playlist
...
frontend now does not get the file status and simply waits for the server to respond with the file
added methods to download audio/video files to simplify downloadHelperMp3/Mp4
6 years ago
Isaac Grynsztein
501806909a
fixed bug where going back to the page after entering a stream didn't allow downloading of new files
...
in download only mode, files are now auto deleted when saved
6 years ago
Isaac Grynsztein
77dd96b3b9
added download_only_mode to encryption configuration
...
reloading of mp3s/mp4s only happens if file manager is enabled
6 years ago
Isaac Grynsztein
505b145bb3
commented out debug console messages
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
10c90a01f2
linted files
6 years ago
Isaac Grynsztein
9e148d1464
more stylistic improvements
6 years ago
Isaac Grynsztein
9fa646132d
added stylistic spinner
6 years ago
Isaac Grynsztein
91713f1140
Migrated to angular 8
...
Created dev configuration
6 years ago
Isaac Grynsztein
377676cda4
Stylistic improvements and moved away from @angular/http
6 years ago
Isaac Grynsztein
dd62f1a7b3
Added configuration option for file manager
8 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
162425b702
should now work across multiple devices
8 years ago
Isaac Grynsztein
1eaf897be0
first!
8 years ago
Isaac Grynsztein
d6cb024de1
First commit
8 years ago
Angular CLI
1ebf3cf36e
chore: initial commit from @angular/cli
8 years ago