View Single Post
Old 14th April 2019, 19:25   #475  |  Link
hubblec4
Matroska find' ich toll
 
Join Date: Apr 2008
Posts: 1,377
chapterEditor(cE) rev1.15 is available.
Windows
Linux


CLI support


For the GUI, there is now a CLI function with the option to load files into the cE.
For Windows, two options can be used by right-clicking.

1.) Open with

After loading a file with "Open with" in cE for the first time,
then there is an entry in the registry:

Code:
HKCR\Applications\chapterEditor.exe
and there are further sub-entries:

Code:
HKCR\Applications\chapterEditor.exe\shell\open\command
The value for the command looks like this in the original:

Code:
"X:\your path\chapterEditor.exe" "%1"
With this statement, chapters and tags files can be loaded into cE.
The last used editor is used.
If the last editor was not a Chapter or Tags editor, then the Matroska Chapter editor is used.

For example, if you always want to use the Tags editor you have to adjust the value for the command.

Code:
"X:\your path\chapterEditor.exe" -l ceMTTags "%1"


2.) Send to

With "Send to" several files/folders can be loaded.
To do this, create a shortcut to the cE.exe (right click on cE.exe).
This link is copied to the "Send to" folder
(X:\Your User\AppData\Roaming\Microsoft\Windows\SendTo)
Default link:
Code:
"X:\your path\chapterEditor.exe"
Likewise, this link can be edited and you can load files into a specific editor.
Code:
"X:\your path\chapterEditor.exe" -l ceMTTags
You can also create several links with different command lines.
Code:
"X:\your path\chapterEditor.exe" -l ceMatroska


For Linux, the "Open with" also works, but could not test it extensively.


Note:
For the Converter this results in a batch functionality, which I did not test (only theoretically).
You could convert files directly.

Code:
Change chapterEditor

added    &
fixed    *
improved #
changed  %


rev1.15 2019-04-14
// chapterEditor
& CLI support

* from rev.1.13 the loading of the last editor did not work properly for some editors (because of Lazarus update)

# Load last editor: some editors have previously loaded another editor


// CLI
& Loading files
  - 1. parameter: -l (small L)
  - 2. parameter: cE Editor [ceMatroska, ceOGG, ceAVCHD, ceConverter, ceMTTags]
  - further parameters: Input -> File, Folder, several files separated with a | ("File1.mkv|One more file.mkv|Last file.mkv")
  - only Input Parameters: files are loaded into last used editor (only Chapters and Tags)


// Chapter Database
& Search immediately
  - Disabled: The title search only starts when confirming with the enter key


// Disc2mkv
& Create Matroska file in temp folder (settings)
  - Disabled: The Matroska file is created in the parent folder


// Matroska Tags
* Tags Profiles: Apply* (right-click)
  - Options list was not displayed correctly on Linux

Last edited by hubblec4; 14th April 2019 at 19:40.
hubblec4 is offline   Reply With Quote