2023-01-26, 02:00
Ok so here's the deal.
I rent a remote server that I use for storage of my library. After some experimentation I concluded using ftp is my best bet for accessing the library with my Kodi clients. Anything else doesn't work out with my configuration running a PMS on the server and PKC on the clients. However that doesn't really matter.
So my source is FTP. Now since that is basic auth I created a read-only account on the server that has no other privileges. The issue I face is that my log is flooded with these
I don't want to grant write permissions to the ftp user I use to access the library media.
Now I could live with a messy log but really all of those requests are completely unnecessary and are flooding my server. I'd like to configure it to ban IPs after several failed login attempts (fail2ban) which I can't, at least not the way I'd like to, because it would ban all of my kodi clients (they don't have static IPs which could be whitelisted)
Is there any way to stop Kodi from attempting to save extrafanart to the source location? I mean apparently it's stored in some database anyway because skins can use the extrafanart without any issues.
I rent a remote server that I use for storage of my library. After some experimentation I concluded using ftp is my best bet for accessing the library with my Kodi clients. Anything else doesn't work out with my configuration running a PMS on the server and PKC on the clients. However that doesn't really matter.
So my source is FTP. Now since that is basic auth I created a read-only account on the server that has no other privileges. The issue I face is that my log is flooded with these
Quote:2023-01-25 21:50:16.008 T:8359 ERROR <general>: CCurlFile::Exists - Failed: Login denied(67) for ftp://<somefqdn>:21/Movies/The Dark Knight Rises (2012)/extrafanart/
2023-01-25 21:50:18.583 T:8359 ERROR <general>: CCurlFile::Exists - Failed: Login denied(67) for ftp://<somefqdn>:21/Movies/extrafanart/
2023-01-25 21:50:21.816 T:8359 ERROR <general>: CCurlFile::Exists - Failed: Login denied(67) for ftp://<somefqdn>:21/extrafanart/
I don't want to grant write permissions to the ftp user I use to access the library media.
Now I could live with a messy log but really all of those requests are completely unnecessary and are flooding my server. I'd like to configure it to ban IPs after several failed login attempts (fail2ban) which I can't, at least not the way I'd like to, because it would ban all of my kodi clients (they don't have static IPs which could be whitelisted)
Is there any way to stop Kodi from attempting to save extrafanart to the source location? I mean apparently it's stored in some database anyway because skins can use the extrafanart without any issues.