Coder Social home page Coder Social logo

Comments (4)

hekmon avatar hekmon commented on June 6, 2024 1

Thanks to the work of @shric master should be compatible to RPC v16 while not being feature complete yet.

While work continue toward a full v2 of the lib, if you need RPC v16 compatibility for now I suggest to track master or 05b4d9c for more stability.

I will leave this issue open until v2 is complete.

from transmissionrpc.

hekmon avatar hekmon commented on June 6, 2024 1

v2 has been released !

from transmissionrpc.

hekmon avatar hekmon commented on June 6, 2024

This seems to be a good place to start ! To be even more specific, a diff between the specs should be the best.

However, from what you reported it seems not all changes have been transparently written to the spec file. If lastAnnounceTimedOut is indeed a proper bool now, that kind of thing is not necessary anymore.

I fear a lot of testing is needed just to fix the existing functionalities before even adding new ones (fortunately it seems there is not a lot of them). And to be 100% honest with you I won't be able to start working on this soon for personnal life reasons. However if you want to start the work on a branch of yours attached to a PR, I will gladly answer your questions if any :)

Hopefully this will yield a v2 of this lib with RPC v16 support !

from transmissionrpc.

shric avatar shric commented on June 6, 2024

Just summarizing my observations of RPC v16 vs v15 here

#14 addresses these changes:

  • trackerStats as mentioned above now uses a bool for lastScrapeTimedOut. Actually lastAnnounceTimedOut was already bool.
  • Labels has been added to torrent-get and torrent-set.
  • editDate has been added to torrent-get.

Not implemented:

  • format request argument for torrent-get. This allows torrent data to be returned as an array of arrays instead of a json blob and provides little to no benefit to users of this package as the package already unmarshals the JSON for you.

  • fields request argument for session-get. This is like fields in torrent-get. The ability to select only the desired fields for torrent-get provides an enormous speed increase which is especially apparent when dealing with many torrents. session-get is a much smaller payload whose time and size doesn't scale on the number of torrents so it also doesn't provide much benefit.

from transmissionrpc.

Related Issues (13)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.