ryukinix / mal

MAL: A MyAnimeList Command Line Interface [BROKEN: BLAME MyAnimeList]
https://mal.readthedocs.io
Other
109 stars 9 forks source link

Adding support to manga list #41

Closed alexkubica closed 1 year ago

alexkubica commented 7 years ago

I think it's time to add a upport to do actions on the manga list (inc/dec/search, etc.). It might be as easier as replacing API urls' anime word to manga, be we need to check if the XML results match in format. We could add an argument --mode which could either get anime or manga, when the default is anime.

xxami commented 6 years ago

i'm working on this atm, have got it listing, needs some work on search/update/stats, probably going to be a bit ugly at first due to mapping through types all over the place, but hopefully that can be fixed later. going to ignore volumes for now, since i only care about chapters, and that's conveniently synonymous with episodes :P

ryukinix commented 6 years ago

Thanks for contributing on it @xxami

ryukinix commented 6 years ago

@xxami how the manga support is going?

ryukinix commented 6 years ago

@xxami are you there? xD

ping @xxami

xxami commented 6 years ago

hey, sorry! i did technically do this on a branch in my fork https://github.com/xxami/mal/commits/feature/support-for-manga but i didn't share it back because i don't think it was very nicely done, i wanted to rewrite it again with some kind of abstraction for anime/manga models, but i haven't got round to it T___T

ryukinix commented 6 years ago

This is completely ok! Thank you for all this works so far. Since we have not well planed how long will takes to create a good implementation for the manga support, I'm delaying the integration of anime support from v0.4 to any further version.

When you have some time and news about it, please ping us on this. Take your time.

Be welcome. -- As lembranças não são só do passado. Podem ser de agora e até de amanhã. — Serial Experiments Lain Manoel Vilela, Discente em Engenharia da Computação, Universidade Federal do Ceará.

On Wed, Jan 10, 2018 at 4:32 AM, 『lilah』 notifications@github.com wrote:

hey, sorry! i did technically do this on a branch in my fork https://github.com/xxami/mal/commits/feature/support-for-manga but i didn't share it back because i don't think it was very nicely done, i wanted to rewrite it again with some kind of abstraction for anime/manga models, but i haven't got round to it T___T

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

alexkubica commented 6 years ago

@xxami Would you like to open a PR for a review?

alexkubica commented 1 year ago

I'm closing this since it's been a while and I want to cleanup my issues inbox :)