Results 140 comments of z411

Limiting the candidates is what's being done now, but I think the main fix would be to make the algorithm faster. As my list was never too big I never...

@hbers Oh, I actually had done that but I forgot to commit the changes, sorry. Check out the latest commit. ![torrents](https://cloud.githubusercontent.com/assets/1988512/11461482/a6ef3d3a-96e2-11e5-84b1-74dba9ee70da.png) It analyzes the torrent list and classifies each torrent...

It seems data from the old commit got cached, sorry, could you try deleting ~/.trackma/torrents.dict?

@hbers Wow, well I guess we should move to Python 3 to avoid these issues. It should be fixed in the latest commit, please check when you have time. About...

Great. Getting it to work in the rest of the GUIs would be the next step. But the GUI scripts are getting pretty big, I think I should refactorize them...

@zJoul I would like to implement both that and manual downloading from the user interface.

Started development for the Qt interface in the `torrents` branch.

This was suggested long ago but the AniDB doesn't seem to have endpoints to update lists like other tracking websites do; if I'm wrong please correct me.

Does it happen all the time? Or any steps to reproduce? It happened to me once today when the Image worker was retrieving an anime, so it might have to...

Hi, thanks for outlining your perspective. > for whatever reason my searchdir had been split into single characters That's weird, this case is supposed to be handled here: https://github.com/z411/trackma/blob/69d4d2bb1936fdaf651f312ab35187e01d32d20f/trackma/engine.py#L106-L109 I...