Favorite Terminal Applications - BSD
Users browsing this thread: 1 Guest(s)
|
|||
(14-07-2020, 10:01 AM)fre d die Wrote:(31-12-2019, 02:13 PM)z3bra Wrote: music: curl + soxSox is a set of command line tools right? do you simply just select the file or folder of music you want to play with it, or can you use it in a more similar way to tools like cmus? It's like imagemagick but for sound files. One of the utilities is "play" which simply plays the files given on the command line in sequential order. There is no curse interface to manage your library though, so I make playlists by symlinking files in a "playlist" directory, then play the files in random order. For example: Code: cd /var/data/music Another thing I do (and it's why I mentionned curl, is playing online radio that provide an mp3 stream: Code: curl -sL http://radio.domain.tld:8000/live.mp3 | play - The radio I used to listen is gone today though, so I need to find others. |
|||