38683bfe85
code refactoring
2024-06-14 11:14:39 +02:00
9c09c88d06
way faster playlist entries detection
2024-06-12 10:16:24 +02:00
d614433501
fixed yt-dlp duplicated playlist entries
2024-06-07 16:24:36 +02:00
f4c4d6928b
code refactoring
2024-06-07 11:19:17 +02:00
00ca9156fb
sped-up download by spawning 1 less yt-dlp process
2024-06-07 10:55:03 +02:00
46926eb873
removed utils package
2024-05-20 08:59:39 +02:00
472db89ea3
load balancer implementation, code refactoring
2024-05-20 08:48:01 +02:00
c10f60d4d4
async metadata provider
2024-05-16 11:05:08 +02:00
da84eb14f3
changed channel based approach to sync/semaphore
2024-05-16 10:39:29 +02:00
f5f0af7e1e
fixed potential goroutine deadlock in message queue
2024-05-16 10:10:42 +02:00
8f10baf09b
changed to an "event bus" approach in the message queue, fixed unset download parameters.
2024-05-14 11:21:02 +02:00
62eadb52a6
use message queue to restore download from session file
2024-05-13 11:15:08 +02:00
6abfb57598
fixed playlist download not setting metadata
2024-05-13 11:04:16 +02:00
00bacf5c41
comments and code refactoring
2024-04-24 11:52:14 +02:00
01c327d308
fix nil pointer
2024-04-24 11:10:42 +02:00
3da81affb3
better error logging
2024-04-22 10:03:16 +02:00
205f2e5cdf
Implemented "download file" in dashboard and bulk download
...
closes #115
2024-04-16 11:27:47 +02:00
294ad29bf2
Fixed possible nil logger in playlist download
...
Fixes #145
2024-04-12 22:35:05 +02:00
2f02293a52
code refactoring
2024-04-10 12:02:04 +02:00
566f0f2ac2
download process: added optimistic update.
2024-04-09 09:46:01 +02:00
29dfebe48b
removed 3rd party dependency in favor of std "slices" package
...
dependencies update
2024-03-24 09:22:17 +01:00
3f836d0fa6
added some comments on the server side
2024-03-18 10:19:39 +01:00
d3371ed64c
handle -P or --paths yt-dlp flag
2024-01-26 11:36:39 +01:00
15766bd016
handle -P param
2024-01-26 11:33:22 +01:00
3d9a7e9810
fixed nil pointer dereferece
...
closes #128
2024-01-12 10:55:29 +01:00
Marco
6aa2d41988
Logging in webUI, Archive view refactor ( #127 )
...
* test logging
* test impl for logging
* implemented "live logging", restyle templates dropdown
* moved extract audio to downloadDialog, fixed labels
* code refactoring
* buffering logs
2024-01-09 14:29:18 +01:00
Marco
f478754b6f
fixed double ext and playlist title detection ( #106 )
2023-11-22 11:14:58 +01:00
19f9b10844
templates editor #62
2023-10-30 11:48:10 +01:00
cd5c210eac
code refactoring
2023-10-29 15:07:42 +01:00
c320058af3
bug fix
2023-10-28 10:38:26 +02:00
062e07aa98
code refactoring, backend code optimization
2023-10-28 10:32:28 +02:00
b512e996ad
config package refactor
2023-10-24 16:07:38 +02:00
Marco
ba23485b33
97 custom arguments broken ( #99 )
...
* golang debug
* handle template in playlist download
* code refactoring, dropped goccy go json
2023-10-22 15:54:08 +02:00
Marco
8eb2831bc6
49 feat add cookies ( #98 )
...
* build client side validation and submission
* enabled cookies submission, bug fixes
2023-10-21 15:46:24 +02:00
da4aaeac84
code refactoring, fixed playlist downloads sorting
2023-10-19 11:29:56 +02:00
3efbb9d464
code refactoring
2023-09-27 13:09:13 +02:00
fa4ba8a211
fix session file path, code refactoring
2023-09-27 13:08:42 +02:00
Marco
4710db25ee
82 session file location ( #91 )
...
* change session file location
* makefile refactor
* gha refactor
2023-09-26 10:25:14 +02:00
db5097c889
hotfix formats
2023-08-01 14:43:52 +02:00
Marco
8327d1e94c
Download REST API endpoints ( #72 )
...
* backend and frontend hotfixes, see message
Improved rendering on the frontend by cutting unecessary useStates.
Backend side, downloads now auto resume even on application kill.
* download rest api endpoints, general code refactor
* download request json mappings
2023-07-31 08:30:09 +02:00
Marco
68c829c40e
10 playlist download ( #71 )
...
* leveraging message queue for playlist entries DL
* playlist support implemented
It's a little bit slow but solid enough :D
2023-07-28 11:44:38 +02:00
d4f656fd87
code refactoring
2023-07-26 16:21:10 +02:00
e1510d28d2
dropped fiber for std http + gorilla websocket
...
Session serialization will use gob encoding instead of json.
Binary size will likely be reduced.
General backend code refactoring.
2023-07-26 11:48:54 +02:00
82b22db7ae
code refactor
2023-07-26 09:51:00 +02:00
Marco
3ded768a6f
10 feat download queue ( #59 )
...
* testing message queue
* better mq syncronisation
* major code refactoring, concern separation.
* bugfix
* code refactoring
* queuesize configurable via flags
* code refactoring
* comments
* code refactoring, updated readme
2023-06-26 11:27:15 +02:00
4c7faa1b46
converted dir tree
2023-01-11 23:19:37 +01:00