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

Uppercase for Series with Seasons >= 10 #2633

Closed
Omertron opened this issue Mar 16, 2015 · 4 comments
Closed

Uppercase for Series with Seasons >= 10 #2633

Omertron opened this issue Mar 16, 2015 · 4 comments

Comments

@Omertron
Copy link
Member

Original issue 2634 created by Omertron on 2013-03-27T12:13:10.000Z:

What steps will reproduce the problem?

  1. Series with more then 9 Seasons

The Episode Numbers show s10 instead of S10

What is the expected output? S10Exx

What do you see instead? s10Exx

What version/revision of YAMJ are you using? On what operating system?
YAMJ: r3662
OS: Windows 7 ultimate 64bit SP1
Java 64bit Ver 7 r 17

What skin are you using? 5150fsk

What device are you using YAMJ on? Networked Media Tank

@Omertron
Copy link
Member Author

Comment #1 originally posted by Omertron on 2013-05-08T08:25:29.000Z:

Can you provide the XML for the tv show?

I think this may be an issue with the skin however.

@Omertron
Copy link
Member Author

Comment #2 originally posted by Omertron on 2013-05-08T12:01:23.000Z:

See attachment

@Omertron
Copy link
Member Author

Comment #3 originally posted by Omertron on 2013-09-25T09:51:04.000Z:

This is an issue with the skin.

You will need to look in the detail.xsl file and change the "s" to "S"

I don't have a copy of your modified skin, but if you post on the forums we can probably help out
http://www.networkedmediatank.com/forumdisplay.php?fid=70

@Omertron
Copy link
Member Author

Comment #4 originally posted by Omertron on 2013-09-25T17:27:06.000Z:

Yes!
Thanks for that!

It was an error in line 62

ORIGINAL LINE
"... xsl:when test="string-length(//movie/season) = '1'">S0<xsl:value-of
select="//movie/season"/>/xsl:whenxsl:otherwises<xsl:value-of
select="//movie/season..."

CHANGED LINE
"... xsl:when test="string-length(//movie/season) = '1'">S0<xsl:value-of
select="//movie/season"/>/xsl:whenxsl:otherwiseS<xsl:value-of
select="//movie/season..."

... the needle in a haystack...

Thanks again

-----Urspr�ngliche Nachricht-----
Von: [email protected] [mailto:[email protected]]
Gesendet: Mittwoch, 25. September 2013 11:51
An: [email protected]
Betreff: Re: Issue 2634 in moviejukebox: Uppercase for Series with Seasons

Updates:
Status: WontFix

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