You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: