- March 7, 2007
- 168
- 3
- 57
- Home Country
- Germany
hi there.. i have a problem to install the new version it always claims that it needs version 1.1.2 which is installed...
any ideas???
regards robertino
any ideas???
regards robertino
got an issue with the plugin. I install it and set it up and as soon as i try to connect through ampdroid, and i then go to the plugin configure, the plugin gets and error stating that there is a duplicate string with an unexpeted handling error and asks me to close media portal congurator.
they only way to get back into the plugin is to unistall MP and reload everything. I am suing MP 1.2.1.
Hey Shukuyen, I am playing around with building some remotes on top of wifiremote and I found what *may* be a bug, actually it's more of a typo.
To send a playfile command according to the wiki you need to send:
Type (playfile)
FileType (video|audio)
FilePath
this didn't work in my tests and after browsing in the code for wifiremote.socketserver (socketserver.cs, line 608) I found that the program was expecting Filepath (note the lower 'p'), once I fixed this in my client everything is working great.
Thanks for a great plugin! I am really enjoying it!
--Edit---
Also, is there a reason why video playlists can't be loaded the same way audio ones are?