Release PlayIt service : Play hosted video url remotely on XBMC - 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: Service Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=152) +---- Thread: Release PlayIt service : Play hosted video url remotely on XBMC (/showthread.php?tid=118251) |
RE: [RELEASED] PlayIt service : Play hosted video url remotely on XBMC - ajay - 2013-05-18 (2013-05-18, 20:38)Bstrdsmkr Wrote: Ahhh that's the ticket. I just googled "playit chrome extension" and the first result is this thread, the second is this: https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&cad=rja&ved=0CDwQFjAB&url=http%3A%2F%2Fcode.google.com%2Fp%2Fapple-tv2-xbmc%2Fdownloads%2Fdetail%3Fname%3DPlayIt.crx%26can%3D2%26q%3D&ei=BMmXUZulKIWe8gT5jYHICg&usg=AFQjCNGR3HGAlEWVyP2pQu0LpEhzmh3qeQ&sig2=tnJ3u97_YRgq6hRlF8adRA&bvm=bv.46751780,d.eWU You are welcome man. I am pleased to hear it worked for you. Regarding you feature request: 1. It already exists. Open PlayIt add-on settings. You can open it from settings of add-ons: Enabled Add-ons -> Services-> PlayIt -> Configure -> Select "Add new to playlist" under On new video request 2. Working on it.. By the way Thanks for 1Channel video add-on mate!! [RELEASED] PlayIt service : Play hosted video url remotely on XBMC - ajay - 2013-05-20 Safari extension is updated with new PlayIt Frame View option. What? This will give an option to send URL used in a frame or embed elements of the page. Usage? Either click on PlayIt Frame View button on toolbar or select it from context menu appears when right click on page. This action will add a top toolbar on frame or embed where from you can invoke play action. This implementation is very simple and going to be very specific. Don't expect much. RE: [RELEASED] PlayIt service : Play hosted video url remotely on XBMC - Bstrdsmkr - 2013-05-21 Had a bug in the new version, script.module.turtle was still installed (wasn't uninstalled when uninstalling the addon). The newly required script.module.tutlex was not automatically installed. TurtleMain.start() changed to accept a new version parameter so it failed to start. Fixed by manually deleting script.module.turtle and xbmc/userdata/database/addons15.db, restarting, and reinstalling service.playitx The following url also fails to play: https://www.youtube.com/watch?feature=player_embedded&v=f_6vDi7ywuA#! It works fine if I remove feature=player_embedded& RE: [RELEASED] PlayIt service : Play hosted video url remotely on XBMC - ajay - 2013-05-22 (2013-05-21, 20:19)Bstrdsmkr Wrote: Had a bug in the new version, script.module.turtle was still installed (wasn't uninstalled when uninstalling the addon). The newly required script.module.tutlex was not automatically installed. TurtleMain.start() changed to accept a new version parameter so it failed to start. This XBMC update is not acting normal like it was in eden. I have been having understanding how to push my updates. Each time I push as update to PlayIt, it will need XBMC restart. I have made the fix for YouTube url contains feature=player_embedded&. Thanks! RE: [RELEASED] PlayIt service : Play hosted video url remotely on XBMC - ajay - 2013-05-22 PlayIt on XBMC extension is now published on Chrome Web Store, Download it today and don't forget to rate https://chrome.google.com/webstore/detail/playit-on-xbmc/lfmmppchelncapanmhdefnmfjplkpchl?hl=en-US New Features:
RE: [RELEASED] PlayIt service : Play hosted video url remotely on XBMC - pmolson - 2013-05-24 AJ Bhai, Does PlayIt support justin tv? I've tried youtube and dailymotion....they both worked, but not JTV THX [RELEASED] PlayIt service : Play hosted video url remotely on XBMC - ajay - 2013-05-24 (2013-05-24, 06:26)pmolson Wrote: AJ Bhai, Does PlayIt support justin tv? I've tried youtube and dailymotion....they both worked, but not JTV :( THX Justine TV is live streaming website and its not resolved in my addon as well as URL resolver RE: [RELEASED] PlayIt service : Play hosted video url remotely on XBMC - bzanni - 2013-05-27 Hi Ajay, Once again, wonderfull xbmc addon, perfectly integrated with both xbmc and chrome. Just one problem though, when I use it on putlocker's videos, I have to try several times before it work, even if at the end it always work. I get this stack from xbmc.log : 22:28:11 T:2883404896 ERROR: ERROR:rootlayIt Service :: UNEXPECTED ERROR OCCURRED Traceback (most recent call last): File "/storage/.xbmc/addons/script.module.turtle/lib/TurtleService.py", line 33, in serviceMethod containerObj.performAction(actionId) File "/storage/.xbmc/addons/script.module.turtle/lib/TurtleContainer.py", line 203, in performAction turtle_route = self.getTurtleRoute(actionId) File "/storage/.xbmc/addons/script.module.turtle/lib/TurtleContainer.py", line 145, in moveTurtle function(self.request_obj, self.response_obj) File "/storage/.xbmc/addons/service.playit/mymoves/PlayIt_Moves.py", line 36, in playHostedVideo if __check_media_url(video_url): File "/storage/.xbmc/addons/service.playit/mymoves/PlayIt_Moves.py", line 92, in __check_media_url response = urllib2.urlopen(request) File "./Lib/urllib2.py", line 126, in urlopen File "./Lib/urllib2.py", line 400, in open File "./Lib/urllib2.py", line 418, in _open File "./Lib/urllib2.py", line 378, in _call_chain File "./Lib/urllib2.py", line 1207, in http_open File "./Lib/urllib2.py", line 1177, in do_open URLError: <urlopen error timed out> 22:28:11 T:2883404896 NOTICE: . 22:28:11 T:2883404896 ERROR: ERROR:root:<urlopen error timed out> Traceback (most recent call last): File "/storage/.xbmc/addons/script.module.turtle/lib/TurtleService.py", line 33, in serviceMethod containerObj.performAction(actionId) File "/storage/.xbmc/addons/script.module.turtle/lib/TurtleContainer.py", line 203, in performAction turtle_route = self.getTurtleRoute(actionId) File "/storage/.xbmc/addons/script.module.turtle/lib/TurtleContainer.py", line 145, in moveTurtle function(self.request_obj, self.response_obj) File "/storage/.xbmc/addons/service.playit/mymoves/PlayIt_Moves.py", line 36, in playHostedVideo if __check_media_url(video_url): File "/storage/.xbmc/addons/service.playit/mymoves/PlayIt_Moves.py", line 92, in __check_media_url response = urllib2.urlopen(request) File "./Lib/urllib2.py", line 126, in urlopen File "./Lib/urllib2.py", line 400, in open File "./Lib/urllib2.py", line 418, in _open File "./Lib/urllib2.py", line 378, in _call_chain File "./Lib/urllib2.py", line 1207, in http_open File "./Lib/urllib2.py", line 1177, in do_open URLError: <urlopen error timed out> It's strange because I rarely get timeout when I use putlocker directly from the browser so I guess the problem is coming from Turtle... [RELEASED] PlayIt service : Play hosted video url remotely on XBMC - ajay - 2013-05-28 (2013-05-27, 19:30)bzanni Wrote: Hi Ajay,Hi, Could you please share logs after enabling debug logging on xbmc. One more thing, please use xbmclogs.com to share logs, don't copy paste in post. Remove the logs from previous post. [RELEASED] PlayIt service : Play hosted video url remotely on XBMC - ajay - 2013-05-28 (2013-05-28, 03:34)Rob22dfg Wrote: I personally use firefox so I look forward to when you have a client for it. It's already available but not all features and not on Firefox addons website. RE: [RELEASED] PlayIt service : Play hosted video url remotely on XBMC - thebearnecessit - 2013-05-29 amazing work, quick feature request...I think a one-click solution in the browser would be brilliant. it would be a lot quicker and easier to use for friends and relatives and noobs etc. perhaps there could be an ability to disable the frame view, that way the playit icon would just send the video to xbmc with one click? RE: [RELEASED] PlayIt service : Play hosted video url remotely on XBMC - ajay - 2013-05-31 (2013-05-29, 14:35)thebearnecessit Wrote: amazing work, Added a new option to make Frame View button invisible, default functionality of PlayIt button will be Play Active URL. Get 2.6.2. (usually chrome does update extension automatically). Chrome extension new UI for options and Popup for PlayIt button added to 2.6.2. RE: [RELEASED] PlayIt service : Play hosted video url remotely on XBMC - thebearnecessit - 2013-05-31 Great news! I just got 2.6.2 but it only works if i have the "frame view button" option enables and i use the blue button to send he video. disabling the "frame view button" option means that when i click on the icon in the toolbar i get no responce whatsoever on either screen. any ideas? is there a log i can get and post up here? [RELEASED] PlayIt service : Play hosted video url remotely on XBMC - ajay - 2013-05-31 (2013-05-31, 19:09)thebearnecessit Wrote: Great news! I just got 2.6.2 but it only works if i have the "frame view button" option enables and i use the blue button to send he video. disabling the "frame view button" option means that when i click on the icon in the toolbar i get no responce whatsoever on either screen. It should work, I tested it multiple times on MAC OSX with Chrome Version 27.0.1453.93. Are you sure, you pressed save button on options after in unchecked visible box. When you press playit button make sure your tab toolbar has a URL. Does it display notification on button click and does xbmc display any acknowledge the request?? RE: [RELEASED] PlayIt service : Play hosted video url remotely on XBMC - ajay - 2013-06-01 Guys another good news. PlayIt on XBMC v1.0.0 add-on for FireFox is ready and submitted for review. You can download it directly using following link: https://addons.mozilla.org/en-US/firefox/addon/playit-on-xbmc/ It has similar features that are available in Safari and Chrome add-ons. Features: One click PlayIt option, PlayIt Frame View, Context Menu Item for PlayIt on XBMC. So, no need to download add-on update manually again and again as NOW we have got AUTO-UPDATE feature enabled for all three browser add-ons. Enjoy! Please don't forget to provide feedback. Its important to keep me working on newer updates for these add-ons. |