diff --git a/utils.c b/utils.c index de3d509..4327c73 100644 --- a/utils.c +++ b/utils.c @@ -320,6 +320,7 @@ is_video(const char * file) ends_with(file, ".m2t") || ends_with(file, ".mkv") || ends_with(file, ".vob") || ends_with(file, ".ts") || ends_with(file, ".flv") || ends_with(file, ".xvid") || + ends_with(file, ".mod") || ends_with(file, ".tod") || #ifdef TIVO_SUPPORT ends_with(file, ".TiVo") || #endif