[RELEASE] 4oD (Video) Addon - UK Channel 4 on demand

  Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Closed
anchors Offline
Junior Member
Posts: 34
Joined: Apr 2012
Reputation: 0
Post: #161
Just thought i'd give it one last go and all is working ! Not sure what i did, if anything, but all good...wife will be pleased, more location, location !!

I'm having same probs with the ITV Player, starts to load, then nothing happens. Anyway, onwards and upwards.
find
lusephur Offline
Junior Member
Posts: 23
Joined: Nov 2008
Reputation: 0
Post: #162
4od has changed it's 4odplayer swf from 40dplayer-11.21.2.swf to 4odplayer-11.23.4.swf
not sure if the "--flashVer", '"WIN 11,0,1,152"', entry on line 257 needs to be updated too, haven't looked at tv in a while, not sure what the changes to the site have been
find
castalla Offline
Fan
Posts: 610
Joined: Aug 2011
Reputation: 11
Post: #163
(2012-04-13 19:17)lusephur Wrote:  4od has changed it's 4odplayer swf from 40dplayer-11.21.2.swf to 4odplayer-11.23.4.swf
not sure if the "--flashVer", '"WIN 11,0,1,152"', entry on line 257 needs to be updated too, haven't looked at tv in a while, not sure what the changes to the site have been


maybe that's the issue - but we need an 'expert' to give us the exact edits or a new default.py !!!

I have no idea what the flashVer entry should be.
find
lusephur Offline
Junior Member
Posts: 23
Joined: Nov 2008
Reputation: 0
Post: #164
neither do I, tried lookig about the web for a hint even, but I'm at a loss. Is there a standard sequence to match the swf version number, or is it a case of capturing and decompiling the swf format.
find
njtaylor Offline
Junior Member
Posts: 12
Joined: Jan 2012
Reputation: 0
Location: UK
Post: #165
(2012-04-13 20:17)castalla Wrote:  
(2012-04-13 19:17)lusephur Wrote:  4od has changed it's 4odplayer swf from 40dplayer-11.21.2.swf to 4odplayer-11.23.4.swf
not sure if the "--flashVer", '"WIN 11,0,1,152"', entry on line 257 needs to be updated too, haven't looked at tv in a while, not sure what the changes to the site have been


maybe that's the issue - but we need an 'expert' to give us the exact edits or a new default.py !!!

I have no idea what the flashVer entry should be.

Have the same problem with get_flash_videos, just updating that as 1st priority, that automatically switched to the newer swf file, but still fails. The returned xml contains a different StreamURL format from before, and least it does for some programmes, it maybe only certain programmes that are being changed or other just haven't been changed yet. This is not going to be such a simple change as just the swf version string. The flashVer in just the flash player version, and pretends to be a Window version.
find
1955jmgs Offline
Junior Member
Posts: 1
Joined: Dec 2011
Reputation: 0
Post: #166
ATV2

Faulty line in the 4OD and Demand5 default.py file is

geturllib.SetCacheDir( xbmc.translatePath(os.path.join( "special://profile","cache" )) )

Replace the existing

geturllib.SetCacheDir( xbmc.translatePath(os.path.join( "T:"+os.sep,"addon_data", gPluginName,'cache' )) )

everything then wil work

ATV2
(2012-04-14 19:42)1955jmgs Wrote:  ATV2

New line in the 4OD and Demand5 default.py file is

geturllib.SetCacheDir( xbmc.translatePath(os.path.join( "special://profile","cache" )) )

Replace the existing faulty incorrect line

geturllib.SetCacheDir( xbmc.translatePath(os.path.join( "T:"+os.sep,"addon_data", gPluginName,'cache' )) )

everything then wil work

ATV2
(This post was last modified: 2012-04-14 19:43 by 1955jmgs.)
find
Hitcher Offline
Skilled Skinner
Posts: 9,915
Joined: Aug 2007
Reputation: 67
Location: Eastleigh, UK
Post: #167
I used special://masterprofile instead of special://profile so it gets written to the userdata folder instead of XBMCs install folder.

[Image: sig_zps3af3b48e.jpg]
find
castalla Offline
Fan
Posts: 610
Joined: Aug 2011
Reputation: 11
Post: #168
Can this be used for win7 installs?

NO
(This post was last modified: 2012-04-15 09:31 by castalla.)
find
jonrouston Offline
Junior Member
Posts: 10
Joined: Aug 2011
Reputation: 0
Post: #169
Hi,

Eden 11.0, ATV2, Installed the script from zip then edited default.py as suggested. Works great, except some programmes don't play?

Currently, for example. 10 o clock live will play, but homeland will not (script error). I thought it might be parental controls, but logging onto the 4od website, both programs have controls. Have cleared cache in

/private/var/mobile/Library/Caches/AppleTV/Video/Other
/private/var/mobile/Library/Preferences/XBMC/addon_data/plugin.video.4od/cache

but no joy - any ideas?
(This post was last modified: 2012-04-16 23:36 by jonrouston.)
find
Sneeka Offline
Member
Posts: 87
Joined: Apr 2009
Reputation: 0
Post: #170
If this is working fine for anyone, could they post their default.py file? I'm still having issues with it stopping after a minute of playtime, and I'm lost as to what now needs to be amended in this file, other than the cache line above.
find
Thread Closed