Commit graph

1503 commits

Author SHA1 Message Date
stratumadev
548ac98613 docs(main): bump version
Some checks failed
auto-documentation / documentation (push) Has been cancelled
build and push docker image / build-node (push) Has been cancelled
Style and build test / tsc (push) Has been cancelled
Style and build test / eslint (push) Has been cancelled
Style and build test / prettier (push) Has been cancelled
Style and build test / build-test-windows-arm64 (push) Has been cancelled
Style and build test / build-test-linux-arm64 (push) Has been cancelled
Style and build test / build-test-macos-arm64 (push) Has been cancelled
Style and build test / build-test-windows-x64 (push) Has been cancelled
Style and build test / build-test-linux-x64 (push) Has been cancelled
Style and build test / build-test-macos-x64 (push) Has been cancelled
2026-04-14 13:04:00 +00:00
Stratuma
a8642e0bd5
Merge pull request #1244 from szyha/adn-pl
fix(adn): add polish support
2026-04-14 15:03:41 +02:00
szyha
4d864a1243 fix(prettier): formatting 2026-04-14 14:55:53 +02:00
szyha
d4d45bff6d fix(adn): add polish support 2026-04-07 12:21:44 +02:00
stratumadev
922f29f7ff docs(main): bump version
Some checks failed
auto-documentation / documentation (push) Has been cancelled
build and push docker image / build-node (push) Has been cancelled
Style and build test / tsc (push) Has been cancelled
Style and build test / eslint (push) Has been cancelled
Style and build test / prettier (push) Has been cancelled
Style and build test / build-test-windows-arm64 (push) Has been cancelled
Style and build test / build-test-linux-arm64 (push) Has been cancelled
Style and build test / build-test-macos-arm64 (push) Has been cancelled
Style and build test / build-test-windows-x64 (push) Has been cancelled
Style and build test / build-test-linux-x64 (push) Has been cancelled
Style and build test / build-test-macos-x64 (push) Has been cancelled
2026-03-30 21:09:51 +00:00
stratumadev
8c8b8cc190 chore(main): bumped version 2026-03-30 23:09:25 +02:00
stratumadev
e6395ebcf8 Merge branch 'master' of https://github.com/anidl/multi-downloader-nx 2026-03-30 23:08:27 +02:00
stratumadev
d09ecd94b9 fix(crunchy): updated UA and basic token 2026-03-30 23:08:19 +02:00
Stratuma
2795b6c6cf
Merge pull request #1232 from HyperNylium/master
Some checks failed
auto-documentation / documentation (push) Has been cancelled
build and push docker image / build-node (push) Has been cancelled
Style and build test / tsc (push) Has been cancelled
Style and build test / eslint (push) Has been cancelled
Style and build test / prettier (push) Has been cancelled
Style and build test / build-test-windows-arm64 (push) Has been cancelled
Style and build test / build-test-linux-arm64 (push) Has been cancelled
Style and build test / build-test-macos-arm64 (push) Has been cancelled
Style and build test / build-test-windows-x64 (push) Has been cancelled
Style and build test / build-test-linux-x64 (push) Has been cancelled
Style and build test / build-test-macos-x64 (push) Has been cancelled
Update workflow action versions
2026-03-25 12:32:44 +01:00
David Pivik
56fdc0c1ee
Update workflow versions 2026-03-24 22:05:24 +03:00
stratumadev
ce0ccc3534 docs(main): bump version
Some checks failed
auto-documentation / documentation (push) Has been cancelled
build and push docker image / build-node (push) Has been cancelled
Style and build test / tsc (push) Has been cancelled
Style and build test / eslint (push) Has been cancelled
Style and build test / prettier (push) Has been cancelled
Style and build test / build-test-windows-arm64 (push) Has been cancelled
Style and build test / build-test-linux-arm64 (push) Has been cancelled
Style and build test / build-test-macos-arm64 (push) Has been cancelled
Style and build test / build-test-windows-x64 (push) Has been cancelled
Style and build test / build-test-linux-x64 (push) Has been cancelled
Style and build test / build-test-macos-x64 (push) Has been cancelled
2026-03-23 23:56:45 +00:00
stratumadev
cfb6ea9384 chore(main): bumped version and updated packages 2026-03-24 00:55:53 +01:00
stratumadev
9f9588a569 fix(cdm): forgot to change a value
Some checks are pending
auto-documentation / documentation (push) Waiting to run
build and push docker image / build-node (push) Waiting to run
Style and build test / tsc (push) Waiting to run
Style and build test / eslint (push) Blocked by required conditions
Style and build test / prettier (push) Blocked by required conditions
Style and build test / build-test-windows-arm64 (push) Blocked by required conditions
Style and build test / build-test-linux-arm64 (push) Blocked by required conditions
Style and build test / build-test-macos-arm64 (push) Blocked by required conditions
Style and build test / build-test-windows-x64 (push) Blocked by required conditions
Style and build test / build-test-linux-x64 (push) Blocked by required conditions
Style and build test / build-test-macos-x64 (push) Blocked by required conditions
2026-03-23 00:35:11 +01:00
stratumadev
d1b721b7f4 fix(cfg): added dotenv/config to fix env init and added cdm folder exist check 2026-03-23 00:32:16 +01:00
stratumadev
8c8209d16b fix(prettier): formatting 2026-03-23 00:14:34 +01:00
Stratuma
e61728d488
Merge pull request #1219 from xNabil/master
fix(crunchy): use relative episode numbers for filename generation
2026-03-23 00:13:59 +01:00
stratumadev
e86d0f1d16 chore(main): updated packages, crunchy UA and basic token 2026-03-22 23:39:24 +01:00
Nabil Khan
d582a8c614
fix(crunchy): use relative episode numbers for filename generation
When downloading from Crunchyroll using season-specific arguments (e.g., `-s`), the CLI correctly displayed the relative episode number (e.g., E9), but the actual downloaded file used Crunchyroll's absolute API numbering (e.g., E56). 

This commit updates the `itemSelectMultiDub` payload mapping to use the calculated `epNum` variable instead of the raw `item.episode` data. 

* Fixes an issue where multi-season shows had continuous absolute numbering in output filenames.
* Ensures the `{episode}` template variable correctly matches the relative episode number shown in the CLI terminal output.
2026-03-08 15:18:51 +06:00
stratumadev
9b0aaf11e6 docs(main): bump version
Some checks failed
auto-documentation / documentation (push) Has been cancelled
build and push docker image / build-node (push) Has been cancelled
Style and build test / tsc (push) Has been cancelled
Style and build test / eslint (push) Has been cancelled
Style and build test / prettier (push) Has been cancelled
Style and build test / build-test-windows-arm64 (push) Has been cancelled
Style and build test / build-test-linux-arm64 (push) Has been cancelled
Style and build test / build-test-macos-arm64 (push) Has been cancelled
Style and build test / build-test-windows-x64 (push) Has been cancelled
Style and build test / build-test-linux-x64 (push) Has been cancelled
Style and build test / build-test-macos-x64 (push) Has been cancelled
2026-02-15 13:20:17 +00:00
stratumadev
749e4ee285 chore(main): updated version and packages 2026-02-15 14:19:54 +01:00
stratumadev
acffb74220 fix(crunchy): fixed ScaledBorderAndShadowFix 2026-02-15 14:08:23 +01:00
stratumadev
7304e0d907 fix(chore): potential fix for pnpm lockfile issue?
Some checks failed
auto-documentation / documentation (push) Has been cancelled
build and push docker image / build-node (push) Has been cancelled
Style and build test / tsc (push) Has been cancelled
Style and build test / eslint (push) Has been cancelled
Style and build test / prettier (push) Has been cancelled
Style and build test / build-test-windows-arm64 (push) Has been cancelled
Style and build test / build-test-linux-arm64 (push) Has been cancelled
Style and build test / build-test-macos-arm64 (push) Has been cancelled
Style and build test / build-test-windows-x64 (push) Has been cancelled
Style and build test / build-test-linux-x64 (push) Has been cancelled
Style and build test / build-test-macos-x64 (push) Has been cancelled
2026-02-08 21:27:58 +01:00
stratumadev
7a8de40f5b fix(main): updated packages and crunchy UA + Basic token 2026-02-08 21:11:30 +01:00
Stratuma
056dff7e57
Merge pull request #1195 from JasonKhew96/fix-null
fix: null check
2026-02-08 20:44:23 +01:00
Js0n
d20b862398
fix: null check 2026-02-08 20:48:52 +08:00
Stratuma
15067b19a4
Merge pull request #1181 from ektatas/fix-useless-first-comma
Some checks failed
auto-documentation / documentation (push) Has been cancelled
build and push docker image / build-node (push) Has been cancelled
Style and build test / tsc (push) Has been cancelled
Style and build test / eslint (push) Has been cancelled
Style and build test / prettier (push) Has been cancelled
Style and build test / build-test-windows-arm64 (push) Has been cancelled
Style and build test / build-test-linux-arm64 (push) Has been cancelled
Style and build test / build-test-macos-arm64 (push) Has been cancelled
Style and build test / build-test-windows-x64 (push) Has been cancelled
Style and build test / build-test-linux-x64 (push) Has been cancelled
Style and build test / build-test-macos-x64 (push) Has been cancelled
fix first comma when select all episodes
2026-01-11 01:09:42 +01:00
ektatas
3bb33819a7
fix first comma when select all episodes 2026-01-03 15:28:04 +01:00
stratumadev
51b4c173ab chore(crunchy): update basic auth token and user-agent
Some checks failed
auto-documentation / documentation (push) Has been cancelled
build and push docker image / build-node (push) Has been cancelled
Style and build test / tsc (push) Has been cancelled
Style and build test / eslint (push) Has been cancelled
Style and build test / prettier (push) Has been cancelled
Style and build test / build-test-windows-arm64 (push) Has been cancelled
Style and build test / build-test-linux-arm64 (push) Has been cancelled
Style and build test / build-test-macos-arm64 (push) Has been cancelled
Style and build test / build-test-windows-x64 (push) Has been cancelled
Style and build test / build-test-linux-x64 (push) Has been cancelled
Style and build test / build-test-macos-x64 (push) Has been cancelled
2025-12-21 20:20:55 +01:00
stratumadev
46f352af8c chore(main): update packages
Some checks failed
auto-documentation / documentation (push) Has been cancelled
build and push docker image / build-node (push) Has been cancelled
Style and build test / tsc (push) Has been cancelled
Style and build test / eslint (push) Has been cancelled
Style and build test / prettier (push) Has been cancelled
Style and build test / build-test-windows-arm64 (push) Has been cancelled
Style and build test / build-test-linux-arm64 (push) Has been cancelled
Style and build test / build-test-macos-arm64 (push) Has been cancelled
Style and build test / build-test-windows-x64 (push) Has been cancelled
Style and build test / build-test-linux-x64 (push) Has been cancelled
Style and build test / build-test-macos-x64 (push) Has been cancelled
2025-12-18 11:01:35 +01:00
stratumadev
c9aa27df23 chore(main): update packages
Some checks failed
auto-documentation / documentation (push) Has been cancelled
build and push docker image / build-node (push) Has been cancelled
Style and build test / tsc (push) Has been cancelled
Style and build test / eslint (push) Has been cancelled
Style and build test / prettier (push) Has been cancelled
Style and build test / build-test-windows-arm64 (push) Has been cancelled
Style and build test / build-test-linux-arm64 (push) Has been cancelled
Style and build test / build-test-macos-arm64 (push) Has been cancelled
Style and build test / build-test-windows-x64 (push) Has been cancelled
Style and build test / build-test-linux-x64 (push) Has been cancelled
Style and build test / build-test-macos-x64 (push) Has been cancelled
2025-12-07 12:00:26 +01:00
stratumadev
a42dafe608 chore(gui): update express
Some checks failed
auto-documentation / documentation (push) Has been cancelled
build and push docker image / build-node (push) Has been cancelled
Style and build test / tsc (push) Has been cancelled
Style and build test / eslint (push) Has been cancelled
Style and build test / prettier (push) Has been cancelled
Style and build test / build-test-windows-arm64 (push) Has been cancelled
Style and build test / build-test-linux-arm64 (push) Has been cancelled
Style and build test / build-test-macos-arm64 (push) Has been cancelled
Style and build test / build-test-windows-x64 (push) Has been cancelled
Style and build test / build-test-linux-x64 (push) Has been cancelled
Style and build test / build-test-macos-x64 (push) Has been cancelled
2025-12-02 01:49:47 +01:00
stratumadev
61cf5a59a6 chore(main): update express and yaml 2025-12-02 01:45:27 +01:00
stratumadev
e8bec44982 perf(merger): remove unused functions and imports
Some checks failed
auto-documentation / documentation (push) Has been cancelled
build and push docker image / build-node (push) Has been cancelled
Style and build test / tsc (push) Has been cancelled
Style and build test / eslint (push) Has been cancelled
Style and build test / prettier (push) Has been cancelled
Style and build test / build-test-windows-arm64 (push) Has been cancelled
Style and build test / build-test-linux-arm64 (push) Has been cancelled
Style and build test / build-test-macos-arm64 (push) Has been cancelled
Style and build test / build-test-windows-x64 (push) Has been cancelled
Style and build test / build-test-linux-x64 (push) Has been cancelled
Style and build test / build-test-macos-x64 (push) Has been cancelled
2025-11-30 03:16:06 +01:00
stratumadev
1ff93f2fbd refactor(merger): move from ffprobe to mediainfo
Removes the necessity of ffprobe completely.
Also removed the mention of ffprobe requirement from the readme.
2025-11-30 03:10:28 +01:00
stratumadev
e4afedfc9c chore(args): remove unwanted console.log 2025-11-30 01:52:40 +01:00
stratumadev
aa1180df48 fix(args): transformer also applies to default values 2025-11-30 01:51:00 +01:00
stratumadev
429bb2d690 fix(args): resolve issue with short flag parsing in overrideArguments function
Some checks are pending
auto-documentation / documentation (push) Waiting to run
build and push docker image / build-node (push) Waiting to run
Style and build test / tsc (push) Waiting to run
Style and build test / eslint (push) Blocked by required conditions
Style and build test / prettier (push) Blocked by required conditions
Style and build test / build-test-windows-arm64 (push) Blocked by required conditions
Style and build test / build-test-linux-arm64 (push) Blocked by required conditions
Style and build test / build-test-macos-arm64 (push) Blocked by required conditions
Style and build test / build-test-windows-x64 (push) Blocked by required conditions
Style and build test / build-test-linux-x64 (push) Blocked by required conditions
Style and build test / build-test-macos-x64 (push) Blocked by required conditions
2025-11-28 22:22:00 +01:00
stratumadev
c9ca51e6ef chore(main): remove unused/outdated files and move to typescript only
Some checks are pending
auto-documentation / documentation (push) Waiting to run
build and push docker image / build-node (push) Waiting to run
Style and build test / tsc (push) Waiting to run
Style and build test / eslint (push) Blocked by required conditions
Style and build test / prettier (push) Blocked by required conditions
Style and build test / build-test-windows-arm64 (push) Blocked by required conditions
Style and build test / build-test-linux-arm64 (push) Blocked by required conditions
Style and build test / build-test-macos-arm64 (push) Blocked by required conditions
Style and build test / build-test-windows-x64 (push) Blocked by required conditions
Style and build test / build-test-linux-x64 (push) Blocked by required conditions
Style and build test / build-test-macos-x64 (push) Blocked by required conditions
2025-11-28 13:49:27 +01:00
stratumadev
7d828a3d47 docs(main): bump version 2025-11-28 12:35:41 +00:00
stratumadev
0bb757f655 chore(main): bump version 2025-11-28 13:34:21 +01:00
stratumadev
1bf0af08e6 fix(args): correct parsing so string options don't treat the next option as a value 2025-11-28 13:30:55 +01:00
stratumadev
aed9169a69 Merge branch 'master' of https://github.com/anidl/multi-downloader-nx
Some checks are pending
auto-documentation / documentation (push) Waiting to run
build and push docker image / build-node (push) Waiting to run
Style and build test / tsc (push) Waiting to run
Style and build test / eslint (push) Blocked by required conditions
Style and build test / prettier (push) Blocked by required conditions
Style and build test / build-test-windows-arm64 (push) Blocked by required conditions
Style and build test / build-test-linux-arm64 (push) Blocked by required conditions
Style and build test / build-test-macos-arm64 (push) Blocked by required conditions
Style and build test / build-test-windows-x64 (push) Blocked by required conditions
Style and build test / build-test-linux-x64 (push) Blocked by required conditions
Style and build test / build-test-macos-x64 (push) Blocked by required conditions
2025-11-28 00:49:53 +01:00
stratumadev
422af6a46c chore(workflow): update commit message of auto-documentation 2025-11-28 00:49:47 +01:00
stratumadev
f22f73dbf1 chore(main): bump version + Documentation 2025-11-27 23:46:09 +00:00
stratumadev
749285d7d1 chore(main): bump version 2025-11-28 00:44:46 +01:00
stratumadev
8764e608dc feat(crunchy): add subtitleTimestampFix function (#1121)
Fix Crunchyroll subtitles with invalid durations.
If start > video length  the line is deleted.
If only end > video length  end is trimmed to video duration. + Documentation
2025-11-27 23:41:39 +00:00
stratumadev
5f192a31c0 feat(crunchy): add subtitleTimestampFix function (#1121)
Fix Crunchyroll subtitles with invalid durations.
If start > video length  the line is deleted.
If only end > video length  end is trimmed to video duration.
2025-11-28 00:40:11 +01:00
stratumadev
045a439b82 fix(m3u8): invalid m3u8-parser import 2025-11-27 22:32:52 +01:00
stratumadev
cd530295a8 chore: remove prettier & eslint commands from precommit test 2025-11-27 22:11:00 +01:00
stratumadev
289265652e chore: add husky for cleaner commits 2025-11-27 22:10:00 +01:00