GSoC 2009/Projects/BitTorrent plugin for Canola

(BitTorrent plugin for Canola - GSoC 2009 Project)
(To-Do)
Line 56: Line 56:
* Add feature to search in RSS feeds
* Add feature to search in RSS feeds
* Finally add built-in torrent library support, so this plugin would not depend on the whole Transmission package
* Finally add built-in torrent library support, so this plugin would not depend on the whole Transmission package
 +
 +
 +
==Reports==
 +
[http://wiki.maemo.org/GSoC_2009/Projects/BitTorrent_plugin_for_Canola/Report1 First report], a bit late tough :P

Revision as of 13:03, 25 June 2009

Contents

BitTorrent plugin for Canola - GSoC 2009 Project


Project summary

The purpose of this project is to develop a BitTorrent plugin for Canola. RSS feeds allow quick access to fresh torrents on several websites. The backend will be based on Transmission. Most used BitTorrent client for Maemo is Transmission, it exposes JSON based RPC interface which is easy to use from plugin. After completion of this feature I will also add libtransmission support so running Transmission separately is not required.

Alpha version

To install on your Nokia internet tablet, point your web browser to:

http://v6sa.itcollege.ee/shared/canola/canola2-torrent-plugin.deb

Follow your application manager dialogs and you're done!

NB! You are expected to have Transmission and Canola2 installed on your device!

License: BSD licence

Screenshots: [1] [2] [3] [4]

Done

This is multi-purpose torrent plugin, so far I have completed

  • Management of Transmission instances on several hosts:
    • Pause, resume, remove torrents.
    • Show done/total sizes and up/download speeds.
    • Options panel includes Pause all and Resume all.
    • Hosts and their login information is stored in Canola's SQL database.
    • This allows user to manage their downloads on desktop, laptop, router etc.
  • Painless management of local Transmission instance on the tablet
    • Starts Transmission minimized and paused if required.
    • Reads Transmission settings automatically or resets them.
    • Using separate process allows user to exit Canola while keeping their downloads running.
  • Read RSS feeds of several (legal) torrent websites.
    • Add linked torrents to running Transmission instances (currently adds to local Transmission only).
    • Respects your download folder location set in Canola settings panel
    • This allows user easily to browse new media availible and start downloading with single click.
  • Manipulation of host list.
  • Manipulation of feed list

To-Do

  • Fullscreen view of feed item:
    • Long description
    • In Options panel choice for download destination (which Transmission instance)
  • Fullscreen view of torrent:
    • Show detailed information about torrent while downloading (peer count, blocks done, verified, undone,etc).
    • Otherwise allow browsing Torrent contents and playback of retrieved media.
  • Add feature to search in RSS feeds
  • Finally add built-in torrent library support, so this plugin would not depend on the whole Transmission package


Reports

First report, a bit late tough :P