Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configurable title format for DeoVR #546

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

CoolMintChocolate
Copy link
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.

@maxcom99
Copy link

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.

None yet

2 participants