Andre Meyering

Results 440 comments of Andre Meyering

I can reproduce. But it's so strange. I didn't notice this in debug builds...

This only happens after scraping a single episode. The reason seems to be that for whatever reason, Qt signals don't reach their slots. I don't know why, yet.

Oh man. This could be a Qt bug. Everything works fine with Qt 5.15. But with Qt 6.6, it doesn't work. I will try an older Qt 6 version. I...

It works with Qt 6.4.3. Appears to be a Qt bug. I've prepared a version with Qt 6.4.3 for you. No difference to the latest stable version besides the Qt...

This is the Qt bug https://bugreports.qt.io/browse/QTBUG-119513 The code flow just stops at a `comboBox->insertItems()` call in MediaElch. But for whatever reason, MediaElch does not crash.

Hi, I haven't used wiki data ids before. Do you have an example for it? :)

Thanks! I'll be honest: I didn't know that entries for movies with such detail existed. Thanks. :)

NFO implementation done by @Cj-Malone in #1568. I'll keep this issue open until I've figure out a way to properly add it to MediaElch's UI. If I do the same...

Hi, thanks for this feature request! It has been requested in the past (https://github.com/Komet/MediaElch/issues/582) but I never got to implement it. Other stuff needed to be done first. After having...

Thanks. I write about a new concept here a bit: https://github.com/Komet/MediaElch/pull/1576 Feel free to add comments. It's work in progress. Regards, Andre