mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-01-12 01:37:46 +08:00
Post-processing fine-tuning
This commit is contained in:
parent
b5d56614cf
commit
601611143d
1 changed files with 35 additions and 4 deletions
|
@ -262,10 +262,41 @@
|
|||
<input name="settings_general_postprocessing_cmd" type="text" value="{{settings_general[13] if settings_general[13] != None else ''}}">
|
||||
</div>
|
||||
</div>
|
||||
<div class="collapsed column">
|
||||
<div class="collapsed center aligned column">
|
||||
<div class="ui basic icon" data-tooltip="You can use those variables in your command (include the double curly brace): \n{{directory}} \n{{episode}} \n{{episode_name}} \n{{subtitles}} \n{{subtitles_language}} \n{{subtitles_language_code2}} \n{{subtitles_language_code3}}" data-inverted="">
|
||||
<i class="help circle large icon"></i>
|
||||
</div>
|
||||
|
||||
<div class="middle aligned row">
|
||||
<div class="right aligned four wide column">
|
||||
<label>Variables you can use in your command (include the double curly brace):</label>
|
||||
</div>
|
||||
<div class="ten wide column">
|
||||
<div class="ui list">
|
||||
<div class="item">
|
||||
<div class="header">{{directory}}</div>
|
||||
The full path of the episode file parent directory.
|
||||
</div>
|
||||
<div class="item">
|
||||
<div class="header">{{episode}}</div>
|
||||
The full path of the episode file.
|
||||
</div>
|
||||
<div class="item">
|
||||
<div class="header">{{episode_name}}</div>
|
||||
The filename of the episode without parent directory or extension.
|
||||
</div>
|
||||
<div class="item">
|
||||
<div class="header">{{subtitles}}</div>
|
||||
Teh full path of the subtitles file.
|
||||
</div>
|
||||
<div class="item">
|
||||
<div class="header">{{subtitles_language}}</div>
|
||||
The language of the subtitles file.
|
||||
</div>
|
||||
<div class="item">
|
||||
<div class="header">;{{subtitles_language_code2}}</div>
|
||||
The 2-letter ISO-639 language code of the subtitles language.
|
||||
</div>
|
||||
<div class="item">
|
||||
<div class="header">{{subtitles_language_code3}}</div>
|
||||
The 3-letter ISO-639 language code of the subtitles language.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue