anidl / multi-downloader-nx

Downloader for Crunchyroll, Hidive, AnimeOnegai, and AnimationDigitalNetwork with CLI and GUI
MIT License
267 stars 45 forks source link

[GUI] Where to save filename template #643

Closed tormento closed 5 months ago

tormento commented 5 months ago

I have tried to add

fileName: [${service}] ${showTitle} - S${season}E${episode} ${title} [${height}p]

in cli-defaults.yml but I get a error when I launch aniDL.exe.

Where can I save the template I want?

Jaynator495 commented 5 months ago

This is the correct place, you just need to put it in quotes, like this: fileName: "[${service}] ${showTitle} - S${season}E${episode} ${title} [${height}p]"

rcyclope commented 5 months ago

to transcoding i try this but that not working

ffmpegOptions: "-c:v hevc_amf -preset fast -b:v 3000k -c:a copy -bsf:a aac_adtstoasc"