This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision Last revision Both sides next revision | ||
reference:logging_variables [2020/07/23 07:25] tw [Information about the item being played] |
reference:logging_variables [2020/08/05 07:51] ulinobbe [General variables] moved new variables to another part |
||
---|---|---|---|
Line 20: | Line 20: | ||
| %# | 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 50: | Line 52: | ||
| %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 | |
- | ===== Additional | + | |
The following variables are only supported in HTTP POST multipart/ | The following variables are only supported in HTTP POST multipart/ | ||
Line 67: | Line 68: | ||
| %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 | |