Skip to content
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

Support for @cfpp2p's fork of Transmission #14

Open
runbiscuit opened this issue Jan 20, 2016 · 2 comments
Open

Support for @cfpp2p's fork of Transmission #14

runbiscuit opened this issue Jan 20, 2016 · 2 comments

Comments

@runbiscuit
Copy link
Owner

@cfpp2p:

Do you have something like a rpc-spec that Transmission has, but for your fork? Would be useful when I want to implement that :)

I think it's already good with session. Arguments all showing.
The important ones added for torrent's rpc-spec would look like this.

3.1.  Torrent Action Requests

   "torrent-set-verified"     | tr_torrentSetFilesVerified


3.2.  Torrent Mutators

   Method name: "torrent-set"

   "streamingMode"       | number     STREAMING_OFF      =  0,
                                      STREAMING_WEAK     =  1,
                                      STREAMING_PRIORITY =  2,
                                      STREAMING_WEIGHTED =  3,
                                      STREAMING_FORCED   =  4,

   "downloadGroup"       | string     new group for the torrent


3.3.  Torrent Accessors

   Method name: "torrent-get".

   streamingMode               | number                      | tr_torrent

   downloadGroup               | string                      | tr_torrent


3.4.  Adding a Torrent

   Method name: "torrent-add"

   "downloadGroup"           | string      group for the torrent
@runbiscuit
Copy link
Owner Author

@cfpp2p What does streamingMode mean?

@cfpp2p
Copy link

cfpp2p commented Jan 22, 2016

Allows for immediate playback of download after short buffer period.
http://sourceforge.net/p/transmissiondaemon/discussion/general/thread/57f64ca4/#fe0d

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants