Kodi Community Forum
[RELEASE] South Park - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Video Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=154)
+---- Thread: [RELEASE] South Park (/showthread.php?tid=180476)

Pages: 1 2 3 4 5


RE: [RELEASE] South Park - International video addon - dong - 2014-08-22

I can confirm that episodes don't load anymore. Running version 1.0.5 from xbmc official addon repository on a raspberry pi with openELEC.

Seasons show up and all episodes are listed but playback does not start for any episode.
Wasn't able to try the beta version from the testing repo on google code, since I don't know how to install from ZIP on my openELEC install.


RE: [RELEASE] South Park - International video addon - strykr192 - 2014-08-22

(2014-08-22, 14:51)dong Wrote: I can confirm that episodes don't load anymore. Running version 1.0.5 from xbmc official addon repository on a raspberry pi with openELEC.

Seasons show up and all episodes are listed but playback does not start for any episode.
Wasn't able to try the beta version from the testing repo on google code, since I don't know how to install from ZIP on my openELEC install.

I have the exact same issue on 1.0.5, other than having the test repo. But it shows no update, kinda sh** the bed on that one and forgot to uninstall and install the version from the repo (although that one even says 1.0.5) until I woke up this morning lol

Should the test repo version not show up as 1.0.7?


RE: [RELEASE] South Park - International video addon - strykr192 - 2014-08-23

Fixed: just had to uninstall the current one and reinstall the test repo versionSmile


RE: [RELEASE] South Park - International video addon - dong - 2014-08-23

Is the latest version from the test repo considered stable? If so, can we expect to see this pushed into the official xbmc addon repo in the near future?


RE: [RELEASE] South Park - International video addon - dong - 2014-08-25

Alright so I went ahead and set up AddonScriptorDE testing repo. The moment I did this, the addon got updated. It was showing up as 1.0.5 before and then got bumped to 1.0.9
I then setup the addon with country DE (since I am located in Germany) and Language EN (since I dislike the translated version of SP and prefer the original syncro)

Several issues:
Playback only works for Season 1 to 5. Playback is in SD. (maybe from Season 6 onwards the stream would be HD and that leads to the problem? HD playback was working with 1.0.5 just until the beginning of August...)
Episode numbering is wrong in the playback view. While in the list it shows up as S05E14 for example, when actually watching the episode, the season number gets displayed as S51E4.

Any idea why playback for season 6 to 17 doesn't work? Any information I can provide?

Thanks in advance for your help!


RE: [RELEASE] South Park - International video addon - dong - 2014-08-25

Ok there actually are other seasons that do work: Season 15 and 10 for example.

However there are Seasons that do not work at all like 16 and 17.
Also playback is always SD.


[RELEASE] South Park - International video addon - rONbar10 - 2014-08-27

hi there, where can i find the test repo version?? i got the sams issue with not working streams since about 3 or 4 weeks. all episodes are shown. but none of them are working...

thx
rON (kinda noob in xbmc Wink )


RE: [RELEASE] South Park - International video addon - arbi14 - 2014-09-24

for those having problems with playing several episodes:

try changing line 147 in the default.py from:
content = getUrl(url+"&acceptMethods=hdn1")

to:
content = getUrl(url+"&acceptMethods=phttp")


RE: [RELEASE] South Park - International video addon - keynone - 2014-09-25

(2014-09-24, 19:46)arbi14 Wrote: for those having problems with playing several episodes:

try changing line 147 in the default.py from:
content = getUrl(url+"&acceptMethods=hdn1")

to:
content = getUrl(url+"&acceptMethods=phttp")

Yup. this works great! No more errors and all episodes work as far as I can tell. But still no HD.

EDIT: Well, further testing showed that it is not perfekt, but it works better than before...


RE: [RELEASE] South Park - International video addon - kiel1 - 2014-09-27

(2014-09-24, 19:46)arbi14 Wrote: for those having problems with playing several episodes:

try changing line 147 in the default.py from:
content = getUrl(url+"&acceptMethods=hdn1")

to:
content = getUrl(url+"&acceptMethods=phttp")

I have changed line 147 as above but it still doesn't work.

I'm using the raspberry pi with current openelec (XBMC 13.2) and the South Park Addon from AddonScriptor's testing repository (version 1.0.9).


Does anybody know a solution? Would be nice.


RE: [RELEASE] South Park - International video addon - arbi14 - 2014-09-29

(2014-09-25, 21:17)keynone Wrote:
(2014-09-24, 19:46)arbi14 Wrote: for those having problems with playing several episodes:

try changing line 147 in the default.py from:
content = getUrl(url+"&acceptMethods=hdn1")

to:
content = getUrl(url+"&acceptMethods=phttp")

Yup. this works great! No more errors and all episodes work as far as I can tell. But still no HD.

EDIT: Well, further testing showed that it is not perfekt, but it works better than before...

the plugin is working pretty good for me. some episodes dont work, because there seems to be a problem on their website (e.g http://www.southpark.de/alle-episoden/s04e01-die-lustige-geschichte-über-ein-verbrechen-aus-hass).

For HD u could change the line to:
content = getUrl(url+"&acceptMethods=fms")
the problem is that after u reach the end of the buffer it just skips to the next act. Any ideas?

(2014-09-27, 15:40)kiel1 Wrote:
(2014-09-24, 19:46)arbi14 Wrote: for those having problems with playing several episodes:

try changing line 147 in the default.py from:
content = getUrl(url+"&acceptMethods=hdn1")

to:
content = getUrl(url+"&acceptMethods=phttp")

I have changed line 147 as above but it still doesn't work.

I'm using the raspberry pi with current openelec (XBMC 13.2) and the South Park Addon from AddonScriptor's testing repository (version 1.0.9).


Does anybody know a solution? Would be nice.

it will be hard to help you without the logfile, but i guess your build is missing some necessary components.


RE: [RELEASE] South Park - International video addon - kiel1 - 2014-09-29

(2014-09-29, 12:16)arbi14 Wrote:
(2014-09-25, 21:17)keynone Wrote:
(2014-09-24, 19:46)arbi14 Wrote: for those having problems with playing several episodes:

try changing line 147 in the default.py from:
content = getUrl(url+"&acceptMethods=hdn1")

to:
content = getUrl(url+"&acceptMethods=phttp")

Yup. this works great! No more errors and all episodes work as far as I can tell. But still no HD.

EDIT: Well, further testing showed that it is not perfekt, but it works better than before...

the plugin is working pretty good for me. some episodes dont work, because there seems to be a problem on their website (e.g http://www.southpark.de/alle-episoden/s04e01-die-lustige-geschichte-über-ein-verbrechen-aus-hass).

For HD u could change the line to:
content = getUrl(url+"&acceptMethods=fms")
the problem is that after u reach the end of the buffer it just skips to the next act. Any ideas?

(2014-09-27, 15:40)kiel1 Wrote:
(2014-09-24, 19:46)arbi14 Wrote: for those having problems with playing several episodes:

try changing line 147 in the default.py from:
content = getUrl(url+"&acceptMethods=hdn1")

to:
content = getUrl(url+"&acceptMethods=phttp")

I have changed line 147 as above but it still doesn't work.

I'm using the raspberry pi with current openelec (XBMC 13.2) and the South Park Addon from AddonScriptor's testing repository (version 1.0.9).


Does anybody know a solution? Would be nice.

it will be hard to help you without the logfile, but i guess your build is missing some necessary components.

now it works. But I can confirm the problem that after you reach the end of the buffer it just skips to the next act.


RE: [RELEASE] South Park - International video addon - Death-Axe - 2014-10-19

This used to work when it was just southpark.de. Now all I get is country blocked type rubbish. Not good at all man.


RE: [RELEASE] South Park - International video addon - gitman - 2014-12-31

hi, the only menu choice i am given when accessing this add-on is "Random". It does play videos, albeit not all that random (they seem to have a bucket of episodes that they specifically have set aside for the "Random" option). is there a known solution to this problem? my country is configured as "US".

thanks


RE: [RELEASE] South Park - International video addon - AddonScriptorDE - 2015-01-05

v1.1.0:
- Removed international site support
- Changed name from "South Park" to "SouthPark.de"
- Fixed video playback (only tested via kodi 14.0+)