Re: [beets] Query beets library through external python script

2017-04-08 Thread Steve Johnson
The most useful thing would probably be for someone to write a plugin that accepts a query on stdin and puts JSON on stdout. >From what I can tell, the 'canonical' way to get access to the beets library from a Python script is to implement the script as a plugin. The plugins in the beets source

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] 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

Re: [beets] How to list an exact string in queries

2017-01-31 Thread Steve Johnson
Although the given solution works, it's much slower than the raw substring query. Would be nice to get that optimized in the future. (My library is large.) On Tue, Jan 31, 2017, at 08:33 AM, Arnaud Castaner wrote: > That worked, thanks! > > On Tuesday, January 31, 2017 at 3:55:51 PM UTC+1,