Giter Site home page Giter Site logo

epg-dk.bundle's People

Contributors

cazaa avatar mm98 avatar ukdtom avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

epg-dk.bundle's Issues

Incorrect episode-num

It seems that Yousee changed the structure for season and episode. For instance episodes of Simpsons on TV3 Max all end up in season 1 even though they're not.

The reason is that season information now is part of the description, and as a result it ends up in sub-title - like this:

<sub-title lang="da">Sæson: 27</sub-title>

I've added a small piece of code locally in __init__.py that parses the season info from sub-title and adds it to episode-num. The code looks like this:

if subtitle and subtitle[:7] == 'Sæson: ':
    Episode = Program['series_info']
    Total = subtitle[7:]
else:
    Episode = Program['series_info']
    Total = 1

Basically what the code does is it checks if the first 7 chars in subtitle is Sæson: and adds the numeric value after that string as Total.

As a result I now get correct season and episode info in the XML.

In order for this fix to work, the Python script needs to know which encoding to use. This is done by adding the following as the first line of the script:

# -*- coding: utf-8 -*-

Kanaler der mangler ift Waoo!

Er der mulighed for at merge noget ind et sted?

  • Uptown TV (dansk)
  • Uptown Classic
  • Pixel.tv
  • France 24

Det ville være fint, blot at have disse med uden en EPG eller en tom EPG.

Rækkefølge af kanaler

Følger YouSee API, men ville være rart, hvis man kunne matche eller lave sin egen rækkefølge

Problem med Formel 1 optagelser

Når der er Formel 1 på 3+ i år, ser det ud til at titlen blot er Formel 1, og ikke f.eks. Formel 1 - Spaniens Grand Prix.
Hvis man vælger at optage direkte i guiden, så finder den ikke nogen episoder, det ser dog ud til at man med lidt held kan få den til at optage, hvis man vælger at optage serien, så selvom den siger der ikke er nogen episoder, finder den optagelsen alligevel, men fejler så når den skal indstilles???
Det er rimeligt underligt.
Det ser ud til at kvalifikationen om lørdagen godt kan optages, men de hedder vist også Formel 1 - kvalifikation til Spaniens Grand Prix, såvidt jeg kan se.

Cast in a strange way

YouSee sending this out:

"cast": "William H, :|apostrofe|;Billy the Kid:|apostrofe|; Bonney: Emilio Estevez, Josiah Gordon :|apostrofe|;Doc:|apostrofe|; Scurlock: Kiefer Sutherland, Richard :|apostrofe|;Dick:|apostrofe|; Brewer: Charlie Sheen, :|apostrofe|;Jose:|apostrofe|; Chavez y Chavez: Lou Diamond Phillips"

So we need to handle |apostrofe|

date

If date is avail, then add it, to improve on enhanced grapping

xmltv.se

Har du tænkt på at bruge http://xmltv.se i stedet for yousee? Måske kan det give bedre sæson og episoder. Der er også enkelte link til andre sources i feeded.

Missing yousee epg data (They are available on yousee but not parsed into your script)

Checking https://tv.yousee.dk/tv-guide

Seeing that the data is available like
TV2 regions has epg feed but your script does not parse to all channels like TV2 Fyn or TV2 Østjylland

Another example is eurosport 2 does not get feed either but it shows up under yousees guide

There's many more, not checked your code but saw a dump of channels YouSee_ChannelList_20161202.txt

if it reads from there maybe it needs a new dump update

Altering prefs

On some platforms, then altering prefs cause randomly setting to be saved, but channel is not restarted

Only getting list of channels without a guide?

Hi since yesterday I only get a 58K file size.
I then installed the newest version of the plugin (That now have option to run manually - NICE!)
But same thing only get the listing, so either the source site have changed? or my setup is "Corrupted"

Happy Christmas and KUdos for creating this great plugin!

Wrong Actor info

Yousee provides it as: <actor lang="da">Nathan Algren: Tom Cruise</actor>

So we need to strip off everything before the colon

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.