Ilmari
Ilmari
I didn't find any working solutions for my use case (query params), but I modified one [example from here](https://www.raulmelo.me/en/snippets/convert-booleanish-string-to-boolean-zod) ``` export const BooleanStringZod = z .string() .refine((value) => value ===...
Can you get the subtitles as extracted, rather than embedded in the .mkv-file at all with `yle-dl`? At least I didn't see the option in the docs quickly glanced.
But, I have a question @aajanki, when I ran the command `--showmetadata`, it gave me the finnish subs as one of the urls. Is this an exception on how the...
I was thinking I could do make a PR about this myself, but was raising it as a question / idea to see if anyone's got something to say about...
Yep, definitely only an optional command-line flag, never the default, since additional operations are performed. I'll create the feature at some timescale over the summer and send a PR over....
What should the flag be called? I was thinking, for Jellyfin / Kodi-usage, the feature should: 1) Create a folder (because metadata requires multiple files) 2) Create the .nfo-file and...
It's fine to not have a folder and for a playlist, that could be better, but individual movies stored under same root would benefit from it. I'll think about it...
I've built some of my own tooling to do things like the metadata and JF-generation. @aajanki has stated that yle-dl won't most likely incorporate such features, so, I'm hoping we...
@svalavuo I had the exact same issue with a series. Did you download the Vera Stanhope as series? I noticed with independent files they seemed to be on time, but...
I wonder @svalavuo, if you execute the command with `--showmetadata`-flag, it should give you the direct url of subs as a link to Areena CDN. If you download those subs,...