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

Nfo multi values #35

Merged
merged 4 commits into from Sep 7, 2012
Merged

Nfo multi values #35

merged 4 commits into from Sep 7, 2012

Conversation

ghost
Copy link

@ghost ghost commented Aug 20, 2012

These patches store multiple values (genres, countries, directors and credits) in separate XML nodes.

Before:

<genre>Action / Adventure</genre>

After:

<genre>Action</genre>
<genre>Adventure</genre>

This fixes issue 54.

The old code has been marked as depreciated, it will be
removed as the code is cleaned up.

Signed-off-by: Andrew Fyfe <[email protected]>
The old code has been marked as depreciated, it wiill be
removed as the code is cleaned up.

Signed-off-by: Andrew Fyfe <[email protected]>
The old code has been marked as depreciated, it wiill be
removed as the code is cleaned up.

Signed-off-by: Andrew Fyfe <[email protected]>
The old code has been marked as depreciated, it wiill be
removed as the code is cleaned up.

Signed-off-by: Andrew Fyfe <[email protected]>
bodrick added a commit that referenced this pull request Sep 7, 2012
@bodrick bodrick merged commit 5888dff into bodrick:master Sep 7, 2012
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

Successfully merging this pull request may close these issues.

2 participants