Please first read the documentation. Problems affecting the client, e.g. Plex or Emby should be reported there in the forum.
Describe the bug
Enabling -dev (developer mode) on xTeVe for Windows rebuilds the src/webUI.go file with backslashes "\" in the file paths that are interpreted as escape characters instead of normal slashes "/' that should be used for file paths.
Server (please complete the following information):
OS: Windows
Arch: x64
xTeVe Version and Build: 2.2.0 Build 0200
To Reproduce
Steps to reproduce the behavior:
Run "xteve.exe -dev" from the command line
Wait for xTeVe to start sucessfully
Examine the src/webUI.go file
Starting on line 7, verify that paths use the backslash ("\") character.
Close xTeVe and try to recompile with "go build xteve.go"
Verify that the compiler fails with errors in the src/webUI.go file
Expected behavior
The webUI.go file should reference paths with the slash, rather than backslash character.
Screenshots
N/A
Desktop (please complete the following information):
N/A
Please first read the documentation. Problems affecting the client, e.g. Plex or Emby should be reported there in the forum.
Describe the bug Enabling -dev (developer mode) on xTeVe for Windows rebuilds the src/webUI.go file with backslashes "\" in the file paths that are interpreted as escape characters instead of normal slashes "/' that should be used for file paths.
Server (please complete the following information):
To Reproduce Steps to reproduce the behavior:
Expected behavior The webUI.go file should reference paths with the slash, rather than backslash character.
Screenshots N/A
Desktop (please complete the following information): N/A
Additional context N/A