I successfully set up Movie Sheet with my WDLXTV Live. Since I'm sure that the setup is similar with the WDTV G2, here is what I did (in n00b terms) to get it working:
- Download the WDLXTV custom firmware (THANKS B-RAD!!!)
- Format a thumb drive to FAT32
- Place the .bin and .ver files on the thumb drive
- Pull the power cable out of your WDTV unit
- Plug the thumb drive into the WDTV
- Insert the power cable into your WDTV unit
- Power on the WDTV
- When prompted, install the firmware update (the unit will reboot and install)
- After the unit has rebooted and installed the firmware, pull the power cable out of your WDTV unit
- Delete the contents of your thumb drive, and copy the S00 file onto it
- Open the S00 file and make the necessary changes to enable Movie Sheets:
- The lines of code with two hash marks "##" are simply comments to explain the code
- The lines of code with one hash mark "#" will be executed if you simply delete the hash mark . . . this is what allows customization
- I set up my unit so that it will display the movie thumbnails, and then a full-screen moviesheet when you click the thumbnail. You then press OK within the moviesheet to start the movie. If you would like a different setup, refer to b-rad's documentation.
- For my setup with clickable thumbnails, I removed the hash marks from the following lines of code (and I have added my own comments prefixed by "##"):
- Code: Select all
##The following option is necessary (read about it in the forums) . . . I had to type this in to the S00 file myself:
config_tool -c SHOW_FILESIZE_SETTING=0
##The following option allows me to have the thumbnail view, and then click the thumb for a full view of the movie sheet:
config_tool -c MSHEETMODE=std
##The following option allows movie sheets for videos:
config_tool -c VIDMSHEET=ON (this allows movie sheets for videos)
config_tool -c GENMSHEET=ON
config_tool -c LISTMSHEET=ON
##The following option ensures that the hard drive turns off when the WDTV is turned off:
config_tool -c USB_POWER_OFF=1
- Save the S00 file when you are done setting your options
- Place the thumbdrive in your WDTV unit
- Insert the power cable into your WDTV unit
- Power on the WDTV
- The unit will apply the settings in your S00 file. You won't receive a confirmation or anything, but when the USB light stops flashing, it is likely complete. You will not need to run the S00 file again unless you want to change the custom settings.
- Remove the thumb drive from your WDTV unit
- Modify the contents of your media-storing portable hard drive with the following file structure (hopefully this is the same with the WDTV G2!):
/movies/James Bond/movie.avi (this is the Movie File)
/movies/James Bond/movie.avi_sheet.jpg (this is the Movie Sheet jpg, which you can make with software such as tivixie or thumbgen)
/movies/James Bond/folder.jpg (this is the thumbnail for the movie) - Connect the portable hard drive to your WDTV unit
- Enjoy!
Thanks b-rad for all of your hard work! You should offer your services to WD so that you can get paid huge $$$ to make their products more awesome!




