Jovanotti Special

Jovanotti Special is the first compilation album by Italian singer-songwriter Jovanotti, released by FRI Records in 1989.

Jovanotti Special
Compilation album by
Released1989 (1989)
Genrehip hop
Length78:30
LabelFRI Records
ProducerClaudio Cecchetto, Jovanotti
Jovanotti chronology
La mia moto
(1989)
Jovanotti Special
(1989)
Giovani Jovanotti
(1990)

Track listing

CD version

No.TitleWriter(s)Length
1."Gimme Five (Remix)"Jovanotti3:42
2."La mia moto"Jovanotti3:45
3."Il capo della banda"Jovanotti3:54
4."Scappa con me (Remix)"Jovanotti3:27
5."Gimme Five"Jovanotti4:06
6."Latino"Jovanotti4:11
7."È qui la festa?"Jovanotti3:33
8."Welcome"Jovanotti2:51
9."Yo"Jovanotti2:45
10."The Indian"Jovanotti3:48
11."Walking (Remix)"Jovanotti3:18
12."La mia moto"Jovanotti4:34
13."Bella storia"Jovanotti3:35
14."I Need You"Jovanotti3:33
15."Scappa con me"Jovanotti2:57
16."Stasera voglio fare una festa"Jovanotti3:29
17."Spacchiamoci le orecchie"Jovanotti4:30
18."Go Jovanotti Go"Jovanotti4:48
19."Gimme Five 2"Jovanotti4:03
20."Vasco"Jovanotti4:16
21."Gimme Five 2"Jovanotti3:21

Vinyl version

Side A
No.TitleWriter(s)Length
1."Gimme Five (Remix)"Jovanotti3:40
2."La mia moto"Jovanotti3:46
3."Il capo della banda (Remix)"Jovanotti3:54
4."Scappa con me (Remix)"Jovanotti3:27
5."Gimme Five 2"Jovanotti4:03
Side B
No.TitleWriter(s)Length
1."Latino (Gino Latino)"Jovanotti4:12
2."È qui la festa?"Jovanotti3:33
3."Welcome (Gino Latino)"Jovanotti2:52
4."Yo (Gino Latino)"Jovanotti2:46
5."The Indian (Jeronimo)"Jovanotti3:48
6."Walking (Remix)"Jovanotti3:16
gollark: No evil "class" stuff needed.
gollark: This is an API I run to do some random things.
gollark: ```python#!/usr/bin/env python3from flask import Flask, jsonifyfrom wsgiref.simple_server import make_serverimport subprocessimport randomfrom mpd import MPDClientimport threadingimport timempd_client = MPDClient()mpd_client.connect("localhost", 6600)print("connected, mpd is", mpd_client.mpd_version)app = Flask(__name__)@app.route("/")def index(): return "Hello, World!"@app.route("/fortune/")def fortune(): return subprocess.run(["fortune"], stdout=subprocess.PIPE).stdoutcurrent_song = Nonedef mpd_loop(): print("mpd query loop started") while True: global current_song current_song = mpd_client.currentsong() current_song["status"] = mpd_client.status() time.sleep(0.2)threading.Thread(target=mpd_loop).start()@app.route("/current-song")def get_current_song(): return jsonify(current_song)with make_server('', 1337, app) as httpd: print("Serving HTTP...") httpd.serve_forever()```
gollark: It doesn't require classes. Hold on.
gollark: I saw `getunicode`, which seems python2-ish since python3 has better unicode handling.

References

    This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.