[mythtv] Ticket #4270: MythTV on Windows (with MinGW)

Kevin Kuphal kuphal at dls.net
Sat Dec 29 21:49:03 UTC 2007


On Dec 29, 2007 3:10 PM, Andrei Tanas <andrei at tanas.ca> wrote:

> > Speaking of which: does somebody want to take a look at how Myth
> > handles file paths? If under Linux a network share can be mounted so
> > it's accessible using the same path (like /home/mythtv/videos), it's
> > not possible to do so with Windows. This kind of messes things up,
> > since MythVideo shares the same configurations between all machines in
> > one system.
> > Also, ':' is being treated as a separator, which makes it impossible to
> > use drive letters (which, coincidentally, is needed to use network
> > shares).
> >
> > Network shares can use UNC paths (\\servername\share) rather than drive
> > letters.
>
> Ugh, I know that, but it doesn't make it possible to map a directory on a
> Linux server and on Windows frontend so it's accessible to applications on
> both systems using exactly the same path.


Well, given that Windows has no correlation to UNIX paths, there isn't any
option either way that will provide that.  Instead, a Windows frontend will
have to have it's own paths to each folder which is really no problem as
Myth already supports different paths to the same files AFAIK from frontend
applications and if not, we will simply need some kind of table mapping a
UNC path or drive letter to a UNIX path for translation.  As far as
non-frontend plugins go, the Myth streaming should work just fine as is
shown by the other Windows based frontends.

Kevin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mythtv.org/pipermail/mythtv-dev/attachments/20071229/c2a43162/attachment.htm 


More information about the mythtv-dev mailing list