NextPVR Forums

Full Version: Character "ë" problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When trying to play a file called "K:\GBPVR\Video's\ë.mpg", the MVP crashes.
This also happens when watching a program through LiveTV with such a character (again only on MVP), for example "RTL GP Formule 1 - Maleisië_20090404_10551210".

MVP playback requested: K:\GBPVR\Video's\ë.mp (shortname)
MVP playback requested: (longname)
...
Media stream thread caught exception: System.ArgumentException: Lege padnaam is niet geldig (translation: empty pathname is not valid)
bij System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy)
bij System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
bij GBPVRX2.MVP.x3ca133dee7547455.xf9d81bb81f7c2ff0()


Logs attached.
Longname's are not supported by the MVP and utf-8 is not fully implemented by GBPVR. There is a config.xml setting to send shortnames.

Martin
Changing this setting from false to true did indeed do the trick:
<MVPUseShortFilenamesOnNMT>true</MVPUseShortFilenamesOnNMT>

Thanks Martin