Cmus – A Small Terminal Music Player
51–60 of 67 posts
Re: Cmus – A Small Terminal Music Player
#52Oh wow, did not expect this here! I am the current maintainer (not the original author) of cmus, and can answer some questions, if they'll come up.
One thing I would love to see is a folder-based music view like you have artist/album views. I don't tag my songs, I just organise them in folders about three levels deep. What I'd like to see is a folder tree of my music folder on the left and all the files in that folder, plus all subfolders recursively, on the right. The only player I remember getting this right was amarok (now clementine). I've never once in my l…
Re: Cmus – A Small Terminal Music Player
#53Earlier quoted context omitted.
One thing I would love to see is a folder-based music view like you have artist/album views. I don't tag my songs, I just organise them in folders about three levels deep. What I'd like to see is a folder tree of my music folder on the left and all the files in that folder, plus all subfolders recursively, on the right. The only player I remember getting this right was amarok (now clementine). I've never once in my l…
Ditto - automatic organisation by metadata might be nice if metadata wasn't universally inconsistent and incomplete. I tried manually fixing my whole library and it was nice for a couple of weeks, but there's so much ongoing maintainence overhead that OS-level folders are the only thing I bother with any more :(
Re: Cmus – A Small Terminal Music Player
#54Earlier quoted context omitted.
One thing I would love to see is a folder-based music view like you have artist/album views. I don't tag my songs, I just organise them in folders about three levels deep. What I'd like to see is a folder tree of my music folder on the left and all the files in that folder, plus all subfolders recursively, on the right. The only player I remember getting this right was amarok (now clementine). I've never once in my l…
Moc does that. If like me you're not a music player guy you can use mplayer in slave mode, reading from a playlist created with `find | sort`. I made a script to do that and some other stuff. https://gist.github.com/afarah1/e8cbafaf1d9d8029c6ca
Re: Cmus – A Small Terminal Music Player
#55Re: Cmus – A Small Terminal Music Player
#56Oh wow, did not expect this here! I am the current maintainer (not the original author) of cmus, and can answer some questions, if they'll come up.
Error: selecting output plugin '': no such plugin
'cmus --plugins' lists a single plugin: ao.
Re: Cmus – A Small Terminal Music Player
#57Oh wow, did not expect this here! I am the current maintainer (not the original author) of cmus, and can answer some questions, if they'll come up.
How do I select a specific output plugin? When I try to run cmus on OSX I get an error: Error: selecting output plugin '': no such plugin 'cmus --plugins' lists a single plugin: ao.
~/.cmus/rc
file and add set output_plugin=ao
that should get it working on OSX.Re: Cmus – A Small Terminal Music Player
#58I used cmus for a while, but always wanted a user interface more similar to winamp, so I built namp https://github.com/d99kris/namp
I do have one very minor suggestion though; you might want to change your README.md:
> namp is a command line MP3 player for Linux
Technically it's a terminal player rather than command line.Re: Cmus – A Small Terminal Music Player
#59Earlier quoted context omitted.
How do I select a specific output plugin? When I try to run cmus on OSX I get an error: Error: selecting output plugin '': no such plugin 'cmus --plugins' lists a single plugin: ao.
Create a ~/.cmus/rc file and add set output_plugin=ao that should get it working on OSX.
Re: Cmus – A Small Terminal Music Player
#60I used cmus for a while, but always wanted a user interface more similar to winamp, so I built namp https://github.com/d99kris/namp
Nice work there, that looks pretty good. I do have one very minor suggestion though; you might want to change your README.md: > namp is a command line MP3 player for Linux Technically it's a terminal player rather than command line.