In radioctl fixed -c param for cut in playlist.
This commit is contained in:
parent
b86cd122b3
commit
f52d52b1b3
@ -11,7 +11,7 @@ case $1 in
|
|||||||
;;
|
;;
|
||||||
p | playlist)
|
p | playlist)
|
||||||
find -L $radio_dir/music/* -type f -iname '*.ogg' |
|
find -L $radio_dir/music/* -type f -iname '*.ogg' |
|
||||||
cut -c 18- | sort -d > $radio_dir/playlists/all
|
cut -c 31- | sort -d > $radio_dir/playlists/all
|
||||||
break
|
break
|
||||||
;;
|
;;
|
||||||
s | shuffle)
|
s | shuffle)
|
||||||
|
Loading…
Reference in New Issue
Block a user