LNReader / lnreader-plugins

Repository to host source related issues, and requests for LNReader
MIT License
106 stars 56 forks source link

Need help in adding this repo to dantotsu #1028

Closed muneebusmani closed 1 week ago

muneebusmani commented 2 weeks ago

Hey there I love lnreader but I found dantotsu to do everything for me so I was wondering if lnreader extensions are like aniyomi and tachiyomi extensions, if yes, then how to add them to dantotsu?

nyagami commented 2 weeks ago

LNReader extentions (plugins) are written in TS/JS and not able to be executed by native Android app.

muneebusmani commented 2 weeks ago

Bruh then is there any way to connect kitsu to lnreader?

error7404 commented 2 weeks ago

currently, there is AniList and MAL as tracker, someone already requested it in https://github.com/LNReader/lnreader/issues/416

muneebusmani commented 2 weeks ago

currently, there is AniList and MAL as tracker, someone already requested it in LNReader/lnreader#416

bruh that issue is still open from 2022, bruh is it that hard to implement kitsu, bruh it has a better library than both mal and anilist, mal doesnt have many h-manga/manhwa in it, anilist doesn't has korean webnovels in it so thats why i use kitsu for tracking this stuff, because kitsu doesn't have these cons and has a bigger library than both, so sad to see that the feature request from 2022 is still not implemented

error7404 commented 2 weeks ago

Bruh just implement it yourself, It's an open source project you know

muneebusmani commented 2 weeks ago

@error7404 i will try doing it so, the issue is that i know typescript but i never have done kotlin or any other languages which compiles directly to native android code, is it possible to compile typescript to android native code?

error7404 commented 2 weeks ago

The project is in react native so the all project is in typescript

muneebusmani commented 2 weeks ago

@error7404 the thing is, the aniyomi app is built on kotlin , and it compiles to native android code, but lnreader is built on react native and i dont know if it compiles into android native code or not, i guess it doesn't, if it this wasn't the case , then the lnreader extensions should have been installed as an apk like aniyomi

error7404 commented 2 weeks ago

Plugins are .js files but the LNReader app is react native that gets compiled to native code, and the tracker is written for the app side so in react native so in typescript