this post was submitted on 17 Oct 2024
13 points (100.0% liked)

Anime

1846 readers
147 users here now

This community is the place to discuss and ask questions about anime, anime news, and related topics.

Currently airing show discussion threads are created by our resident bot, [email protected]. If it doesn't make a thread for an episode that you want to discuss, see the user guide on the wiki for instructions on how to request that rikka make a thread for you to use.

Check out our wiki to find:

Rules

Related General Communities

rikka

founded 1 year ago
MODERATORS
 

Kidou Senshi Gundam: Fukushuu no Requiem, episode 1

banner image

Alternative NamesGundam : Requiem pour une vengeance, Gundam: Réquiem para una venganza, غاندام: قداس الثأر, กันดั้ม: บทสวดส่งวิญญาณแห่งความอาฆาต, 기동전사 건담: 복수의 레퀴엠


Additional Links


All discussions

Episode Link
1 Link

This post was created by a bot. Message the mod team for feedback and comments. The original source code can be found on GitHub.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 2 weeks ago (1 children)

It's not a bad idea, but I just don't know of a good way yet to catch these shows before it happens. I can't keep track of every show in my head to know which ones are getting a batch release, and the AniList api doesn't flag them in any way. I might try exploring some alternative apis to see what they are like, but it's a nontrivial thing to swap out the backend of the bot.

I know that the reddit bot, holo, does some parsing of nyaa where it tries to match up torrent filenames to show titles to figure out which episodes have released. I might take a look at how that is implemented since rikka started out as a modified version of holo.

[–] [email protected] 2 points 2 weeks ago (1 children)

Does the anilist api give you the release date of individual episodes? If so you could do a check to see if they're all the same day. Or is that what you were getting at when talking about parsing nyaa?

[–] [email protected] 2 points 2 weeks ago

The AniList api only lists a release time for the first episode of a batch. So, for something like this series, episode 1 would have a release time listed (and get picked up by the bot), but episodes 2+ just don't have any airing time and are therefore not picked up by the bot.

I have done some quick searching around and found some other apis that I might play around with (Jikan which queries MAL, and AnimeSchedule.net has an api). I think the ideal scenario would be if a batch release would list all the episodes with the same airing time, and then I could program logic on my end to batch the episodes together into one post (the subreddit makes a series of individual posts, but I don't think we have enough activity to support a deluge of posts like that).

As for nyaa, it is a popular public anime torrent tracker where pretty much any episode that airs gets posted quite soon. So, the main way that holo keeps track of what episodes have aired is that it parses the recent listings on nyaa to see what new torrents have been added.