Results 140 comments of z411

I **think** I've seen it happen once or twice before, but not with the frequency that you mention. It could be a bug happening in a very specific case, for...

> I wonder if trackma has issues with the OS shutting down? Now that you mention it, that could be it. Are you shutting down your OS with Trackma open,...

I see, it definitely sounds like it could be the issue. I should check to make sure that Send on Exit works only when Trackma is exited manually from the...

Yes, GTK doesn't work really well with threads so I was a bit reluctant at first to implement it that way. Maybe adding it to the GTK main loop (idle)?...

Thanks for the report. This is weird, this should work since _update_tracker() is being called inside add_show(). https://github.com/z411/trackma/blob/0a5170cc8a96c6a462c0d1a4a8e0f55ed8d2f870/trackma/engine.py#L474-L475 I'll look into it.

So would you want a flow like this? Episode in library -> Play it Episode not in library -> Rescan Library -> Try again once Or do you prefer something...

I think breaking the hook API is fine; but I'd prefer to break it only once. If we break it this time, and we later move to the logging module,...

Thank you for your proposal. Personally, I've been avoiding most social functions as they would add a great deal of complexity, while I'd prefer to keep the program as simple...

@archnous This is something that was proposed time ago, it's relatively trivial to implement but can't symbolic links work to the same end? @hbers I worked on the torrent functionality...