z411 / trackma

Open multi-site list manager for Unix-like systems. (ex-wMAL)
https://z411.github.io/trackma
GNU General Public License v3.0
775 stars 81 forks source link

add support for cm and tv_special media type on mal #724

Closed wise720 closed 9 months ago

wise720 commented 9 months ago

i found that MAL has type "cm" and type "tv_special" as media type and it crashed my trackma. I'm not entirely sure if cm stands for commercial or for something else, so i defined it as utils.Type.other
while tv_special gets redirected to specials so i put it as utils.Type.special

examples cm: Mirai no Watashi tv_spcial: Wonder Egg Priority: Watashi no Priority

sry if something is missing it's my first pr

BigBoyBarney commented 9 months ago

Looks good to me! The GTK UI doesn't crash without this, the anime info page simply doesn't load. Either way, welcome change.

CM stands for Commercial Message, basically TV adverts, which are technically ONAs

nairyosangha commented 9 months ago

LGTM, having the same issue