From 0897dd19e1769a4a4d6e01f6a66e5df2db7ddb9a Mon Sep 17 00:00:00 2001 From: Maxim Lihachev Date: Tue, 12 Jul 2016 15:50:09 +0500 Subject: [PATCH] =?UTF-8?q?=D0=92=20=D0=B8=D0=BC=D0=B5=D0=BD=D0=B0=20?= =?UTF-8?q?=D1=84=D0=B0=D0=B9=D0=BB=D0=BE=D0=B2=20=D0=B4=D0=BE=D0=B1=D0=B0?= =?UTF-8?q?=D0=B2=D0=BB=D0=B5=D0=BD=20=D0=BF=D1=80=D0=B5=D1=84=D0=B8=D0=BA?= =?UTF-8?q?=D1=81=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- streamsaver | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/streamsaver b/streamsaver index fde049b..df3c616 100755 --- a/streamsaver +++ b/streamsaver @@ -172,7 +172,7 @@ readXML() { # makeCMD() { #Правило именования файлов - FILE_NAME="${config[filename_prefix]}-${config[channel_name]}-${config[channel_number]}.${config[filename_suffix]}" + FILE_NAME="${config[filename_prefix]}-${config[channel_name]}-CH${config[channel_number]}.${config[filename_suffix]}" #Минимальная команда CMD="${config[cmd]} -i ${config[stream]} -f ${config[output_format]}"