I could not find anyway to do this directly in Encore CS6.
But it is possible to do manually.
- Create your entire blu - ray (except the thumbnails) in Encore.
- Go to the "Build" tab and select: "Blu-ray Folder"
- Click Build.
This will make a folder in the directory you specified with all the contents of your Blu Ray.
Now the manual work begins:
Add a folder named: BDMV/META/DL
In this new folder you need:
- An XML file named: bdmt_eng.xml (for US players)
- One 640x360 Jpeg
- One 416x240 Jpeg
The XML File needs to contain:
<?xml version="1.0" encoding="utf-8"?>
<disclib xmlns="urn:BDA:bdmv;disclib" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:BDA:bdmv;disclib disclib.xsd">
<di:discinfo xmlns:di="urn:BDA:bdmv;discinfo">
<di:title>
<di:name>Your Discs Title Here</di:name>
</di:title>
<di:description>
<di:thumbnail href="./ThumbnailLarge_640x360.png" size="640x360" />
<di:thumbnail href="./ThumbnailSmall_416x240.png" size="416x240" />
</di:description>
</di:discinfo>
</disclib>
Burn the BDMV and CERTIFICATE folder to a Blu Ray (I suggest using a rewriteable first to test).
When you load it into your PS3 the preview icon and title will display.
Unfortunately when I press Play I get an invalid disc error.
I did not make this method up. I found it in another forum posting here:
http://forum.doom9.org/showthread.php?t=140293
Other folks have gotten it to work completely so I must be doing something wrong in the last steps.
I just bought a cheap batch of BD-RE's and plan to experiment more. If I find a way to get it completely working I'll post a follow up.
New Egg currently has the best deal on Rewritable blu rays I have seen. 10 for under 20 bucks. (usually it's $15 for just 1!).
http://www.newegg.com/Product/Product.aspx?Item=N82E16817607029
If anyone else figures out a better way please share.