Yuri Volodarsky & Friends
Hot Dozen (Audio Version)

Yuri Volodarsky & Friends
Hot Dozen (Audio Version)
AFL Music
$10.99 buy
Hot Dozen is a collection of some of our best video clips, from some of the best days of television – the time that many people remember fondly, with nostalgia. The humor, the quality of the filming, the actors, and and the sheer energy and enthusiasm on display. These are gems that you just won't see in modern film, TV, or video. These 12 short stories will definitely make you smile. Most of the videos were part of films, such as "Word Of Love," "Festival," "You And Me," and "Foxy Roxy Song." Some come from various television channels such as "Task Is Over" and "7 Days With A Russian Beauty." All were produced by "Yuri Volodarsky & Friends" feature creative scripts, great direction, amazing cinematography and great music. HOT DOZEN is both a hot commodity and a unique, MUST SEE collection!
SELECT DISTINCT SQL_CALC_FOUND_ROWS 
                 music.*, 
                 UNIX_TIMESTAMP(music.datetime) AS d, 
                 music_projects.name_en AS project_name,
                 music_categories.name_en AS category_name,
                 music_authors.name_en AS author_name,
                 music_types.name_en AS type_name,
                 music_labels.name_en AS label_name,
                 music_subscriptions.`delimiter`,
                 music_subscriptions.subscription_id
          FROM music
          LEFT JOIN music_projects ON (music_projects.id = music.project_id)
          LEFT JOIN music_categories ON (music_categories.id = music.category_id)
          LEFT JOIN music_genres ON (music_genres.id = music.genre_id) 
          LEFT JOIN music_authors ON (music_authors.id = music.author_id) 
          LEFT JOIN music_types ON (music_types.id = music.type_id) 
          LEFT JOIN music_labels ON (music_labels.id = music.label_id) 
           RIGHT  JOIN music_subscriptions ON ( music_subscriptions.music_id = music.id )
          LEFT JOIN subscriptions ON ( music_subscriptions.subscription_id = subscriptions.id )
          WHERE 1
            AND UNIX_TIMESTAMP(music.datetime) < 1710838440
            AND (
                music.vis = 1
             OR music.vis IS NULL
            )
            
             AND music_subscriptions.subscription_id = 88 
           ORDER BY music_subscriptions.sort 
          LIMIT 0, 20

Song Time Label
Odessa-Mama 00:04:32 AFL Music
Mephistopheles' Couplets 00:02:13 AFL Music
The Task Is Over 00:04:07 AFL Music
Lullaby 00:03:49 AFL Music
Festival Song 00:02:23 AFL Music
World Of Love 00:03:01 AFL Music
Maski Rap-Down 00:03:33 AFL Music
You & Me 00:01:43 AFL Music
7 Days With A Russian Beauty 00:01:53 AFL Music
Foxy Roxy Song 00:02:14 AFL Music
Police Patrol Rap 00:03:26 AFL Music
Police Patrol. Turn On The Engine 00:03:50 AFL Music