habiTv : 3.7 NRJ12, TMC, proxy

Téléchargement automatique de Replay TV

habiTv : 3.7 NRJ12, TMC, proxy

Messagede dabiboo » Sam 13 Avr 2013 09:00

Bonjour,

La version 3.7 d'habiTv est disponible avec les changements suivant :
- ajout des chaînes NRJ12 et TMC : réalisé par Philippe Goetz, merci à lui !
- suppression du plugin m6w9 : pas de solution trouvées sur la nouvelle protection :(
- support des proxy HTTP et SOCKS, cf la doc https://www.assembla.com/spaces/habitv/ ... figuration
- les téléchargement en erreur sont ajoutés dans un fichier "dlError.index" après 10 tentatives (10 en conf), il suffit de supprimer le fichier de cette liste pour relancer le téléchargement à la prochaine recherche.

https://www.assembla.com/spaces/milesto ... rt_id=DESC

Avant la mise à jour : supprimer les fichiers m6w9.jar et tvsubtitle.jar dans le répertoire provider, ils risquent de poser problème car le coeur de habiTv a évolué.

Vous pouvez mettre à jour habiTv en utilisant l'installeur, sauvegardez vos fichiers de config (config.xml et grabconfig.xml).

bon dl
dabiboo
 
Messages: 189
Inscription: Mer 15 Aoû 2012 11:06

Re: habiTv : 3.7 NRJ12, TMC, proxy

Messagede czmaster » Dim 14 Avr 2013 19:27

Les nouvelles chaines fonctionnent bien :pouce:

Par contre je n'arrive plus à télécharger sur D8 avec habitv, si tu as l'occasion d'y jeter un œil ...

Merci déjà pour ces nouveautés ;)
Administrateur du forum
czmaster
Administrateur du site
 
Messages: 1425
Inscription: Sam 2 Juil 2011 10:41
Localisation: France

Re: habiTv : 3.7 NRJ12, TMC, proxy

Messagede aazerty » Lun 15 Avr 2013 16:18

Bonjour ,

TEST : Dans le "grabconfig.xml" de la v3.7 , j'ai ajouté :
Code: Tout sélectionner
            <category>
                <id>/d8-divertissement/pid5209-d8-tout-le-monde-en-a-parle.html</id>
                <name>Tout le monde en a parlé</name>
                <toDownload>false</toDownload>
                <extension>mp4</extension>
            </category>
            <category>
                <id>/d8-divertissement/pid5318-d8-amazing-race.html</id>
                <name>Amazing Race</name>
                <toDownload>false</toDownload>
                <extension>mp4</extension>
            </category>

Constats :
-----
Ne fonctionne pas
/d8-divertissement/pid5200-d8-le-grand-8.html

Si on lance
/d8-divertissement/pid5209-d8-tout-le-monde-en-a-parle.html
on constate que ça correspond à : "d8-le-grand-8" .
=================
Le mieux à effectuer est de conserver l'ancien "grabconfig.xml" ( si fonctionnel ) , et de lui adjoindre :

/d8-divertissement/pid5486-d8-popstars.html
/d8-divertissement/pid5606-d8-les-maitres-de-l-humour.html
/d8-divertissement/pid5629-d8-le-grand-zap-de-paques.html
/d8-divertissement/pid5631-d8-le-grand-switch.html
/d8-divertissement/pid5651-d8-la-selection.html

éléments figurants dans le "grabconfig.xml" (3.7) .

=================
Avec la version portable , supprimer tous les "fichiers.index" existants dans le répertoire \index .

A+ .
!!! DUBITATIF !!!
Avatar de l’utilisateur
aazerty
 
Messages: 2086
Inscription: Sam 10 Déc 2011 14:41

Re: habiTv : 3.7 NRJ12, TMC, proxy

Messagede dabiboo » Lun 15 Avr 2013 19:05

bonjour,

Y a-t-il une erreur dans la log ?
dabiboo
 
Messages: 189
Inscription: Mer 15 Aoû 2012 11:06

Re: habiTv : 3.7 NRJ12, TMC, proxy

Messagede czmaster » Lun 15 Avr 2013 19:43

Voici un extrait du log (quelque soit l'émission) :
Code: Tout sélectionner
com.dabi.habitv.framework.plugin.exception.InvalidCategoryException
   at com.dabi.habitv.framework.plugin.api.dto.CategoryDTO.check(CategoryDTO.java:213)
   at com.dabi.habitv.core.dao.GrabConfigDAO.addChannels(GrabConfigDAO.java:56)
   at com.dabi.habitv.core.dao.GrabConfigDAO.saveGrabConfig(GrabConfigDAO.java:46)
   at com.dabi.habitv.tray.model.HabitTvTrayModel$1.run(HabitTvTrayModel.java:72)
Waiting for Searching episode for default
Searching episode for d8 is starting
Searching episode for d8 failed
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
   at java.util.ArrayList.rangeCheck(Unknown Source)
   at java.util.ArrayList.get(Unknown Source)
   at org.jsoup.select.Elements.get(Elements.java:519)
   at org.jsoup.nodes.Element.child(Element.java:174)
   at com.dabi.habitv.provider.d8.D8PluginManager.findEpisode(D8PluginManager.java:58)
   at com.dabi.habitv.core.task.SearchTask.findEpisodeByCategories(SearchTask.java:90)
   at com.dabi.habitv.core.task.SearchTask.findEpisodeByCategories(SearchTask.java:79)
   at com.dabi.habitv.core.task.SearchTask.doCall(SearchTask.java:72)
   at com.dabi.habitv.core.task.AbstractTask.call(AbstractTask.java:27)
   at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
   at java.util.concurrent.FutureTask.run(Unknown Source)
   at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
   at java.lang.Thread.run(Unknown Source)

Je remarque le Searching episode for d8 failed
Le site D8 a changé de présentation depuis que j'y suis aller la dernière fois, ça vient peut être de là ...

A+
Administrateur du forum
czmaster
Administrateur du site
 
Messages: 1425
Inscription: Sam 2 Juil 2011 10:41
Localisation: France

Re: habiTv : 3.7 NRJ12, TMC, proxy

Messagede aazerty » Lun 15 Avr 2013 20:09

Re-... ,

Un autre extrait de log :

Code: Tout sélectionner
Waiting for Searching episode for default
Searching episode for beinsport is starting
Searching episode for beinsport failed
com.dabi.habitv.framework.plugin.exception.TechnicalException: java.net.UnknownHostException: www.beinsport.frbeinsport
   at com.dabi.habitv.framework.plugin.utils.RetrieverUtils.getInputStreamFromUrl(RetrieverUtils.java:56)
   at com.dabi.habitv.framework.plugin.utils.RetrieverUtils.getInputStreamFromUrl(RetrieverUtils.java:43)
   at com.dabi.habitv.framework.plugin.api.provider.BasePluginProvider.getInputStreamFromUrl(BasePluginProvider.java:52)
   at com.dabi.habitv.provider.beinsport.BeinSportPluginManager.findEpisode(BeinSportPluginManager.java:65)
   at com.dabi.habitv.core.task.SearchTask.findEpisodeByCategories(SearchTask.java:90)
   at com.dabi.habitv.core.task.SearchTask.doCall(SearchTask.java:72)
   at com.dabi.habitv.core.task.AbstractTask.call(AbstractTask.java:27)
   at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
   at java.util.concurrent.FutureTask.run(Unknown Source)
   at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
   at java.lang.Thread.run(Unknown Source)
Caused by: java.net.UnknownHostException: www.beinsport.frbeinsport
   at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
   at java.net.PlainSocketImpl.connect(Unknown Source)
   at java.net.SocksSocketImpl.connect(Unknown Source)
   at java.net.Socket.connect(Unknown Source)
   at sun.net.NetworkClient.doConnect(Unknown Source)
   at sun.net.www.http.HttpClient.openServer(Unknown Source)
   at sun.net.www.http.HttpClient.openServer(Unknown Source)
   at sun.net.www.http.HttpClient.<init>(Unknown Source)
   at sun.net.www.http.HttpClient.New(Unknown Source)
   at sun.net.www.http.HttpClient.New(Unknown Source)
   at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
   at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
   at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
   at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
   at com.dabi.habitv.framework.plugin.utils.RetrieverUtils.getInputStreamFromUrl(RetrieverUtils.java:54)
   ... 11 more


A+ .
!!! DUBITATIF !!!
Avatar de l’utilisateur
aazerty
 
Messages: 2086
Inscription: Sam 10 Déc 2011 14:41

Re: habiTv : 3.7 NRJ12, TMC, proxy

Messagede dabiboo » Lun 15 Avr 2013 21:46

dabiboo
 
Messages: 189
Inscription: Mer 15 Aoû 2012 11:06

Re: habiTv : 3.7 NRJ12, TMC, proxy

Messagede aazerty » Lun 15 Avr 2013 22:07

Bonjour ,

@dabiboo : Merci pour tout .

N'oublie pas "BFM business" .

A+ .
!!! DUBITATIF !!!
Avatar de l’utilisateur
aazerty
 
Messages: 2086
Inscription: Sam 10 Déc 2011 14:41

Re: habiTv : 3.7 NRJ12, TMC, proxy

Messagede aazerty » Lun 15 Avr 2013 22:53

Bonjour ,

@dabiboo : J'ai intégré les derniers fichiers .jar .

J'ai toujours des anomalies .

Modifié le fichier "grabconfig.xml"
===
<category>
<id>/d8-series/pid5210-d8-engrenages.html</id>
<name>Engrenages</name>
<toDownload>true</toDownload>
<extension>mp4</extension>
</category>
===

Obtenu : "d8_Engrenages.index" , avec des épisodes qui n'ont rien à voir .
===
Navarro Sur ma vie
Femmes de loi Protection rapprochée
Navarro Promotion macabre
Navarro Terreur à domicile
Navarro Une fille en flammes
Navarro Pleure pas p'tit homme
===

Concernant beinsport ça ne fonctionne pas non plus .

A+ .
!!! DUBITATIF !!!
Avatar de l’utilisateur
aazerty
 
Messages: 2086
Inscription: Sam 10 Déc 2011 14:41

Re: habiTv : 3.7 NRJ12, TMC, proxy

Messagede czmaster » Mar 16 Avr 2013 12:45

dabiboo a écrit:j'ai fait des corrections sur les plugins d8 et beinsport :
http://dabiboo.free.fr/habitv/provider/d8.jar
http://dabiboo.free.fr/habitv/provider/beinsport.jar

Merci ça télécharge à nouveau :pouce:
Administrateur du forum
czmaster
Administrateur du site
 
Messages: 1425
Inscription: Sam 2 Juil 2011 10:41
Localisation: France

Suivante

Retourner vers habiTv

Qui est en ligne

Utilisateurs parcourant ce forum: Aucun utilisateur enregistré et 6 invités

cron