# The menu that's being created.

font('/usr/share/fonts/truetype/freefont/FreeSansBold.ttf', 20)
background('../DVD-Fummofu/background.jpg')

colors()

moveto(75, 100)
chapters('0,1:30')

title('../DVD-Fummofu/001.mpg', chapters='0,11:40')
label('Ep 1 - Ghillie, Kidnapping')

title('../DVD-Fummofu/001b.mpg', chapters='0:00,1:30,11:12')
label("Ep 1' - Bread, Lunch Break")

title('../DVD-Fummofu/002.mpg')
label('Ep 2 - Beach')

title('../DVD-Fummofu/003.mpg', chapters='0,1:30,11:18')
label('Ep 3 - Art, Fumoffu')

title('../DVD-Fummofu/004.mpg', chapters='0,1:30,11:38')
label('Ep 4 - Pony, Ghost')

title('../DVD-Fummofu/005.mpg', chapters='0,1:30,11:28')
label('Ep 5 - Karate, Rival')

title('../DVD-Fummofu/006.mpg')
label('Ep 6 - Rugby')

title('../DVD-Fummofu/007.mpg')
label('Ep 7 - Visitor')

title('../DVD-Fummofu/008.mpg')
label('Ep 8 - Onsen')

title('../DVD-Fummofu/009.mpg')
label('Ep 9 - Yakuza')

title('../DVD-Fummofu/010.mpg')
label('Ep 10 - Sociology Experiment')

title('../DVD-Fummofu/011.mpg')
label('Ep 11 - Biological Warfare')

# title('../DVD-Fummofu/special.mpg')
# label('Special - Kidnapping')

moveto(450, 100)

label('Ch. 01 ', action='jump title 1 chapter 1;', cr=False)
label("02' ", action='jump title 1 chapter 2;')

label("Ch. 03' ", action='jump title 2 chapter 2;', cr=False)
label("02 ", action='jump title 2 chapter 3;')

label('Ch. 03 ', action='jump title 3 chapter 2;')

label('Ch. 04 ', action='jump title 4 chapter 2;', cr=False)
label('05 ', action='jump title 4 chapter 3;')

label('Ch. 06 ', action='jump title 5 chapter 2;', cr=False)
label('07 ', action='jump title 5 chapter 3;')

label('Ch. 08 ', action='jump title 6 chapter 2;', cr=False)
label('09 ', action='jump title 6 chapter 3;')

label('Ch. 10 ', action='jump title 7 chapter 2;')

label('Ch. 11 ', action='jump title 8 chapter 2;')

label('Ch. 12 ', action='jump title 9 chapter 2;')

label('Ch. 13 ', action='jump title 10 chapter 2;')

label('Ch. 14 ', action='jump title 11 chapter 2;')

label('Ch. 15 ', action='jump title 12 chapter 2;')


rmoveto(-375, 5)
font('/usr/share/fonts/truetype/freefont/FreeSansBold.ttf', 16)

text('Ultimate Edition')

# title('/home/tom/dvd/dvd-F/good-516.mpg', chapters='0,12:19')
# label(' F')



#########

# newmenu()
# background('../DVD-Fummofu/background.jpg')

# moveto(100, 100)

# label("Episode One body", action="jump title 1 chapter 2;")
# label("Menu Page 1.", action="jump vmgm menu 1;")