OK, I realise the directions are not that good, so I'll try again. 1. Get Biography and AlbumReview from the top of this page:
http://forums.slimdevices.com/showthread.php?t=43713&highlight=biography&page=4 Save and unzip to desktop. This should create a directory called AlbumReview on the desktop, where in particular the following directory hierarchy should exist: DESKTOP/AlbumReview/jive/AlbumReview In the last, or deepest, AlbumReview directory you should see: AlbumReviewApplet.lua AlbumReviewMeta.lua strings.txt This is the directory and contents you need to copy to /usr/share/jive/applets. 2. Get pscp.exe from: http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html and save pscp.exe to desktop. 3. Open cmd.exe, the MS command line. 4. Change directory in the command line so desktop is the current directory. E.g. if you write 'dir' you should see the top level of the files you've unzipped. 5. I'm asssuming you know your controllers IP, and I'll call it SBC-IP. In the command line write: pscp.exe -r AlbumReview/jive/AlbumReview [EMAIL PROTECTED]:/usr/share/jive/applets/ You should get prompted for the SBC password, 1234 by default. The -r option means recursively, i.e. the last AlbumReview directory including its contents. [EMAIL PROTECTED] means that the secure copy is being done by the root SBC user. I'm not 100% sure the syntax is correct, this is how it works in Linux. If you get errors try pscp.exe -h or pscp.exe -? to access the help for pscp. 6. Optional. Log into your SBC using putty and check that the AlbumReview with its contents is in fact in /usr/share/jive/applets/ 7. Restart the SBC. AlbumReview should now appear under Extras. The procedure for Biography is similar. Hope you can get it to work. It is a REALLY nice application perfect for the SBC. -- bhaagensen ------------------------------------------------------------------------ bhaagensen's Profile: http://forums.slimdevices.com/member.php?userid=7418 View this thread: http://forums.slimdevices.com/showthread.php?t=46467 _______________________________________________ discuss mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/discuss
