2024-02-28, 04:21 PM
Hi,
Is it possible to define images (local or from the web) in NFO files for tv shows?
This is my current state:
I tried different variants of defining the thumb here but it doesn't seem to work.
The other tags from this file are working correctly.
The NFO file "tvshow.nfo" is located at the root of the series folder.
Thanks and have a nice day!
Is it possible to define images (local or from the web) in NFO files for tv shows?
This is my current state:
Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<tvshow>
<title>My Series</title>
<originaltitle>My Series</originaltitle>
<showtitle>My Series</showtitle>
<userrating></userrating>
<plot>This is my series.</plot>
<mpaa></mpaa>
<genre>Action</genre>
<status></status>
<studio>My studio</studio>
<thumb spoof="" cache="" aspect="landscape">https://image.tmdb.org/t/p/original/4TNklRSMAUTCf7g9XGMHxGSeRqR.jpg</thumb>
</tvshow>
I tried different variants of defining the thumb here but it doesn't seem to work.
The other tags from this file are working correctly.
The NFO file "tvshow.nfo" is located at the root of the series folder.
Thanks and have a nice day!