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

Certification overlays aren't applied because certification filtering is done after ! overlay processing. #2172

Closed
Omertron opened this issue Mar 15, 2015 · 2 comments

Comments

@Omertron
Copy link
Member

Original issue 2173 created by Omertron on 2011-11-07T16:32:21.000Z:

What steps will reproduce the problem?
1.create certification.xml for merging certifications:
<certification name="0">
<subcertification>o.Al.</subcertification>
<subcertification> 0</subcertification>
<subcertification>0</subcertification>
<subcertification>U</subcertification>
<subcertification>G</subcertification>
<subcertification>Approved</subcertification>
</certification>
2.Scan 3 movie's (emberscraped NFO) certifications in NFO:
Movie-1: <certification>a.Al</certification>
Movie-2: <certification>Germany:0</certification>
Movie-3: <certification>Approved</certification>
3.Check certification in generated XML's :
Movie-1: <certification>0</certification>
Movie-2: <certification>0</certification>
Movie-3: <certification>0</certification>
4.Everything fine so far, now check poster wether overlay is applied:
Movie-1: not applied
Movie-2: applied
Movie-3: not applied

What is the expected output? What do you see instead?
Overlays apllied for all movies

What version/revision of YAMJ are you using? On what operating system?
R-2775

What skin are you using?
Eversion/evHell
with massive use of overlay function to reduce amount of pictures/flags that otherwise have to be dynamically loaded.

What device are you using YAMJ on? Networked Media Tank, PlayonHD, Other?
PCH-C200

Please provide any additional information below.
For me it looks like the overlay process is done before the final certification is build.

@Omertron
Copy link
Member Author

Comment #1 originally posted by Omertron on 2011-11-08T23:20:56.000Z:

I take this issue back, after thoroughly looking everything into again i finally found the mistake.
Nothing wrong with YAMJ so far.

Sorry for putting this erroneously.

@Omertron
Copy link
Member Author

Comment #2 originally posted by Omertron on 2011-11-09T06:52:44.000Z:

<empty>

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