5rahim
5rahim
> Maybe we can have a download button on the ep page  > However I'd still like to request for that feature I'll consider it
> Judging by the logs seanime can already detect the need to transcode. So can we add a button to the Media streaming page called Enable transcoding. Turning off would...
I won't work on this for the same reasons as to why I dropped Docker support a long time ago - I just am not used to containerizing stuff and...
> some update, the docker image work, with gpu support for intel, and nvidia (you would need to setup the nvidia docker for it to work) do not have any...
Update the file's metadata from `special` to `main`. It's indeed a bug but for AniList OVA/ONA/Special entries like this one, the files should have the `main` type so progress can...
> changing to Oshi no Ko somehow downloaded the correct ep from SubsPlease as well :O. That's like magic! I'm curious as to how you achieve this, if, you can...
Btw thanks for the sponsor. Here's an explanation: The library scanner does not ignore seasons. The code explicitly generates multiple variations containing seasons (e.g. `Season 3`, `S3`, `3rd season`) when...
So, if I'm following correctly, by `"Respect torrent.Link in case magnet is omitted"` you mean handling the case where only the `downloadUrl` is provided and not the magnet link. If...
> it just require messing up with code first which is not hard since it's always plaintext or host settings via http since extensions lack native support for them. Yeah,...
Managed to make it work, so something like this will be possible ```ts async getTorrentMagnetLink(torrent: AnimeTorrent): Promise { if(torrent.magnetLink) return torrent.magnetLink if(!torrent.downloadUrl) return "" const data = await (await fetch(torrent.downloadUrl)).text()...