Andre Meyering

Results 440 comments of Andre Meyering

What's even stranger: if I try to start the binary using gdb, everything works as expected. My assumption: it's the libraries that are shipped with the AppImage.

I tried different older "linuxdeployqt" versions, but was not successfull. However, v2.10.0 worked fine. I'll try to figure out the commit that made it so slow.

Seems to be 516c8a50a84f50c7b8f8565366b9ff2d417fe79d https://github.com/Komet/MediaElch/commit/516c8a50a84f50c7b8f8565366b9ff2d417fe79d#diff-f2c7c599ccef7d34ec5477a9109f459dd0cfb02423120386e305b307fb8c997eL52 ```cpp auto movieIndex = qsizetype_to_int(m_movies.indexOf(movie)); ``` ~~This is a linear search... No idea why this slipped past me. Probably because it was "fast enough". Reverting...

I _think_ to have fixed it with https://github.com/Komet/MediaElch/pull/1803 New nightly versions will be available shortly. It would be great, if you could test them. If the performance bug is fixed,...

Hi, thanks for bringing this up. I don't fully get what you're saying. If I understood you correctly, then: - you disable "actors" for episodes for TMDB - no actor...

Ah, actor images for episodes! Sorry about that. It's sadly not supported, yet. See your other issue https://github.com/Komet/MediaElch/issues/1784

With https://github.com/Komet/MediaElch/pull/1797, episode actor images will finally be loaded. :)

Hi, this is a very reasonable request, I'd say. :) Sadly, there are a few issues with the current software architecture of MediaElch: - MediaElch assumes that a movie has...

Indeed. As of now, you need to search for a _movie_, i.e. remove the "Collection" suffix.