Feature |
CUSTOM FILE NAMES [TrackName] |
ID: 1245Status: RejectedVersion: lastReport Date: June 22, 2020Product: MKVCleaver Installer | |
Reporter | Flest |
Assignee | |
Description please add an option [TrackName], it is very necessary and useful [TrackName#] Inserts the name of the track because it’s not difficult for you Attached File |
You can do it yourself. The code is already there.
1. Under “File Option” click Custom then Customize then Menu and Parameters Config.
2. In the “Name” enter TrackName, in the “MediaInfo Parameter” enter Title.
You can test it under Menu -> Test Parameters.
3. Click Menu -> Save.
4. Then in Custom Filename Configuration window enter [TrackName] into “Name” and select TrackName in the second column. The third column can contain any text to identify default entry for TrackName – for example: Some Title.
5. Click Menu -> Save.
Now you can build your custom filename.
Alternatively, just add the lines below to your custom.ini file:
[Parameters]
TrackName=Title
[Placeholders]
1=[TrackName]|TrackName|Some Title