• 1
  • 14
  • 15
  • 16(current)
  • 17
  • 18
  • 20
[RELEASE] ITV Catchup (Video) Plugin
Many thanks for all your hard work to date, but is there any chance this add-on could be made to work on pre-Eden.

Error Log

Would be very much appreciated

Mike
Reply
it's working for me on pre-eden. Did you install like this:

http://forum.xbmc.org/showpost.php?p=862...tcount=183
Reply
First 2 attempts at running this add-on on pre-eden did not work, but interestingly with different errors. Procrastinator, thanks for the info that it can work on the pre-eden nightlies, I have tried again with the latest nightly install for windows and again I got script error, but this time the error log showed that utils module was missing. I had followed the instruction from this post so I tried copying the utils.pyo file from the iPlayer add-on as well as the utils.py as described. After this... success!
Reply
Strange - it works for me on pre-Eden simply by installing the old release - only thing missing is the program icon.
Reply
spazbob Wrote:
Code:
02:56:20 T:115470336    INFO: -->Python script returned the following error<--
02:56:20 T:115470336   ERROR: Error Type: <type 'exceptions.IOError'>
02:56:20 T:115470336   ERROR: Error Contents: (13, 'Permission denied', '/var/mobile/Library/Preferences/XBMC/userdata/addon_data/plugin.video.itv/Images/269535.jpg')
02:56:20 T:115470336   ERROR: Traceback (most recent call last):
                                              File "/var/mobile/Library/Preferences/XBMC/addons/plugin.video.itv/default.py", line 507, in <module>
                                                EPS(url)
                                              File "/var/mobile/Library/Preferences/XBMC/addons/plugin.video.itv/default.py", line 223, in EPS
                                                fw = open(outfile, 'w')
                                            IOError: (13, 'Permission denied', '/var/mobile/Library/Preferences/XBMC/userdata/addon_data/plugin.video.itv/Images/269535.jpg')
02:56:20 T:115470336    INFO: -->End of Python script error report<--

It looks like your default.py script doesn't have appropriate permissions. Check the permissions of the plugin.video.directory, should be 755.


Thanks for your reply on this, but I'm still struggling. Log is here

http://pastebin.com/KUg2w47U


I am using an ATV2 and a Macbook via terminal and Filezilla.

In Filezilla, when I right click plugin.video.itv and select File Permissions, it says 755 in Numeric value which I assume is correct.

In terminal I tried chmod and chown but this did not seem to do anything.

Can anyone help?
Reply
BelowtheWaste Wrote:I am using an ATV2 and a Macbook via terminal and Filezilla.
[...]
In terminal I tried chmod and chown but this did not seem to do anything.

When you say you tried chown do you mean you did the following command?
Code:
chown -R mobile:mobile /private/var/mobile/Library/Preferences/XBMC/userdata
file permissions need to be set for the mobile user, not the root user on ATV2


BTW I knocked up a quick icon for this addon. If anybody wants it you can get it here. Just drop it in the plugin.video.itv folder, and make sure that it is named "icon.png"
Reply
procrastinator Wrote:When you say you tried chown do you mean you did the following command?
Code:
chown -R mobile:mobile /private/var/mobile/Library/Preferences/XBMC/userdata
file permissions need to be set for the mobile user, not the root user


BTW I knocked up a quick icon for this addon. If anybody wants it you can get it here. Just drop it in the plugin.video.itv folder, and make sure that it is named "icon.png"

Thank you so much for your help- I needed the idiots guide.

Working now.

Many Thanks.
Reply
Can anyone provide exact steps to get this working on ATV. I tried steps from post 208 (if I remember correctly) but it doesn't work Sad
Reply
Thanks procrastinator for the icon - goog job!

I'm struggling to get subtitles working. The itv.srt files that are being generated are either empty zero byte files or contain:

Quote:1
0:00:00,001 --> 0:01:00,001
<font color='Red'>No subtitles available
</font>

Here's my xbmc.log file:
http://pastebin.com/9VnbKGNq

I'm running xbmc on Windows 7 32-bit.
Reply
Hey folks,

Is there a complete version of this plugin available? I've read through the thread but it seems (and i could be wrong) tht to get this up and running there are a few fragmented sections and hoops that need to navigated through.

Changing files, editing sections and creating folders etc...

Has anyone taken the most recent version, added the new files, edited the files and then uploaded a fully updated and working version of the plugin.

Cheers,

Pat~
Reply
I just installed from zip using itv.zip.
Reply
Where did you obtain the itv.zip file that you speak of?
Reply
The original zip still works but only finds the lowest qualtiy streams. dlake02 has rewritten the add-on to find the highest quality.

Follow the instructions in post 183 http://forum.xbmc.org/showthread.php?tid=32897&page=19
Reply
Sorry! Can't remember!!!

I've uploaded it here: http://www.4shared.com/file/ijwXF8f6/itv.html

No promises or guarantees!!!!

And reading the last post ... I think I also followed those instructions too.

Sorry if I misled you.
Reply
Hi

New update for ITV Player on:

http://code.google.com/p/xbmc-itv-player/

Main changes are that the plugin will now use it's own proxy settings and that you can declare the maximum stream rate (or default to auto).

These options are available on the plugin settings page, right-click to reach the settings.

Large portions of this code has been culled from exobuzz's EXCELLENT iPlayer plugin - respect.

D
Reply
  • 1
  • 14
  • 15
  • 16(current)
  • 17
  • 18
  • 20

Logout Mark Read Team Forum Stats Members Help
[RELEASE] ITV Catchup (Video) Plugin2