forked from Audionut/Upload-Assistant
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* adding AR adding ar tracker * adding medinfo summary template the HDT one is a bit bloated for my liking. * Update trackersetup.py updating AR to tracker list * Update example-config.py updating config with AR * Update README.md updating readme for AR * Update AR.py * Update AR.py fixing adding of url * Update AR.py fixing issues * Update AR.py * Update AR.py fixing shit with linter * Update AR.py * Update trackersetup.py clean up * Update AR.py lint clean up * Update AR.py fixed linter stuff thanks * Update AR.py addign center align
- Loading branch information
1 parent
12e90a6
commit c0d121f
Showing
5 changed files
with
503 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
General;FILENAME.......: %FileName%\nCONTAINER......: %Format%\nSIZE...........: %FileSize_String3%\nRUNTIME........: %Duration_String2%\n | ||
Video;VIDEO CODEC....: %Format%$if(%Encoded_Library%,\, %Encoded_Library%)$if(%HDR_Format/String%,\, %HDR_Format/String%)$if(%transfer_characteristics%,\, %transfer_characteristics%)\nRESOLUTION.....: %Width%x%Height%\nBITRATE........: %BitRate/String%\nFRAMERATE......: %FrameRate% fps\n | ||
Audio;AUDIO..........: %Format_Commercial%(%Format%), %Channel(s)/String%, %SamplingRate/String%, %BitRate/String%, %Language/String%$if(%Title%, \(%Title%\),)\n | ||
Text;%Language_String% | ||
Text_Begin;SUBTITLES......: | ||
Text_Middle;, | ||
Text_End; |
Oops, something went wrong.