This will be helpful for users who mainly do movie only blu-rays and watch on ps3 (or for people whoi just want to manually add their own name and image for their blu-ray).

First off multiAVCHD does this already but via GUI it's compilation name and BD Jacket image, but if you don't use this program here's how to do it. Make an XML file with this:
Code:
  <?xml  version="1.0" encoding="utf-8" ?> 
  - <disclib xmlns="urn:BDA:bdmv;disclib">
   - <di:discinfo xmlns:di="urn:BDA:bdmv;discinfo">
   - <di:title>
     <di:name>Star Trek Into Darkness</di:name> 
    <di:numSets>1</di:numSets> 
    <di:setNumber>1</di:setNumber> 
   </di:title>
  - <di:description>
   - <di:tableOfContents>
     <di:titleName  titleNumber="1">Star Trek Into Darkness</di:titleName>   (Name)  
   </di:tableOfContents>
    <di:thumbnail href="ST_jacket_sm.jpg" />   (image) 
    <di:thumbnail href="ST_jacket_lg.jpg" />     (image) 
   </di:description>
    <di:language>eng</di:language> 
   </di:discinfo>
   </disclib>
Do not include stuff in red like (Name)(image) that's to show you what to edit. Save this file as bdmt_eng.xml and put it in BDMV\META\DL folder. Put your jpg image file(s) in the same folder, with the same name you put after <di:thumbnail href=

Apologies if this has been covered way too many times, I just found this on my own, I'm sure some of you already have