jstokes
|
2011-09-14
, 23:00
|
Posts: 235 |
Thanked: 339 times |
Joined on Nov 2010
|
#81
|
The Following User Says Thank You to jstokes For This Useful Post: | ||
|
2011-09-15
, 09:31
|
|
Posts: 3,811 |
Thanked: 1,151 times |
Joined on Oct 2007
@ East Lansing, MI
|
#82
|
The Following User Says Thank You to Addison For This Useful Post: | ||
|
2011-09-15
, 13:34
|
|
Posts: 3,811 |
Thanked: 1,151 times |
Joined on Oct 2007
@ East Lansing, MI
|
#85
|
Try replacing the script with this:
Code:#!/bin/sh case $1 in in) su - user -c "xmmsctrl next" ;; out) su - user -c "xmmsctrl previous" ;; esac
The Following User Says Thank You to Addison For This Useful Post: | ||
|
2011-09-15
, 13:42
|
Posts: 235 |
Thanked: 339 times |
Joined on Nov 2010
|
#86
|
The Following User Says Thank You to jstokes For This Useful Post: | ||
|
2011-09-15
, 17:13
|
Posts: 235 |
Thanked: 339 times |
Joined on Nov 2010
|
#89
|
The Following User Says Thank You to jstokes For This Useful Post: | ||
|
2011-09-15
, 17:13
|
|
Posts: 3,811 |
Thanked: 1,151 times |
Joined on Oct 2007
@ East Lansing, MI
|
#90
|