* docs for {lang} binding
This commit is contained in:
parent
48c17adbd7
commit
bf3f96df95
|
@ -2,4 +2,4 @@
|
|||
parameter.exclude: ^StreamKind|Count$
|
||||
|
||||
# preview expressions (keys are tagged so they can be sorted alphabetically)
|
||||
expressions: n,y,s,e,t,airdate,startdate,absolute,special,imdb,episode,SxE,S00E00,movie,vc,ac,cf,vf,af,resolution,ws,sdhd,source,group,crc32,fn,ext,file,pi,pn,media.title,media.durationString,media.overallBitRateString,video.codecID,video.frameRate,video.displayAspectRatioString,video.height,video.scanType,audio.format,audio.bitRateString,audio.language,text.codecInfo,text.language
|
||||
expressions: n,y,s,e,t,airdate,startdate,absolute,special,imdb,episode,SxE,S00E00,movie,vc,ac,cf,vf,af,resolution,ws,sdhd,source,group,crc32,fn,ext,file,pi,pn,lang,media.title,media.durationString,media.overallBitRateString,video.codecID,video.frameRate,video.displayAspectRatioString,video.height,video.scanType,audio.format,audio.bitRateString,audio.language,text.codecInfo,text.language
|
||||
|
|
|
@ -59,7 +59,7 @@
|
|||
<a href="gallery.html#screenshots/original/dialog.format.png" title="Episode Format Dialog" target="_blank">
|
||||
<img alt="screenshot" src="screenshots/medium/dialog.format.png" />
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section about">
|
||||
<h2>About</h2>
|
||||
<p>
|
||||
|
@ -143,7 +143,7 @@
|
|||
<td>airdate</td>
|
||||
<td>episode airdate</td>
|
||||
<td>2009-06-01</td>
|
||||
</tr>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>absolute</td>
|
||||
<td>absolute episode number</td>
|
||||
|
@ -254,6 +254,11 @@
|
|||
<td>number of movie parts</td>
|
||||
<td>2</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>lang</td>
|
||||
<td>detect subtitle language</td>
|
||||
<td>eng</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>file</td>
|
||||
<td>file object</td>
|
||||
|
|
Loading…
Reference in New Issue