Paths in STVs using backslash
I know that most of the STVs work under Linux, but to make it easier to use more STVs, can SageTV be made to automatically convert the backslashes to forward slashes in all commands using disk access? This way, the programmers won't have to keep inserting IsWindowsOS() all over the place, and the STVs will work without fail.
I tried changing mine by adding an AddGlobalContext("pth","/") for Linux and AddGlobalContext("pth","\\") for Windows, and taking out all \\ in the STVs.
Thanks,
Lauren
Last edited by laurenglenn; 02-04-2006 at 10:11 PM.
|