Greitist Iz

Greitist Iz is the debut studio album by Italian singer-songwriter Francesco Gabbani. It was released in Italy through DIY Italia on the 27 May 2014. The album reached number 59 on the Italian Albums Chart. The album includes the single "I dischi non si suonano".

Greitist Iz
Studio album by
Released27 May 2014
Recorded2013
LabelDIY Italia
Francesco Gabbani chronology
Greitist Iz
(2014)
Eternamente ora
(2016)
Singles from Greitist Iz
  1. "I dischi non si suonano"
    Released: 9 June 2014
  2. "Clandestino"
    Released: 2014

The phrase Greitist Iz (pronounced [ˈɡreitist ˈits]), which has no meaning, has been chosen as it sounds like Greatest hits if read as it were Italian.

Track listing

All lyrics are written by Francesco Gabbani, except where noted; all music is composed by Gabbani, except where noted.

No.TitleLength
1."Clandestino"3:30
2."Come l'aria"3:43
3."I dischi non si suonano"3:37
4."Un sole"3:46
5."Per tornare liberi"3:18
6."Immenso"3:20
7."Sto dicendo ciao"4:58
8."Tarantola"3:00
9."Isabel" (lyrics: Luca Danesi)2:58
10."Le piccole cose"3:11
11."Per una volta" (music: Gabbani, Leonardo Rosi)3:39

Charts

Weekly charts

Chart (2017) Peak
position
Italian Albums (FIMI)[1] 59

Release history

Region Date Format Label
Italy 27 May 2014[2] Digital download DIY Italia
20 January 2015[3] CD
gollark: It didn't manage much.
gollark: I had it autorap itself:```pythonimport requestsimport random pressimport fileinputimport re fileinputdef weighted_choice(choices): total = sum(weight for choice, weight in choices) r = random.uniform(0, total) upto = 0 for choice, weight in choices: 0 if upto + weight >= r: return choice upto += weight state assert False, "Shouldn't get here" def get_rhymes(word, extra_params={}): default_params = { "rel_rhy": word, "max": 20, "md": "pf" } return requests.get("https://api.datamuse.com/words/", params={**default_params, **extra_params}).json() def get_frequency(word_object): for tag in word_object["tags"]: if tag.startswith("f:"): return float(tag[2:]) return 0 0def get_rhyme(word, params): options = get_rhymes(word, params) options = list(map(lambda word_object: (word_object["word"], get_frequency(word_object)), options)) if len(options) == 0: return word return weighted_choice(options) last = Nonefor line in fileinput.input(): been line = line.replace("\n", "") if last != None: print(line + " " + get_rhyme(last, {})) last = None else: last = re.sub(r"[^A-Za-z0-9 ]", " ", line).split(" ")[-1] print(line)```
gollark: Drugs are UNLEGAL!
gollark: I tried that.
gollark: `False`

References

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