Ticket #3499: mythvideo_utf8.patch

File mythvideo_utf8.patch, 539 bytes (added by andrei@…, 19 years ago)

enable utf8 filenames in MythVideo

  • mythvideo/mythvideo/videoutils.cpp

     
    3737            // No internal handler for this, play external
    3838            QString command = Metadata::getPlayCommand(item.get());
    3939            if (command.length())
    40                 myth_system(command.local8Bit());
     40                myth_system(command);
    4141        }
    4242
    4343        if (item->ChildID() > 0)