[BUG] [Funimation/Crunchy] dlsubs "en" option missing causing Invalid Argument errors #181
Labels
No labels
Wrong-Place
bug
cli
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
ice
invalid
question
request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Creepso/multi-downloader-nx#181
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
** Main info: **
Script version: Multi Downloader NX 2.0.7 Commit:
667f02fae2Service: Funi & Crunchy (Argument Belongs to Crunchy, triggers on any service though due to config file)
Show ID: N/A
Episode ID: N/A
Command used: aniDL --service crunchy --dlsubs en
Console output:
** Additional Info: **


What happened to "en" English support for subs?
I started getting this error after some recent updates. this initially triggered because I always had this in my config

also, no streams are being detected for any shows on Funimation...
aniDL --service funi -s 2831743 -e 9aniDL --service funi -s 1311428 -e 21Show ID: 2831743, EP 9 (Deep Insanity: The Lost Child)

Show ID: 1311428, EP 21 (Mushoku Tensei: Jobless Reincarnation)
Says track not selected... & it's not showing any available streams.
Also running
npm run tscIs giving me that strange error again
Alright so...
As you might have noticed, I have merged the command line arguments for subs and dubs for both funi and crunchy into one per category. Track not selected just means that you haven't selected the Japanese audio. Please refer to the help for the new options for subs and dubs.
As to where the en sub went - idfk I will take a look into it tomorrow
Should be tho...
ya i saw its in help page...
to DL subs only now such a long command though
aniDL --service funi -s 2831743 -e 9 --dubLang jpn --novids --noaudio --dlsubs all"all" still works just cant specify "en" for English only :(Suggestion:

when you get the time as you update & merge new arguments maybe keep the default
cli-defaults.ymllabelled like what option applies to what etc...I plan to auto create the CLI defaults file when the programm is build
For now, the newest commit is fixing the English problem
@izu-co as of commit:
c89cea218cthis is broken againI have
dlSubs: enset in config, i tried to set "none" "jp" etc and within the config, it just doesn't recognise it, it keeps saying the default is all even though its notalso, the flag
partsizeis also gone, doesn't respect config or have a flag for it..Will look into it
I just looked into it @XxUnkn0wnxX, and I've changed
dlSubstodlsubs. Since the newest update, all config option areexactlythe same as if you would pass it to args. So since it would be--dlsubsit is also nowdlsubs: [number]in the config.As for the missing partsize, this has been added with
05d65d3d54.