blgrnt1 / bluecop-xbmc-repo

Automatically exported from code.google.com/p/bluecop-xbmc-repo
0 stars 0 forks source link

[CBS] Primetime Full Episodes #21

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Select PrimeTime > The Big Bang Theory > Full Episodes

What is the expected output? What do you see instead?
Expected to see all episodes of The Big Bang Theory
Instead it list all episodes from all programs (167 pages)

What version of the product are you using? On what operating system?
Latest XBMC on Windows 7 64 bit.

Original issue reported on code.google.com by b...@boosis.com on 9 Feb 2011 at 11:56

GoogleCodeExporter commented 8 years ago
The issue is that CBS changed the value of '_series_title' from a string (ie: 
big_bang_theory) to an integer (ie: 10). In order to patch it, the following 
string in the _shows.py script needs to be changed.

From This:
series = 
show['onclick'].replace("set_show(this,'",'').replace("');",'').encode('utf-8')

To This:
series = 
show['onclick'].replace("set_show(this,",'').replace(");",'').encode('utf-8')

Hopefully, bluecop will look at this and apply these changes along with any 
needed modifications.

Original comment by sstryde...@gmail.com on 10 Feb 2011 at 3:02

GoogleCodeExporter commented 8 years ago
Thanks for the reply.
Can I do that (somehow edit the _shows.py file) or do I have to wait for 
bluecop?

Original comment by b...@boosis.com on 10 Feb 2011 at 7:29

GoogleCodeExporter commented 8 years ago
Reinstall the plugin. The latest version (1.3.5) has the issue fixed. 

Original comment by sstryde...@gmail.com on 10 Feb 2011 at 1:50

GoogleCodeExporter commented 8 years ago
fixed 

Original comment by bluecop...@gmail.com on 22 Feb 2011 at 10:15