Advertisement
Weegee

Weegee

Dec 23rd, 2009
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. if ($0 == F9) {
  2. exec -b ("banshee --query-title --query-artist") {
  3. %np = $str.split($lf,$1);
  4. say "np: $str.replace(%np[1],"","artist: ") - $str.replace(%np[0],"","title: ")";
  5. };
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement