• 1
  • 2(current)
  • 3
  • 4
  • 5
  • 9
iTV Player for XBMC Eden
#16
Thanks for the details - is anyone able to translate this into file paths for ATV2? I would love to get this plugin working on apple tv for xmas.
Thanks all, have a top Xmas and new year.
Reply
#17
Hi all, any luck getting his running on Eden beta? What steps do I need to follow or what fiddling do I need to do? I installed from zip file but get script errors - my log file is attached to an issue created where the repo is sitting... Any help much appreciated.
Cheers, and happy new year when it comes!
J
Reply
#18
i need the same help please
Reply
#19
same here - script errors using that itv plugin on xmbv on apple tv. installed fine and i can see the content, just errors on trying to play them
Reply
#20
Had same problem, but got to work on a linux box by following Hasselhof's instructions, more or less. It just required creating three folders:

Under linux the filepath is ~/.xbmc/userdata/addon_data
Create a new folder here called plugin.video.itv and then within that folder create two subfolders called Images and Subtitles
Everything then worked fine.
Reply
#21
Still getting script error at the point of selecting any program from the list
Reply
#22
All working on EDEN beta, but note Robtuk's path above Smile
Reply
#23
anyone know if there's a 4 OD plugin?
Reply
#24
LeaUK Wrote:anyone know if there's a 4 OD plugin?

Yes, and a search would have directed you towards this post.

http://forum.xbmc.org/showpost.php?p=972...tcount=137
Reply
#25
script error solved with rtmp dump 2.4 !

as suggested earlier
Reply
#26
Thanks for the direct link... for those nuubies like me you will need to add the zip in: System > add-ons > add from zip. Then go to Videos > add-ons > select 4oD Smile

Although I did install this too, not sure if it was needed though!

http://www.youtube.com/watch?v=nrdKlxzyudg
Reply
#27
btw, didn't need to modify librtmp as the one dated 27-7-2011 which comes with EDEN beta 1 worked fine...cheers though Smile
Reply
#28
I took the package and added a few changes.

plugin.video.itv_1.0.5a.zip

http://www.mediafire.com/?cpmnpg603ulgr4u

All that has been changed is the versioning and a few lines to create the directories which are missing.

+if not os.path.isdir(DIR_USERDATA):
+ os.makedirs(DIR_USERDATA)
+if not os.path.isdir(SUBTITLES_DIR):
+ os.makedirs(SUBTITLES_DIR)
+if not os.path.isdir(IMAGE_DIR):
+ os.makedirs(IMAGE_DIR)
+
Reply
#29
Just tried this and it's working a treat.

many thanks
Reply
#30
hi guys still getting script error on apple tv 2 when trying to load any of the episodes.. (im running eden i beleive),

Any ideas guys Smile ?Laugh
Reply
  • 1
  • 2(current)
  • 3
  • 4
  • 5
  • 9

Logout Mark Read Team Forum Stats Members Help
iTV Player for XBMC Eden2