Edd Barrett
                                            Edd Barrett
                                        
                                    I could just use dwarf...
Revisiting this: ``` $ /home/cherry/.local/bin/cherrymusic --setup Traceback (most recent call last): File "/home/cherry/.local/bin/cherrymusic", line 33, in import cherrymusicserver File "/home/cherry/.local/lib/python3.6/site-packages/cherrymusicserver/__init__.py", line 64, in gettext.install('default', localedir=pathprovider.getResourcePath('res/i18n')) File "/home/cherry/.local/lib/python3.6/site-packages/cherrymusicserver/pathprovider.py", line 166, in...
I confirm that the devel branch works, but I'm not sure why the `isLinux` hack isn't required there. Perhaps the result is cached from when I fixed the version from...
So, what about the `isLinux` hack? How about rename it to `isUnix` or have a `isBSD` and adjust call sites?
I would also like the ability to add songs and all songs in sub-directories recursively. Thanks
Great. Glad to be of help! So here is the view with the latest code:  Searching for the folder name only may give better results. If in doubt, you...
I'll try again a bit later.
At least we don't see that amazon "look inside" image any more. See #441 for an example of some "not so great" album art hits.
A patch was posted on the list in 2015, but it looks like it never hit the tree: http://lists.linuxfromscratch.org/pipermail/elinks-dev/2015-June/002099.html
Am i running the test right? ``` $ go test -v github.com/syncthing/syncthing/lib/connections === RUN TestFixupPort --- PASS: TestFixupPort (0.00s) === RUN TestAllowedNetworks --- PASS: TestAllowedNetworks (0.00s) === RUN TestGetDialer ---...