1. By default, the web remote is running on port 8082, so you need to specify that in your url. http://127.0.0.1:8082/remote.html would be the correct address. if you go in to the settings and change the default remote port to 80 you shouldnt need to specify it in the url, but make sure that you dont have anything else using port 80 (such as the xbmc webserver) or it will cause issues.
2. make sure that all the xbmc connection settings are correct. If your password is blank, see if it helps to specify a password. Also , if you could turn on logging and send me a snippet of the log when this happens, I can probably give you a bit more advice as to whats going wrong. I haven't tested anything on Frodo yet, so youre in uncharted waters there. Im not sure what changes there are to the JSON RPC API, but its possibly that could cause some problems too. I've done all my testing against XBMC v11. Make sure that you can ping your xbmc box from another pc too. I know its sounds weird, but the Windows 7 firewall can block ping requests. I discovered this when one of my systems wouldn't connect. I think there is a note about this in the ReadMe.
3. As far as the trailers go, make sure that the paths for both mplayer.exe and youtube-dl.exe are correct under the "mPlayer Options" tab in the settings window. my guess is one of those paths is wrong. I cant count the number of times that ive gone to test on a new machine and forgot to change those settings. Again, it would help to turn on logging and see if there is any information in there. if you see anything about a file not found exception, that because it cant find mplayer or youtube-dl. One last note... there isnt much along the lines of error checking to make sure the trailer links are valid. I have had it happen where the link provided by themoviedb is either dead or is in an invalid format, in either case there is nothing to stream, so you'lll just see the black box like your experiencing in that case too. I'll look into packaging the youtube-dl and mPlayer executables with the application in future releases.
2. make sure that all the xbmc connection settings are correct. If your password is blank, see if it helps to specify a password. Also , if you could turn on logging and send me a snippet of the log when this happens, I can probably give you a bit more advice as to whats going wrong. I haven't tested anything on Frodo yet, so youre in uncharted waters there. Im not sure what changes there are to the JSON RPC API, but its possibly that could cause some problems too. I've done all my testing against XBMC v11. Make sure that you can ping your xbmc box from another pc too. I know its sounds weird, but the Windows 7 firewall can block ping requests. I discovered this when one of my systems wouldn't connect. I think there is a note about this in the ReadMe.
3. As far as the trailers go, make sure that the paths for both mplayer.exe and youtube-dl.exe are correct under the "mPlayer Options" tab in the settings window. my guess is one of those paths is wrong. I cant count the number of times that ive gone to test on a new machine and forgot to change those settings. Again, it would help to turn on logging and see if there is any information in there. if you see anything about a file not found exception, that because it cant find mplayer or youtube-dl. One last note... there isnt much along the lines of error checking to make sure the trailer links are valid. I have had it happen where the link provided by themoviedb is either dead or is in an invalid format, in either case there is nothing to stream, so you'lll just see the black box like your experiencing in that case too. I'll look into packaging the youtube-dl and mPlayer executables with the application in future releases.


























