diff --git a/www/LOVELand/favicon.ico b/www/LOVELand/favicon.ico index 2ef2d8e..7384975 100644 Binary files a/www/LOVELand/favicon.ico and b/www/LOVELand/favicon.ico differ diff --git a/www/LOVELand/jukebox/REC/youtube-dl.php b/www/LOVELand/jukebox/REC/youtube-dl.php index ad1d71d..46b6f03 100644 --- a/www/LOVELand/jukebox/REC/youtube-dl.php +++ b/www/LOVELand/jukebox/REC/youtube-dl.php @@ -2,9 +2,9 @@ /* DONE!!!? WRITE THAT CODE IN infobar2.js : arrount line 158 before "return lines;" // ZEEBOX HACK ZONE - var reclink = '/REC/youtube-dl.php?q=REC&artist=' + escape(encodeURIComponent(npinfo.Artist)) + '&title=' + escape(encodeURIComponent(npinfo.Title)) + '&radio='+ escape(encodeURIComponent(npinfo.stream)) +'&maxResults=1'; + var reclink = '/jukebox/REC/youtube-dl.php?q=REC&artist=' + escape(encodeURIComponent(npinfo.Artist)) + '&title=' + escape(encodeURIComponent(npinfo.Title)) + '&radio='+ escape(encodeURIComponent(npinfo.stream)) +'&maxResults=1'; var zcopylink = ' [REC]'; - zcopylink += ' *'; + zcopylink += ' *'; lines[0].text += zcopylink; // ZEEBOX HACK ZONE */ @@ -19,8 +19,8 @@ $lnk = trim(urldecode($_REQUEST['lnk'])); $cmd="$radio|$artist|$title"; $len=strlen($artist.$title); -//$result='
'; -$result='
'; +//$result='
'; +$result='
'; if( $radio == "" ) { $radio = "CopyLaRadio"; } if( $radio == "Nova zz" ) { $artist = "undefined"; @@ -69,7 +69,7 @@ if( $search == "REC" ) { } -$ytform = '
+$ytform = '

ARTISTE:

TITRE:

@@ -81,8 +81,8 @@ $ytform = ' '; -$lnkform.='
- +$lnkform.=' +

youtube-dl

- Sites compatibles - @@ -102,9 +102,9 @@ $lnkform.=' <?php echo $search;?> - Recherche YouTube & Copie privée - + - +
diff --git a/www/LOVELand/jukebox/ui/infobar2.js b/www/LOVELand/jukebox/ui/infobar2.js index 093e5fc..4d87e25 100644 --- a/www/LOVELand/jukebox/ui/infobar2.js +++ b/www/LOVELand/jukebox/ui/infobar2.js @@ -154,9 +154,9 @@ var infobar = function() { } // ZEEBOX HACK ZONE if ( ! npinfo.Album ) { npinfo.Album = npinfo.stream; } - var reclink = '/REC/youtube-dl.php?q=REC&artist=' + escape(encodeURIComponent(npinfo.Artist)) + '&title=' + escape(encodeURIComponent(npinfo.Title)) + '&radio='+ escape(encodeURIComponent(npinfo.Album)) +'&maxResults=1'; + var reclink = '/jukebox/REC/youtube-dl.php?q=REC&artist=' + escape(encodeURIComponent(npinfo.Artist)) + '&title=' + escape(encodeURIComponent(npinfo.Title)) + '&radio='+ escape(encodeURIComponent(npinfo.Album)) +'&maxResults=1'; var zcopylink = ' [REC]'; - zcopylink += ' *'; + zcopylink += ' *'; lines[0].text += zcopylink; // ZEEBOX HACK ZONE return lines;