Re: [dev] looking for a simple music player

2017-02-15 Thread Charlie Kester
On Thu 09 Feb 2017 at 10:56:42 PST Cág wrote: Hadrien Lacour wrote: If you want the Noice of music player, there's cplay. If you want something a little bit more like ranger/vifm, there's cmus. I personally use mpd and mpc with sh scripts. Looks like cplay is Python and doesn't support flac

Re: [dev] looking for a simple music player

2017-02-09 Thread Hadrien Lacour
On Thu, Feb 09, 2017 at 07:56:42PM +0100, Cág wrote: > Hadrien Lacour wrote: > > > If you want the Noice of music player, there's cplay. If you want something > > a > > little bit more like ranger/vifm, there's cmus. I personally use mpd and mpc > > with sh scripts. > > Looks like cplay is Pyth

Re: [dev] looking for a simple music player

2017-02-09 Thread Cág
Hadrien Lacour wrote: > If you want the Noice of music player, there's cplay. If you want something a > little bit more like ranger/vifm, there's cmus. I personally use mpd and mpc > with sh scripts. Looks like cplay is Python and doesn't support flac players. Looks good though, thanks. -- Cág

Re: [dev] looking for a simple music player

2017-02-09 Thread Cág
Snobb wrote: > Looking at the cmus page, it should support flac. You may not have the flac > plugin compiled. It played some flac files and didn't play others or played weird noises. > Well, then you cannot go wrong with mplayer/mpv really. > I use mpv a lot as well and use cmus for mp3 only. It

Re: [dev] looking for a simple music player

2017-02-09 Thread Snobb
Looking at the cmus page, it should support flac. You may not have the flac plugin compiled. https://cmus.github.io/#features On 08/02/17 08:54P, Cág wrote: > Alba Pompeo wrote: > > > https://moc.daper.net/ > > I tried moc, it's cool but the interface looked kinda weird to me. > I think I shou

Re: [dev] looking for a simple music player

2017-02-09 Thread Snobb
Well, then you cannot go wrong with mplayer/mpv really. I use mpv a lot as well and use cmus for mp3 only. It has a good interface, but the only real benefit from cmus that it can be controlled via unix socket (cmus-remote). I have shortcuts configured in the dwm to [pause / next / prev / volume u

Re: [dev] looking for a simple music player

2017-02-08 Thread Hadrien Lacour
On Tue, Feb 07, 2017 at 08:25:02PM +0100, Cág wrote: > Hi, > > I'm looking for something that looks like noice when I'm in my music > folder: basically a list of file names and the current song's name and > length at the bottom. No need for colours and album/year; ideally > it'd be customised by

Re: [dev] looking for a simple music player

2017-02-08 Thread Cág
Alba Pompeo wrote: > https://moc.daper.net/ I tried moc, it's cool but the interface looked kinda weird to me. I think I should try it one more time. Snobb wrote: > I'm surprised nobody mentioned cmus (https://cmus.github.io/) I only used library/playlist pane, and I changed formats to simply

Re: [dev] looking for a simple music player

2017-02-08 Thread Snobb
I'm surprised nobody mentioned cmus (https://cmus.github.io/) On 07/02/17 08:25pm, Cág wrote: > Hi, > > I'm looking for something that looks like noice when I'm in my music > folder: basically a list of file names and the current song's name and > length at the bottom. No need for colours and al

Re: [dev] looking for a simple music player

2017-02-08 Thread Alba Pompeo
https://moc.daper.net/ On Wed, Feb 8, 2017 at 11:35 AM, hiro <23h...@gmail.com> wrote: > sad seems inspired by that protocol, but not sure how compatible it is. > > On 2/8/17, Kamil Cholewiński wrote: >> On Wed, 08 Feb 2017, Cág wrote: what do you need, ffado? mpd might be best. >>> >

Re: [dev] looking for a simple music player

2017-02-08 Thread hiro
sad seems inspired by that protocol, but not sure how compatible it is. On 2/8/17, Kamil Cholewiński wrote: > On Wed, 08 Feb 2017, Cág wrote: >>> what do you need, ffado? >>> mpd might be best. >> >> mpd is C++ and pulls boost because it >> "imroves code readability and maintainability". >> >>

Re: [dev] looking for a simple music player

2017-02-08 Thread Kamil Cholewiński
On Wed, 08 Feb 2017, Cág wrote: >> what do you need, ffado? >> mpd might be best. > > mpd is C++ and pulls boost because it > "imroves code readability and maintainability". > > -- > Cág mpd is also extremely robust (I've had zero crashes or user-visible bugs in many years of using it), complete

Re: [dev] looking for a simple music player

2017-02-08 Thread Cág
> what do you need, ffado? > mpd might be best. mpd is C++ and pulls boost because it "imroves code readability and maintainability". -- Cág

Re: [dev] looking for a simple music player

2017-02-08 Thread hiro
what do you need, ffado? mpd might be best.

Re: [dev] looking for a simple music player

2017-02-08 Thread Cág
Josuah Demangeon wrote: > Simple Audio Daemon may be interesting: > http://git.2f30.org/sad/files.html Looks like it only works with ALSA. -- Cág

Re: [dev] looking for a simple music player

2017-02-08 Thread Cág
Joseph Graham wrote: > Hey, what's wrong with mpd and ncmpc? I think mpd is too complicated for me. I've never figured out how it works and, after all, I only need to play my local library. -- Cág

Re: [dev] looking for a simple music player

2017-02-08 Thread Cág
Josuah Demangeon wrote: > I would also be interested by such a program if one of you already know one. > My workaround is this script: > http://github.com/josuah/config/raw/master/bin/play The thing is, I can simply "mplayer music/*" and be fine. I can't choose the song without jumping through

Re: [dev] looking for a simple music player

2017-02-07 Thread Josuah Demangeon
Simple Audio Daemon may be interesting: http://git.2f30.org/sad/files.html

Re: [dev] looking for a simple music player

2017-02-07 Thread Amer
I prefer ranger + mpv/cli for that. * filter/sort/tag/select by ranger * play selection/tag/yankbuf by mpv Maybe, the single desirable extension to that -- is to auto open narrow bar at bottom in split tmux window, to background mpv from ranger. But desire isn't too strong to actually write

Re: [dev] looking for a simple music player

2017-02-07 Thread Joseph Graham
On Tue, Feb 07, 2017 at 08:25:02PM +0100, Cág wrote: > Hi, > > I'm looking for something that looks like noice when I'm in my music > folder: basically a list of file names and the current song's name and > length at the bottom. No need for colours and album/year; ideally > it'd be customised by

Re: [dev] looking for a simple music player

2017-02-07 Thread Josuah Demangeon
I would also be interested by such a program if one of you already know one. My workaround is this script: http://github.com/josuah/config/raw/master/bin/play

[dev] looking for a simple music player

2017-02-07 Thread Cág
Hi, I'm looking for something that looks like noice when I'm in my music folder: basically a list of file names and the current song's name and length at the bottom. No need for colours and album/year; ideally it'd be customised by editing config.h. Maybe mplayer, ffmpeg or gstreamer based. Is