van-ess0 / qwnPlayer

5 stars 0 forks source link

qwnPlayer assumes url is `$host/owncloud/index.php/...` #9

Open etam opened 8 years ago

etam commented 8 years ago

In my setup it's just $host/index.php/.... It could also be $host/MyAwesomeOwnCloud/index.php/.... In fact between $host and /index.php there could be anything, so it should be something that user types into "OwnCloud URL" input.

suratovvlad commented 8 years ago

Ok, I got it. I'll add user manageable settings directly to UI. Now, you can change the qwnsettings.conf file in application directory to achieve your host and owncloud server

van-ess0 commented 8 years ago

Seems, this issue is solved.

suratovvlad commented 8 years ago

There was a bug with conf file, so I've added to UI. Set the port and the custom path to index.php in connection page (tested with only "/index.php" and other "/custompath/index.php")