Closed brycied00d closed 12 years ago
need php function for get real torrent name via torrent file Thank You
Google Code Info: Author: hemang.d...@gmail.com Created On: 2011-04-13T13:39:39.000Z
You can get all available torrent information using the get() method. All available data keys can be found in this RPC spec: https://trac.transmissionbt.com/browser/trunk/extras/rpc-spec.txt in chapter 3.3
For example: $rpc->get( $torrent_id, array( "id", "name", "torrentFile" ) );
Google Code Info: Author: johan.ad...@gmail.com Created On: 2011-04-13T13:49:48.000Z
Google Code Info: Author: johan.ad...@gmail.com Created On: 2011-04-13T13:52:09.000Z
Also, if you're looking to manipulate the torrent file itself, i.e. extracting the name and similar details, you can use the PHP class from torrenteditor.com.
Google Code Info: Author: brycied...@gmail.com Created On: 2011-04-13T15:52:58.000Z
Thank you very much for great support and provide great php-transmission-class
Google Code Info: Author: hemang.d...@gmail.com Created On: 2011-04-14T04:11:54.000Z
Hello sir
can you give me get torent name via this clss ?
Thanks
Google Code Info: Issue #: 12 Author: hemang.d...@gmail.com Created On: 2011-04-13T13:38:48.000Z Closed On: 2011-04-13T13:52:09.000Z