In the vast, chaotic archives of peer-to-peer networks, forgotten blogs, and dusty external hard drives, certain file names act as time capsules. One such artifact is "Farruko - Cositas Que Haciamos -2012-.zip" . At first glance, it looks like a simple compressed folder—a relic from an era when downloading music in bulk was the norm. But to fans of Latin urban music, this string of text represents a pivotal moment: the rise of the "Era of the Ex", the maturation of Farruko as a storyteller, and the last breath of the golden age of MP3 blogs.
This article explores the song, the artist, the year, and the digital culture that made that .zip file a sought-after item.
Why it matters: Purchasing or streaming supports the songwriters, producers, and engineers who crafted the music. It also ensures that future projects receive the funding they need. Farruko - Cositas Que Haciamos -2012-.zip
Why does the file name specify "-2012-" ? Because 2012 was the last year of the "download era" before streaming completely took over.
| File Type | Typical Naming Convention | Purpose |
|---------------|------------------------------|-------------|
| Audio files | 01 – [Song Title].mp3 (or .flac, .m4a) | The core of the archive – the songs themselves. MP3s are most common because of their small size; higher‑quality FLAC versions sometimes appear in “lossless” releases. |
| Cover art | cover.jpg / folder.jpg | A JPEG image (usually 500 × 500 px) showing the album’s official artwork or a fan‑made collage. |
| Metadata file | metadata.txt or info.txt | A plain‑text file that lists track titles, contributing producers, songwriters, release year, and sometimes credits for the source (e.g., “ ripped from CD”, “downloaded from iTunes”). |
| Playlist | Farruko – Cositas Que Hacíamos.m3u | A simple playlist file that automatically queues the tracks in the intended order when opened with a media player. |
| Legal disclaimer (occasionally) | readme.txt | A short note reminding users that the files are for personal use only and encouraging purchase of official releases. | In the vast, chaotic archives of peer-to-peer networks,
File size: A typical 2012‑era MP3 collection (≈ 20‑25 songs at 256 kbps) occupies roughly 300–400 MB. A lossless version can easily exceed 1 GB.
Some fans want the exact MP3 file that they downloaded in high school. They want the metadata (Artist, Year, Genre tags) as it was in 2012. They want the original cover art embedded from the Deluxe Edition, not the updated streaming thumbnail. Why it matters: Purchasing or streaming supports the
The file name contains a grammatical error. The correct Spanish is "Cositas Que Hacíamos" (with an accent on the 'i' and an 'í', not an 'ia').
This error is a digital fingerprint—proof that the file was ripped and compressed by a fan, not by a label.
Streaming services use lossy compression (AAC, Ogg Vorbis). A properly ripped .zip from 2012 might contain a 320kbps CBR MP3 file. Audiophiles and DJs argue that early CD rips sound "warmer" or have better dynamic range than modern streaming masters.
| Task | Tool | Quick Steps |
|------|------|--------------|
| Extract files | 7‑Zip, WinRAR, macOS Archive Utility | Right‑click → “Extract Here” (or select a destination folder). |
| Check audio quality | Audacity, VLC | Open a track → view bitrate (e.g., 256 kbps MP3, 1411 kbps FLAC). |
| Tag metadata | Mp3Tag (Windows), Kid3 (macOS/Linux) | Load folder → edit artist, album, year, genre → save. |
| Create a backup | Cloud storage (Google Drive, Dropbox) | Drag the folder into your cloud sync client. |
| Convert format (if needed) | HandBrake, FFmpeg | ffmpeg -i input.mp3 -c:a flac output.flac |