Please Help!
I can't get userkeys to launch MPlay with the correct parameters. If I launch MPlay through the GUI it works fine and when I launch user_1 in telnet it works just fine.
Here is my MPlay.roku:
#!/bin/sh
#
# MPlay.app [-minfilesize=numbytes][-browsedir=dir][-browseroot=dir][-noicons][-largeicons]
# [-hidesize][-fontsize=numpoints][-exitatend][-maxbuffer][-nobrowserdelete]
# [-browserwithback][-FixTS][NTSCRes=n][PALRes=n][filename][filename]
#
SXPATH=`echo "$0" | sed 's/\/MPlay.roku$//'`
"$SXPATH/MPlay.app" -browsedir="/tmp/Volumes/dell8200-movies" -browseroot="/tmp/Volumes/dell8200-movies" -menuoneof -nomenu
Here is my user_1:
#!/bin/sh
PATH=$PATH:/usr/local/bin
/mnt/smb/dell8200/rokuhd1000/exitapps.sh
/mnt/smb/dell8200/rokuhd1000/MPlay.roku &
The MPlay.roku in user_1 is the same one I listed above. I've tried robooting thinking it was in memory but didn't help. Is there some kind of cache I need to clear? It works if I just telnet into the box and just run user_1 from the prompt! ugh!
Thank you,
b.