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

Feature request: allow users to write the "tagline" nfo file tag #106

Closed
org0ne opened this issue Sep 22, 2020 · 2 comments · Fixed by #114
Closed

Feature request: allow users to write the "tagline" nfo file tag #106

org0ne opened this issue Sep 22, 2020 · 2 comments · Fixed by #114
Assignees
Labels
enhancement New feature or request
Projects

Comments

@org0ne
Copy link

org0ne commented Sep 22, 2020

I am currently using Jellyfin as my CMS, and have settled on using "Tagline" to display the movie ID. Sadly tagline is not searchable in Jellyfin, but this tag still helps when the title is so long that users cannot see the movie ID if they chose to add to add the ID at the end of the movie title.

I am currently running a command line operation to add the tagline after I do a scrape, but it would be way less error prone to add this at nfo file creation time.

Example of tagline used in Jellyfin on a release with a long title:
Screenshot_2020-09-22 Jellyfin

@jvlflame jvlflame added the enhancement New feature or request label Sep 22, 2020
@jvlflame jvlflame self-assigned this Sep 23, 2020
@jvlflame
Copy link
Collaborator

jvlflame commented Sep 23, 2020

Added tagline feature as a setting in addition to changing the seriesastag setting:

  • sort.metadata.nfo.format.tagline
  • sort.metadata.nfo.seriesastag => sort.metadata.nfo.format.tag

Tagline specifies a format string i.e. for your use case "sort.metadata.nfo.format.tagline": "<ID>"
Tag specifies an array of format strings to create one or many tags i.e. "sort.metadata.nfo.format.tag": ["<SET>", "<ORIGINALTITLE>"]

@jvlflame jvlflame added this to Done in 2.1.0 Sep 23, 2020
@org0ne
Copy link
Author

org0ne commented Sep 23, 2020

woohoo! Thanks @jvlflame!

@jvlflame jvlflame mentioned this issue Sep 30, 2020
@jvlflame jvlflame linked a pull request Sep 30, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
2.1.0
  
Done
Development

Successfully merging a pull request may close this issue.

2 participants