-
-
Notifications
You must be signed in to change notification settings - Fork 317
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Torrent support #1620
base: master
Are you sure you want to change the base?
Torrent support #1620
Conversation
How much does this increase app size? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not upload the compiled libraries to something like Jitpack or Sonatype?
|
fun port() = preferenceStore.getString("pref_torrent_port", "8090") | ||
|
||
fun trackers() = preferenceStore.getString( | ||
"pref_torrent_trackers", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jmir1 will have to check this...
app/src/main/java/eu/kanade/tachiyomi/data/torrentServer/TorrentServerPreferences.kt
Show resolved
Hide resolved
btw idk why the build is failing aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa i made the exact same pr in my repo and the same gh action work fine , i also clone the repo in my machine and works fine |
Your aniyomi repo is probably outdated then, since it doesn't include my merge from mihon where I moved :core to :core:common To fix this, do |
app/src/main/java/eu/kanade/tachiyomi/data/download/anime/AnimeDownloader.kt
Outdated
Show resolved
Hide resolved
…eDownloader.kt Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>
This implement TorrServer in Aniyomi
Changes:
Streaming demo:
https://github.com/aniyomiorg/aniyomi/assets/80992641/e9a00a77-ada5-4f6d-a7dd-1ed4446cb63c
Download demo:
https://github.com/aniyomiorg/aniyomi/assets/80992641/4fae6de8-3aaa-4059-863f-777c43dc9efe