Complaint about sorting of tracks in Sandisk Clip Jam

clipfan7, thanks for the historical overview.

I wrote this command, this seems to order capters/episodes in file name order in Linux. I haven’t tested it thoroughly yet.

ls \*.mp3 | sort | awk '{print "id3v2", "-T", NR, "\"" $0 "\""}' | bash