2013-08-18, 14:39
Hi,
How do I set the options to search IMDB for short movies on?
Thanks
How do I set the options to search IMDB for short movies on?
Thanks
(2013-08-18, 23:43)Aresius Wrote: Hi olympia,
do you have a hint for me on the issue I described in post #669
Thanks.
(2013-08-18, 23:53)olympia Wrote: I think a potential workaround would be to insert the IMDb link into the nfo. Fields will be still scraper from TMDb if this is what you set in the scraper settings. You will have a problem if the movie doesn't exist on IMDb, but this should be very rare.
(2013-08-18, 23:53)olympia Wrote: ...and next time please include a debug log (you probably get a faster response as well).
(2013-06-27, 16:34)MilhouseVH Wrote:(2013-06-27, 15:24)meka Wrote: Is it possible if the movie database has multiple runtime entries to let the user select from these? Or match the entries to the real runtime of the video file? Or simply use this value in the first place? For example Lord Of the Rings is displayed with 178min although its the EE with 208min. Is it possible to solve this in the scraper?
If you have an nfo with streamdetails, it seems to ignore the <runtime> tag and instead use the streamdetails <durationinseconds> tag.
My Two Towers .nfo (created by Ember) has the following:
Code:...
<runtime>179 min | 223 min (special extended edition) | 235 min (extended edition)</runtime>
...
<fileinfo>
<streamdetails>
<audio>
<channels>6</channels>
<codec>ac3</codec>
</audio>
<video>
<aspect>2.424</aspect>
<codec>h264</codec>
<durationinseconds>13071</durationinseconds>
<height>528</height>
<scantype>Progressive</scantype>
<width>1280</width>
</video>
</streamdetails>
</fileinfo>
yet the GUI runtime is shown as 217 minutes (13071 seconds is 217m 51s).
(2013-08-25, 07:15)olympia Wrote: Change scraper settings in the proper place (Change Content on the source). In System/settings you only change the scraper defaults and since XBMC supports different scraper settings for different sources, the defaults doesn't get applied sources you already have and set content on them.