Oddbean new post about | logout
 Yea you can test it by pulling my fork and building it, ive done some basic search tests, but im not familiar with the whole stack so it would be nice to have somebody who actually uses it to test.
https://void.cat/d/C2uDHEmTyW5PCmtWK8aabt.webp 
 Ok I may have some time to do this. The only thing is my torrent are french so to fully test it I need to send some French torrent on dtan but I can Do it manually to begin the tests.  
 Did you build the front end with yarn and the backend with Visual Studio to build it properly? 
 Yep build solution with VS and then do yarn build in the ./frontend dir 
 That'll take me too much time to build the prowlarr dev.
Is it possible for you to build the linux-x64 binary and publish the release on your github repo? Will use it into my dockerfile. Thanks if you can! 
 https://github.com/v0l/Prowlarr/releases/tag/v1 
 Thanks ⚡
Keep you updated  
 OK! I succeed to build the docker image and now my nostr index is available in Prowlarr and pushed to my Sonarr instance. I can well see the torrents into the torznab feed from Prowlarr but I have an error when searching from Sonarr (with a tv show and episode number query joined) :
https://image.nostr.build/e9368acaa4be72b1ab79fc3e6eb4cc1ec81963df398b3d00b80a1e73f48de2a6.png
The weird stuff is the request seems to be working with 1337x index. Do you have the same behavior maybe? 
 Yea some search parameters are not implement, but that error you're seeing isnt that important. 
 Got it. I'll follow your merge request ;)
Seems promising! ⚡