Results 140 comments of z411

It can be implemented. We could use Python's gettext for this. I'm not sure if we should use a single translation file (.po) for everything (engine + all interfaces) (this...

Separating things would mean having them in a separate domain, which would lead to separate translation files. Maybe I wouldn't mind a few duplicates as long as everything is organized....

I've thought of this but as erengy mentioned elsewhere for this to work reliably we would need a properly maintained map between all show IDs ever of the different services...

> Why do you need a mapping? Well, just to give you an example, in Hummingbird kyousougiga is called "Kyousougiga (TV)" and its ID is 7870. In MyAnimeList it's called...

This could work with the tracker, but what if I want to upload the list manually?

I wasn't aware of this. Implementing this might be useful because VNDB also has a similar Wishlist with priorities. Do you have any suggestions on how it could be implemented...

Yeah, I think it's time to make all these options visible and modifiable. I'm just not sure of two things: 1. How to implement them in the user interfaces; one...

> I could not find the option "Change start and finish dates automatically" in the Sync tab in the gtk interface. It's currently only in the Qt interface; the GTK...

Are we sure APIs implement them? I'm not sure which one MAL implemented in update but not in fetching.

Good stuff. My suggestion though, instead of working on the AnimeInfoExtractor, is to make a separate class, let's call it `AnitopyWrapper`. In that case for now we can have both...