WIP Playon native interface for Kodi
#31
(2015-04-12, 01:04)sytone Wrote: Also if you open the flv direct does it work?

easy fix, but I messed up the pull request... sytone can you fix your github and revert it back to your last commit before my pull request? Thanks
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
#32
I see you have done the revert on https://github.com/sytone/plugin.video.playonbrowser. Did you still want me to do it again?
#33
(2015-04-12, 01:25)sytone Wrote: I see you have done the revert on https://github.com/sytone/plugin.video.playonbrowser. Did you still want me to do it again?

Yes, you need to revert past any code pushed from me today...

Thanks
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
#34
I ended up doing a hard reset, was having issues backing out the merge nicely...
#35
Sorry about that, Is that your last commit? thought you started to add search?
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
#36
Search has been added and it wil returning results. I have not wired up the play yet. I need a slight re-write to do that.
#37
@chilman408

Pull from https://github.com/sytone/plugin.video.playonbrowser and you should be stable. The search bits are there but do not play back yet.
#38
ok, search is now in place and working. The code is a bit crappy behind it but it works Smile refactoring is low on the list at the moment. I will try and get additional meta data in place next.
#39
I'm getting script errors when trying to run the plugin.

Code:
08:47:13 T:3648   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.ImportError'>
                                            Error Contents: No module named CommonFunctions
                                            Traceback (most recent call last):
                                              File "C:\Users\root\AppData\Roaming\Kodi\addons\plugin.video.playonbrowser-master\addon.py", line 16, in <module>
                                                import CommonFunctions
                                            ImportError: No module named CommonFunctions
                                            -->End of Python script error report<--
08:47:13 T:5672   ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.playonbrowser

Here's the full log: http://pastebin.com/TWYUshJK

Running Kodi 14.2

I'm very excited for this plugin so I can use smart playlists with it! Thanks for your hard work!
#40
You need to install the plug in properly!
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
#41
Ugh. I'm so sorry. I'm an idiot. Serious. No sarcasm. I'm embarrassed.
#42
Smile

Are you up and running now?
#43
I was able to install it successfully and connect to my playon server, but I'm having issues playing most videos. I was able to get HBO GO to work, but Amazon Prime Instant is not. It'll go to loading and then fail out.

Log: http://pastebin.com/FxNwqU3n

Also, navigation doesn't seem faster than Playon DLNA. And I am unable to setup smart playlists. Is that expected? As long as favorites don't break like DLNA Playon, that isn't a big issue.
#44
I am getting the same on Amazon, however I am also getting the same issue on other devices. Can you try and access playon from another device so we can confirm the channel is not broken? Looking at the playon forum this is a amazon wide issue.

Initial navigation will always be slow as the xml is pulled from the playon service, after that it is cached for 1 hour at the moment and navigation is snappy when using the cache. I can make that a config item if people want.

I have done a push to Lunatixz's repo and once it is up the main version will be at 1.0.2. Ill work on the next batch of changes and when stable run the same process.
#45
Like the idea of the cache.

Logout Mark Read Team Forum Stats Members Help
Playon native interface for Kodi0