
import os

from time import *
import time


a=1



while a==1:
    os.system('omxplayer -o both --vol 600 Red_Riding_Hood.mp4')
    print'Red Riding Hood'
    print
    os.system('omxplayer -o both --vol 600 Riders_in_the_Sky.mp4')    
    print'Riders in the Sky'
    print
    os.system('omxplayer -o both --vol 0 Blue_Moon.mp4')
    print'Blue Moon'
    print
    os.system('omxplayer -o both --vol 0 Bohemian_Rhapsody.mp4')
    print'Bohemian Rhapsody'
    os.system('omxplayer -o both --vol 0 Day-O.mp4')
    print
    print
    os.system('omxplayer -o both --vol 0 Dead_Mans_Party.mp4')
    print 'Dead Mans Party'
    print
    os.system('omxplayer -o both --vol 0 Devil_Went_Down_to_Georgia.mp4')
    print'Devil Went Down to Georgia'
    print
    os.system('omxplayer -o both --vol 0 Ghostbusters.mp4')
    print'Ghostbusters'
    print
    os.system('omxplayer -o both --vol 0 Jump_In_the_Line.mp4')
    print 'Jump the Line'
    print
    os.system('omxplayer -o both --vol 0 Monster_Mash.mp4')
    print'Monster Mash'
    print
    os.system('omxplayer -o both --vol 0 Somebodys_Watching_Me.mp4')
    print'Somebodys Watchaing Me'
    print
    os.system('omxplayer -o both --vol 0 Thriller.mp4')
    print'Thiller'
    print
    os.system('omxplayer -o both --vol 0 Werewolves_of_London.mp4')
    print'Werewolves of London'
    print
    print'____________________________'
    




