Custom BBCodes

Talk about the Ultimate Question of Life, The Universe, and Everything
Post Reply
User avatar
rednoah
The Source
Posts: 22999
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Custom BBCodes

Post by rednoah »

The FileBot Forums support a variety of custom bbcodes for command-line calls, custom formats, console output, etc to enable language-specific syntax highlighting.



1. bash code:

bbcode: Select all

[bash]filebot -version[/bash]

Shell: Select all

filebot -version


2. format code:

bbcode: Select all

[format]{n} - {s00e00} - {t}[/format]

Format: Select all

{n} - {s00e00} - {t}


3. groovy code:

bbcode: Select all

[groovy]
println('Hello World')
[/groovy]

Groovy: Select all

println('Hello World')


4. console output transcript:

bbcode: Select all

[output]
$ filebot -version
FileBot 5.1.0 (r9870)
[/output]

Console Output: Select all

$ filebot -version
FileBot 5.1.0 (r9870)


5. properties file:

bbcode: Select all

[properties]
Format                                 : HEVC
[/properties]

Properties: Select all

Format                                 : HEVC


6. HiDPI screenshot:

bbcode: Select all

[screenshot]https://i.snipboard.io/ULIWed.jpg[/screenshot]
Screenshot



7. stacktrace transcript:

bbcode: Select all

[error]
java.net.SocketException: Bad file descriptor
	at net.filebot.web.WebRequest.notModified(Unknown Source)
	at net.filebot.web.WebRequest.checkErrorCode(Unknown Source)
[/error]

Error: Select all

java.net.SocketException: Bad file descriptor
	at net.filebot.web.WebRequest.notModified(Unknown Source)
	at net.filebot.web.WebRequest.checkErrorCode(Unknown Source)


8. pastebin snippet:

bbcode: Select all

[pastebin]https://pastebin.com/yB7tPdLH[/pastebin]
:idea: Please read the FAQ and How to Request Help.
Post Reply