Page 20 of 21

Re: Web UI in PHP - support thread

PostPosted: Sun Feb 01, 2015 6:11 pm
by Xmantium
Its changed to "Add local..."

Re: Web UI in PHP - support thread

PostPosted: Mon Feb 02, 2015 1:42 pm
by M3kk
Not really.. Add Local is for browsing, Add Path is to write directly the Path..

Re: Web UI in PHP - support thread

PostPosted: Mon Feb 09, 2015 10:23 pm
by Swoop
Update is close ;)

Re: Web UI in PHP - support thread

PostPosted: Tue Feb 10, 2015 11:53 am
by Swoop
...and now done ;) HF

Re: Web UI in PHP - support thread

PostPosted: Wed Feb 11, 2015 9:47 am
by M3kk
Thanks, a bit bugged, but its OK :).

Re: Web UI in PHP - support thread

PostPosted: Wed Feb 11, 2015 9:15 pm
by Swoop
Why bugged?

Re: Web UI in PHP - support thread

PostPosted: Fri Feb 27, 2015 10:41 am
by M3kk
With removing or adding shared folder is bugged. For example when i want to remove an entry, he removes the other one and so on :).

Re: Web UI in PHP - support thread

PostPosted: Sat Feb 28, 2015 1:09 pm
by Swoop
Thanks for mentioning. I'll have a look ;)

Re: Web UI in PHP - support thread

PostPosted: Thu Apr 09, 2015 7:27 am
by ddfs
I confirm that I have the same bug with adding/removing a path. When this will be fixed? ;)

Re: Web UI in PHP - support thread

PostPosted: Thu Apr 16, 2015 10:27 pm
by Swoop
Hm, I should avoid putting in too much garbage for testing... Apparently, I tend to overlook stuff then :oops:

Should have been fixed. DL the updated version and give it a shot and let me know.

Re: Web UI in PHP - support thread

PostPosted: Tue Apr 21, 2015 2:06 pm
by madseason41
After corrupting my install, I reinstalled both serviio and the latest webui. I seem to be having library path issues as well. I saved 2 library paths and they saved and scanned. I cannot add a third path. When I attempt this I get either a http error 0 box and or it removes other library paths.

I am running the latest git version, downloaded last night.

Thoughts?

Re: Web UI in PHP - support thread

PostPosted: Tue Apr 21, 2015 3:15 pm
by zip
Make sure your paths are not duplicate, eg:

c:\a\b
c:\a\b\c

This would throw an error as all files from c:\a\b are already shared anyway.

Re: Web UI in PHP - support thread

PostPosted: Tue Apr 21, 2015 3:40 pm
by madseason41
They are not and the error just introduced itself after the reinstall.

Paths are desired to be:
/share/Multimedia/Video/TV Shows
/share/Multimedia/Video/Movies
/share/Multimedia/Music/iTunes
/share/Multimedia/Photos

I don't think the above is redundant or should cause problems?

Re: Web UI in PHP - support thread

PostPosted: Tue Apr 21, 2015 8:48 pm
by Swoop
I think madseason41 has made another one up. I was able to reproduce it with using "add local" as an ID doesn't count up correctly. However, it doesn't seem to happen if you use "add path". Strange enough since both basically use the same functions. Will try to figure it out shortly.

You might wanna try using "add path" meanwhile?!

Re: Web UI in PHP - support thread

PostPosted: Tue Apr 21, 2015 9:04 pm
by Swoop
Should be ok now. What a simple +1 can do :D

Re: Web UI in PHP - support thread

PostPosted: Tue Apr 21, 2015 9:07 pm
by madseason41
You know, in my slumber of troubleshooting, I think I added the second library by choosing add path.

After coming back to add the rest I diverted back to "add local" and started noticing errors.

After trying the "add path" method to add the rest of the libraries it seems to do the trick.

Sorry if I missed this in the thread!

Re: Web UI in PHP - support thread

PostPosted: Tue Apr 21, 2015 9:45 pm
by Swoop
It does not necessarily matter which one you use as either should worl but thanks for highlighting this. Reproducing it screwed my lib since the path has been overwritten somehow so it was indeed an error :lol:

Re: Web UI in PHP - support thread

PostPosted: Tue Apr 21, 2015 10:29 pm
by madseason41
Hmm maybe that's how my library got messed up. That was the reason i did a fresh install.

Regardless the latest version seems to work.

Thanks

Re: Web UI in PHP - support thread

PostPosted: Sun May 03, 2015 6:03 pm
by Wixie
How can i password protect the webgui ?

Re: Web UI in PHP - support thread

PostPosted: Thu May 07, 2015 10:16 pm
by Swoop
You have to have a .htaccess file in the corresponding directory. Just fire up google and it will guide you through ;)