arabcoders
|
260901cfa9
|
minor changes to newDownload form
|
2025-04-04 22:53:21 +03:00 |
|
arabcoders
|
93e830f029
|
in some specific cases, users were unable to delete items from history
|
2025-04-04 22:09:58 +03:00 |
|
arabcoders
|
737b923a97
|
remove debug statement
|
2025-04-04 20:21:40 +03:00 |
|
arabcoders
|
48e388b0fe
|
Add logs viewing and enable file logging by default
|
2025-04-04 20:18:03 +03:00 |
|
arabcoders
|
f17a27d35c
|
fixed bug preventing the user from importing a preset
|
2025-04-04 02:08:11 +03:00 |
|
arabcoders
|
d03e04db19
|
minor changes to webui display
|
2025-04-04 02:07:56 +03:00 |
|
arabcoders
|
04e78f4c10
|
minor fixes
|
2025-04-03 23:16:47 +03:00 |
|
arabcoders
|
245a3e7f98
|
added new env variable to auto upgrade yt-dlp on container startup
|
2025-04-03 19:37:44 +03:00 |
|
arabcoders
|
a3ef44a573
|
Fix re-queuing existing item.
|
2025-04-02 01:27:10 +03:00 |
|
arabcoders
|
d7d461c75a
|
update settings page.
|
2025-04-02 00:41:54 +03:00 |
|
arabcoders
|
eac74d0751
|
trim __repr__ double space
|
2025-04-01 23:44:14 +03:00 |
|
arabcoders
|
d8b4afc4c0
|
upgrade dependencies
|
2025-04-01 23:33:37 +03:00 |
|
arabcoders
|
6cbb8eea50
|
Fix argument name in YTDLP options and enhance video cleanup on unmount
|
2025-04-01 23:27:14 +03:00 |
|
arabcoders
|
3219408a57
|
Removed last reference for ytdlp JSON config in DownloadQueue
|
2025-04-01 23:19:17 +03:00 |
|
arabcoders
|
3fe0a90a7a
|
Only load notification targets when load is called
|
2025-04-01 23:13:10 +03:00 |
|
arabcoders
|
f7101f6a38
|
simplified the codebase and removed all backwards compat flags and checks.
|
2025-04-01 22:56:28 +03:00 |
|
arabcoders
|
9b4d86041a
|
Make task run time in log more human readable.
|
2025-04-01 22:47:04 +03:00 |
|
arabcoders
|
4730583510
|
update newDownload template
|
2025-04-01 20:34:14 +03:00 |
|
arabcoders
|
fa9c084397
|
remove presets v1.0
|
2025-04-01 20:05:35 +03:00 |
|
Abdulmohsen
|
ff2139261b
|
Merge pull request #244 from arabcoders/create-pull-request/patch
|
2025-04-01 03:30:33 +03:00 |
|
ArabCoders
|
bde3ae637a
|
Update yt-dlp to 2025.3.31
|
2025-04-01 00:27:09 +00:00 |
|
arabcoders
|
8385ec7b0a
|
restore opacity on queue embeded content play
|
2025-04-01 01:58:53 +03:00 |
|
arabcoders
|
899b2a36cd
|
make the embeded player button red in queue
|
2025-04-01 01:52:26 +03:00 |
|
arabcoders
|
271fd8afdf
|
when failing to send notification do not span console with exception messages.
|
2025-04-01 00:29:21 +03:00 |
|
arabcoders
|
6fa9741b86
|
added youtube short links for embedding
|
2025-04-01 00:02:07 +03:00 |
|
arabcoders
|
8ad5a2ffc8
|
hidden default format in preset page.
|
2025-03-31 23:09:52 +03:00 |
|
arabcoders
|
b09bf14acd
|
complete the migration to yt-dlp cli instead of JSON config
|
2025-03-31 22:47:54 +03:00 |
|
arabcoders
|
77de30609b
|
updated the conversion process of cli to config
|
2025-03-31 20:46:55 +03:00 |
|
arabcoders
|
cbc158f477
|
Fix preset import output template
|
2025-03-31 03:10:41 +03:00 |
|
arabcoders
|
23b1b409f4
|
deprecate JSON yt-dlp config & Post-Processors in presets and recommand cli options.
|
2025-03-31 02:13:33 +03:00 |
|
arabcoders
|
ac119db644
|
remove json config use in add new download. rely on cli options.
|
2025-03-31 00:28:01 +03:00 |
|
arabcoders
|
1bda1893e4
|
Convert json config in tasks to use cli arguments.
|
2025-03-31 00:12:35 +03:00 |
|
arabcoders
|
8f313d7f58
|
add support for --match-filter
|
2025-03-30 01:43:31 +03:00 |
|
arabcoders
|
0b3cf653f5
|
improved the file browser by including searching and sorting
|
2025-03-29 21:32:43 +03:00 |
|
arabcoders
|
0f4c7cedb1
|
minor file browser design update
|
2025-03-29 20:23:27 +03:00 |
|
arabcoders
|
43f4e85d7e
|
Add case-insensitive regex for file type detection in Utils.py
|
2025-03-28 23:23:43 +03:00 |
|
arabcoders
|
3b9c9acdeb
|
extends the improvements to download page.
|
2025-03-28 22:44:05 +03:00 |
|
arabcoders
|
37fc7a7604
|
set opacity when model is active in file browser.
|
2025-03-28 22:21:03 +03:00 |
|
arabcoders
|
6b6cfc9d4c
|
small improvements to file browser.
|
2025-03-28 22:17:38 +03:00 |
|
Abdulmohsen
|
b08d0d912e
|
Merge pull request #238 from arabcoders/create-pull-request/patch
|
2025-03-28 03:26:15 +03:00 |
|
ArabCoders
|
8723b8329d
|
Update yt-dlp to 2025.3.27
|
2025-03-28 00:23:17 +00:00 |
|
arabcoders
|
729f8a1f6f
|
Nested browser frontend page was not loading correctly.
|
2025-03-28 02:22:38 +03:00 |
|
arabcoders
|
bdaf07dff3
|
added browser to static paths
|
2025-03-28 02:07:55 +03:00 |
|
arabcoders
|
21e5dea5bf
|
Added simple file browser
|
2025-03-28 01:58:22 +03:00 |
|
arabcoders
|
fa73e817a6
|
Make it possible to override the pictures backends urls.
|
2025-03-27 01:13:52 +03:00 |
|
arabcoders
|
581442d235
|
minor update to list view, and added download selected items.
|
2025-03-27 00:48:26 +03:00 |
|
arabcoders
|
3d9d0e222a
|
Only show list when there are items.
|
2025-03-26 22:07:52 +03:00 |
|
arabcoders
|
edcecc6290
|
Added list disable for downloads.
|
2025-03-26 21:52:44 +03:00 |
|
arabcoders
|
ed1ec6fc6c
|
Merge theme selector into the settings page.
|
2025-03-26 19:17:04 +03:00 |
|
Abdulmohsen
|
1651cc0eca
|
Merge pull request #230 from arabcoders/create-pull-request/patch
|
2025-03-26 03:32:16 +03:00 |
|