Difference between revisions of "User:Ashughes/BirdTorrent"
(→Project Details) |
(→Project News) |
||
Line 29: | Line 29: | ||
== Project News == | == Project News == | ||
+ | '''25 - September - 2008''' | ||
+ | * Posted 0.1 Milestone goal | ||
+ | * Detailed first tasks for 0.1 Milestone | ||
+ | |||
'''18 - September - 2008''' | '''18 - September - 2008''' | ||
* Successfully built Songbird | * Successfully built Songbird |
Revision as of 12:10, 25 September 2008
Contents
Project Name
BirdTorrent -- Torrent support for Songbird!
Project Description
The goal of this project is to create an add-on that allows Songbird to handle .torrent files. The basic idea is to cut out the middle man, allowing users to download music from torrent sites directly to their library.
Project Leader(s)
Anthony Hughes [ashughes] - This is me!
Project Contributor(s)
Currently, there are no contributors to this project.
Project Details
0.1 Milestone
The goal of this milestone is to get libtorrent compiled as a static library and be able to wrap it into an XPCOM component. To demonstrate the proof of this working, I plan to inject a simple HelloWorld alert statement into one of the libtorrent functions.
Expected Release Date: Oct 17, 2008
Tasks
-
Compile Libtorrent as a static library -
Compile Songbird's XPCOM HelloWorld Addon - Research Make for how to wrap libtorrent
Project News
25 - September - 2008
- Posted 0.1 Milestone goal
- Detailed first tasks for 0.1 Milestone
18 - September - 2008
- Successfully built Songbird
- Build time was approximately 5m21s
16 - September - 2008
- Successfully set up build environment
- Successfully built Songbird XPCOM_HelloWorld add-on
- Successfully built libtorrent as a static library
- Need to read documentation for MAKE to put the two above together