Pastebin

Paste #409: amarok slow skip

< previous paste - next paste>

Pasted by tdn

Download View as text

(tdn@homer.) (Fri Feb 23 06:13 ) {P:0 H:872}
(~) ./bin/amarok-skip-tracks.sh  10
[Fri Feb 23 18:13:09 CET 2007] Skipping track 1
[Fri Feb 23 18:13:10 CET 2007] Skipping track 2
[Fri Feb 23 18:13:12 CET 2007] Skipping track 3
[Fri Feb 23 18:13:14 CET 2007] Skipping track 4
[Fri Feb 23 18:13:16 CET 2007] Skipping track 5
[Fri Feb 23 18:13:17 CET 2007] Skipping track 6
[Fri Feb 23 18:13:19 CET 2007] Skipping track 7
[Fri Feb 23 18:13:20 CET 2007] Skipping track 8
[Fri Feb 23 18:13:22 CET 2007] Skipping track 9
[Fri Feb 23 18:13:23 CET 2007] Skipping track 10
(tdn@homer.) (Fri Feb 23 06:13 ) {P:0 H:873}
(~) cat bin/amarok-skip-tracks.sh
#!/bin/bash
for i in `seq 1 $1`; do
        echo "[`date`] Skipping track $i"
  DISPLAY=:0 dcop amarok player next
done
(tdn@homer.) (Fri Feb 23 06:13 ) {P:0 H:874}
(~)                                                                                       

New Paste


Do not write anything in this field if you're a human.

Go to most recent paste.