Aliyss Snow

Results 69 comments of Aliyss Snow

Hi just for some info, this is based on draft 2019-09

> Will this work with the add on Anime Catalogs ? Now it should

not sure... but it ran when doing this: ```nix LD_LIBRARY_PATH = with lib; makeLibraryPath ( [ pkgs.enchant.out pkgs.sqlite.out pkgs.pkg-config.out pkgs.libfixposix.out pkgs.libressl.out ] ++ pkgs.lib.optionals (!pkgs.stdenv.isDarwin) [ pkgs.gobject-introspection pkgs.gsettings-desktop-schemas.out pkgs.glib-networking.out pkgs.pango.out...

Thinking aabout this... I had another idea of jumping in long lists. Testing key inputs for characters and like in explorer jumping to the first output where startswith -eq InputCharacter....

It seems, that token rotation actually theoretically works when using auth.js In all my cases auth.js returns a valid 'set-cookie' header as a response. When using token rotation after a...

Ok so I took some time just looking at the react code, but since I don't use react I cannot confirm. Hopefully somebody can confirm this for me: ### 1....

@rinvii ofc that would work, but then you also have to call signin manually since after signin the jwt rotation gets triggered again since session is called and at that...

> I don't know if I understood the point you were making. I think we are talking past each other on some topics, so I will kind of clarify it....

https://cinemeta-live.strem.io/meta/series/tt8910922/5/8.json No clue... this might be some metadata that may help... like videos.0.released Also you might want to look into manifest stuff like catalog.0.extra no clue if that makes a...

```js meta: { trailers: (animeInfo.trailers || []).map((t) => { return { source: t.youtube, type: "Trailer", }; }) } ``` Just in case... it's the trailers key Edit: nvm... forgot you...