PTPAPI icon indicating copy to clipboard operation
PTPAPI copied to clipboard

Bugs/Feature Requests

Open dirtycajunrice opened this issue 6 years ago • 4 comments

Feature requests:

  • Allow .torrent downloads without adding to rtorrent
  • Counter for when many movies are passed to it. maybe towards the beginning? INFO:(52 of 1024):

Bugs:

  • requriements do not have pyrocore/pyrobase and they are required for -h currently
  • dry run still tries to log into rtorrent
  • xmlrpc for pyrocore allows defining a connection for scgi url but it cannot be defined in ptpapi forcing only the local connection to exist and where its defined in the rtorrent.rc

dirtycajunrice avatar Apr 13 '19 20:04 dirtycajunrice

Which of these are for the project as a whole, and which are for ptp-reseed? I definitely wrote ptp-reseed with rtorrent/pyrocore in mind, but I didn't want to tie it too tightly to them and definitely didn't want the project as a whole to depend on them.

kannibalox avatar May 15 '19 02:05 kannibalox

I ran into this same issue when trying to run ptp-reseed -h and am also hoping to be able to download .torrent files without automatically adding them to rtorrent. Is there anything I need to do to be able to use ptp-reseed without rtorrent?

xthursdayx avatar Jan 28 '21 22:01 xthursdayx

seems fixed by https://github.com/kannibalox/PTPAPI/commit/33851b476c1f52f0190b3934f597b50fb656f46f

einsern avatar Jul 05 '22 16:07 einsern

The bugs should be fixed, however the feature requests have not been implemented. I may cheat and implement a fake file:// client that will be intercepted before it reaches libtc.

kannibalox avatar Jul 06 '22 20:07 kannibalox

The features/bugs should all be fixed:

  • the fake file:// client allows for ptp-reseed to download to a directory
  • --debug should show the necessary info
  • dependencies are up-to-date
  • dry-run will need to connect to a client for some things, however you can always use the afore-mentioned file:// client to work around it.
  • The PYRO_SCGI_URL environment variable can be used for custom rtorrent connection strings if --client doesn't work.

kannibalox avatar Apr 23 '23 00:04 kannibalox