[REQ] YiFy MOS plugin

[REQ] YiFy MOS plugin

Postby tweakradje » 02 Feb 2014, 18:56

Hello members,

I am looking for someone who can write a new MOS plugin for using the online movie site: http://yify.tv/

This site has very much online mp4 movies (subtitles loaded from opensubtitles.org) and is worth taking a look.

For XBMC is now a Yifi HD addon available (written in Python): http://superrepo.org/plugin.video.yifymovies.hd/
http://mirrors.superrepo.org/addons/fro ... -1.1.4.zip

The resolver:
Code: Select all
class resolver:
    def run(self, url, name, download=False):
        try:
            if player().status() is True: return
            url = self.yify(url)
            if url is None: raise Exception()

            if download == True: return url
            player().run(name, url)
            return url
        except:
            index().infoDialog(language(30318).encode("utf-8"))
            return

    def yify(self, url):
        try:
            result = getUrl(url, proxy=proxy().server).result
            url = re.compile('showPkPlayer[(]"(.+?)"[)]').findall(result)[0]
            url = 'http://yify.tv/reproductor2/pk/pk/plugins/player_picasa.php?url=https%3A//picasaweb.google.com/' + url
            result = getUrl(url, proxy=proxy().server).result
            result = re.compile('{(.+?)}').findall(result)[-1]
            url = re.compile('"url":"(.+?)"').findall(result)[0]
            return url
        except:
            return


- search movies
- browse genre
- play movies (perhaps SD/HD select)

Is it possible for anyone to convert the Phyton to a RSS/MOS plugin?

Cheers

example:
Movie from webrowser: http://yify.tv/homefront/
Movie loaded 720p: http://redirector.googlevideo.com/videoplayback?id=0078ee31b1132bb4&itag=22&source=picasa&cmo=sensitive_content%3Dyes&ip=0.0.0.0&ipbits=0&expire=1393944765&sparams=id,itag,source,ip,ipbits,expire&signature=D0C75C3E26529BE40CFB9A56F20D4347695A14A.70B6BF1397560BCFC24C13AAEA037380EFFCE6E2&key=lh1&begin=11840
Attachments
yify_xbmc.zip
(10.65 KiB) Downloaded 293 times
Xtreamer Mk1 with AMP11 Pohd + Playon HD Mini with AMP13 Pohd :)
tweakradje
 
Posts: 60
Joined: 10 Feb 2011, 18:43

Re: [REQ] YiFy MOS plugin

Postby tweakradje » 02 Feb 2014, 21:39

A second question. We have Python. Is it possible to write a XBMC addon interpreter? That would be even easier for adding addons.

Cheers
Xtreamer Mk1 with AMP11 Pohd + Playon HD Mini with AMP13 Pohd :)
tweakradje
 
Posts: 60
Joined: 10 Feb 2011, 18:43

Re: [REQ] YiFy MOS plugin

Postby pjzzz » 03 Feb 2014, 21:08

Would love to see this implemented as well.
Linux Venus 2.6.12.6-VENUS #AMP11 Wed Jul 31 16:23:50 MSD 2013 mips GNU/Linux
Xtreamer MK1
User avatar
pjzzz
 
Posts: 8
Joined: 31 Jan 2014, 21:16
Location: Netherlands

Re: [REQ] YiFy MOS plugin

Postby FarVoice » 03 Feb 2014, 21:13

IMHO, easier to write a module in php. What I have already engaged ;)
ASUS O!Play R1 (amp_r12_vrtn), xTreamer Pro (amp_r12_vrt), xTreamer Prodigy (iNeXT 2.14 r2), IconBIT HDR12L (amp_r12_vrt), 3Q F425HW (xds42gl_7725_r3), MyGica A11 (mygica_m3_20121222)
User avatar
FarVoice
Администратор
 
Posts: 8572
Joined: 03 Sep 2010, 01:27
Location: Russia, Moscow

Re: [REQ] YiFy MOS plugin

Postby tweakradje » 03 Feb 2014, 21:40

Are you already working on it?
Xtreamer Mk1 with AMP11 Pohd + Playon HD Mini with AMP13 Pohd :)
tweakradje
 
Posts: 60
Joined: 10 Feb 2011, 18:43

Re: [REQ] YiFy MOS plugin

Postby FarVoice » 05 Feb 2014, 03:01

ASUS O!Play R1 (amp_r12_vrtn), xTreamer Pro (amp_r12_vrt), xTreamer Prodigy (iNeXT 2.14 r2), IconBIT HDR12L (amp_r12_vrt), 3Q F425HW (xds42gl_7725_r3), MyGica A11 (mygica_m3_20121222)
User avatar
FarVoice
Администратор
 
Posts: 8572
Joined: 03 Sep 2010, 01:27
Location: Russia, Moscow


Return to About Asus O!Play

Who is online

Users browsing this forum: No registered users and 13 guests