Sve što vidim i sve što znam
Sve što vidim i sve što znam (Serbian Cyrillic: Све што видим и све што знам; trans. All I See and All I Know) is the third album by the Serbian rock band Bjesovi, released in 1997.
Sve što vidim i sve što znam | ||||
---|---|---|---|---|
Studio album by | ||||
Released | 1997 | |||
Recorded | April 1996 - May 1997 "O" Studio, Belgrade | |||
Genre | Alternative rock | |||
Length | 42:18 | |||
Label | Metropolis Records MCD 011 | |||
Producer | Ivan Kljajić, Bjesovi | |||
Bjesovi chronology | ||||
|
Track listing
All written by Goran Marić and Zoran Marinković, except where noted.
- "Verujem" (5:50)
- "Probudi me" (4:32)
- "Kad mi stane dah" (5:23)
- "Sve što vidim i sve što znam" (3:58)
- "Dar"(3:25)
- "Raduj se" (2:08)
- "Sve će se doznati" (3:22) (Monty Norman, Goran Marić, Zoran Marinković)
- "Moj izbor" (14:08) (Igor Malešević, Goran Marić, Zoran Marinković)
Personnel
- Božidar Tanasković (bass)
- Igor Malešević (drums)
- Predrag Dabić (guitar)
- Zoran Filipović (guitar)
- Goran Marić (vocals)
- Zoran Marinković (vocals)
- Dragoljub Marković (keyboards on tracks 2 and 7)
- Vladimir Nikić (contrabass on track 3)
- Svetlana Spajić (vocals on track 4)
- Goran Đorđević (percussion)
gollark: Any specific thingies it's missing?
gollark: You can use luadash.
gollark: ```rust#[macro_use] extern crate serenity;extern crate dotenv;use serenity::client::{Client, EventHandler};use serenity::framework::standard::StandardFramework;use std::env;struct Handler;impl EventHandler for Handler {}pub fn main() { dotenv::dotenv().ok(); // Load bot token from environment, let mut client = Client::new(&env::var("DISCORD_TOKEN").expect("token unavailable"), Handler) .expect("Error creating client"); client.with_framework(StandardFramework::new() .configure(|c| c.prefix("~")) .cmd("ping", ping)); if let Err(why) = client.start() { eprintln!("An error occured: {:?}", why); }}command!(ping(_context, message) { let _ = message.reply("Pong!");});```Fun with discord bots, and yes this is literally the example code.
gollark: t r a i t o r
gollark: f i b o n a c c i
External links
- EX YU ROCK enciklopedija 1960-2006, Janjatović Petar; ISBN 978-86-905317-1-4
- Sve što vidim i sve što znam at Discogs
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.