Kodi Community Forum
[RELEASE] Star Wars (Video) Plugin - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Video Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=154)
+---- Thread: [RELEASE] Star Wars (Video) Plugin (/showthread.php?tid=131763)



[RELEASE] Star Wars (Video) Plugin - mtubesing - 2012-05-17

As requested in a separate post, here is a Star Wars plugin which provides access to all clips and videos from the starwars.com website, including full episodes of recent Clone Wars shows.

Plug-in is available via my repo:
https://raw.github.com/mtubesing/xbmc/master/repository.mtubesing.xbmc-plugins.zip

Comments, ideas and feedback are welcome!




RE: [RELEASE] Star Wars (Video) Plugin - thatguy7669 - 2012-05-17

i am gonna love this Big Grin
thanx for making it

installed & works like a charm


RE: [RELEASE] Star Wars (Video) Plugin - mrdally204 - 2012-05-17

Will try it later. Nephew will love it, thanks!


RE: [RELEASE] Star Wars (Video) Plugin - mohanman - 2012-05-17

Thanks man!


RE: [RELEASE] Star Wars (Video) Plugin - activate - 2012-05-18

Hi mate, the repo doesn't seem to be triggering the download of the star wars vide plugin.


RE: [RELEASE] Star Wars (Video) Plugin - mtubesing - 2012-05-18

(2012-05-18, 08:39)activate Wrote: Hi mate, the repo doesn't seem to be triggering the download of the star wars vide plugin.

Not sure what you mean by 'triggering'. After you add the repo, it will show up as a source for plugins and then you will still need to select the plugin for install. Installing the repo does not automatically install the video plugin. Is that what you mean? Huh


RE: [RELEASE] Star Wars (Video) Plugin - VMCosco - 2012-12-09

Is this add on still being maintained/developed at all? It had been working fine for the first couple of episodes of The Clone Wars Season 5, now I cannot even access season folder anymore. Below is an excerpt from my log when I try to open the Season 5 folder:

Code:
14:07:16 T:33525760   ERROR: Error Type: <type 'exceptions.AttributeError'>
14:07:16 T:33525760   ERROR: Error Contents: 'NoneType' object has no attribute 'nodeValue'
14:07:16 T:33525760   ERROR: Traceback (most recent call last):
                                              File "/var/mobile/Library/Preferences/XBMC/addons/plugin.video.starwars/addon.py", line 266, in <module>
                                                Main(sww)
                                              File "/var/mobile/Library/Preferences/XBMC/addons/plugin.video.starwars/addon.py", line 146, in __init__
                                                self.videos_menu()
                                              File "/var/mobile/Library/Preferences/XBMC/addons/plugin.video.starwars/addon.py", line 214, in videos_menu
                                                vid_info  = self.sww.get_video_info(ep['showurl'])
                                              File "/var/mobile/Library/Preferences/XBMC/addons/plugin.video.starwars/addon.py", line 107, in get_video_info
                                                playpath = xmlnode.firstChild.nodeValue
                                            AttributeError: 'NoneType' object has no attribute 'nodeValue'
14:07:16 T:80678912   ERROR: GetDirectory - Error getting plugin://plugin.video.starwars/?action=vids&show=The Clone Wars&pageroot=/watch/the-clone-wars/1/season5/&ssn=5
14:07:16 T:80678912   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.starwars/?action=vids&show=The Clone Wars&pageroot=/watch/the-clone-wars/1/season5/&ssn=5) failed



RE: [RELEASE] Star Wars (Video) Plugin - mtubesing - 2012-12-10

Yep. I can take a look at it some time this week. Hopefully it's not a major change in their CDN hosting.


RE: [RELEASE] Star Wars (Video) Plugin - mjeyre - 2012-12-10

i get a .py error in eden 11 streight after fresh install.

help !

Mike





RE: [RELEASE] Star Wars (Video) Plugin - purewitz - 2012-12-12

Thank you so much for this add on. I know there must have been others, but I have requested a Star Wars add on in the past. so again thank you.

Update: I'm getting an Addon.py script error in Frodo 12 Beta 3.



RE: [RELEASE] Star Wars (Video) Plugin - mjeyre - 2012-12-12

any joy with this thanks
(the big star wars kid)

xbmcmike


RE: [RELEASE] Star Wars (Video) Plugin - mtubesing - 2012-12-18

Just to provide an update on this - unfortunately, the site *did* change their CDN provider. All calls to the CDN API are now signed (shared key, which is typical for CDN REST API) and RTMP Dump/Explorer isn't able to pull the video because I think the feed is requiring a re-auth every few seconds or blocks (not sure how that works). So, basically, even if we had the access to retrieve the video asset info from the API, I don't think XBMC would be able to stream it, given a single RTMP play URL.

Unless someone else has the time, tools and talent to disassemble the player SWF and see how they are handling the RTMP feed, I think this one will remain broken. Sorry. Sad