Kodi Community Forum
MKV files cannot be added into my library - 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: Windows (https://forum.kodi.tv/forumdisplay.php?fid=59)
+---- Thread: MKV files cannot be added into my library (/showthread.php?tid=258861)



MKV files cannot be added into my library - SmilingPolitely - 2016-02-05

Simply put, everything else goes into my library, but MKV files refuse even those they play perfectly if I hunt down the file directly through Kodi.


RE: MKV files cannot be added into my library - DarrenHill - 2016-02-05

How are you naming them?

Can you gather, upload and post a debug log (wiki) link (not the log itself) of a failed scraping attempt for one?


RE: MKV files cannot be added into my library - SmilingPolitely - 2016-02-05

http://xbmclogs.com/pt3ehggpf
Removed everything from my library, turned on debugging, restarted kodi, then readded my library again.


RE: MKV files cannot be added into my library - DarrenHill - 2016-02-05

Your file naming is wrong. To pick one out of your log (line 700):

Code:
13:49:21 T:7244   DEBUG: VideoInfoScanner: Found episode match L:\Adventure Time\Season 1\Adventure Time - 112a - Rainy Day Daydream [fudog].avi (s1e12) [[\\/\._ -]([0-9]+)([0-9][0-9](?:(?:[a-i]|\.[1-9])(?![0-9]))?)([\._ -][^\\/]*)$]

If you look on thetvdb website, the "Rainy Day Daydream" episode is S01E23. So you'll need to rename

L:\Adventure Time\Season 1\Adventure Time - 112a - Rainy Day Daydream [fudog].avi (s1e12)

to

L:\Adventure Time\Season 1\Adventure Time S01E23 - Rainy Day Daydream [fudog].avi

or something like that (include the season and episode numbers in there somewhere, as per the Naming video files (wiki) requirements for scraping. Do that for all of your files and it should scrape fine.


RE: MKV files cannot be added into my library - Derek - 2016-02-05

I generally just name all my TV shows S1E01.mkv etc and on under a folder of the show name and use kodi for the episode info, works well and saves alot of messing around. You can write batch files pretty easy to rename the files save you doing it manually.


RE: MKV files cannot be added into my library - VortexDK - 2016-02-06

You can use programs such as filebot to rename the files in batches automatically. You just tell it the naming system and what type of content it is, and it will pull the needed info from one of the online databases.