Results 185 comments of Pascal

> > The title of this issue has been edited to better reflect the problem at hand. > > thanks for that. that's very helpful i think. > > yep,...

I solved this by removing all Box Sets plugin data inside "/var/lib/jellyfin/data/collections/*" (just delete all file and do a plugin collection rescan)

I removed TVDB for this... Rescan never worked, only ".ignore" (or moving out of jellyfin library) the directory and rescan, add and rescan...

Sorry I removed entirely this feature. Too mutch entropy I can't permit this on my server...

Please give a sample, I always get a string on server side. How to correctly send JSON data ?

I know this, but I need a JSON on server side because it's a bridge and I don't want to modify the server code. The php client must be mimic...

I must wireshark the content:(

WebSocket content is not clear (gzip) ! I can't fgrep my string value inside a JSON. I can get some ASCII from the server Do you have an idea to...

No news to get a server side object and not a string ?

Socket.io has "automatic JSON encoding/decoding" when I use .emit() How to spoof the socket.io .emit() behavior ? How to force the server side (nodejs) to parce my JSON and return...