View Single Post
Old 28th March 2019, 02:07   #471  |  Link
hubblec4
Matroska find' ich toll
 
Join Date: Apr 2008
Posts: 1,370
Hi Wakaku

Here is a new test rev of cE.

I have decided me for option b). I changed the input param position.
1.param is now the cE task option (-l) and param2 is the cE editor. The good now is you can add so much params as you want. All this params will be parsed as an input.

An input can now consist of many files separated by a "|".

Code:
chapterEditor.exe -l ceMTTags "Path\File1.mkv"

chapterEditor.exe -l ceMTTags "Path\File1.mkv" "Path\File2.mkv"

chapterEditor.exe -l ceMTTags "Path\File1.mkv|Path\File2.mkv|Path\Other File3 with spaces.mkv" 

chapterEditor.exe -l ceMTTags "Path\Folder1" "Path\Folder2"

With "Open with" you can open one file only but now you can open multiple files and folders with SendTo.

At least some words about Emoji support.
cE was ever able to handle Emoji correctly(Lazarus has no issues and a native support).
The issue is the outdated Segoe UI font on Win7.
You can install a newer Segoe UI font(from Win10) or any other font with Emoji's support like the seguiemj.ttf.
In the settings (cE GUI) you can change the font.

Last edited by hubblec4; 28th March 2019 at 02:14.
hubblec4 is offline   Reply With Quote