Index: mythvideo/mythvideo/videoutils.cpp
===================================================================
--- mythvideo/mythvideo/videoutils.cpp	(revision 13497)
+++ mythvideo/mythvideo/videoutils.cpp	(working copy)
@@ -37,7 +37,7 @@
             // No internal handler for this, play external
             QString command = Metadata::getPlayCommand(item.get());
             if (command.length())
-                myth_system(command.local8Bit());
+                myth_system(command);
         }
 
         if (item->ChildID() > 0)
