Skip to content

Configurable title format for DeoVR#546

Open
CoolMintChocolate wants to merge 1 commit intoxbapps:masterfrom
CoolMintChocolate:enhanced-title
Open

Configurable title format for DeoVR#546
CoolMintChocolate wants to merge 1 commit intoxbapps:masterfrom
CoolMintChocolate:enhanced-title

Conversation

@CoolMintChocolate
Copy link
Copy Markdown
Contributor

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 CoolMintChocolate changed the title Configurable title format for DeoVR WIP - Configurable title format for DeoVR Jun 17, 2021
@CoolMintChocolate CoolMintChocolate changed the title WIP - Configurable title format for DeoVR Configurable title format for DeoVR Jun 17, 2021
@CoolMintChocolate CoolMintChocolate force-pushed the enhanced-title branch 2 times, most recently from 821191f to 82e5395 Compare October 2, 2022 23:18
@maxcom99
Copy link
Copy Markdown

Any word on merging this in?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants