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

Handle NFO files with multiline Genre elements #2448

Closed
Omertron opened this issue Mar 16, 2015 · 1 comment
Closed

Handle NFO files with multiline Genre elements #2448

Omertron opened this issue Mar 16, 2015 · 1 comment

Comments

@Omertron
Copy link
Member

Original issue 2449 created by Omertron on 2012-07-11T07:26:33.000Z:

Some programs create a NFO file with a genre section like this:
<genre>
<name>Action</name>
<name>Adventure</name>
<name>Crime</name>
<name>Mystery</name>
<name>Thriller</name>
</genre>

YAMJ incorrectly stores those genres with a line break. The routine should clean the output to ensure that errors in the reading of the file are not passed through

@Omertron
Copy link
Member Author

Comment #1 originally posted by Omertron on 2012-11-23T18:26:50.000Z:

This issue was closed by revision r3240.

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

No branches or pull requests

1 participant