Delicious in Dungeon - S01E18 - DUAL 1080p WEB H.264 -NanDesuKa (DSNP).mkv
Information:
- Audio: Japanese, English
- Subtitles: Japanese, Japanese (SDH), English [Forced], Arabic, Czech, Danish, German, Greek, English, English (SDH), Spanish (Latin American), Spanish (European), Finnish, Filipino, French, Hebrew, Hindi, Croatian, Hungarian, Indonesian, Italian, Korean, Malay, Norwegian Bokmål, Dutch, Polish, Portuguese (Brazilian), Portuguese (European), Romanian, Swedish, Thai, Turkish, Ukrainian, Vietnamese, Chinese (Simplified), Chinese (Traditional), English (Dub), Spanish (European (Dub)), French (Dub), Indonesian (Dub), Italian (Dub), Portuguese (Brazilian (Dub))
- CRC32: A9D167E2
In case of any issues with the file, please let us know. Seeding after downloading is appreciated.
Join us on Discord and IRC at #[email protected]
- Delicious in Dungeon - S01E18 - DUAL 1080p WEB H.264 -NanDesuKa (DSNP).mkv (1.0 GiB)
Releases were missing forced tracks due to faulty logic, this was fixed sometime between Episode 16 and Episode 17's release. That explains why 16 and prior worked fine for you. Looking at your config, mpv will try to select the first enm/en/eng track it finds, which is now sid 3. The same issue is also mentioned on reddit with a potential fix as well. subs-fallback-forced=no will get the job done too, but it'll ignore forced tracks in all scenarios, whatever works for you. You could also look into mpv-sub-select which seems to provide a more comprehensive solution.
In both episode 17 and 18 it seems a signs-only sub track is being forced on instead of the regular english dialogue track and I have to manually change my sub track when it was fine by default before in episode 16 and earlier. In mpv I have this config line set for sub lang priority:
slang=enm,en,eng. In episode 16sid=8 slang=engwas selected, normal dialogue. in 17 and 18 I'm gettingsid=3 slang=eng (f) 'Forced'selected which is only the signs, and I have to manually cycle tosid=9 slang=engfor the dialogue.edit: If the problem is my config and the release isn't doing anything weird, someone feel free to let me know, but it seemed odd that everything was fine with the older episodes. If I run mpv with --no-config the subs aren't enabled at all and no track is selected by default, so I'm not really sure if the issue is on my end or not. It looks like if I set
--subs-fallback-forced=noin my config it avoids the forced track being selected and it then selectssid=9 slang=engwith the dialogue in it, so that seems like a reasonable workaround, but I don't know if it'll cause issues with other things later on. Plus I didn't previously configure that option which should mean it has undesirable behavior with the default mpv setting, making me lean toward this release being the problem.