More parameter options for screen recording names (RecordFileNameFormat in the documentation)

Avatar
  • updated
  • Open

According to the documentation for RecordFileNameFormat there is some customization of the filename available. It would be nice if more parameters were available. I'd like to see CompanyName as an optional parameter. This will make it easier to organize screen recordings by Company then by machine. 
Current Format: 
{0}_{1}_{2:yyyy-MM-dd}_{3}.avi


Parameters:
  • {0} – Application title (Default: ScreenConnect)
  • {1} – Session title
  • {2} – Date of recording (YYYY-MM-DD)
  • {3} – Counter, begins at 1

New Format:
{0}_{4}_{1}_{2:yyyy-MM-dd}_{3}.avi


Parameters:
  • {0} – Application title (Default: ScreenConnect)
  • {1} – Session title
  • {2} – Date of recording (YYYY-MM-DD)
  • {3} – Counter, begins at 1
  • {4} – Company name

Possibly more parameters can be added as well.

Thanks!