offbyoneBB / mp-onlinevideos2

MediaPortal OnlineVideos Plugin
15 stars 12 forks source link

Provide event when a download finished #132

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
OnlineVideos should have an event that is invoked when a download successfully 
finished, so other plugins can trap it and act accordingly (e.g. move the 
downloqded file to a folder of their choice).

public delegate void VideoDownloadedHandler(string file, string site, string 
categoryRecursiveName, string videoTitle);

public event VideoDownloadedHandler VideoDownloaded;

Original issue reported on code.google.com by bborgsd...@gmail.com on 6 Mar 2012 at 7:46

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r2012.

Original comment by bborgsd...@gmail.com on 21 Mar 2012 at 10:32