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) |
- FreeFighter - 2012-01-02 Great, you can add watchseries.eu to the list Was in stand by before starting PLayit, it stayed in stand by until i clicked on a button on the remote. - ajay - 2012-01-02 FishOil Wrote:Working Chrome extension on the first post link. If you made it, thanks. Chrome extension is available, you can get it from here: http://code.google.com/p/apple-tv2-xbmc/downloads/list - chocolateboy - 2012-01-02 Great idea! I'm currently using a variety of userscripts for this e.g.: - but I'd prefer a unified solution. Glancing at the code, it looks like you've spent a fair bit of time (re-)creating scraper plugins for various sites. Have you thought of using the Navi-X scrapers? [1][2] They function like a web service that translates a web page URI into the URI of its streamable media file. It should be possible to extract/repurpose their NIPL interpreter code. [3] Alternatively, you might be able to build your server as a layer on top of Navi-X or as a standalone app that delegates to it. [1] http://navix.turner3d.net/proc_list [2] http://navix.turner3d.net/proc_docs [3] https://code.google.com/p/navi-x/source/browse/trunk/Navi-X/src/CURLLoader.py - ajay - 2012-01-03 chocolateboy Wrote:Glancing at the code, it looks like you've spent a fair bit of time (re-)creating scraper plugins for various sites. Have you thought of using the Navi-X scrapers? [1][2] They function like a web service that translates a web page URI into the URI of its streamable media file. It should be possible to extract/repurpose their NIPL interpreter code. [3]I will check navi-x service. - ztas - 2012-01-03 ajay Wrote:Chrome extension is available, you can get it from here: Thanks AJ. Chrome extn is gr8.. it works gr8 on my atv2. I wish to see config to setup the XBMC IP address. - ajay - 2012-01-03 ztas Wrote:Thanks AJ. Yes, I was working on your wish. chrome extension v0.2 released http://code.google.com/p/apple-tv2-xbmc/downloads/list - macf1an - 2012-01-03 ajay Wrote:I am not marketing anything, I made it for myself and thought its worth sharing. Never expected a single penny in donation. Hey, don't get offended I didn't mean it in the commercial way .. Anyway - have you ever checked out Navi-X ? They've been using the same principle (a list of url processors for content hosting providers) for years now, and have a pretty large database of them. What they did very providently was to maintain them online and not locally as you do thus having to update them in a single location when something changes. - ztas - 2012-01-03 ajay Wrote:Yes, I was working on your wish. chrome extension v0.2 released Thanks Ajay - FreeFighter - 2012-01-03 I tried a megavideo link, but it doesn't seem to work: http://www.megavideo.com/?v=CNGP593H - ajay - 2012-01-03 FreeFighter Wrote:I tried a megavideo link, but it doesn't seem to work: http://www.megavideo.com/?v=CNGP593H This URL pattern is new, use megavideo.com/v/ instead. I will add this pattern in next release - ztas - 2012-01-04 Any support for StageVu.com? - ajay - 2012-01-04 ztas Wrote:Any support for StageVu.com? Added stagevu and veevr support - ztas - 2012-01-04 ajay Wrote:Added stagevu and veevr support Thanks for ur gr8 work - FreeFighter - 2012-01-04 Can you add gorillavid.com too please? Absolutely Beautiful - john.doe - 2012-01-04 I've been looking for such a 'push' service for a long time. Works great, though I've been playing with it only for a short time. I do have a couple of suggestions though: - The (firefox) extension is active on all domains, meaning I am able to 'fling' any URL, say http://www.google.com, to the ATV2, where it quietly dies without any error. You might want to send to the service only domains you can support (parse & play) - Can PlayIt be added to the context menu for URLs, so I don't have to go the actualy video page, but just right-click on the URL and 'fling' it? Thanks, all your good work is appreciated. |