View Single Post
Old 12th March 2019, 01:46   #468  |  Link
hubblec4
Matroska find' ich toll
 
Join Date: Apr 2008
Posts: 1,380
new test rev of cE

Hi Wakaku

Next point from your wish list is the second: Open With.
I have installed a GUI cli feature and now it is possible to read params which is send by using "Open With".
When you now open a file(with Open With), the last editor is loaded and the file also.

The first param is the input-param and can be a file(I plan to support files) or a folder.

Furthermore you can add two more switches.
The second switch is for loading(I plan more options later):
Code:
-l (small L)
The third switch is for the editor which have to be used at start of cE.
Code:
ceMatroska // Matroska Chapters
ceOGG // OGG/OGM Chapters
ceAVCHD // multiAVCHD Chapters
ceConverter // Converter
ceMTTags // Matroska Tools Tags
Examples:
Code:
chapterEditor.exe "Path\to\your.file" -l ceMTTags

chapterEditor.exe "Path\to\your_folder" -l ceMatroska
It is very experimental and maybe I will change something later, but for testing it will work(I hope).
I'm interested in what you can do with this params to open your files.


Hi Dimsok

Quote:
Originally Posted by Dimsok View Post
And about searching in db. Is it autosearch anything what i put in "title" input? I try to type title and it hang for some time (for multiple search as i guess). Can you make, that i just type full title then press "enter" for example to search it?
I have insert a checkbox "Search immediately": Disabled: The title search only starts when confirming with the enter key.


From rev1.13 I use a newer Lazarus build which breaks the LoadLastEditor function, it would be nice if you both could check this.
Simple close cE for each editor and reopen cE.


Here is a new test rev of cE.
hubblec4 is offline   Reply With Quote