Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add reviews tab #141

Open
Zephiz opened this issue Dec 22, 2023 · 4 comments
Open

Add reviews tab #141

Zephiz opened this issue Dec 22, 2023 · 4 comments
Labels
api limited Not yet possible due to official API limitations enhancement New feature or request

Comments

@Zephiz
Copy link

Zephiz commented Dec 22, 2023

Request (required)
Describe the feature you want to be implemented.
Add reviews tab or going to a new page for reviews at the anime detail page

Additional context
Add any other context or app screenshots about the feature request here.
Reading people's written reviews (from mal) is really great when deciding what anime are actually good and worth watching, and it is also a great read after you completed watching the anime to see if other people share the same opinion as you. I used it a lot in the anyme x app but sadly the app is discontinued. I know you can go to mal directly but mal is full of ads and not a great experience reading it there. Having the reviews feature is a quality of life

Examples
Show here examples of the feature if exists in other app.
Screenshot_2023-12-22-21-32-38-788_com zunjae anyme

@Zephiz Zephiz added the enhancement New feature or request label Dec 22, 2023
@axiel7 axiel7 added the api limited Not yet possible due to official API limitations label Dec 22, 2023
@axiel7
Copy link
Owner

axiel7 commented Dec 22, 2023

Not possible due to API limitatons. All I can do is add a shortcut to MAL website

@insomniachi
Copy link

use jikan api ?

@Zephiryx9x
Copy link

Zephiryx9x commented Feb 20, 2024

Using the jikan api, https://api.jikan.moe/v4/anime/9969/reviews, i can get the first review which is this value:
[
["mal_id", 35665],
["url", "https://myanimelist.net/reviews.php?id=35665"],
["type", "anime"],
["date", "2011-04-04T10:15:00+00:00"],
["review", "When you REALLY love a certain anime and hear it's going to end, you weep a little inside. So is Gintama, and the news of the new season were salvation to many sad Gintabros all over the globe. That's right. The #1 show is back - and I am damn excite, son. To any of you who haven't watched the first season, please do. but if you wouldn't want to commit yourself to a 201 episode show, feel free to just skip ahead to season two and try an episode or two. The storyline's arranged in inconsistent arcs, meaning you can pick it up from any arc- as long as you get an explanation on the origins of the different characters.\n\nI assume all of you know the general setting - a Samurai who lives in a modern era in which aliens are a part of our (humans) daily lives. There's an ongoing ban on swords, so being a Samurai is obviously forbidden by law. Though there's no rule against a wooden sword, is there?\n\nIn the last year, our friendly studio Sunrise had enough time to stack up material for a long-lasting second season, while our beloved mangaka had time to improve and write arcs which without a doubt - have the Gintama effect. Holding tears in your throat, and two minutes later laughing like a maniac - only to be in tears again a few minutes later. The long touchy speeches are back, the unexpected plot turns are back, everything we longed for in this Gintama-less year, is back.\n\nIt might be important to specify the fact that Gintama is now well funded, and is in HD. Can you imagine seeing Gintoki pick his nose in 720p?! Insane!!!\nThe first arc is the comeback we all wished for, every character you knew is making an appearance, though you should ready yourself for a surprise - they've all changed.\n\nI promise this - starting at the first 15 seconds up to the end of the 24 minutes of awesome, you'll be smiling, laughing, perhaps even crying if you're touchy. Enjoy."],
["score", 10],
["tags", ["Recommended"]],
["is_spoiler", false],
["is_preliminary", false],
["episodes_watched", null],
["user", [
["url", "https://myanimelist.net/profile/emashu"],
["username", "emashu"]
]]
]
It certainly is possible.
This is what the anyme x app uses
Screenshot_20240220_125310_ReVanced Extended

@axiel7
Copy link
Owner

axiel7 commented Feb 20, 2024

I don't like the idea of implementing Jikan API. Ideally I'd want to use only the official API. Currently I use only Jikan for manga stats.

If I have enough time I'll think about adding it.

You can also make a PR ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api limited Not yet possible due to official API limitations enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants