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

Support for getting title from media file name #29

Open
andy-maier opened this issue Jan 7, 2020 · 0 comments
Open

Support for getting title from media file name #29

andy-maier opened this issue Jan 7, 2020 · 0 comments
Assignees

Comments

@andy-maier
Copy link
Owner

The sync_title fixup currently gets the title only from the metadata within the media file.

If a media file does not have a title set in the metadata, it is particularly important to do this right, because PMS uses the file base name and folds in things it should not (for example, words after the last "-").

Support should be added to get the title by transforming the media file name, if not set in the metadata. The transformation should remove things that are part of the way PMS wants the file to be stored, consider additional local conventions, and re-establish non-ASCII characters. That all needs to be configurable.

@andy-maier andy-maier self-assigned this Jan 7, 2020
@andy-maier andy-maier added this to the 0.3.0 milestone Jan 7, 2020
@andy-maier andy-maier removed this from the 0.3.0 milestone Jan 13, 2020
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

No branches or pull requests

1 participant