Antonio Kovačević

Results 14 comments of Antonio Kovačević

@dhui can this be merged any time soon?

Sorry about the wrong versions. Was looking at the wrong tab. It is v0.17.996. From what I understand, sonarr sends an API call to the jackett v2.0 torznab API endpont...

> Your suggestion however is when Jackett receives an API call for ...&q=xxxx&season=x, but not ...&q=xxxx&season=x&ep=x, to run two searches, one for Sxx and another for season x, no matter...

Here's the log: https://paste.kodi.tv/tuliretire.kodi The movie was started at line 1404

It is still an issue with the latest version. I will post logs at a later time.

Metadata sync/setup was done on WiFi and the playback fails on ethernet. Shield has static IP. Should I reset and try to sync on Ethernet?

I've reset database and at first it started to work. Some TV episodes did play, but when I tried other episodes or movies it had the same problem as before....

The things that worked continue to work, which is indeed weird.

I too would like to have the ability to batch my data according to which node/shard my data is going. Any new information regarding this?

@mmatczuk Thanks for the replay. I found a way to get the host from the query: ``` go stmt, args := buildQuery(metric) query := scylla.session.Query(stmt, args...) hostID := scylla.selector.Pick(query)().Info().HostID() ```...