this post was submitted on 06 Apr 2026
42 points (100.0% liked)

Anime

4476 readers
33 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, rikka@ani.social. 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 ask rikka to make a thread for you to use.

Check out our wiki to find:

Rules

More complete rules on the wiki.

Post Tags

Post tags are completely optional, but some recommended tags would include:

Related General Communities

Chat

Thanks to @NineSwords@ani.social for running the discord!


rikka

founded 2 years ago
MODERATORS
 

Tongari Boushi no Atelier, episode 1

banner image

Related Communities

Alternative Names

  • จอมเวทฝึกหัดกับหมวกมหัศจรรย์, Atelier of Witch Hat, Atelier spiczastych kapeluszy, Cadı Şapkası Atölyesi*

Additional Links


Reminder: Please do not discuss plot points not yet seen or skipped in the show. Failing to follow the rules may result in a ban.


All discussions

Episode Link
1 Link
2 Link
3 Link
4 Link
5 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
[–] wjs018@ani.social 4 points 3 weeks ago (1 children)

It's going to have to be something like that. The API can be inconsistent in how batch releases are handled. Most often in the past, it would just list the first episode with a release time and just not have one for subsequent episodes. This is the easiest for me to handle because I am just adding on additional episodes as needed manually. Lately, the API has started listing all the episodes with sequential airing times, meaning rikka makes a new post for each one.

So, if that is how the API is going to handle them going forward, I think I am going to have to build some kind of logic to merge episode threads that are within 24 hours or something like that.

[–] raicon@lemmy.world 1 points 3 weeks ago* (last edited 3 weeks ago) (1 children)

I was particularly thinking about:

airingSchedule {
      nodes {
        episode
        airingAt
        timeUntilAiring
      }
    }
[–] wjs018@ani.social 1 points 3 weeks ago

Here's the query I make to help build rikka's table of upcoming episodes. So, the info is there, I just need to add some logic to consolidate episodes close together in time.