GSoC 2009/Projects/BitTorrent plugin for Canola

(To-Do)
 
(22 intermediate revisions not shown)
Line 3: Line 3:
*'''Student''': Lauri Võsandi  
*'''Student''': Lauri Võsandi  
*'''Mentor''': Luis Felipe Strano Moraes  
*'''Mentor''': Luis Felipe Strano Moraes  
-
*'''Repository''': http://gitorious.org/canola-bittorrent-plugin (Not updated yet)
+
*'''Repository''': http://gitorious.org/canola-bittorrent-plugin
-
*'''Source tarball''': http://v6sa.itcollege.ee/shared/canola/canola2-torrent-plugin-src.tar.bz2
+
 +
== Intro ==
 +
The purpose of this project is to develop a BitTorrent plugin for Canola2.
-
===Project summary===
+
== Features ==
-
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.
+
* Browse RSS feeds of several (legal) torrent sites. Includes detailed view of feed entry
 +
* Allow seaching torrent sites: The Pirate Bay, Mininova and LegalTorrents
 +
* Download torrents using built-in BitTorrent 3. Includes detailed view of download
 +
* Download torrents using locally running Transmission via JSON RPC interface
 +
* Manage torrent downloads on remote Transmission instance
 +
* Allows accessing password protected remote instances of Transmission via standard URL format: http://user:pass@host:9091
 +
* Respects your Canola settings of download folder
 +
* Allows adding, modifying, deleting and renaming RSS feeds
 +
* Allows adding, modifying, deleting and renaming Transmission hosts
-
==Alpha version==
+
== To-do ==
-
To install on your Nokia internet tablet, point your web browser to:
+
* Make possible to choose between built-in BitTorrent engine and running Transmission for local downloads
 +
* Consistent terminology among the source code (leechers vs peers for example)
 +
* Save some of the runtime options to SQL database included in Canola (SQL table for dict perhaps?)
-
http://v6sa.itcollege.ee/shared/canola/canola2-torrent-plugin.deb
+
== Other ideas ==
 +
* Allow searching in RSS feed
 +
* Allow browsing Torrent contents and playback of retrieved media.
 +
* Clean up download view and feed entry view
 +
* Clean up menus
 +
* Debug
-
Follow your application manager dialogs and you're done!
+
==Installing and usage==
 +
Please follow manual [http://v6sa.itcollege.ee/shared/canola/man here]
-
NB! You are expected to have Transmission and Canola2 installed on your device!
+
==Reports==
 +
[[GSoC_2009/Projects/BitTorrent_plugin_for_Canola/Report1|First report]], a bit late tough :P
-
License: BSD licence
+
[[GSoC_2009/Projects/BitTorrent_plugin_for_Canola/Report2|Second report]], some new stuff
-
Screenshots:
+
[[GSoC_2009/Projects/BitTorrent_plugin_for_Canola/Report3|Third report]], we're approaching finish soon
-
[http://v6sa.itcollege.ee/shared/canola/screenshot1.png]
+
-
[http://v6sa.itcollege.ee/shared/canola/screenshot2.png]
+
-
[http://v6sa.itcollege.ee/shared/canola/screenshot3.png]
+
-
[http://v6sa.itcollege.ee/shared/canola/screenshot4.png]
+
-
==Done==
+
[[GSoC_2009/Projects/BitTorrent_plugin_for_Canola/Report4|Final report]]
-
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.
+
-
** You can also enter passworded Transmission instances in the standard URL format: http://user:pass@host:9091
+
-
* Manipulation of feed list
+
-
==To-Do==
+
[[Category:Google Summer of Code]]
-
* 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==
+
-
[http://wiki.maemo.org/GSoC_2009/Projects/BitTorrent_plugin_for_Canola/Report1 First report], a bit late tough :P
+

Latest revision as of 09:57, 12 February 2010

Contents

[edit] BitTorrent plugin for Canola - GSoC 2009 Project

[edit] Intro

The purpose of this project is to develop a BitTorrent plugin for Canola2.

[edit] Features

  • Browse RSS feeds of several (legal) torrent sites. Includes detailed view of feed entry
  • Allow seaching torrent sites: The Pirate Bay, Mininova and LegalTorrents
  • Download torrents using built-in BitTorrent 3. Includes detailed view of download
  • Download torrents using locally running Transmission via JSON RPC interface
  • Manage torrent downloads on remote Transmission instance
  • Allows accessing password protected remote instances of Transmission via standard URL format: http://user:pass@host:9091
  • Respects your Canola settings of download folder
  • Allows adding, modifying, deleting and renaming RSS feeds
  • Allows adding, modifying, deleting and renaming Transmission hosts

[edit] To-do

  • Make possible to choose between built-in BitTorrent engine and running Transmission for local downloads
  • Consistent terminology among the source code (leechers vs peers for example)
  • Save some of the runtime options to SQL database included in Canola (SQL table for dict perhaps?)

[edit] Other ideas

  • Allow searching in RSS feed
  • Allow browsing Torrent contents and playback of retrieved media.
  • Clean up download view and feed entry view
  • Clean up menus
  • Debug

[edit] Installing and usage

Please follow manual here

[edit] Reports

First report, a bit late tough :P

Second report, some new stuff

Third report, we're approaching finish soon

Final report