Album




1970 - -


Errore sul database di WordPress: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ORDER BY Tracks.NumeroDisco, Tracks.NumeroTraccia' at line 3]
SELECT Tracks . * FROM Tracks WHERE Tracks.IDPlayList= ORDER BY Tracks.NumeroDisco, Tracks.NumeroTraccia

Errore sul database di WordPress: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ORDER BY playlist.DataUscitaFisica DESC' at line 8]
SELECT Tracks.VideoYouTube, Tracks.Artista, Tracks.Titolo FROM (Tracks JOIN playlist ON Tracks.IDPlayList=playlist.ID) JOIN iTunesParam ON playlist.ID=iTunesParam.IDPlayList WHERE ( (playlist.Expired = '0000-00-00 00:00:00' OR playlist.Expired IS NULL) AND iTunesParam.iLink > '' AND playlist.ODDUpload='Y' ) AND Tracks.VideoYouTube<>'http://' AND Tracks.VideoYouTube<>'' AND playlist.ID= ORDER BY playlist.DataUscitaFisica DESC