Coder Social home page Coder Social logo

greektv.bundle's People

Contributors

twoure avatar upggr avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

greektv.bundle's Issues

xml feed with categories

Hi,
there is a new xml that has categories (and images for those categories) and a simpler xml.
http://greektv.upg.gr/api/?type=rokuxml

I will not be removing the previous xml, but it will be best if the newer one is used as more categories will be added in the future , such as radio stations.

On my Mac does not work

Hi! I can't make it works on my Mac, I see the plugin in Plex but no channels running. why?

Channel list not showing

Source (website) seems to have removed the attribute 'live' from the XML response so no channels satisfy that condition any more, thus displaying none. Actually they renamed 'live' to 'active'.
(In init.py)

@handler(PREFIX, TITLE, thumb=ICON, art=ART)
def MainMenu():
    oc = ObjectContainer(title2=TITLE, no_cache=True)

    Updater(PREFIX + '/updater', oc)  #uncomment when ready to add updater

    xml = XML.ElementFromURL(XML_URL)

    for node in xml[0][0]:
        title = node.get('title')
        thumb = node.get('hdposterurl')
        #genrel = node.get('genrel')
        url = node.get('url')
        #ishd = node.get('ishd')
        #bitrate = node.get('bitrate')
        #streamformat = node.get('streamformat')
        active = node.get('active')

#==========>Changed live to active in the following lines<==================
        if active == "1":
            oc.add(
                CreateVideoClipObject(
                    title=title, thumb=thumb, url=url
                    )
                )

    return oc

Thanks

Cannot stream Greek IP tv to chromecast

Hello guys and thanks for a great support. Is there any solution that i can stream Greek IP tv from my plex server to chromecast. It fails all the time, thanks
Regards,
Dimitris

Not working anymore

The bundle is not working anymore and it is pretty much forgotten. That's pitty.

ANT1 Channel Missing

ANT1 (Antenna) seems to be missing which is the biggest Greek Channel. If you can add it would be much appropriated.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.