Ferkner / mediarenamer

Automatically exported from code.google.com/p/mediarenamer
0 stars 0 forks source link

Will not Parse .mpg or .ts as Television Episodes from TVDB. #21

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Scan a .mpg or .ts file.
2.
3.

What is the expected output? What do you see instead?
Parse the file the same as any other tv episode. Doesn't seem to recognize 
the file. Nothing is displayed no matter what the file name is changed to.
Tested with South Park's unaired pilot and the movie, both which are listed 
under specials at TVDB.

What version of the product are you using? On what operating system?
v2 Windows 7 RC

Please provide any additional information below.
Thanks!

Original issue reported on code.google.com by adae...@gmail.com on 19 Jul 2009 at 11:17

GoogleCodeExporter commented 8 years ago
same for m4v files.
tehy do not get recognized

Original comment by hfe...@gmail.com on 13 Mar 2010 at 12:25

GoogleCodeExporter commented 8 years ago
Same for ".ssa" files (subtitles)

Suggested fix:
File: Common\ParserBase.cs
Lines 7-12
Change to:
        // Valid extensions
        internal String[] extension = {
            ".avi", ".mkv", ".mpg", ".mpeg", ".mov", ".wmv",
            ".rpm", ".ogm", ".srt", ".sub", ".mp4", ".divx",
            ".idx", ".rar", ".m4v", ".ts",  ".ssa"};

Original comment by Drak...@gmail.com on 3 Apr 2010 at 1:08

GoogleCodeExporter commented 8 years ago
Also .rmvb isn't included.
Please add this in the next release or make an option to let the user manually 
input extension to search for.
Thank you

Original comment by phil....@gmail.com on 10 Oct 2010 at 3:26

GoogleCodeExporter commented 8 years ago
+1 for .m4v files (and yes, I read the comment to the right) :)

Original comment by mfac...@gmail.com on 19 Oct 2010 at 3:44