it will be a test version, is better to have a dedicated directory for testing it, that will be deleted when the stable version will comeyou mean 0.5.0 to 0.6.0 right?
and sure, send it to me. should I overwrite the current 0.6.0 with it? or add it in yet another directory?
startpath = /switch/nxmp
showhidden = false
touchenable = true
playeswipeseek = 0
shortseek = 10
longseek = 60
usealang = false
alang = eng
subfontsize = 55
subfontcolor = #FFFFFF
deinterlace = no
usedb = yes
startresumeperc = 5
stopresumeperc = 5
[Network]
source = VM server |http://192.168.0.84:8000/
source = samba|smb://user:[email protected]/
source = NETWORK |http://192.168.0.84:8000/
[Main]
showhidden = true
touchenable = true
playeswipeseek = 0
shortseek = 10
longseek = 60
usealang = false
alang = eng
subfontsize = 55
subfontcolor = #FFFFFF
deinterlace = no
usedb = yes
startresumeperc = 5
stopresumeperc = 5
i have to investigate, is the webserver an apache?Hi,
I've been meaning to to some testing with my setup.
Here is my config file
Code:startpath = /switch/nxmp showhidden = false touchenable = true playeswipeseek = 0 shortseek = 10 longseek = 60 usealang = false alang = eng subfontsize = 55 subfontcolor = #FFFFFF deinterlace = no usedb = yes startresumeperc = 5 stopresumeperc = 5 [Network] source = VM server |http://192.168.0.84:8000/ source = samba|smb://user:[email protected]/ source = NETWORK |http://192.168.0.84:8000/ [Main] showhidden = true touchenable = true playeswipeseek = 0 shortseek = 10 longseek = 60 usealang = false alang = eng subfontsize = 55 subfontcolor = #FFFFFF deinterlace = no usedb = yes startresumeperc = 5 stopresumeperc = 5
None of the network path work.
My http server is on different port than the default 80.
The http config was working with pplay fine.
I use a simple python command that use the port 8000 by default.i have to investigate, is the webserver an apache?
is working if set to port 80 the webserver?
(maybe i made some mistake on http with port if is working on port 80)
is samba working?
python3 -m http.server
Thanks for the reply.samba need a share it can't use / as base path
the http need to be an apache (for now)
[email protected]:~/zfield/nxmp$ make
Beta Release
gui.cpp
In file included from /home/djakku/zfield/nxmp/include/gui.h:21,
from /home/djakku/zfield/nxmp/source/gui.cpp:4:
/home/djakku/zfield/nxmp/source/database/SQLiteDB.h:5:10: fatal error: sqlite3.h: No such file or directory
5 | #include <sqlite3.h>
| ^~~~~~~~~~~
compilation terminated.
make[1]: *** [/opt/devkitpro/devkitA64/base_rules:14: gui.o] Error 1
make: *** [Makefile:181: build] Error 2
I worked but now does need smb2 and most likely will need libssh2 toothe libsqlit3-dev is for your system is not a library for switch.
this is the portlib i used for nxmp
it has to be in devkitpro/portlibs/switch/
There are others lib i use like libsmb2 libssh2 and so on so the build will likely fail
yeah i noticed that with mpv as well. if you pass it a m3u with multiple sources (eg, same show but at different quality) it seems to randomly (iirc) select a source, which takes a very long time to do so. after the source is selected, it loads instantly, so that part of the m3u loading is okay.The m3u need a better support, i will work on it