[RELEASE] South Park
#31
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.
Reply
#32
(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?
Current Setup:
[T.V] 55" Bravia HX820 3D [Reciever] Sony 7.1 Surrond 3D
RPi B+ | Openelec | OC@1000MHz

In Process
[OS] Win 7 64Bit HP [CPU] AMD Athlon™ 64 X2 4800+ 2.5GHz [MOBO] nVIDIA Quadro NVS 210S [RAM] 2x2GB DDR2 Kingston [GPU] Radeon HD6450 1GB DDR3 [HDD] 1TB WD SATA [Audio] Radeon HD6450 (HDMI Out)
Reply
#33
Fixed: just had to uninstall the current one and reinstall the test repo versionSmile
Current Setup:
[T.V] 55" Bravia HX820 3D [Reciever] Sony 7.1 Surrond 3D
RPi B+ | Openelec | OC@1000MHz

In Process
[OS] Win 7 64Bit HP [CPU] AMD Athlon™ 64 X2 4800+ 2.5GHz [MOBO] nVIDIA Quadro NVS 210S [RAM] 2x2GB DDR2 Kingston [GPU] Radeon HD6450 1GB DDR3 [HDD] 1TB WD SATA [Audio] Radeon HD6450 (HDMI Out)
Reply
#34
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?
Reply
#35
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!
Reply
#36
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.
Reply
#37
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 )
Reply
#38
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")
Reply
#39
(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...
Reply
#40
(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.
Reply
#41
(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/s0...n-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.
Reply
#42
(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/s0...n-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.
Reply
#43
This used to work when it was just southpark.de. Now all I get is country blocked type rubbish. Not good at all man.
Image
HTPC: Motherboard: Asus F2A85-V, CPU: AMD A10 6800K, RAM: Kingston XMP BEAST 16GB, Samsung 840 EVO 250GB, LG CH12NS30 Blu-Ray drive, Samsung, and WD various 2 and 3TB for storage, Windows 8.1, one for all remote/FLIRC, Logitech z906 surround system.
Reply
#44
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
Reply
#45
v1.1.0:
- Removed international site support
- Changed name from "South Park" to "SouthPark.de"
- Fixed video playback (only tested via kodi 14.0+)
Reply

Logout Mark Read Team Forum Stats Members Help
[RELEASE] South Park3