Metadata about the anime
AB1908 opened this issue · 6 comments
Do we have a list of the animes we're seeing here? Apologies if this has been posted before. Did a search and couldn't find much.
Nope I don't think there is no such metadata but I guess you could just search the character on AniList or any other anime related site
B-b-but neatly organized metadata!
It seems a bit off putting to have to search for the anime when we could just have the name in the title or some other convenient place. Of course, this isn't a necessity by any means but it would certainly be a "nice-to-have".
Hey!
I tackled this in Pull Request #276 , it's organized in JSON format.
Hey! I just added a feature to The Senpy Club website which provides a quick link to a service that identifies anime metadata from images. It was added in commit senpy-club/frontend-next@0f277c2 and is live on https://senpy.club!
Related: #276
Example
Example URL: https://senpy.club/language?language=Rust&image=7
Visiting the circled link brings you to this page:
Tons of useful information!
I'm planning on integrating the results of these reverse images searches into https://senpy.club directly, however, the API is freemium-based and I'm not sure that it's financially viable at the moment.
The results' accuracy may vary depending on image quality and occlusion, but it's a lot easier to manage than having to manually update a JSON file per every addition to the repository.
however, the API is freemium-based
Well, the rate limit is IP-based so I don't think it's really a problem (you use the same quota as the one when you visit the website)
Wow, totally slipped me that fetches are made on the user's end, not the server's, @Animenosekai. I guess my mind was thinking about The Senpy Club API as I was planning on wrapping trace.moe within the planned GraphQL API.