Skip to content
This repository has been archived by the owner on May 27, 2020. It is now read-only.

TV program viewer #77

Open
ClementLeclercq opened this issue Feb 11, 2014 · 7 comments
Open

TV program viewer #77

ClementLeclercq opened this issue Feb 11, 2014 · 7 comments

Comments

@ClementLeclercq
Copy link

Our idea is to release a french tv program viewer as Tele Loisirs or Tele 7 jours (available on iOS), based on XML files

@Yoric
Copy link

Yoric commented Feb 11, 2014

Where would you get the XML files?

@ClementLeclercq
Copy link
Author

We found a website (http://www.kazer.org/) which shares the tv program for a lot of french channels on the XML format.

@Yoric
Copy link

Yoric commented Feb 11, 2014

Ok, go ahead, but don't hardcode kazer.org in your application. It uses the standard XmlTV format, which should also work in other countries.

Please add a link to your github repo.

@ClementLeclercq
Copy link
Author

Ok, I work on with @SimonLovichi and @StevensMorvany

@ClementLeclercq
Copy link
Author

Here is our repository : https://github.com/StevensMorvany/ShowOnTV

@jagonz22
Copy link

I like how the code is coming along. I am a Student trying to contribute to the open community whether the change is accepted or not. I was just looking through the code and only had a suggestion of simplifying this in maybe like 5-6 lines? https://github.com/StevensMorvany/ShowOnTV/commit/6d8b5a15ab379e2f03b6068c21ef373dae7e4ef7#diff-4 starting around the beginning of this:

objectStoreCompte.createIndex('nom', 'nom', {
  •        unique: false
    
  •    });
    
  •    objectStoreCompte.createIndex('prenom', 'prenom', {
    
  •        unique: false
    
  •    });
    
  •    objectStoreCompte.createIndex('mail', 'mail', {
    
  •        unique: false
    
  •    });
    
  •    objectStoreCompte.createIndex('preference', 'preference', {
    
  •        unique: false
    
  •    });
    
  •    objectStoreCompte.createIndex('duree', 'duree', {
    
  •        unique: false
    
  •    });
    
  •    objectStoreCompte.createIndex('lastdataloading', 'lastdataloading', {
    
  •        unique: false
    
  •    });
    

Can it be combined with an or statement?

@AntoineTurmel
Copy link
Member

@jagonz22 maybe you have to file an issue on https://github.com/StevensMorvany/ShowOnTV repo instead of here...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants