mirror of
https://github.com/CoolnsX/repos_scripts.git
synced 2025-12-20 07:15:20 +05:30
feat: better music tracking and playlist control
This commit is contained in:
2
ani-new
2
ani-new
@@ -3,7 +3,7 @@
|
||||
down() {
|
||||
[ -n "$debug" ] && printf "\033[1;32m %s\033[0m : %s\n" "$3" "$2" && return 0
|
||||
info_$os "$3 links fetched.."
|
||||
choice=$(printf "stream\ndownload\ncast\nnext mirror" | menu_$os "??")
|
||||
choice=$(printf "stream\ndownload\ncast\nnext mirror" | menu_$os "??" '' "2")
|
||||
[ -z "$choice" ] && exit 0
|
||||
[ "$choice" = "stream" ] && player_$os "$2" "$title" && info_$os "opening $title" "mpv" && exit 0
|
||||
[ "$choice" = "cast" ] && info_$os "casting $title" "podcast" && catt cast "$2" && exit 0
|
||||
|
||||
Reference in New Issue
Block a user