Fiebre de Amor (film)

Fiebre de Amor (in English: Love Fever) is a Mexican motion picture categorized as musical and drama released in 1985. This film won the Diosa Award for best picture.[1]

Fiebre de Amor
Poster of the movie
Directed byRené Cardona Jr.
Produced byRené Cardona Jr.
StarringLucerito
Luis Miguel
Guillermo Murray
Lorena Velázquez
Distributed byTelevicine
Metro-Goldwyn-Mayer
Release date
  • 1985 (1985)
CountryMexico
LanguageSpanish

Synopsis

A teenage girl with a crush on a young popular singing star daydreams about meeting and falling in love with him. She accidentally witnesses a mob murder and while attempting to escape the perpetrators she hides in a hotel bungalow. This happens to be the bungalow of her favorite singer and he gets roped into her escape from these men. The young star comes to her rescue in this romantic comedy with lots of songs and the Acapulco scenery as a backdrop.

.

Cast

  • Lucero as Lucerito
  • Luis Miguel as himself
  • Lorena Velázquez
  • Guillermo Murray
  • Maribel Fernández
  • Carlos Monden
  • Monica Sanchez Navarro

Soundtrack

A soundtrack was released in 1985, with Luis Miguel and Lucerito as the only performers.

gollark: It filters out one guild on which I discuss somewhat real-world things, filters out DMs, removes pings, and reads the messages.csv files, as well as producing a CSV output for aitextgen.
gollark: ```python#!/usr/bin/env python3import os, os.path, json, csv, reOUT = "/tmp/messages.csv"with open(OUT, "w") as g: outwriter = csv.writer(g) DATA_ROOT = "/tmp/messages" for x in os.listdir(DATA_ROOT): dir = os.path.join(DATA_ROOT, x) if os.path.isdir(dir): with open(os.path.join(dir, "channel.json")) as f: meta = json.load(f) if meta["type"] == 0 and ("guild" not in meta or meta["guild"]["id"] != "771081279403065344"): print(x, meta.get("name", "???"), meta.get("guild", "???")) with open(os.path.join(dir, "messages.csv")) as f: r = csv.reader(f) for row in r: channel, timestamp, message, _ = row message = re.sub("<@[0-9]+>", "", message) outwriter.writerow((message, ))```
gollark: And the messages folder → CSV dumper is something like 20 lines of python.
gollark: Why the free time thing though? It's not like looking up how to do this is particularly time consuming.
gollark: Oh, well, this is faster.

References

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