Results 140 comments of z411

Did some testing and using Popen the zombie process gets reaped within seconds of being closed. Apparently Python 3 should automatically reap zombie processes whenever they get garbage collected. What...

Python 3.8.6 here and Arch Linux here. Weird since our configuration is similar, I tried with vlc and it gets reaped after around 5-10 seconds. This must be why I...

I tried with the ignore SIGCLD method again (after moving processes out of the engine) and it works perfectly for me. I don't get the bug you described and I...

I seriously can't reproduce this... https://streamable.com/3p345m Could you try with a clean config, and ideally with the tracker disabled? I'll try to find other people to try and see if...

Hi, thanks for the report. This shouldn't happen, and in fact I can't reproduce this issue as I get the expected behavior on my end. Could you tell me which...

The Status enum has a different function; it's about whether the show is airing, cancelled, not yet aired, etc. What the mentioned comment refers to is to the List status...

It sounds like the tracker might be crashing internally. Do you get anything in the console when disconnecting/reconnecting your drive?

This was an idea since the start but it has since then replaced by a simple hook system that lets you run python functions whenever there's a change in the...

I provided a larger icon in the commit 0b1c67bb49ccaad6eaf9db61fd4144e9fa3265a8 but I'm guessing GNOME 3 requires a 256x256 icon?

> I created a dirty hack to scan only currently watching titles instead of the whole library when scan_whole_list is disabled. It is not scanning the whole library, just watching,...