• 1
  • 2
  • 3
  • 4(current)
  • 5
  • 6
  • 9
[RELEASE] Apple Itunes Podcast Browser (video/audio plugin)
#46
Hi mate love your plugin.

I have a very small problem but it doesn't affect the functionality of the plugin just a bit of an annoyance which i hope you can help with.

When i go down the list of video plugins i have installed and pass over the podcast plugin i get the following error Script Failed!: addon.py.

I have tried to do a bit of research on it but to no avail and have no files in the storage and also tried copying the my_podcasts.json from my previous Eden installation.

From the log i think it may be xbmcswift that's the problem but not sure.

I will copy the link bellow

Any help greatly appreciated.

Thank you.

XBMC Frodo 12
Windows 7 64Bit
Neon Skin (not totally supported may be the problem)

http://pastebin.com/u/Agent-P45

P.S This is my first Post.
Reply
#47
Hi,

strange, the plugin is called with the path "//extrafanart/" which is obviously not a known view. Maybe it is indeed related to the skin, can you try with confluence?

Also, could you upload a full debug log?

thanks,
sphere
My GitHub. My Add-ons:
Image
Reply
#48
Thanks for the quick reply i think it must be the skin it seems OK with confluence.

I should have tried the default first but i am really accustomed to neon and have it set up great.

Looking at my full log it seems like it has more than one issue.

Here is the full log

http://pastebin.com/rs0hWSxE

Thanks very much for your time

PS this is the fixed Neon SVN Skin.
Reply
#49
Think Ive found the problem disabled extra fanart in movies and TV section in neon no longer gives error.
Thanks it had nothing to do with your excellent plugin Neon not totally supported is the problem.

New to debugging so will pay more attention in future to the log.

Thanks again Sphere.
Reply
#50
No problem - you are welcome. Can you give me a link to the neon skin svn or project-site?
The neon devs should fix that (they should not try to request plugin path extrafanart).
My GitHub. My Add-ons:
Image
Reply
#51
I will just look it up cheers

http://forum.xbmc.org/showthread.php?tid=152990

Still a work in progress they say.

I might have to add a post at some point
Reply
#52
Hi
I wondered if someone could check my log to try and explain the error

http://xbmclogs.com/show.php?id=5919

I installed this plugin on my openelec raspberry pi and it was working fine last week, now I get an error with addon.py when trying to open
the add-on.

Thanks in advance
Reply
#53
Hi,

you should change line 44 in the addon.py to the following

Code:
content_type = plugin.request.args.get('content_type',None)

Else you will encounter a KeyError exception, if the content_type is missing. You can refer to http://forum.xbmc.org/showthread.php?tid...pid1373509

It would be great, if you could change it in the official repository.
Reply
#54
See my post here.

(In short, I'll do) Wink
My GitHub. My Add-ons:
Image
Reply
#55
Great thank you! By the way: Great plugin! One of the essentials!
Reply
#56
Smile 
(2013-03-21, 22:30)Funnychick Wrote: Hi,

you should change line 44 in the addon.py to the following

Code:
content_type = plugin.request.args.get('content_type',None)

Else you will encounter a KeyError exception, if the content_type is missing. You can refer to http://forum.xbmc.org/showthread.php?tid...pid1373509

It would be great, if you could change it in the official repository.

@Funnychick - appreciate your help, all working again
Reply
#57
Is it possible to add a podcast feed by URL? I have some that are not available on iTunes.
Reply
#58
Awesome addon, the only thing i seem to be missing is a way to see what new podcasts where added to my itunes podcast subscriptions since the last time i used the addon. Even 'just' a list of podcasts by date across my subscriptions would be much appreciated.

I don't know how easy or hard it would be to code that piece of functionality. Hopefully it could be added without the addon having to pre-download each new podcast, since i'm using XBMC on an Apple TV with limited storage.

Keep up the good work!
Reply
#59
(2013-03-28, 02:09)robertpdx Wrote: Is it possible to add a podcast feed by URL? I have some that are not available on iTunes.
Nope, sorry. I also don't plan on developing that.

(2013-04-01, 21:05)robmeer Wrote: Awesome addon, the only thing i seem to be missing is a way to see what new podcasts where added to my itunes podcast subscriptions since the last time i used the addon. Even 'just' a list of podcasts by date across my subscriptions would be much appreciated.

I don't know how easy or hard it would be to code that piece of functionality. Hopefully it could be added without the addon having to pre-download each new podcast, since i'm using XBMC on an Apple TV with limited storage.

Keep up the good work!
You can mark podcast-entries as watched using the "w" key on your keyboard, not sure how to do that with a (apple) remote.
Regarding your idea to show the podcast-entries from multiple podcasts in one view: I will think about that but the possibilities are limited. It would require multiple requests which would result in a slow gui.
I am busy with other add-ons at the moment but after that I will have a closer look.

regards,
sphere
My GitHub. My Add-ons:
Image
Reply
#60
This addon is fantastic! Having a small issue with launching from a Home screen shortcut. Addon launches fine from the addon menu, but if I add a shortcut to the Home screen, I get "Scirpt failed! : addon.py"

Is this the same issue as the missing content_type error?

Debug log: http://xbmclogs.com/show.php?id=12115
Reply
  • 1
  • 2
  • 3
  • 4(current)
  • 5
  • 6
  • 9

Logout Mark Read Team Forum Stats Members Help
[RELEASE] Apple Itunes Podcast Browser (video/audio plugin)4