reference:logging_variables
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| reference:logging_variables [2019/08/12 10:01] – [General variables] ulinobbe | reference:logging_variables [2021/08/20 06:44] (current) – [General variables] %% inserted ulinobbe | ||
|---|---|---|---|
| Line 16: | Line 16: | ||
| | %r | CR character (ASCII 13) | | | %r | CR character (ASCII 13) | | ||
| | %n | Newline Character (ASCII 10) | | | %n | Newline Character (ASCII 10) | | ||
| + | | %% | Creates a '' | ||
| | %g | Unique identifier of the associated playback operation | | | %g | Unique identifier of the associated playback operation | | ||
| | %R{Key} | Runtime data | | | %R{Key} | Runtime data | | ||
| | %# | Total number of current listeners on all encoder connections | | | %# | Total number of current listeners on all encoder connections | | ||
| | %${Digits} | Index of file (used for file export with custom filename pattern) | | | %${Digits} | Index of file (used for file export with custom filename pattern) | | ||
| + | | %x | Computer name | | ||
| + | | %X | Instance name | | ||
| ===== Information about the item being played ===== | ===== Information about the item being played ===== | ||
| Line 25: | Line 28: | ||
| | %a | Artist | | | %a | Artist | | ||
| | %b | Title | | | %b | Title | | ||
| - | | %l | Total duration, in sections | + | | %l | Total duration, in seconds |
| | %l{Format} | Total duration, in '' | | %l{Format} | Total duration, in '' | ||
| | %L | Total duration, as HH:MM:SS | | | %L | Total duration, as HH:MM:SS | | ||
| Line 31: | Line 34: | ||
| | %e | Actual playback duration, in seconds with fractions (for stop logging) | | | %e | Actual playback duration, in seconds with fractions (for stop logging) | | ||
| | %e{Format} | Actual playback duration, in '' | | %e{Format} | Actual playback duration, in '' | ||
| - | | %p | Effective playback duration, in seconds | | + | | %p | Effective playback duration, in seconds |
| + | | %p{Format} | Effective playback duration, in '' | ||
| | %P | Effective playback duration, as HH:MM:SS | | | %P | Effective playback duration, as HH:MM:SS | | ||
| - | | %F | Projected finish time (start time + duration), in '' | + | | %F | Projected finish time (start time + duration), in '' |
| | %c{Type} | Cue marker, in sections with fractions | | | %c{Type} | Cue marker, in sections with fractions | | ||
| | %E | End type | | | %E | End type | | ||
| Line 49: | Line 53: | ||
| | %4 | Filename without path, first character only | | | %4 | Filename without path, first character only | | ||
| | %i{Key} | Raw file tag data | | | %i{Key} | Raw file tag data | | ||
| + | ===== Additional variables for HTTP POST multipart/ | ||
| + | |||
| + | The following variables are only supported in HTTP POST multipart/ | ||
| + | |||
| + | They must be typed into the " | ||
| + | |||
| + | | %ALBUMART | Album art (if available), as binary form data (from v6.3.3) | | ||
| + | |||
| ===== Additional variables for playlist/ | ===== Additional variables for playlist/ | ||
| Line 57: | Line 69: | ||
| | %N | Region number | | | %N | Region number | | ||
| | %2N | Region number, two digits, leading 0 | | | %2N | Region number, two digits, leading 0 | | ||
| - | | %2N | Region number, three digits, leading 0 | | + | | %3N | Region number, three digits, leading 0 | |
| Line 74: | Line 86: | ||
| [Options] | [Options] | ||
| NextLoggingLimit=10 | NextLoggingLimit=10 | ||
| + | | ||
| + | Please note that this limit applies to the **overall** number of subsequent items available for logging, before any possible item type filtering. So if you want to log e.g. the next 3 " | ||
reference/logging_variables.1565604089.txt.gz · Last modified: by ulinobbe