diff --git a/funkwhale-cli.sh b/funkwhale-cli.sh index d4187f9..96881ed 100755 --- a/funkwhale-cli.sh +++ b/funkwhale-cli.sh @@ -52,6 +52,9 @@ while true; do choice=$(echo "$downloadtrackspls\n$startplayer\n$checkapilimits\n$changepod\n$Exit" | fzy) if [ "$choice" = "$downloadtrackspls" ]; then + echo 'Order by (prefix - is DESC ordering):' + ordering=$(echo 'title\n-title\ncreation_date\n-creation_date\nrelease_date\n-release_date\nrandom\n-random' | fzy) + export ordering echo 'Enter page number: ' read page load_tracks_to_playlist $page