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

Fix how multi-part videos add the .nfo file for compatibility with Emby/Jellyfin #23

Closed
jvlflame opened this issue Apr 5, 2020 · 1 comment · Fixed by #29
Closed
Assignees
Labels
bug Something isn't working

Comments

@jvlflame
Copy link
Collaborator

jvlflame commented Apr 5, 2020

Issue: Emby/Jellyfin are unable to parse the .nfo file for multi-part videos due to how the .nfo is recognized. The .nfo requires at minimum the same name as the -pt1 video to be recognized.

@jvlflame
Copy link
Collaborator Author

jvlflame commented Apr 5, 2020

Possible fixes:

  • Allow user to add a .nfo for each video file
  • Set the nfo file to be identical to the name of the first part of multi-part videos

@jvlflame jvlflame self-assigned this Apr 5, 2020
@jvlflame jvlflame added the bug Something isn't working label Apr 5, 2020
jvlflame added a commit that referenced this issue Apr 8, 2020
* Add extra commandline parameters to multisort (#25)

* Fix r18 csv check (#26)

* Add fileext selection and excluded filestrings (#24)

* Add extra check when cloudscraper fails on javlibrary

* Fix UNC paths for poster path creation (#22)

* Add setting to create nfo per file for Emby compatability (#23)

* Fix originalfilename and add originalfullname

* Add setting to omit nfo file creation (#28)

* Fix casing

* Additional changes to how multi sort handles pipeline params (#25)

* Update logging functionality to JSON (#27)

* Updating logging messages for parsing and readability (#27)

* Update docs and finalize changes for r1.4.0

* Fix alignment formatting

* Fix update check
@jvlflame jvlflame linked a pull request Apr 8, 2020 that will close this issue
@jvlflame jvlflame closed this as completed Apr 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant