Teemu Ikonen

Results 100 comments of Teemu Ikonen

> Our rss format is extended with mrss[0] which supports duration attribute on the enclosures. Maybe we should use that instead? I thought about that, but for example in the...

Rebased to master with the namespace fix. Works now, but tests are still failing/missing. Sorry for the buggy pushes previously.

This CSS (obviously) does the scaling, but works only in the WebKit renderer: ``` img{ max-width:100% } ```

ReText master fixes this for the webkit renderer. The default renderer still shows huge images.

At least OpenPTmap would be useful.

The ffmpeg man page has this to say: ``` -filter_threads nb_threads (global) Defines how many threads are used to process a filter pipeline. Each pipeline will produce a thread pool...

gPodder uses yt-dlp as a Python module, so command line args are not possible. The [YoutubeDL class](https://github.com/yt-dlp/yt-dlp/blob/28163422a667d63cceb0e8bf27d150951e78d313/yt_dlp/YoutubeDL.py#L155) takes a decent set of parameters though, which you can set in the...

Yes, I'm on current master. I also have `extensions.youtube-dl.manage-channel` on, which sets the mime type of episodes to `video/mp4'. This breaks downloads with #1347.

> Gpodder tells yt-dlp what to name the file, which includes the directory path. Your yt-dlp is clearly ignoring that value and using its default name in $HOME, which includes...