Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. |
|
![]() |
|
Thread Tools | Search this Thread | Display Modes |
![]() |
#621 | Link | |
Registered User
Join Date: Dec 2020
Posts: 4
|
Quote:
![]() Main reason for me is for learning purposes. I really like how the program works and I'm interested to learn how it utilizes all these specialized tools under the hood to automate many manual tasks easier having both an easy to use CLI and GUI that work quite well. It's an unique program and I actually haven't come across any equivalent open source chapter editing program with as much versatility and usefulness as yours. Of course I think open source software has many benefits too like it's easier to trust than closed source software, program and code longevity, easier for others to find bugs, contribute code and more. |
|
![]() |
![]() |
![]() |
#622 | Link |
Registered User
Join Date: Oct 2009
Posts: 38
|
seehazy, the numbering of titles can be done in a text editor or similar environment with the support of regular expressions (regex, patterns that can represent one or many characters) of a specific kind, POSIX syntax they might be called. I use TextPad version 5, later versions support another type of regex.
Find: e= Replace with: E=\i. |
![]() |
![]() |
![]() |
#623 | Link | ||
Matroska find' ich toll
Join Date: Apr 2008
Posts: 1,149
|
Quote:
I'm sure there are other easy to learn languages but for me is it important to have no dependencies like .net or java or python or restrictions to an OS. Quote:
Apart from the fact that the cE code is not very nice and contains a lot of German comments, a database password is also hidden in the code. I wouldn't want to make this password public. |
||
![]() |
![]() |
![]() |
#624 | Link |
Registered User
Join Date: Dec 2020
Posts: 4
|
Why not just remove the password when publishing source code? Also, some open source software I know which use passwords just use a local config file or environment variable to store the password and read from that instead so that may be a better method.
Last edited by yeopot; 9th January 2021 at 02:37. |
![]() |
![]() |
![]() |
#625 | Link |
Registered User
Join Date: Oct 2009
Posts: 38
|
The source file required an extention, in my case, txt. You might want to mention this in the help or add an error message for this.
Anyone on Windows might find this pattern useful. Code:
@echo off set f=[Path\]name.txt set in=23.976 set out=25 set path= for %%f in ("%f%") do %Path%chapterEditorCLI -f %in% %out% %%f Last edited by Masutin; 13th January 2021 at 22:41. |
![]() |
![]() |
![]() |
#626 | Link | |
Matroska find' ich toll
Join Date: Apr 2008
Posts: 1,149
|
Hi Masutin
Quote:
In the first post all examples with files uses an extension for the input files. But now I know on Linux is an extension not always present. |
|
![]() |
![]() |
![]() |
Tags |
bluray backup, chapter editor, dvd2mkv, matroska menu, metadata, multi-edition-mkv, xml tag |
Thread Tools | Search this Thread |
Display Modes | |
|
|