xbvr icon indicating copy to clipboard operation
xbvr copied to clipboard

Configurable title format for DeoVR

Open CoolMintChocolate opened this issue 3 years ago • 1 comments

This PR adds the ability for users to specify custom format for DeoVR titles. For example, they can add the release date, or the studio for any particular scene. This uses Golang's template format to achieve this, and uses models.Scene as the data source that get inserted into the template. For example:

  • {{.Title}}: the default, it just uses the scene title as DeoVR title, .i.e: Scene Title
  • {{.Title}} ({{.ReleaseDate.Format "2006"}}): Scene Title (2020)
  • {{.Studio}} - {{.Title}}: Studio - Scene Title

This also supports the Funscript export work that was merged recently.

CoolMintChocolate avatar Jun 17 '21 19:06 CoolMintChocolate

Any word on merging this in?

maxcom99 avatar Jul 22 '23 02:07 maxcom99