Exemplo n.º 1
0
 public static void DownloadMissingFiles()
 {
     using (var amz = new AmazonRemoteMedia(new SongSearchDataSession(), new SongSearchDataSessionReadOnly())) {
         amz.DownloadMissingFiles();
     }
 }
Exemplo n.º 2
0
 public static void UpdateContentMedia()
 {
     using (var amz = new AmazonRemoteMedia(new SongSearchDataSession(), new SongSearchDataSessionReadOnly())) {
         amz.UpdateContentMedia();
     }
 }
Exemplo n.º 3
0
 public static void UploadNewFiles()
 {
     using (var amz = new AmazonRemoteMedia(new SongSearchDataSession(), new SongSearchDataSessionReadOnly())) {
         amz.UploadToRemote(checkSize: false, onlyNewContent: true);
     }
 }