SONARiS - BASED CLI SoundCloud client and downloader [Version $version]
printf"
SONARiS - DEPRECATED CLI SoundCloud client and downloader [Version %s]
Usage: ./sonaris.sh
./sonaris.sh[options][option stuffs...]
Usage:\t%s
\t%s[options][option stuffs...]
SONARiS is a script which allows you to listen to your favourite songs, albums made by the artists you love.
It does so using the amazing MPV and youtube-dl programs and some other nice tools.
SONARiS is a script which allows you to listen to your favourite songs, albums
made by the artists you love. It does so using the amazing MPV and youtube-dl
programs and some other nice tools.
To make it your own and configure it, just open up 'sonaris.sh' in your favoUrite text editor :D.
To make it your own and configure it, just open up 'sonaris.sh' in your
favoUrite text editor :D.
This is free software licensed under the GPL 3.0 license. If you didn't receive a copy of it along with this program, check out <https://www.gnu.org/licenses/>.
This is free software licensed under the GPL 3.0 license. If you didn't receive
a copy of it along with this program, check out <https://www.gnu.org/licenses/>.
Options:
-h, --help prints this help screen and exits
-s, --search [query] search on SoundCloud
-d, --download download a song instead of listening to it
-f, --favs pick an artist from a list (you can choose which to show by editing the script, trust me, it's ez af)
-v, --version prints program version and exits
[Author: mirk0dex <mirkodi.tech>]
"
-h, --help\t\tprints this help screen and exits
-s, --search [query]\tsearch on SoundCloud
-d, --download\tdownload a song instead of listening to it
-f, --favs\t\tpick an artist from a list (you can choose which to show by
\t\t\tediting the script, trust me, it's ez af)
-v, --version\t\tprints program version and exits
[Author: mirk0dex <mirkodi.tech>]\n
" "$version" "$0" "$0"
}
@ -92,7 +97,7 @@ case $1 in
-h|--help) helpMe
exit;;
-s|--search)if[ -z "$2"];then
echo"${RED}Error${NC}: please specify what to search for.See ${YELLOW}--help${NC} for more info."
echo"${RED}Error${NC}: please specify what to search for.\nSee ${YELLOW}--help${NC} for more info."
exit100
else
query="$2"
@ -112,6 +117,7 @@ esac
# if no query is specified using -s or --search, ask for one
enterQuery(){
if[ -z "$query"];then
printf"NOTE: This version of SONARiS is DEPRECATED and will no longer be updated,\nplease use the POSIX version instead (./sonaris.sh).\n"
SONARiS - BASED CLI SoundCloud client and downloader [Version $version]
printf"
SONARiS - DEPRECATED CLI SoundCloud client and downloader [Version %s]
Usage: ./sonaris.sh
./sonaris.sh[options][option stuffs...]
Usage:\t%s
\t%s[options][option stuffs...]
SONARiS is a script which allows you to listen to your favourite songs, albums made by the artists you love.
It does so using the amazing MPV and youtube-dl programs and some other nice tools.
SONARiS is a script which allows you to listen to your favourite songs, albums
made by the artists you love. It does so using the amazing MPV and youtube-dl
programs and some other nice tools.
To make it your own and configure it, just open up 'sonaris.sh' in your favoUrite text editor :D.
To make it your own and configure it, just open up 'sonaris.sh' in your
favoUrite text editor :D.
This is free software licensed under the GPL 3.0 license. If you didn't receive a copy of it along with this program, check out <https://www.gnu.org/licenses/>.
This is free software licensed under the GPL 3.0 license. If you didn't receive
a copy of it along with this program, check out <https://www.gnu.org/licenses/>.
NOTE: This version of SONARiS is DEPRECATED, please use the POSIX version
instead (./sonaris.sh).
Options:
-h, --help prints this help screen and exits
-s, --search [query] search on SoundCloud
-d, --download download a song instead of listening to it
-f, --favs pick an artist from a list (you can choose which to show by editing the script, trust me, it's ez af)
-v, --version prints program version and exits
[Author: mirk0dex <mirkodi.tech>]
"
-h, --help\t\tprints this help screen and exits
-s, --search [query]\tsearch on SoundCloud
-d, --download\tdownload a song instead of listening to it
-f, --favs\t\tpick an artist from a list (you can choose which to show by
\t\t\tediting the script, trust me, it's ez af)
-v, --version\t\tprints program version and exits
[Author: mirk0dex <mirkodi.tech>]\n
" "$version" "$0" "$0"
}
@ -91,7 +99,7 @@ case $1 in
-h|--help) helpMe
exit;;
-s|--search)if[ -z "$2"];then
echo"${RED}Error${NC}: please specify what to search for.See ${YELLOW}--help${NC} for more info."
echo"${RED}Error${NC}: please specify what to search for.\nSee ${YELLOW}--help${NC} for more info."