- Thread starter
- Moderator
- #471
Wow, sounds like a really cool project!Thank you very much. I'm trying to provide a touch interface for sick kids to easily start up their movies. The WiFi remote interface along with PlayFile seems to fit the bill.
.
I tested "PlayFile" locally and it is working here. This is the relevant commit: https://github.com//WifiRemote/commit/579b7fd653bc3c1c6330ff4e9417b461a158bff0
Only gotcha was that one parameter is named FileType and the other is named Filepath, note the lower case p in Filepath. Also I have the problem that videos that were started with PlayFile remained in fullscreen mode, even when stopped. I guess that's due to the hack here: https://github.com//WifiRemote/blob/develop/Sources/WifiRemote/Core/Communication.cs#L504
Tested with MediaPortal 1.9, let me know if that works for you or if it is broken on later MePo versions (need to find time to upgrade to the latest version ...).