2015-05-29, 00:13
Whenever I scan my movies or TV-shows from my FTP server to the Kodi library using local content, the only artwork that gets fetched is the movie posters(works fine using SMB).
I have read in some threads that this is by design, and that you can add some lines to the advancedsettings.xml file to enable fetching of fanart and episode thumbs over FTP.
This seemed to work for the OP. But, either I'm doing something wrong or this does not work anymore.
If anyone has this working, or knows hot to get it working I would really appreciate the help! Thx.
I have read in some threads that this is by design, and that you can add some lines to the advancedsettings.xml file to enable fetching of fanart and episode thumbs over FTP.
Code:
<advancedsettings>
<ftp>
<remotefanart>true</remotefanart>
<remotethumbs>true</remotethumbs>
</ftp>
</advancedsettings>
This seemed to work for the OP. But, either I'm doing something wrong or this does not work anymore.
If anyone has this working, or knows hot to get it working I would really appreciate the help! Thx.