premiered field is currently formatted as "7/18/2017 4:00:00 PM"
For the import it needs to be formatted as "2017-07-18"
Aside from that there is nfo missing:
genre
actor + thumbnails
Regarding the missing info, that will come with V3 for the Radarr API, since we currently don't store that data.
@galli-leo I鈥檒l knock this one out
@Qstick Any News on this? Radarr is creating wrong nfo's which causes Kodi to show all scraped movies year as 1969!
As @hfunder said the format of "premiered" is wrong.
Also year is good to be included but the date displayed in Kodi comes from the <premiered> tag.
The best place to look for Kodi's nfo structure is Kodi's Wiki for Movie NFO's.
Also, adding these fields would be great too:
<outline> - A single line plot
<votes> - Vote number of rating
<tagline> - Short movie slogan
<mpaa> - mpaa rating system
<runtime> - Movie runtime. Minutes only
<credits> - Name of writers. one for each writer
<director> - Name of director
<genre> - Genre of the movie. one for each genre
<country> - Country of origin
<tag> - Movie tags
<actor>
<name></name>
<role></role>
<thumb></thumb>
</actor>
Anyway the Kodi plugin is a new addition and I'm sure it will be perfected in time.
I鈥檒l pr it tonight. Been out of down all weekend, just got back.
Was anything done regarding the OP's request for genre, actor and thumbnails and/or euphoria360's suggestions for extra fields? I ask because I was going to raise a request for them to be added, but wasn't sure if they're already in the pipeline so thought it better to ask first.
I did consider attempting to add them myself, but haven't really touched c# so have no idea how long it would take me. I've seen the "Configuring the Development Environment" instructions on the homepage and it sounds simple enough to get started, but how do you guys have your test environments set up? Maybe via VMs or containers?
Most helpful comment
I鈥檒l pr it tonight. Been out of down all weekend, just got back.