10 lines
428 B
C#
10 lines
428 B
C#
using System.Diagnostics;
|
|
using ConsoleApp1;
|
|
using Newtonsoft.Json;
|
|
|
|
await Playgournd.ParseQuestions();
|
|
|
|
// var shows = new ShowsManager();
|
|
// shows.AppendEpisodeFromFile("results_2025_05_13-01_14_16.json");
|
|
// await shows.QueryTMDB(new Dictionary<string, string> {{"The Name of the People", "人民的名义"}});
|
|
// shows.MoveFiles(@"\\192.168.31.10\media\downloads\aria2\TV", @"\\192.168.31.10\media\downloads\aria2\Done"); |