From 03e32056c745dbe1a97e569f3a39b7a854dad870 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1s=C3=A1ry=20D=C3=A1niel?= Date: Mon, 27 Aug 2018 14:53:59 +0000 Subject: [PATCH] git-tfs-id: [http://tfs.userrendszerhaz.hu:8080/tfs/DefaultCollection]$/MediaCube;C31245 --- .../Configuration/audiorecorder.json | 36 ++----------------- client/AudioRecorder/Program.cs | 8 ++--- 2 files changed, 7 insertions(+), 37 deletions(-) diff --git a/client/AudioRecorder/Configuration/audiorecorder.json b/client/AudioRecorder/Configuration/audiorecorder.json index 8cb6ec83..573a01de 100644 --- a/client/AudioRecorder/Configuration/audiorecorder.json +++ b/client/AudioRecorder/Configuration/audiorecorder.json @@ -10,23 +10,9 @@ "subFolderFormat": "%IDROOT%-%TEXT%", "killDateDays": 7, "remote": { - "address": "ftp://10.10.1.100/OCTOPUS", - "userName": "mediacube", - "password": "Dn8t4gfHcK98o8hyPgLDhr5SgSji4JCxsfpMJsODikUp3nXgrM0UNCi45lLAK8ZOnmEneO44P9qpJ4QDqhctN6MxZodjJgdZTyoZKmSa+ECzEzLr/wPYNgxVaXrVotEy", - "timeout": 1000 - } - }, - "trafficTarget": { - "label": "Traffic mappába küldés", - "processor": "FTPTargetProcessor", - "tag": "Betöltés", - "outputFormat": "%ID%", - "subFolderFormat": "%IDROOT%-%TEXT%", - "killDateDays": 7, - "remote": { - "address": "ftp://10.10.1.100/PLAYOUT_NLE", - "userName": "mediacube", - "password": "Dn8t4gfHcK98o8hyPgLDhr5SgSji4JCxsfpMJsODikUp3nXgrM0UNCi45lLAK8ZOnmEneO44P9qpJ4QDqhctN6MxZodjJgdZTyoZKmSa+ECzEzLr/wPYNgxVaXrVotEy", + "address": "ftp://localhost", + "userName": "dani", + "password": "pSCkmnEXm7xhrWh/AzxrnklEcGeJU4SVFkuag3B5H+rTcNVEELDgsF6uTiDISSdnnJyDn/kKwoxg521neTJXV6FIs/p2QmpHKaexiCmm47R1tsZeCFmmpTv4MHuiGjwL", "timeout": 1000 } }, @@ -39,22 +25,6 @@ "password": "fPLnV9N5gc7aC9ICvspjzJkGLnTWxAgEhwGOrXilAiD8+/IXviRlNJA0lrZ3ZX+7WG5EE3ZlaIitAhRGk+QIPGEOF3fEJCBJI2I9NN1e2JGi/my3WwXt0fu7dgbMxVid", "timeout": 3000 } - }, - { - "$type": "TrafficMetadata", - "server": { - "address": "Data Source=10.10.1.45;Initial Catalog=PA_Echo;Persist Security Info=True;", - "userName": "MAM", - "password": "7RKZYBzumKjL40SJwuwiFCvX57xuCN8zay6OttUm2wbrgImyYZBHyZTUUYrXX31Ge2Uwew07HYsqh2uzdJeDBDwcVntxaHg3nIpv9Dyq/odVoiC4tUF/K+lgvKWANcrZ", - "timeout": 1000 - } - }, - { - "$type": "MediaCubeMetadata", - "server": { - "address": "http://10.10.1.27/services/rest/jobengine/", - "timeout": 1000 - } } ] } \ No newline at end of file diff --git a/client/AudioRecorder/Program.cs b/client/AudioRecorder/Program.cs index 68420a5b..5b168483 100644 --- a/client/AudioRecorder/Program.cs +++ b/client/AudioRecorder/Program.cs @@ -12,10 +12,10 @@ namespace AudioRecorder { static void Main() { Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); - //Application.Run(new MainForm()); - Type[] knownTypes = { typeof(OctopusMetadata), typeof(NativeOctopusMetadata), typeof(TrafficMetadata), typeof(MediaCubeMetadata) }; - var parameters = ConfigurationSerializer.Load("./Configuration/audiorecorder.json", knownTypes); - Application.Run(new MetadataSelectorForm(parameters)); + Application.Run(new MainForm()); + //Type[] knownTypes = { typeof(OctopusMetadata), typeof(NativeOctopusMetadata), typeof(TrafficMetadata), typeof(MediaCubeMetadata) }; + //var parameters = ConfigurationSerializer.Load("./Configuration/audiorecorder.json", knownTypes); + //Application.Run(new MetadataSelectorForm(parameters)); } } } -- 2.54.0