Can you add the ability to grab metadata for local manga, maybe by searching titles on sites?
i'd like to have the plot/genres and other stuff in my local manga as well.
I won't code this. We discussed reading metadata from a file but decided not to include it since it's not critical. I can afford reading from a file since is easy (an external tool could generate them), but looking online is something I don't want to maintain here, at least yet.
Anyways, if anyone wants to implement this and it's not a lot of code, I will consider it.
but shouldn't you just be able to use the same way that you grab information for any other manga?
I grab that information from the url of the manga in the site. A local manga doesn't have an online url.
The metadata could potentially be populated via the tracker its synced to?
well if it grabs the info by the url couldn't you just use that same url for the info?
like say if your folder is named naruto
it will search the manga sites for naruto the same way any other catalog searches (maybe with a popup if multiple hits come up) then just use the url you picked to grab the info.
The metadata could potentially be populated via the tracker its synced to?
That's feasible, but limited to english only (and also depends on having a tracker enabled).
it will search the manga sites for naruto the same way any other catalog searches (maybe with a popup if multiple hits come up) then just use the url you picked to grab the info.
And that's what I don't want to (and won't) do.
why not?
the only thing that needs to be maintained are what you are already maintaining for the other sites
It's totally not the same. If you want, you can fork the repo and do it yourself.
how is it not the same?
what else would need to be maintained?
There are a few ways to include metadata within cbr/cbz files. One option is to manage them like the covers (read a local file if present, otherwise try to read them from the first cbz/cbr).
The format that I found are (more info at http://www.denvog.com/comet/comet-specification/ and https://wiki.mobileread.com/wiki/CBR_and_CBZ#Metadata):
The most popular format could be used. Does anyone know which is the most common one?
How about grabbing the info from MAL once you link it?
Yeah, just grab the sypnosis from MAL.
And if you're really not going to add it, could you at least remove the description field? Having a description field but leaving it empty looks messy.
I'd also like to see the ability to add metadata to local manga. I'm of the opinion that since I'm taking the time to find, download, and then add to device so tachi can read the local manga, the metadata being entered by me is also fair. That way theres no need to try to sync or use tracking or online sites. If the one of the forms paranos mentioned is viable, it'd like be among the easier ways of incorporating it into tachi.
More than the description, my desire is to add either Artist/Author fields to enable the in library search feature to filter out local titles by author as well...
Just wanted to mention, I too think a (local, file based) approach would be great. Local Manga is, in my opinion, for a collection that you host yourself. Therefore it makes sense that you enter metadata yourself (otherwise why not just use any of the online plugins already built into tachiyomi). If someone thinks that writing tags manually each time is too much effort, they can just write a program to do it themselves
For what it's worth, I would really love something like a 'category' or 'tag' feature in the 'Local Manga' catalogue if possible (like Kiss manga or manga fox have), though just being able to add arbitrary text to mangas without the search/filter option in the catalogue would be a huge improvement already I think.
Most helpful comment
I'd also like to see the ability to add metadata to local manga. I'm of the opinion that since I'm taking the time to find, download, and then add to device so tachi can read the local manga, the metadata being entered by me is also fair. That way theres no need to try to sync or use tracking or online sites. If the one of the forms paranos mentioned is viable, it'd like be among the easier ways of incorporating it into tachi.
More than the description, my desire is to add either Artist/Author fields to enable the in library search feature to filter out local titles by author as well...