Thanks for this tip! That was easy - now I can watch all my HD movies from Canon HG10 camcorder and they look awesome in full 1080p. I did not rename them though - I wanted to preserve the original state of the AVCHD/BDMV/ folder so I made links to original files with new M2TS extension. Soft links did not work so I made hard links and WD TV is happy with them. This also prompted me to sort and catalog the videos with new names and date-based folder structure (iPhoto-style). With hard links I have the freedom of renaming the videos and still preserving the original structure from camcorder hard drive.
I hope the firmware fix in the near future will take care this oversight but until then the hard link solution will work for me. Playing the clips one after another without interruption is highly desirable too.
You can make hard links in Terminal using "ln" command. But in order to simplify it and make faster I created an OnMyCommand description (below). You may copy the plist below, paste in text editor, save as plist file and drag on OMCEdit to add to your commands. Then, you select your .mts files in Finder, control-click for contextual menu and choose "Make M2TS Hard Links". Next you are prompted to select a destination folder (must be on the same hard drive volume for hard links!) and that's it. You can get OnMyCommand at:
http://www.abracode....ree/cmworkshop/
COMMAND_LIST
ACTIVATION_EXTENSIONS
MTS
CHOOSEFOLDERDIALOG
MESSAGE
Choose Destination Folder for Hard Links
COMMAND
ln "$OMCOBJPATH" "$OMCDLGCHOOSEFOLDERPATH/$OMCOBJNAMENOEXTENSION.M2TS"
NAME
Make M2TS Hard Links
SUBMENU_NAME
/
VERSION
1
VERSION
2