Commit graph

596 commits

Author SHA1 Message Date
arabcoders
3d99247c01 make the date update dynamic 2025-04-22 17:24:48 +03:00
arabcoders
0b79b6f6aa Automatically re-queue upcoming live streams in history. 2025-04-22 16:52:52 +03:00
arabcoders
9ba7b34803 Add more events 2025-04-21 18:21:29 +03:00
arabcoders
bcd6df3e84 Display better desorption when there are no formats available. 2025-04-20 16:48:50 +03:00
arabcoders
7755f3c4e2 added some protection aganist staled download blocking the download queue. 2025-04-19 17:44:09 +03:00
arabcoders
fa3d9502d0 Minor refactor for is_downloaded function and updated dependencies 2025-04-12 18:44:10 +03:00
arabcoders
bcdc4ee06e Increase log retrieval limit and enhance log pagination metadata 2025-04-10 02:32:38 +03:00
arabcoders
17dd007ff0 Show that a external dl is being used if we are stuck in preparing stage as yt-dlp doesn't trigger progress_hook 2025-04-10 01:32:32 +03:00
arabcoders
88163cad42 make it possible to change notification data field key name 2025-04-09 17:35:11 +03:00
arabcoders
817e7d2e37 minor ui change 2025-04-08 23:30:08 +03:00
arabcoders
2fedc6d018 update console/logs page opacity 2025-04-06 01:21:34 +03:00
arabcoders
44b145270f remove debug statements. 2025-04-04 23:17:07 +03:00
arabcoders
b08be6f8f0 retain extras data when re-queueing via alt+click 2025-04-04 23:05:26 +03:00
arabcoders
260901cfa9 minor changes to newDownload form 2025-04-04 22:53:21 +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
245a3e7f98 added new env variable to auto upgrade yt-dlp on container startup 2025-04-03 19:37:44 +03:00
arabcoders
d7d461c75a update settings page. 2025-04-02 00:41:54 +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
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
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
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
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
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
arabcoders
21e5dea5bf Added simple file browser 2025-03-28 01:58:22 +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
arabcoders
aa3538917f Maintain playlist keys. Fixes #227 2025-03-26 00:54:46 +03:00
arabcoders
7542a9a0a4 Restore opacity on get_info 2025-03-25 20:51:50 +03:00
arabcoders
b0ff4f41d0 update dependencies 2025-03-25 20:41:32 +03:00
arabcoders
fad709b42b restore opacity if the video is playing. 2025-03-25 02:03:44 +03:00
arabcoders
c81f50a4ae minor change to add random background to the WebUI. 2025-03-25 01:38:59 +03:00
ArabCoders
c46aa1cfe4 minor fix to EventBus, and trim all preset form fields. 2025-03-23 00:22:33 +03:00
ArabCoders
4ed7c26bb4 migrated all our emitter usage to EventBus 2025-03-22 02:05:52 +03:00
ArabCoders
b6fd560a64 update external packages 2025-03-17 23:55:05 +03:00
ArabCoders
8ce19b5a4b Add changeslog page to WebUI 2025-03-16 23:18:49 +03:00
ArabCoders
8dd7c7de1e Added indicator in the WebUI for when post-processing are running. 2025-03-15 00:06:13 +03:00
ArabCoders
bce84163f7 make sure task preset format isn't default 2025-03-14 23:14:58 +03:00
ArabCoders
83152f0e00 minor fixes to not export default format 2025-03-14 23:06:09 +03:00
ArabCoders
fc696b6afa standardize the form design, and update packages to latest version. 2025-03-14 22:46:31 +03:00
ArabCoders
b5803f94b1 added export to tasks. 2025-03-14 21:30:29 +03:00
ArabCoders
ada7b5db97 Update presets to use safe url base64 for exported string. 2025-03-13 21:47:01 +03:00
ArabCoders
cc96879a1d show play icon if hideThumbnail is set and content is embedable 2025-03-11 21:31:59 +03:00
ArabCoders
608b0128b8 Made it possible to not use format in preset 2025-03-11 20:59:08 +03:00
ArabCoders
cd977ea28d minor updates to webui 2025-03-11 02:07:56 +03:00
ArabCoders
dcab2530ec Improve history status display and added button to play the video incase thumbnail is hidden. 2025-03-10 00:53:04 +03:00
ArabCoders
c7ace294a9 updated README with bookmarklets and updated the favicon. 2025-03-09 01:15:00 +03:00
ArabCoders
fbdeec6a99 add different icon for embeded content 2025-03-08 18:22:50 +03:00
ArabCoders
64c84e5c3a Make it possible to embed content if the content is being downloaded or yet to complete. 2025-03-07 20:40:31 +03:00
ArabCoders
e0e63d61c4 for some reason, people were exposing ytptube directly to internet without any authentication. therefore, we have disabled the console access by default. 2025-03-07 20:11:21 +03:00
ArabCoders
04efb1c212 when video info fail to load raise error and close the modal 2025-03-07 20:10:35 +03:00
ArabCoders
cc21a93cb5 Make presets more powerful 2025-03-07 02:14:10 +03:00
ArabCoders
6e52b3c356 for basic auth rely on cookies and not just the Authorization header 2025-03-07 01:01:05 +03:00
ArabCoders
241efc8d5f added autoplay 2025-03-06 01:48:37 +03:00
ArabCoders
2106ea29b7 disable default subtitle track for firefox as it has problem when we switch sources. 2025-03-05 21:50:54 +03:00
ArabCoders
931ad0c5c5 no longer rely on plyr for playing videos instead use native video element 2025-03-05 21:07:49 +03:00
ArabCoders
dcc5cd0a0b fixed the icon not showing up correctly. 2025-03-05 02:57:48 +03:00
ArabCoders
d6e2a5f713 mostly text and logo update. 2025-03-05 02:40:54 +03:00
ArabCoders
4036dcacc4 updated readme with new changes 2025-03-04 21:08:08 +03:00
ArabCoders
c58faa28c9 added button to run task now 2025-03-04 20:27:26 +03:00
ArabCoders
49bc28edc0 Make it possible to manage presets via webui 2025-03-04 02:11:17 +03:00
ArabCoders
f0836ddd77 apple like to be snowflake. 2025-02-28 01:21:45 +03:00
ArabCoders
e847fea2dd for iOS devices fallback directly to m3u8 2025-02-28 01:06:58 +03:00
ArabCoders
1fa4c523bb intercept file response and add correct mime-type 2025-02-28 00:44:02 +03:00
ArabCoders
689ce421e9 add sentry for webui error reporting 2025-02-27 23:54:49 +03:00
ArabCoders
3a964a6ac3 add mimetype to source list 2025-02-27 19:19:32 +03:00
ArabCoders
b7b72cf21e try to direct play video first and fallback to hls if we encounter error. 2025-02-27 18:31:17 +03:00
ArabCoders
c5924b02cc support format key in ytdlp.json, using the key will ignore the selected preset. 2025-02-27 14:58:06 +03:00
ArabCoders
0cb90645cd display portrait image in more clean way 2025-02-27 14:09:11 +03:00
ArabCoders
96260301be we no longer use json cookies, instead rely on netescape cookies and recommend what yt-dlp recommend as well. 2025-02-27 00:39:18 +03:00
ArabCoders
ccd5b0607e updated dependencies 2025-02-27 00:35:53 +03:00
ArabCoders
8e97cba43b update dependencies 2025-02-23 19:32:39 +03:00
ArabCoders
f340a4c67f updated dependencies 2025-02-20 17:06:17 +03:00
ArabCoders
5063099002 Added YTP_INSTANCE_TITLE 2025-01-30 16:18:29 +03:00
ArabCoders
67543e6044 revert changes to theme switch button. 2025-01-29 16:32:53 +03:00
ArabCoders
0d8d9bb13f fixed bug preventing get_info from working, and added auto theme. 2025-01-29 13:09:07 +03:00
ArabCoders
d063cf0f52 use same name cross client and server for variables and config files. 2025-01-28 00:09:46 +03:00
ArabCoders
d3d6665e56 updated dependencies 2025-01-27 20:43:29 +03:00
ArabCoders
902244769a Major code changes. 2025-01-27 19:53:59 +03:00
ArabCoders
dbee7cf2fa standardize more events. 2025-01-25 22:46:33 +03:00
ArabCoders
ddc216ccb6 revamped the notification system 2025-01-25 22:24:13 +03:00
ArabCoders
922d194d7a simplify API calls. 2025-01-25 17:25:58 +03:00
ArabCoders
a4827202d8 overhauled the tasks page to support adding/editing/deleting tasks from the WebUI directly instead of relying on tasks.json file. 2025-01-24 23:13:53 +03:00
ArabCoders
cb735cbb97 Added new feature to parse yt-dlp CLI arguments in yt-dlp JSON config box 2025-01-23 17:35:03 +03:00
ArabCoders
e7cc746ee9 Fixed bug preventing the Queue UI from being updated with file progress. 2025-01-19 18:11:25 +03:00
ArabCoders
0d9f0ded88 Another attempt at fixing #173 2025-01-18 20:57:23 +03:00
ArabCoders
cd0118e961 Remove reset config in basic mode. 2025-01-17 15:40:15 +03:00
ArabCoders
b1388eff6b Added Basic mode for WebUI & added new env var for selecting default preset. 2025-01-17 02:03:58 +03:00
ArabCoders
6296bc9ba5 Updated packages 2025-01-13 18:05:19 +03:00
ArabCoders
fd32097982 Added view url information in history and queue 2025-01-13 17:15:04 +03:00
ArabCoders
a473e19ead Fix 2025-01-11 21:04:32 +03:00
ArabCoders
c20fdca09b Added way to check for youtube cookies status 2025-01-11 20:57:39 +03:00
ArabCoders
b86f13f2d8 Added new option to view url info 2025-01-11 16:39:24 +03:00
ArabCoders
b7d2a2a282 fixed typo in README and updated dependencies 2025-01-10 19:10:55 +03:00
ArabCoders
593c0fc675 Fix and document presets.json 2025-01-10 18:54:07 +03:00
ArabCoders
7a2a4a5269 more face lifting 2025-01-03 20:34:18 +03:00
ArabCoders
b25ee6dad8 some facelift 2025-01-03 20:02:19 +03:00
ArabCoders
812e92cf23 updates API endpoints, fix webhooks not firing due to an error. 2025-01-03 19:49:45 +03:00
ArabCoders
7633f8ffe2 fixes 2025-01-03 00:44:02 +03:00
ArabCoders
df69e91d41 fix cancelling selected items. 2025-01-02 19:51:03 +03:00
ArabCoders
5983141dcb added confirm to pause download pool 2025-01-01 16:33:25 +03:00
ArabCoders
ed02c3ec01 Added the ability to pause download pool 2024-12-30 21:39:24 +03:00
ArabCoders
0359eafbec fix updating max_workers in UI 2024-12-30 11:03:01 +03:00
ArabCoders
448a145ed0 Added maxWorkers to title 2024-12-30 10:51:14 +03:00
ArabCoders
1bcad666be another attempt at fixing title update 2024-12-30 10:42:02 +03:00
ArabCoders
2528d3df25 attempt to fix title update 2024-12-30 10:33:06 +03:00
ArabCoders
aca10d328f remove debug statements. 2024-12-29 21:57:46 +03:00
ArabCoders
359d866a99 fixes 2024-12-29 21:39:51 +03:00
ArabCoders
1f2db7ad5e Added option to update page title with stats. 2024-12-29 21:17:17 +03:00
ArabCoders
6b930bb388 added more info to media Metadata, and cleaned up itemDTO object. 2024-12-27 19:58:21 +03:00
ArabCoders
eee6684005 added small play button overlay 2024-12-27 18:38:27 +03:00
ArabCoders
7420138ce0 Document env variables and added remove_files env option. 2024-12-25 19:16:15 +03:00
ArabCoders
17ab1f7038 Nuxt was intercepting the download link. Fixes #150 2024-12-25 10:21:06 +03:00
ArabCoders
252970f66f Separate toggle for thumbnail 2024-12-19 08:35:20 +03:00
ArabCoders
0b4216c0b0 Prep for dev release 2024-12-18 21:15:15 +03:00
ArabCoders
2782ee568d Added support to queue many urls separated by comma 2024-12-17 20:43:58 +03:00
ArabCoders
88ecfbb516 added missing static assets 2024-12-17 19:47:12 +03:00
ArabCoders
daea07c678 dont hardcode the wss url 2024-12-17 19:06:18 +03:00
ArabCoders
fcb2eda4ba Fixes for default preset. 2024-12-17 18:43:09 +03:00
ArabCoders
c727ab3446 Finalizing migration to nuxt3 2024-12-17 17:07:52 +03:00
ArabCoders
51024c2a9b some minor app changes =) 2024-12-15 21:28:37 +03:00
ArabCoders
f7f5e72aeb limit the sent configuration variables to the frontend. 2024-12-14 20:29:15 +03:00
ArabCoders
0239e509de sweeping changes to internals 2024-12-14 19:27:13 +03:00
ArabCoders
cf8f971785 updates 2024-12-14 16:42:31 +03:00
ArabCoders
c61fd133d8 more updates for new UI 2024-12-14 14:57:23 +03:00
ArabCoders
06042776e6 migrating more code to new UI 2024-12-13 20:55:10 +03:00
ArabCoders
f7b610434f migrating some state to pinia stores. 2024-12-13 20:15:05 +03:00
ArabCoders
62d5d29bfc initial nuxtjs ui skeleton 2024-12-13 18:31:07 +03:00