XML TV Fr : Le guide TV francophone complet au format XML

XML TV Fr est un XML TV contenant la plupart des chaines francophones et quelques chaines étrangères.
Répondre
Avatar du membre
bordino
Zapeur Fou !
Zapeur Fou !
Messages : 294
Enregistré le : ven. 4 août 2017 16:35

Re: XML TV Fr : Le guide TV francophone complet au format XML

Message par bordino » ven. 1 sept. 2017 21:36

T’es dates EPG me donnent ça:
Date début 19/07/2017
Date fin 08/09/2017

Pourquoi démarre t’il en juillet??
Avatar du membre
racacax
Administrateur du site
Administrateur du site
Messages : 5079
Enregistré le : mar. 25 mars 2014 18:17

Re: XML TV Fr : Le guide TV francophone complet au format XML

Message par racacax » ven. 1 sept. 2017 21:41

Alors il se trouve que l'EPG des Web TV que j'utilise dans AllFrTV ne s'est pas vidé. Donc j'ai l'EPG depuis le moment où je les ai mises en ligne. Etrange tout ça. Je vais regarder de pus près mais ça n'influence pas grand chose sur le poids du guide.
Avatar du membre
gwadaviry
Membre
Membre
Messages : 4
Enregistré le : ven. 1 sept. 2017 20:51

Re: XML TV Fr : Le guide TV francophone complet au format XML

Message par gwadaviry » ven. 1 sept. 2017 21:46

Je vois toujours les espaces dans le fichier que tu as mis en ligne pour MythTV

Code : Tout sélectionner

 <channel id="France 3">
    <display-name>France 3</display-name>
 </channel>
 <channel id="France 2">
    <display-name>France 2</display-name>
 </channel>
Avatar du membre
racacax
Administrateur du site
Administrateur du site
Messages : 5079
Enregistré le : mar. 25 mars 2014 18:17

Re: XML TV Fr : Le guide TV francophone complet au format XML

Message par racacax » ven. 1 sept. 2017 21:48

Oui mais uniquement pour les channel id="" . Pour les infos des programmes je les ai enlevés. Je ne peux pas faire les deux car le serveur ne veut pas (trop long à effectuer). Déjà que un c'est limite limite. Tu peux tester sans donc du moins je l'espère.
Avatar du membre
gwadaviry
Membre
Membre
Messages : 4
Enregistré le : ven. 1 sept. 2017 20:51

Re: XML TV Fr : Le guide TV francophone complet au format XML

Message par gwadaviry » ven. 1 sept. 2017 22:07

OK. J'ai modifié manuellement les chanel id et ça marche. Merci beaucoup
Avatar du membre
racacax
Administrateur du site
Administrateur du site
Messages : 5079
Enregistré le : mar. 25 mars 2014 18:17

Re: XML TV Fr : Le guide TV francophone complet au format XML

Message par racacax » ven. 1 sept. 2017 22:12

De rien mais tu as modifier le channel id dans le XML ou dans ta playlist ? Car je souhaitais que tu ne modifies pas le XML et mette juste dans ta playlist l'ID sans espace pour voir si ce n'était pas nécessaire de faire encore une autre manip.
Avatar du membre
bordino
Zapeur Fou !
Zapeur Fou !
Messages : 294
Enregistré le : ven. 4 août 2017 16:35

Re: XML TV Fr : Le guide TV francophone complet au format XML

Message par bordino » ven. 1 sept. 2017 22:34

racacax a écrit :Alors il se trouve que l'EPG des Web TV que j'utilise dans AllFrTV ne s'est pas vidé. Donc j'ai l'EPG depuis le moment où je les ai mises en ligne. Etrange tout ça. Je vais regarder de pus près mais ça n'influence pas grand chose sur le poids du guide.
oki ;-).

Serait-il possible d’avoir sous forme de ligne de code (ci-dessous) les chaînes suivantes « Ouest-France,France 3 Bretagne,oggy,Tom et Jerry,samantha et scène de ménage » pour que je les intègres dans mon .m3u,stp?

#EXTINF:-1 tvg-id="Ouest-France" tvg-name="Ouest-France " tvg-logo="" group-title="INFOS",Ouest-Francehttp://racacax....................ts
Avatar du membre
racacax
Administrateur du site
Administrateur du site
Messages : 5079
Enregistré le : mar. 25 mars 2014 18:17

Re: XML TV Fr : Le guide TV francophone complet au format XML

Message par racacax » ven. 1 sept. 2017 22:52

Voici (sous la forme de playlist AllFrTV, à toi de mettre en forme ;)) :

Code : Tout sélectionner

<channel>
<name>C'est pas sorcier</name>
<img>http://i.imgur.com/7HATkX6.png</img>
<flux1>http://opus.cf/allfrtvstrm/tkn/cpsorcier/i/index.m3u8</flux1> 
<qualityflux1>1. Bonne Qualité</qualityflux1>
<typeflux1>hls</typeflux1>
<extphpflux1>false</extphpflux1>
<recordableflux1>true</recordableflux1>
<?php epgd("Jamy",0); ?>
<category>Thématiques</category>
</channel>

<channel>
<name>Catherine et Liliane</name>
<img>http://i.imgur.com/lmWipRT.jpg</img>
<flux1>http://fluxies.ddns.net/cel/i/index.m3u8</flux1> 
<qualityflux1>1. Bonne Qualité</qualityflux1>
<typeflux1>hls</typeflux1>
<extphpflux1>false</extphpflux1>
<recordableflux1>true</recordableflux1>
<?php epgd("Catherine",0); ?>
<category>Thématiques</category>
</channel>

<channel>
<name>Les Guignols</name>
<img>http://i.imgur.com/B1SmHR7.jpg</img>
<flux1>http://fluxies.ddns.net/lesguignols/i/index.m3u8</flux1> 
<qualityflux1>1. Bonne Qualité</qualityflux1>
<typeflux1>hls</typeflux1>
<extphpflux1>false</extphpflux1>
<recordableflux1>true</recordableflux1>
<?php epgd("Les Guignols",0); ?>
<category>Thématiques</category>
</channel>

<channel>
<name>Les enquêtes impossibles</name>
<img>http://i.imgur.com/janADRD.jpg</img>
<flux1>http://opus.cf/allfrtvstrm/tkn/impossible/i/index.m3u8</flux1> 
<qualityflux1>1. Bonne Qualité</qualityflux1>
<typeflux1>hls</typeflux1>
<extphpflux1>false</extphpflux1>
<recordableflux1>true</recordableflux1>
<?php epgd("Enquetes impossibles",0); ?>
<category>Thématiques</category>
</channel>

<channel>
<name>Le Point</name>
<img>http://s1.dmcdn.net/FoWlp/240x240-89H.png</img>
<flux1>http://opus.cf/allfrtvstrm/tkn/lepoint/i/index.m3u8</flux1> 
<qualityflux1>1. Bonne Qualité</qualityflux1>
<typeflux1>hls</typeflux1>
<extphpflux1>false</extphpflux1>
<recordableflux1>true</recordableflux1>
<?php epgd("Le Point",0); ?>
<category>Informations</category>
</channel>

<channel>
<name>Ouest France</name>
<img>http://s2.dmcdn.net/Prd6J/240x240-KfM.png</img>
<flux1>http://opus.cf/allfrtvstrm/tkn/ouestfrance/i/index.m3u8</flux1> 
<qualityflux1>1. Bonne Qualité</qualityflux1>
<typeflux1>hls</typeflux1>
<extphpflux1>false</extphpflux1>
<recordableflux1>true</recordableflux1>
<?php epgd("Ouest France",0); ?>
<category>Informations</category>
</channel>
<channel>
<name>Oggy et les cafards</name>
<img>http://opus.cf/oggy.png</img>
<flux1>http://opus.cf/allfrtvstrm/tkn/oggyn/i/index.m3u8</flux1> 
<qualityflux1>1. Bonne Qualité</qualityflux1>
<typeflux1>hls</typeflux1>
<extphpflux1>false</extphpflux1>
<recordableflux1>true</recordableflux1>
<?php epgd("Oggy",0); ?>
<category>Thématiques</category>
</channel>

<channel>
<name>Tom & Jerry</name>
<img>http://sylvia0333.s.y.pic.centerblog.net/tom-and-jerry-logo-2_1.png</img>
<flux1>http://opus.cf/allfrtvstrm/tkn/tetj/i/index.m3u8</flux1> 
<qualityflux1>1. Bonne Qualité</qualityflux1>
<typeflux1>hls</typeflux1>
<extphpflux1>false</extphpflux1>
<recordableflux1>true</recordableflux1>
<?php epgd("Tom et Jerry",0); ?>
<category>Thématiques</category>
</channel>

<channel>
<name>Samantha Oups !</name>
<img>http://s1.dmcdn.net/DQATk/240x240-N3t.jpg</img>
<flux1>http://opus.cf/allfrtvstrm/tkn/samantha/i/index.m3u8</flux1> 
<qualityflux1>1. Bonne Qualité</qualityflux1>
<typeflux1>hls</typeflux1>
<extphpflux1>false</extphpflux1>
<recordableflux1>true</recordableflux1>
<?php epgd("Samantha",0); ?>
<category>Thématiques</category>
</channel>

<channel>
<name>Echappées Belles</name>
<img>http://s1.dmcdn.net/dSNLQ/124x124-Ixf.jpg</img>
<flux1>http://opus.cf/allfrtvstrm/tkn/echappees/i/index.m3u8</flux1> 
<qualityflux1>1. Bonne Qualité</qualityflux1>
<typeflux1>hls</typeflux1>
<extphpflux1>false</extphpflux1>
<recordableflux1>true</recordableflux1>
<?php epgd("Echappées Belles",0); ?>
<category>Thématiques</category>
</channel>

<channel>
<name>Scènes de ménage</name>
<img>http://s1.dmcdn.net/LfSMi/240x240-E3h.jpg</img>
<flux1>http://opus.cf/allfrtvstrm/tkn/scenes/i/index.m3u8</flux1> 
<qualityflux1>1. Bonne Qualité</qualityflux1>
<typeflux1>hls</typeflux1>
<extphpflux1>false</extphpflux1>
<recordableflux1>true</recordableflux1>
<?php epgd("Scènes de ménage",0); ?>
<category>Thématiques</category>
</channel>
Avatar du membre
bordino
Zapeur Fou !
Zapeur Fou !
Messages : 294
Enregistré le : ven. 4 août 2017 16:35

Re: XML TV Fr : Le guide TV francophone complet au format XML

Message par bordino » sam. 2 sept. 2017 08:32

racacax a écrit :Voici (sous la forme de playlist AllFrTV, à toi de mettre en forme ;)) :

Code : Tout sélectionner

<channel>
<name>C'est pas sorcier</name>
<img>http://i.imgur.com/7HATkX6.png</img>
<flux1>http://opus.cf/allfrtvstrm/tkn/cpsorcier/i/index.m3u8</flux1> 
<qualityflux1>1. Bonne Qualité</qualityflux1>
<typeflux1>hls</typeflux1>
<extphpflux1>false</extphpflux1>
<recordableflux1>true</recordableflux1>
<?php epgd("Jamy",0); ?>
<category>Thématiques</category>
</channel>

<channel>
<name>Catherine et Liliane</name>
<img>http://i.imgur.com/lmWipRT.jpg</img>
<flux1>http://fluxies.ddns.net/cel/i/index.m3u8</flux1> 
<qualityflux1>1. Bonne Qualité</qualityflux1>
<typeflux1>hls</typeflux1>
<extphpflux1>false</extphpflux1>
<recordableflux1>true</recordableflux1>
<?php epgd("Catherine",0); ?>
<category>Thématiques</category>
</channel>

<channel>
<name>Les Guignols</name>
<img>http://i.imgur.com/B1SmHR7.jpg</img>
<flux1>http://fluxies.ddns.net/lesguignols/i/index.m3u8</flux1> 
<qualityflux1>1. Bonne Qualité</qualityflux1>
<typeflux1>hls</typeflux1>
<extphpflux1>false</extphpflux1>
<recordableflux1>true</recordableflux1>
<?php epgd("Les Guignols",0); ?>
<category>Thématiques</category>
</channel>

<channel>
<name>Les enquêtes impossibles</name>
<img>http://i.imgur.com/janADRD.jpg</img>
<flux1>http://opus.cf/allfrtvstrm/tkn/impossible/i/index.m3u8</flux1> 
<qualityflux1>1. Bonne Qualité</qualityflux1>
<typeflux1>hls</typeflux1>
<extphpflux1>false</extphpflux1>
<recordableflux1>true</recordableflux1>
<?php epgd("Enquetes impossibles",0); ?>
<category>Thématiques</category>
</channel>

<channel>
<name>Le Point</name>
<img>http://s1.dmcdn.net/FoWlp/240x240-89H.png</img>
<flux1>http://opus.cf/allfrtvstrm/tkn/lepoint/i/index.m3u8</flux1> 
<qualityflux1>1. Bonne Qualité</qualityflux1>
<typeflux1>hls</typeflux1>
<extphpflux1>false</extphpflux1>
<recordableflux1>true</recordableflux1>
<?php epgd("Le Point",0); ?>
<category>Informations</category>
</channel>

<channel>
<name>Ouest France</name>
<img>http://s2.dmcdn.net/Prd6J/240x240-KfM.png</img>
<flux1>http://opus.cf/allfrtvstrm/tkn/ouestfrance/i/index.m3u8</flux1> 
<qualityflux1>1. Bonne Qualité</qualityflux1>
<typeflux1>hls</typeflux1>
<extphpflux1>false</extphpflux1>
<recordableflux1>true</recordableflux1>
<?php epgd("Ouest France",0); ?>
<category>Informations</category>
</channel>
<channel>
<name>Oggy et les cafards</name>
<img>http://opus.cf/oggy.png</img>
<flux1>http://opus.cf/allfrtvstrm/tkn/oggyn/i/index.m3u8</flux1> 
<qualityflux1>1. Bonne Qualité</qualityflux1>
<typeflux1>hls</typeflux1>
<extphpflux1>false</extphpflux1>
<recordableflux1>true</recordableflux1>
<?php epgd("Oggy",0); ?>
<category>Thématiques</category>
</channel>

<channel>
<name>Tom & Jerry</name>
<img>http://sylvia0333.s.y.pic.centerblog.net/tom-and-jerry-logo-2_1.png</img>
<flux1>http://opus.cf/allfrtvstrm/tkn/tetj/i/index.m3u8</flux1> 
<qualityflux1>1. Bonne Qualité</qualityflux1>
<typeflux1>hls</typeflux1>
<extphpflux1>false</extphpflux1>
<recordableflux1>true</recordableflux1>
<?php epgd("Tom et Jerry",0); ?>
<category>Thématiques</category>
</channel>

<channel>
<name>Samantha Oups !</name>
<img>http://s1.dmcdn.net/DQATk/240x240-N3t.jpg</img>
<flux1>http://opus.cf/allfrtvstrm/tkn/samantha/i/index.m3u8</flux1> 
<qualityflux1>1. Bonne Qualité</qualityflux1>
<typeflux1>hls</typeflux1>
<extphpflux1>false</extphpflux1>
<recordableflux1>true</recordableflux1>
<?php epgd("Samantha",0); ?>
<category>Thématiques</category>
</channel>

<channel>
<name>Echappées Belles</name>
<img>http://s1.dmcdn.net/dSNLQ/124x124-Ixf.jpg</img>
<flux1>http://opus.cf/allfrtvstrm/tkn/echappees/i/index.m3u8</flux1> 
<qualityflux1>1. Bonne Qualité</qualityflux1>
<typeflux1>hls</typeflux1>
<extphpflux1>false</extphpflux1>
<recordableflux1>true</recordableflux1>
<?php epgd("Echappées Belles",0); ?>
<category>Thématiques</category>
</channel>

<channel>
<name>Scènes de ménage</name>
<img>http://s1.dmcdn.net/LfSMi/240x240-E3h.jpg</img>
<flux1>http://opus.cf/allfrtvstrm/tkn/scenes/i/index.m3u8</flux1> 
<qualityflux1>1. Bonne Qualité</qualityflux1>
<typeflux1>hls</typeflux1>
<extphpflux1>false</extphpflux1>
<recordableflux1>true</recordableflux1>
<?php epgd("Scènes de ménage",0); ?>
<category>Thématiques</category>
</channel>
Yes merci.

donc ça doit donner ça??

#EXTINF:-1 tvg-id="Ouest France" tvg-name="Ouest France" tvg-logo="http://s2.dmcdn.net/Prd6J/240x240-KfM.png" group-title="INFOS",Ouest Francehttp://opus.cf/allfrtvstrm/tkn/ouestfrance/i/index.m3u8

Mais comme sur ce lien comment mettre les parties en gras,stp??
#EXTINF:-1 tvg-id="" tvg-name="FR PUBLIC SENAT 24H/24" tvg-logo="https://upload.wikimedia.org/wikipedia/ ... go.svg.png" group-title="INFOS",FR PUBLIC SENAT 24H/24http://euroiptv.myftp.biz:8000/live/votre.compte@provider.com/votremotdepasse/6364.ts
Avatar du membre
racacax
Administrateur du site
Administrateur du site
Messages : 5079
Enregistré le : mar. 25 mars 2014 18:17

Re: XML TV Fr : Le guide TV francophone complet au format XML

Message par racacax » sam. 2 sept. 2017 08:43

Oui c'est ça, il faut juste que tu fasse un saut de ligne avant le lien.

Mettre en gras ? C'est le truc B en haut à gauche de la zone de texte.
Répondre