Iván Vallés Pérez
Iván Vallés Pérez
How can I check if TVDB is enabled?
Logs. I clicked on download theme songs button while capturing the log, and then navigated to the tv shows. Apparently it does not find the songs in tvdb/ https://pastebin.com/TMmanFcq
TVDB is enabled in the library config and jellyfin has write access in the docker container. QQ: does it work only for TV shows? is it possible to make it...
In addition you can find an example in a jupyter notebook under the examples folder which plots the hits map
Hey! I just implemented it and made a pull request! Check it out!
SOMPY uses "Parallel()" function from sklearn library to find the BMUs by chunks. As far as I remember, this function pickles the data, i.e. the chunks, for sharing it in...
I just wrote a (hopefully =D) solution in PR #47
I've found a workaround Add this to your .zshrc ``` # Fix zsh autosuggestions keybind for arrow keys zle-line-init() {} bindkey '\e[A' history-beginning-search-backward bindkey '\e[B' history-beginning-search-forward ```
yep me too.
Thanks a lot! Your help is very appreciated. I programmed some functions to calculate the topographic error with hex lattice and it is giving me topographic errors unusually high... (greater...