Page 1 of 1

webremote

Posted: Fri Nov 16, 2012 8:44 am
by r3dsk1n
where can I find the web files in xbmc?

I installed jan's version and now I'm getting a 404, so I want to just copy the files over from another version if it's possible.

Re: webremote

Posted: Sat Nov 17, 2012 12:53 am
by Dan Dar3

Re: webremote

Posted: Mon Nov 19, 2012 4:03 am
by r3dsk1n
ah I see, it just wasn't included in jan's pack

Re: webremote

Posted: Tue Nov 20, 2012 12:44 am
by r3dsk1n
I just made a small little tweak so I could just paste a url into a text form and start streaming.

it's quick and dirty, but it works.

http://pastebin.com/zQ6jtSdL

Image

Re: webremote

Posted: Tue Nov 20, 2012 7:42 am
by r3dsk1n
r3dsk1n wrote:I just made a small little tweak so I could just paste a url into a text form and start streaming.

it's quick and dirty, but it works.

http://pastebin.com/zQ6jtSdL
spoke too soon, it seems there's an issue with some urls I think it has something to do with spaces :-/

Re: webremote

Posted: Wed Nov 21, 2012 1:26 am
by r3dsk1n
I seriously don't know why this wasn't included in the webremote in the first place.

Re: webremote

Posted: Fri Dec 14, 2012 2:19 am
by r3dsk1n
r3dsk1n wrote:
r3dsk1n wrote:I just made a small little tweak so I could just paste a url into a text form and start streaming.

it's quick and dirty, but it works.

http://pastebin.com/zQ6jtSdL
spoke too soon, it seems there's an issue with some urls I think it has something to do with spaces :-/
Does anyone have any ideas of how I could fix it so that it stops giving me an error when I use addresses with spaces?

Re: webremote

Posted: Fri Dec 14, 2012 2:37 am
by Dan Dar3
You might want to URL encode the addresses?

As a quick and dirty fix try replacing spaces with %20 see if it works any better.

Re: webremote

Posted: Fri Dec 14, 2012 3:05 am
by r3dsk1n
Yeah I've tried that and it just gives an error. :-/