twitchnotifier.cfg 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. ; Available keys for usage:
  2. ; $1 = channel name
  3. ; $2 = 'online' if stream is online, 'offline' is stream is offline
  4. ; ${foo} = replace as if strftime is applied on foo
  5. ; ***NOTE***: The following will only work in entries without "_off" suffix
  6. ; $3 = game name
  7. ; $4 = number of viewers
  8. ; $5 = status (sometimes doesn't exist)
  9. ; $6 = language
  10. ; $7 = average fps
  11. ; $8 = followers
  12. ; $9 = views
  13. [messages]
  14. ; When the target is online
  15. ; And when -u mode is used
  16. user_message=$1 is $2 playing $3 ($4)
  17. ; And when -c mode is used
  18. notification_title=$1 is $2
  19. ; And when -c mode is used
  20. notification_content=$3 / $4
  21. ; And when -c --online mode is used
  22. list_entry=$1:$3:$4
  23. ; And when -l mode is used
  24. log_fmt=$1 -> $2 (${%H:%M})
  25. ; When the target is offline
  26. ; And when -c --offline mode is used
  27. list_entry_off=$1
  28. ; And when -u mode is used
  29. user_message_off=$1 is $2
  30. ; And when -c mode is used
  31. notification_title_off=$1
  32. ; And when -c mode is used
  33. notification_content_off=is $2
  34. ; And when -l mode is used
  35. log_fmt_off=$1 -> $2 (${%H:%M})