Results 108 comments of Eren Okka

Sorry, but no. From the [FAQ](https://taiga.moe/#support): > Note that Taiga only supports official streaming sites. Please don't ask about direct or indirect support for unofficial ones.

Hey @MeGaNeKoS. Sorry for the late reply, this PR required more effort than the others. Digimon rules were first added in erengy/taiga@dd4c9b4ad14f4d703fce67399acb81a58598cf91 and then updated in e83d8dbb5477cd71e2c3f9b65e12ca6e6f59ea55 due to erengy/taiga#513....

Taiga doesn't have its own scrolling behavior, it all comes from Windows. The only exception is the Statistics page, where mouse wheel messages are not handled properly. When you scroll...

Seems weird that they're including the episode number in `og:title` but not in `title`, e.g.: - `SPY x FAMILY | E1 - OPERATION STRIX` - `SPY x FAMILY OPERATION STRIX...

It's not just Winter 2017, though. I see similar issues when I randomly check other anime seasons. I assumed that the `season` field of `Media` objects was set automatically using...

Ah, I see. I think you can have the best of both worlds: Allow mods to manually set the `season` field without providing the exact date, but automatically overwrite it...

Anitomy now supports this format since 1d95273bc6398b1763bd825e47663b4645edacf2. ``` >anitomy "[SFW]_Queen's_Blade_S2" ┌───────────────────────────────┐ │ Element │ Value │ │───────────────────────────────│ │ release_group │ SFW │ │ title │ Queen's Blade │ │ season...

Anitomy's development branch can now parse `Citrus+Episode+3.mp4` correctly. This will be available in v2. ``` >anitomy "Citrus+Episode+3.mp4" ┌─────────────────────────┐ │ Element │ Value │ │─────────────────────────│ │ title │ Citrus │ │...

This is now fixed in Anitomy's development branch. Will be available in v2. ``` >anitomy "S01E01-Title.mkv" ┌────────────────────────┐ │ Element │ Value │ │────────────────────────│ │ season │ 01 │ │ episode...

I'm planning to use a persistent Now Playing panel (#364) rather than a separate page in v2, so this won't be necessary then.