Re: [beets] I fixed my first beets issue

2017-03-26 Thread Spiros C
Adrian, I put the print(\a) in the right place as you told me and everything works perfectly.I also fixed my comment as you said. Could help me a little bit on how to put this new functionality behind a configuration option? Thanks a lot, Spiros Τη Κυριακή, 26 Μαρτίου 2017 - 11:39:35 μ.μ.

Re: [beets] I fixed my first beets issue

2017-03-26 Thread Steve Johnson
Sorry for the bad paste. https://help.github.com/articles/creating-a-pull-request/ On Sun, Mar 26, 2017, at 10:48 AM, Steve Johnson wrote: > Submit a pull request on GitHub. > > https://help.github.com/articles/creatin… > > > On Sun, Mar 26, 2017, at 03:50 AM, Spiros C wrote: >>

Re: [beets] I fixed my first beets issue

2017-03-26 Thread Steve Johnson
Submit a pull request on GitHub. https://help.github.com/articles/creatin… On Sun, Mar 26, 2017, at 03:50 AM, Spiros C wrote: > Greetings, > I tryied to fix this issue: > https://github.com/beetbox/beets/issues/2366 and I think I made it. I > forked beets and added my changes here: >

Re: [beets] Colors on output

2017-03-26 Thread Adrian Sampson
OK, thanks for explaining! For what it’s worth, you can probably accomplish this already by injecting ANSI color escape sequences directly into your format strings. For example, this works for me in zsh: $ beet ls -f $fg[red]'$artist'$fg[white]' - '$fg[green]'$title’ You could also sort out

[beets] I fixed my first beets issue

2017-03-26 Thread Spiros C
Greetings, I tryied to fix this issue: https://github.com/beetbox/beets/issues/2366 and I think I made it. I forked beets and added my changes here: https://github.com/SpirosChadoulos/beets/commit/2fbc7f0e70ed458708c8c5b5425d1f35ddf4ee9b . What should I do now so that my changes get accepted

Re: [beets] Colors on output

2017-03-26 Thread Bearcat Şándor
i know this isn't a help channel,but i don't even know where to begin to add ansi color sequences to my YAML configs. Do you? On Sun, Mar 26, 2017 at 10:30 PM Bearcat Şándor wrote: > That should work great. I didn't realise that the ansi sequences would > work. > > On