Variable regexOsuWindowTitleNowPlayingConst

regexOsuWindowTitleNowPlaying: Readonly<RegExp> = ...

Regex to parse the now playing window title on Windows.

  • The first capture group is the artist.
  • The second group is the title.
  • The third group is the name of the version.

Example

osu! - Artist - Title [Version]

Example

osu! - Artist - Title [TV Size] [Version]

Generated using TypeDoc