Hi there,
I was wondering if you had planned to implement the ability to add more metadata to a manga in the listChapters function. For example, adding the author, cover art, description, etc.
Something like this:
return JSON.stringify({
title: 'One Punch Man',
description: 'Formatted\nText',
author: 'ONE',
cover_url: 'https://example-url.com/',
chapters: [
{
id: '866961',
title: 'Ch. 131 - Heroes Never Lose'
},
{
id: '952595',
title: 'Ch. 132 - Something Huge'
},
// ...
]
});
I'm not sure if it's possible, since it would probably require changes to the main program, but I was just curious if this was on your roadmap.
Thank you!
Hi there,
I was wondering if you had planned to implement the ability to add more metadata to a manga in the
listChaptersfunction. For example, adding the author, cover art, description, etc.Something like this:
I'm not sure if it's possible, since it would probably require changes to the main program, but I was just curious if this was on your roadmap.
Thank you!