New issue 12 by hemang.d...@gmail.com: Torrent Name Php Function
http://code.google.com/p/php-transmission-class/issues/detail?id=12
Hello sir
can you give me get torent name via this clss ?
Thanks
need php function for get real torrent name via torrent file
Thank You
Comment #2 on issue 12 by johan.ad...@gmail.com: Torrent Name Php Function
http://code.google.com/p/php-transmission-class/issues/detail?id=12
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" ) );
Comment #3 on issue 12 by johan.ad...@gmail.com: Torrent Name Php Function
http://code.google.com/p/php-transmission-class/issues/detail?id=12
(No comment was entered for this change.)
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.
Thank you very much for great support and provide great
php-transmission-class