libtorrent4j icon indicating copy to clipboard operation
libtorrent4j copied to clipboard

libtorrent for java, a swig Java interface for libtorrent

Results 23 libtorrent4j issues
Sort by recently updated
recently updated
newest added

Hello, is there any arm64 build version?

see https://github.com/aldenml/libtorrent4j/issues/56 ``` # alpine version FROM eclipse-temurin:20.0.2_9-jre-alpine # application with libtorrent4j COPY server.war server.war # missing ld-linux-x86-64.so file RUN apk add gcompat ``` latest version org.libtorrent4j:libtorrent4j-linux:2.1.0-30 libtorrent4j.so is also...

Fetch V2 Magnet Failed magnet:?xt=urn:btmh:1220a16218f84fb0b0af5abff0ed33507fcf0a047793d523017f865f5a76713ae31d&dn=Victoria%203%20V1.3.6%E5%85%A8DLC%E5%AD%A6%E4%B9%A0%E7%89%88.zip&xl=7114584386 ` session.fetchMagnet(magnet, timeout, dir) ` logcat: Error building magnet torrent data java.lang.RuntimeException: a piece layer is invalid [libtorrent:215] at org.libtorrent4j.swig.libtorrent_jni.write_torrent_file_buf_ex(Native Method) at org.libtorrent4j.swig.libtorrent.write_torrent_file_buf_ex(libtorrent.java:464) at org.libtorrent4j.SessionManager$1.alert(SessionManager.java:671)...

AddTorrentParams getTrackers() method returns empty list but when torrent is added via this ATP then TorrentHandle contains trackers

I use org.libtorrent4j:libtorrent4j-windows:2.1.0-30. When i run the application with -Djava.library.path= then it works correctly. PROBLEM: Every change to the dll causes the folder with the dll to be updated. Right?...

I'm trying to compile updated WIP version of Popcorn Time for Android but I'm getting this error while compiling: > > Task :base:compileDebugJavaWithJavac > C:\Users\John\Desktop\Projects\popcorn-android\base\src\main\java\butter\droid\base\manager\updater\DhtManager.java:15: error: package org.libtorrent4j does not...

How to download only the selected files following the format: `magnet:?xt=urn:btih:HASH&dn=NAME&tr=TRACKER&so=0,2,4,6-8`

Hi, Just wondering if there are any arm builds for a raspberry pi, the architecture is armv7l Thanks

Piece priority of a torrent does not change if I rerun the code with a changed priority and a partially downloaded file. To test it out, run the code as...

There is a bufferPtr() method in ReadPieceAlert, but I don't know how to use it