Zingabopp / OBSControl

A Beat Saber mod to control and monitor OBS in-game.
Other
44 stars 4 forks source link

[Feature] Option to not record Practice Mode #7

Open Zingabopp opened 4 years ago

Zingabopp commented 4 years ago

Title

PaperT1D commented 4 years ago

An option in the RecordingFileFormat to show when a recording was done in Practice Mode would be nice in addition to this. I'm not sure if this would be better suited under its own issue, but as an example, my formatting currently starts out like this: <[[ ?e ]]-->?N{20}

The expected result is that any song that is completed, the recorded file starts with the Name of the song. If the song is Failed or Quit, that is indicated first with [[ Failed ]] or [[ Quit ]], followed then by the Name of the song. So currently, aside from space and underscore issues, the various file names might start out like any of these:

Vitality [[ Quit ]]--Vitality [[ Failed ]]--Vitality

What I want is the option to indicate first in the file name, when recording in Practice Mode, that the song was done in Practice Mode, with no Fail/Quit renaming in these cases, followed by the Name of the song, etc. As an example:

[[ Practice ]]--Vitality-Mittsies--[Expert]--(SS-90.00%) [[ Practice ]]--Vitality-Mittsies--[Expert]--(D-22.22%)

I'm not sure that can be accomplished within <?e> or <?E>, seems as though it might have to be its own thing, but would love to have the option either way.

Zingabopp commented 4 years ago

Practice could probably go with those since Quit/Failed wouldn't really apply to practice mode anyway.