Tero Vierimaa

Results 41 comments of Tero Vierimaa

Wouldn't a simple key-value Collection solve this problem? And store the additional columns as json?

Actually, fts5 would provide some considerable benefits, e.g.: - search all columns - logical operators - trigram tokenizer (experimental, simple typo tolerant search) But I doubt that these are not...

You are absolutely right and this is by no means a request but rather just an idea to conceptualize the whole thing. I personally love good search results, as some...

I think this is actually due to a limitation in [haijmehoshi/go-mp3](https://github.com/hajimehoshi/go-mp3), being the fact that the constructor mp3.Decode(rc) actually requires io.Seeker interface in order to implement Len() and seeking. Maybe...

This will need a proper fix later on. I first thought it would be better to enforce all usernames to lowercase, but now I'm thinking it might make more sense...

It'll take some time for me to fix it. Thanks for reporting this!

Okay that's good to know! I'm glad you like it! Although it clearly needs some tuning with new Jellyfin releases...

It seems like the config file is invalid and contains invalid ";". You need to escape all string values with quotes in the config file. Also you could try explicitly...

As a quick workaround, I somehow managed to run 0.9.0 in windows. Instructions: 1. make sure you are connected to Jellyfin with e.g. version 0.8.0 and make sure config-file.jellycli is...