Klammer wrote: > Hi, > I am using SSH in crosh (CTRL/ALT/T) but I am completely new to this. > Please could you give me the code I require to > 1). Check that playhls.sh is an exe > 2). Backup and edit the custom-convert.conf > > Sorry to ask but, as I say, this is my first time using SSH >
SSH is just a secure terminal connection. So the rest is standard console. I thought you were already using a terminal since you did the "dir" and "cd" to show contents of Plugin directory 1. First got to the Bin directory using something like "cd @appstore/SqueezeCenter/Cache/InstalledPlugins/Plugin/PlayHLS/Bin" 2. Do a "dir " or "ls -l" on the Plugin Bin directory. The playhls.sh file should have a "x" in the permission something like "rwxrwxrwx" or "r-xr-xr-x" To backup and edit custom-convert.conf 1. First got to the PlayHLS directory using something like "cd @appstore/SqueezeCenter/Cache/InstalledPlugins/Plugin/PlayHLS" 2. Backup using "cp custom-convert.conf custom-convert.conf.backup" 3. editing the file depends on editor avauilable try "nano custom-convert.conf" 4. use arrow keys to navigate and type when you weantr to change. 5. Use CTRL/O to save the changed file 6. Use CTRL/X to exit editor. ------------------------------------------------------------------------ bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806 View this thread: http://forums.slimdevices.com/showthread.php?t=103158 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
