Kodi Community Forum
Episodes named "Sample".ext Problem - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: OS independent / Other (https://forum.kodi.tv/forumdisplay.php?fid=228)
+---- Thread: Episodes named "Sample".ext Problem (/showthread.php?tid=159189)



Episodes named "Sample".ext Problem - Kewlkat007 - 2013-03-13

I have two TV episodes of these shows. Both called Sample.avi but XBMC does not scan them into my library..

Is there a reason?


RE: Episodes named "Sample".ext Problem - Martijn - 2013-03-13

because it ignores "sample"


RE: Episodes named "Sample".ext Problem - artrafael - 2013-03-13

No way for the scraper to know what season or episode this file refers to based on the file name. And, if Sample.avi isn't located within a folder named after an actual TV series, there's no way for the scraper to even know what show this file refers to.

See here for proper folder/file naming and organization to ensure TV shows and episodes get added to the library: http://wiki.xbmc.org/index.php?title=Video_library/Naming_files/TV_shows


RE: Episodes named "Sample".ext Problem - Kewlkat007 - 2013-03-14

Sorry I forgot to mention the shows are properly named. I have over 900 individual shows just strange.


Re: RE: Episodes named "Sample".ext Problem - Martijn - 2013-03-14

(2013-03-13, 23:56)Martijn Wrote: because it ignores "sample"



RE: Episodes named "Sample".ext Problem - Kewlkat007 - 2013-03-16

One of the episodes is from the show "Delocated" and the file is names "Delocated - 3x06 - Sample.avi" but XBMC skips it in the library.


RE: Episodes named "Sample".ext Problem - nickr - 2013-03-16

It ignores any file name with the string sample in it. Change the name to "Delocated - 3x06.avi" and it should work.


RE: Episodes named "Sample".ext Problem - artrafael - 2013-03-16

As Martijn already mentioned twice, lose the "Sample" in your file name:
Code:
Delocated - 3x06.avi


nickr beat me to it! Smile