Earlier quoted context omitted.
Please give the latest version a try. I am not aware of any segfaults that have not been fixed upstream. Debian packages a really ancient version of cmus for some reason.
Thanks for the encouragement. Had a bit of fun getting it to build correctly[0], but got there in the end! Would love to create a new Deb package but haven't done it before, am short on time etc. - maybe another day. [0] - https://github.com/cmus/cmus/issues/347
Cmus – A Small Terminal Music Player
41–50 of 67 posts
Re: Cmus – A Small Terminal Music Player
#42Oh 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.
I love cmus! Please continue the good work. Are there any changes lined up for the future we should be excited about?
Re: Cmus – A Small Terminal Music Player
#43Oh 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
#44My two cents: I used cmus before, but in the long term I still prefer mplayer. I construct the playlists myself by using soft-links to the actual paths of the songs. Real files are placed in sensibly named directories. It's a matter of taste of course. Still I really appreciate that people write this kind of software for the terminal!
Re: Cmus – A Small Terminal Music Player
#45Oh 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.
Re: Cmus – A Small Terminal Music Player
#46Earlier 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 :(
just a separation of concerns really...
Re: Cmus – A Small Terminal Music Player
#47Earlier quoted context omitted.
Thanks for the encouragement. Had a bit of fun getting it to build correctly[0], but got there in the end! Would love to create a new Deb package but haven't done it before, am short on time etc. - maybe another day. [0] - https://github.com/cmus/cmus/issues/347
For future reference: Always start with `apt-get build-dep packagename` Whenever you are trying to build a newer version of some software that debian also packages. There is no reason to start from zero and have to discover this information for yourself one build error at a time. If you want to see what the `build-dep` list is without actually running `build-dep` try `apt-cache showsrc packagename`
Re: Cmus – A Small Terminal Music Player
#48Oh 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
#49Re: Cmus – A Small Terminal Music Player
#50Oh 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.
This is really extremely nice. Some questions: I noticed that after adding a folder to the library, it simply adds all the filepaths in that folder to lib.pl. It doesn't cache any of the metadata. This means that it has to rescan everytime. I'm wondering what thoughts went into that design decision. On the one hand, it's very easy to manage, since it's just a list of files. On the other hand, for large collections, s…
Re-adding the ~/music should work fine. There is also an `:update-cache` command which will update the metadata for all (changed) files, and remove the missing ones.