You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue might have to go through Mangal, but I think it could be done just in the kaizoku UI.
If you're adding a manga that has other listings at anilist with the exact same title, the script will automatically select whicheven one is the oldest for the metadata that is fetched.
As an example if you add Komi-san wa Komyushou desu. It'll match the oneshot from 2015 and pull the metadata for the oneshot, which doesn't match the manga metadata.
It matches this: https://anilist.co/manga/86813/Komisan-wa-Komyushou-desu/
But it should be: https://anilist.co/manga/97852/Komisan-wa-Komyushou-desu/
If there could be any way to add an override to this part of the UI when adding a manga that'd be a great feature.
The text was updated successfully, but these errors were encountered:
You're right, this has something to do with mangal itself.
As a workaround, it's possible to change what Anilist manga will be linked inside mangal by pressing a inside chapters list, mangal will remember your choice. Though, it's not possible to change it via CLI for now, only inside TUI.
run mangal
select your source
search "Komi-san wa Komyushou desu"
select the manga you want
press a
select anilist manga you want to link it with
press enter
Update: it's possible now via mangal inline anilist set --name <manga name> --id <anilist id>
This issue might have to go through Mangal, but I think it could be done just in the kaizoku UI.
If you're adding a manga that has other listings at anilist with the exact same title, the script will automatically select whicheven one is the oldest for the metadata that is fetched.
As an example if you add Komi-san wa Komyushou desu. It'll match the oneshot from 2015 and pull the metadata for the oneshot, which doesn't match the manga metadata.
It matches this: https://anilist.co/manga/86813/Komisan-wa-Komyushou-desu/
But it should be: https://anilist.co/manga/97852/Komisan-wa-Komyushou-desu/
If there could be any way to add an override to this part of the UI when adding a manga that'd be a great feature.
The text was updated successfully, but these errors were encountered: