Earlier quoted context omitted.
... and there's no support for playlists. So, there's actually no control over what it plays.
I guess you can put your wanted songs in a “playlist” directory and define it in the config?
Show HN: Muse, a CLI background music player
11–18 of 18 posts
Re: Show HN: Muse, a CLI background music player
#12Cool project.
Re: Show HN: Muse, a CLI background music player
#13Does anyone know if there's more docs on the intention behind this? Looks like a cool project at first glance, and the code is really nice. But I don't fully get what a " background" music player is? Is the idea that you're not choosing specific song and it'll instead cycle through predesignated ones?
Re: Show HN: Muse, a CLI background music player
#14Does anyone know if there's more docs on the intention behind this? Looks like a cool project at first glance, and the code is really nice. But I don't fully get what a " background" music player is? Is the idea that you're not choosing specific song and it'll instead cycle through predesignated ones?
Hey! OP here. I primarily work in the terminal, so Muse is a more convenient way for me to play music. Personally, I don't really care what track should play, so as you said it just cycles through predesignated ones. The reason why I call it a "background" music player is that I can just run Muse, and it will play music without any manual intervention or thought.
I really like the idea though of just having an "on/off" switch and not thinking about what's playing. Feels like a fun implementation- will definitely give it a go!
Re: Show HN: Muse, a CLI background music player
#15Does anyone know if there's more docs on the intention behind this? Looks like a cool project at first glance, and the code is really nice. But I don't fully get what a " background" music player is? Is the idea that you're not choosing specific song and it'll instead cycle through predesignated ones?
Hey! OP here. I primarily work in the terminal, so Muse is a more convenient way for me to play music. Personally, I don't really care what track should play, so as you said it just cycles through predesignated ones. The reason why I call it a "background" music player is that I can just run Muse, and it will play music without any manual intervention or thought.
Re: Show HN: Muse, a CLI background music player
#16Re: Show HN: Muse, a CLI background music player
#17Re: Show HN: Muse, a CLI background music player
#18nice work! can I use "cargo install --git https://github.com/aabiji/muse "? I also recommend: https://github.com/ratatui-org/ratatui https://github.com/mikaelmello/inquire for your further development I also have a Rust CLI music project here if you want to have a look https://github.com/glicol/glicol-cli