j4kim / Flan411

C# desktop client for t411
0 stars 0 forks source link

Implement a download method #8

Open groovytron opened 7 years ago

groovytron commented 7 years ago

When the user chose a movie, it must fire an event (coming from a kind of Download button) and launch a method which creates a thread which:

  1. Download the torrent file using the service.
  2. Opens the file using the user's default torrent client.

This could be implemented in a class called something like TorrentService full of static methods using the same principle as the T411Service.