Alban

Results 44 comments of Alban

@duperray if you want to keep using `server.py`, be sure to remove any trailing `/` in the server setting of Jamstash. `http://server-address:port` should work, `http://server-address:port/` won't. As for the original...

As stated above, Jamstash only supports ogg, m4a or mp3. In the meantime I made some changes to help clients be aware of transcoding (1e1b475fe691a2525e9512168b67da56fb73ec6c) so Jamstash should now accept...

Yeah I have a number of ideas on *Brainz integration, including this one. I'm just a bit lazy to bring them in 😅 (look at the date I created the...

I wish there was some kind of embeddable directory for LDAP, kinda like SQLite... Maybe you can use the [unittest.mock](https://docs.python.org/3/library/unittest.mock.html) library to patch the `ldap3` library and use the side...

Hello. Sorry I hadn't taken the time to respond yet. This is something I'd like to try with a real LDAP backend but I lack knowledge in the matter. I'll...

Hello. I actually managed to setup a basic OpenLDAP server some time ago. I remember noticing uncaught errors if the server wasn't setup properly but I don't recall if it...

Hello. As stated in #254, this is not a behaviour I'd like to be introduced in Supysonic. But after thinking a bit about it, I might accept this PR if...

Hello again. What do you mean by API key? Please add description to your PR so I know what I'm reviewing. Actually if you're adding several new authentication methods, could...

Hello. Tracks that don't have a track or disc number in their metadata just use `1` [for these fields instead](https://github.com/spl0k/supysonic/blob/8e2adf8fc8f6faaef1d90f32d3a661c190cd87e1/supysonic/scanner.py#L234,L235). Your PR doesn't touch this behaviour and even if it...

Interesting, I'll chime in.