Dan Riley
Dan Riley
I've been looking into this issue as well. My understanding is that Jellyfin pulls IMDB and Rotten Tomatoes Critics scores from OMDB. However, Jellyfin-Kodi does NOT sync those to Kodi....
Just ran into this as well after finally figuring out how to setup the client json. The above is just code to advise users that it's being shutdown. It appears...
Actually found a hacky solution. In transfer.py, change flow.redirect_uri = oauth2client.client.OOB_CALLBACK_URN to flow.redirect_uri = "https://localhost" In your browser when you paste the link provided when you run transfer.py, it will...