Polar;293687 Wrote: > Change the conversion rules with this command: > sed -i '/^[^#]/s/mplayer.sh/mplayer-stdout/;/^[^#]/s@/dev/fd/[EMAIL > PROTECTED]@' > /volume1/SqueezeCenter/Plugins/Alien/custom-convert.conf > > My questions are: > 1) In what file do I have to put the sentence above? > 2) Do I just have to put this sentence in that file or do I also have > to delete something in that file? > >
It's asking you to run the 'sed' utility from the command line, but if you haven't got a command prompt (or sed) you can make the changes manually. As far as I can see it searches the file "/volume1/SqueezeCenter/Plugins/Alien/custom-convert.conf" for lines which don't start with '#' and performs two search-and-replace operations: 'mplayer.sh' is replaced by 'mplayer-stdout' '/dev/fd/3' is replaced by '-' -- mephisto ------------------------------------------------------------------------ mephisto's Profile: http://forums.slimdevices.com/member.php?userid=6290 View this thread: http://forums.slimdevices.com/showthread.php?t=46535 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/unix
