Page MenuHomePhabricator

MP4 files are not listed as videos on special page
Closed, ResolvedPublicBUG REPORT

Description

MP4 files are not listed (counted) as videos on Special:TimedMediaHandler.

image.png (457×437 px, 15 KB)

I currently have one WebM and multiple MP4 videos uploaded, only the Web; file is listed.

image.png (603×1 px, 300 KB)

In config: $wgTmhEnableMp4Uploads = true;

Versions
MediaWiki 1.33.1
PHP 7.2.24-0ubuntu0.18.04.1 (fpm-fcgi)
TimedMediaHandler 0.6.0

Event Timeline

Hmm, it's not listed here: https://github.com/wikimedia/mediawiki-extensions-TimedMediaHandler/blob/master/includes/SpecialTimedMediaHandler.php#L21

I suspect we are actually missing quite a few more... Wonder why we limited it so strongly... probably because it was only supposed to list the transcodable formats, not anything and everything, for which we already have: Special:MediaStatistics

Yeah, the Special:MediaStatistics already have that info, and more. Then maybe the audio and video counts can be removed? At least it confused me for a minute or two.

Could remove it yeah Special:MediaStatistics does that top section better. Maybe stick in a link for good measure as a related info? I think Special:TimedMediaHandler should concentrate on the transcode status info (and maybe get renamed to match).

Change 571362 had a related patch set uploaded (by TheDJ; owner: TheDJ):
[mediawiki/extensions/TimedMediaHandler@master] Special:TimedMediaHandler remove stats of originals

https://gerrit.wikimedia.org/r/571362

Change 571362 merged by jenkins-bot:
[mediawiki/extensions/TimedMediaHandler@master] Special:TimedMediaHandler remove stats of originals

https://gerrit.wikimedia.org/r/571362

TheDJ claimed this task.
TheDJ removed a project: Patch-For-Review.