Script_Torrent/Torrent/KFL_template.txt
2022-03-02 18:02:15 +01:00

107 lines
5.3 KiB
Plaintext

General;"
_____ _____ ___ ___ ___ _ _ _____ _
|_ _| | ____| / | / |/ | | | / / | ___| | |
| | | |__ / /| | / /| /| | | |/ / | |__ | |
| | | __| / / | | / / |__/ | | | |\ \ | __| | |
| | | |___ / / | | / / | | | | \ \ | | | |___
|_| |_____| /_/ |_| /_/ |_| |_| \_\ |_| |_____|
_____ _____ _____ _____ _____ __ _ _____ _____
| _ \ | _ \ | ____| / ___/ | ____| | \ | | |_ _| | ____|
| |_| | | |_| | | |__ | |___ | |__ | \| | | | | |__
| ___/ | _ / | __| \___ \ | __| | |\ | | | | __|
| | | | \ \ | |___ ___| | | |___ | | \ | | | | |___
|_| |_| \_\ |_____| /_____/ |_____| |_| \_| |_| |_____|
|
=========================================================================
|
$if(%FileName%, %FileName%,)
|
=========================================================================
|
|
=========================================================================
|
$if(%Title%,Title.................: %Title%,)
$if(%Collection%,Collection............: %Collection%,)
$if(%Season%,Episode...............: %Season%,)
$if(%FileSize/String4%,Size..................: %FileSize/String4%,)
$if(%OverallBitRate/String%,Overall Bitrate.......: %OverallBitRate/String%,)
$if(%FrameRate/String%,Frame Rate............: %FrameRate/String%,)
$if(%Format%,Format................: %Format%,)
$if(%Format_Version%,Format Version........: %Format_Version%,)
$if(%Duration/String%,Duration..............: %Duration/String%,)
$if(%Video_Format_WithHint_List%,Video Codec...........: %Video_Format_WithHint_List%,)
$if(%Audio_Format_WithHint_List%,Audio Codec...........: %Audio_Format_WithHint_List%,)
$if(%Text_Format_WithHint_List%,Subtitle Codec........: %Text_Format_WithHint_List%,)
$if(%VideoCount%,Video Count...........: %VideoCount%,)
$if(%AudioCount%,Audio Count...........: %AudioCount%,)
$if(%TextCount%,Subtitle Count........: %TextCount%,)
$if(%Track/Position%,Piste.................: %Track/Position%,)
$if(%Album%,Album.................: %Album%,)
$if(%Performer%,Performer.............: %Performer%,)
$if(%Genre%,Genre.................: %Genre%,)
$if(%Cover%,Cover.................: %Cover%,)\n
|"
Video;"
==============================================
Video %StreamKindPos%
==============================================
$if(%ID/String%,ID....................: %ID/String%,)
$if(%Format_Commercial%%Format/Info%,Format................: %Format_Commercial% %Format/Info%,)
$if(%Width%%Height%,Resolution............: %Width%x%Height%,)
$if(%DisplayAspectRatio/String%,Aspect Ratio..........: %DisplayAspectRatio/String%,)
$if(%Format_Profile%,Codec Profile.........: %Codec/String%%Format_Profile%,)
$if(%CodecID%,ID Codec..............: %CodecID%,)
$if(%Duration/String1%,Duration..............: %Duration/String1%,)
$if(%StreamSize/String%,Size..................: %StreamSize/String%,)
$if(%BitRate/String%,Bit Rate..............: %BitRate/String%,)
$if(%BitDepth/String%,Bit Depth.............: %BitDepth/String%,)
$if(%FrameRate% fps,Framerate.............: %FrameRate% fps,)
$if(%FrameRate_Mode%,Frame Rate Mode.......: %FrameRate_Mode%,)
$if(%Encoded_Library_Name%,Encoding Library......: %Encoded_Library_Name%,)
$if(%Default%,Default...............: %Default%,)\n
|"
Audio;"
==============================================
Audio %StreamKindPos%
==============================================
$if(%ID/String%,ID....................: %ID/String%,)
$if(%Language/String%,Language..............: %Language/String%,)
$if(%Title%,Title.................: %Title%,)
$if(%Format_Commercial%,Format................: %Format_Commercial% %Format/Info%,)
$if(%CodecID%,Codec ID..............: %CodecID%,)
$if(%Duration/String1%,Duration..............: %Duration/String1%,)
$if(%FrameRate%,Frame Rate............: %FrameRate%,)
$if(%BitRate/String%,Bit Rate..............: %BitRate/String%,)
$if(%BitRate_Mode%,Bitrate Mode..........: %BitRate_Mode%,)
$if(%BitDepth/String%,Bit Depth.............: %BitDepth/String%,)
$if(%SamplingRate/String%,Sampling Rate.........: %SamplingRate/String%,)
$if(%StreamSize/String%,Stream Size...........: %StreamSize/String%,)
$if(%Default%,Default...............: %Default%,)
$if(%ChannelPositions%,Channel Layout........: %ChannelPositions%,)
Channels..............: %Channel(s)/String%\n
|"
Text;"
==============================================
Subtitle %StreamKindPos%
==============================================
$if(%ID%,ID....................: %ID%,)
$if(%StreamKind/String%,Stream Kind...........: %StreamKind/String%,)
$if(%Title%,Title.................: %Title%,)
$if(%Format/Info%,Format................: %Format_Commercial% %Format/Info%,)
$if(%CodecID%,Codec ID..............: %CodecID%,)
$if(%ElementCount%,Element Count.........: %ElementCount%,)
$if(%StreamSize/String%,Stream Size...........: %StreamSize/String%,)
$if(%Default%,Default...............: %Default%,)
$if(%Forced%,Forced................: %Forced%,)
$if(%Language/String%,Language..............: %Language/String%,)\n
|"
Menu;"
==============================================
Chapters %StreamKindPos%
==============================================
$if(%Chapters_Pos_Begin%,Chapter Pos Begin.....: %Chapters_Pos_Begin%,)
$if(%Chapters_Pos_End%,Chapter Pos End.....: %Chapters_Pos_End%,)\n"