Bug 17656 - Include TS M2TS file types
: Include TS M2TS file types
Status: RESOLVED FIXED
Product: Logitech Media Server
Classification: Unclassified
Component: UPnP
: 7.7.0
: All All
: P1 normal with 3 votes (vote)
: 7.7.1
Assigned To: Andy Grundman
: libmediascan
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2011-10-14 13:49 UTC by Scott
Modified: 2011-11-28 14:42 UTC (History)
1 user (show)

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Scott 2011-10-14 13:49:35 UTC
https://github.com/andygrundman/libmediascan/blob/master/src/result.c

Include
{ "mpg,mpeg,mp1,mp2,mlv,mpv,ts,m2ts", "video/mpeg" },
Comment 1 Alan Young 2011-11-06 23:24:48 UTC
Unassigned bugs cannot have a priority.
Comment 2 Marc 2011-11-10 12:42:47 UTC
*** This bug has been confirmed by popular vote. ***
Comment 3 Andy Grundman 2011-11-20 14:44:33 UTC
Actually it appears MPEG2 TS files should be video/mp2t.

http://trac.videolan.org/vlc/ticket/3485
https://bugs.freedesktop.org/show_bug.cgi?id=14276
http://www.rfc-editor.org/rfc/rfc3555.txt
Comment 4 Andy Grundman 2011-11-20 14:57:44 UTC
Fixed in 2e68907:
https://github.com/andygrundman/libmediascan/commit/2e68907dda0124bb7c4de72c4672442cc9a3dc13

Will mark this bug as fixed once new Media::Scan build is available.
Comment 5 Andy Grundman 2011-11-28 14:42:45 UTC
Fixed with newest Media::Scan.