Oruss7 / tinymediamanager

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

Incomplete media information (audio and subtitles missing) on Mac OS X (Mountain Lion) #44

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Update media information -> missing audio and subtitle infos

What version of the product are you using? On what operating system?
r1030, Mac OS X (10.8.5)

Please provide any additional information below.
getMediaInfo().streamCount(StreamKind.Audio) and 
getMediaInfo().streamCount(StreamKind.Text) in MediaFile.java are always 
returning 0
 => replace with getMediaInfo(StreamKind.Audio, 0, "StreamCount") may help, but conversion to integer and additional checks needed

Great application by the way!

Original issue reported on code.google.com by p.isenfe...@gmail.com on 5 Oct 2013 at 4:39

GoogleCodeExporter commented 9 years ago
well, have no file to reproduce this.
Works for me here on WIndows.
But i implemented 2 fallbacks with r1051 for additional count detection (MI is 
quite 'interesting')

Thanks for reporting (and for debuggin' :)

Original comment by myron0...@gmx.net on 9 Oct 2013 at 5:55

GoogleCodeExporter commented 9 years ago
Thank you for implementing the fallbacks. Works great now!

Original comment by p.isenfe...@gmail.com on 11 Oct 2013 at 12:31