this post was submitted on 17 Oct 2024
13 points (100.0% liked)
Anime
1846 readers
131 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:
- Episode Discussion Thread Index
- Weekly Discussion Thread Index
- Bot User Guide
- List of shows currently monitored by the bot
Rules
- Posts must relate to anime or similar (donghua, etc.)
- Discussion threads for currently airing media must be made by the bot. If there isn't a discussion thread made for a piece of media you want to discuss, then request it via pm.
- Ensure that all series spoilers are tagged. See here for details.
- Memes should be directed toward [email protected] (or similar) instead of this community
- Do not post explicitly NSFW material. Please use your best judgement when marking lewd material as NSFW, unmarked material risks being removed.
- Please redirect discussion of piracy towards a more appropriate community
- Any clips from currently airing shows cannot include content from episodes released within the past 7 days.
- All posts and comments must adhere to the ani.social Terms of Use
- In general, keep things civil and avoid attacking other individuals.
Related General Communities
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected] (Spanish language community)
- [email protected] (Myanmar community)
- Megathread of other communities on the fediverse maintained by @[email protected]
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
And I had just defended them! I'm disappointed Netflix...
If you want a discussion thread for any of the other episodes, just let me know.
Maybe in the future for shows like this that are dropped all at once a discussion thread for the whole show instead of individual episodes would make sense. I guess most shows are too long to watch in one sitting though, unlike this one.
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.
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?
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.