From: <ara...@us...> - 2007-05-22 21:39:00
|
Revision: 158 http://svn.sourceforge.net/easybox-mod/?rev=158&view=rev Author: aragornis Date: 2007-05-22 14:38:57 -0700 (Tue, 22 May 2007) Log Message: ----------- v4.1.1 Modified Paths: -------------- trunk/_framework/dwl.php trunk/_utilisateur/modules.db trunk/_utilisateur/multiposte.m3u trunk/module/modules/index1.php trunk/version.html Modified: trunk/_framework/dwl.php =================================================================== --- trunk/_framework/dwl.php 2007-05-22 20:39:47 UTC (rev 157) +++ trunk/_framework/dwl.php 2007-05-22 21:38:57 UTC (rev 158) @@ -23,7 +23,7 @@ if(module_exists($nom)){ sup_module(get_id_of_module($nom)); } - add_module($nom, $nom.'/', '', '', '', '', '', '', $version, $description, 'Skin', 'Alone', ''); + add_module($nom, strtolower(supprime_accents($nom)).'/', '', '', '', '', '', '', $version, $description, 'Skin', 'Alone', ''); $txt_dwl = "T\xE9l\xE9chargement de la skin termin\xE9e."; $nom = ''; }elseif($dwl == "Module"){ Modified: trunk/_utilisateur/modules.db =================================================================== (Binary files differ) Modified: trunk/_utilisateur/multiposte.m3u =================================================================== --- trunk/_utilisateur/multiposte.m3u 2007-05-22 20:39:47 UTC (rev 157) +++ trunk/_utilisateur/multiposte.m3u 2007-05-22 21:38:57 UTC (rev 158) @@ -199,6 +199,8 @@ rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=480 #EXTINF:0,183 - CCTV Divertissement rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=470 +#EXTINF:0,184 - La chaîne chinoise +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=471 #EXTINF:0,185 - Beijing TV rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=472 #EXTINF:0,186 - Shangai Dragon TV @@ -423,6 +425,38 @@ rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=302 #EXTINF:0,324 - France 3 Rhône-Alpes rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=303 +#EXTINF:0,602 - France 2 (h264) +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=625 +#EXTINF:0,603 - France 3 (h264) +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=626 +#EXTINF:0,605 - France 5 (h264) +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=627 +#EXTINF:0,606 - M6 (h264) +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=628 +#EXTINF:0,607 - Arte (h264) +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=629 +#EXTINF:0,608 - Direct 8 (h264) +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=630 +#EXTINF:0,609 - W9 (h264) +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=631 +#EXTINF:0,610 - TMC (h264) +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=632 +#EXTINF:0,611 - NT1 (h264) +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=633 +#EXTINF:0,612 - NRJ 12 (h264) +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=634 +#EXTINF:0,613 - La Chaîne Parlementaire (h264) +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=635 +#EXTINF:0,614 - France 4 (h264) +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=636 +#EXTINF:0,615 - BFM TV (h264) +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=637 +#EXTINF:0,616 - i>TELE (h264) +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=638 +#EXTINF:0,617 - Europe 2 TV (h264) +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=639 +#EXTINF:0,618 - Gulli (h264) +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=640 #EXTINF:0,10001 - Europe 1 #EXTVLCOPT:ts-es-id-pid #EXTVLCOPT:no-video @@ -758,3 +792,13 @@ #EXTVLCOPT:no-video #EXTVLCOPT:audio-track-id=1005 rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=110070 +#EXTINF:0,10071 - Radio Junior +#EXTVLCOPT:ts-es-id-pid +#EXTVLCOPT:no-video +#EXTVLCOPT:audio-track-id=1003 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=110071 +#EXTINF:0,10072 - Canal Académie +#EXTVLCOPT:ts-es-id-pid +#EXTVLCOPT:no-video +#EXTVLCOPT:audio-track-id=1006 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=110072 Modified: trunk/module/modules/index1.php =================================================================== --- trunk/module/modules/index1.php 2007-05-22 20:39:47 UTC (rev 157) +++ trunk/module/modules/index1.php 2007-05-22 21:38:57 UTC (rev 158) @@ -67,8 +67,8 @@ foreach($xml3->element as $element){ if(utf8_decode($element->nom)==$_GET['installnewskin']){ - download_file($ini['download']['patch'].utf8_decode($element->fichier), $RACINE_REP.'skin/'.utf8_decode($element->nom).'/'); - add_module(utf8_decode($element->nom), utf8_decode($element->nom).'/', '', '', '', '', '', '', utf8_decode($element->version), utf8_decode($element->description), 'Skin', 'Alone', ''); + download_file($ini['download']['patch'].utf8_decode($element->fichier), $RACINE_REP.'skin/'.strtolower(str_replace(' ','',supprime_accents(utf8_decode($element->nom)))).'/'); + add_module(utf8_decode($element->nom), strtolower(str_replace(' ','',supprime_accents(utf8_decode($element->nom)))).'/', '', '', '', '', '', '', utf8_decode($element->version), utf8_decode($element->description), 'Skin', 'Alone', ''); add_download($element->nom); } //-- R\xE9initialise la liste des modules Modified: trunk/version.html =================================================================== --- trunk/version.html 2007-05-22 20:39:47 UTC (rev 157) +++ trunk/version.html 2007-05-22 21:38:57 UTC (rev 158) @@ -4,6 +4,6 @@ </head> <body> <h1>Easybox</h1> -<h2>4.1.0</h2> +<h2>4.1.1</h2> </body> </html> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |