Manual:refreshImageMetadata.php

From mediawiki.org
This page is a translated version of the page Manual:RefreshImageMetadata.php and the translation is 33% complete.
MediaWiki バージョン:
1.18

詳細

refreshImageMetadata.phpファイルは、画像のメタデータ フィールドをリフレッシュするメンテナンススクリプトです。 It processes 200 items in a batch.

オプション/引数

オプション 説明 必須かどうか
--force Reload metadata from file even if the metadata looks ok. 省略可能
--broken-only Only fix really broken records, leave old but still compatible records alone. 省略可能
--convert-to-json Fix records with an out of date serialization format. 省略可能
--split Enable splitting out large metadata items to the text table. Implies --convert-to-json. 省略可能
--verbose Output extra information about each upgraded/non-upgraded file. 省略可能
--start Name of file to start with. Spaces must be replaced by underscores, since the parameter will be used to match the file name as stored in the database. 省略可能
--end Name of file to end with. 省略可能
--mediatype Only refresh files with this media type, e.g. BITMAP, UNKNOWN etc. 省略可能
--mime Only refresh files with this MIME type. Can accept wild-card 'image/*'. Potentially inefficient unless mediatype is also specified 省略可能
--metadata-contains (Inefficient!) Only refresh files where the img_metadata field contains this string. Can be used if its known a specific property was being extracted incorrectly 省略可能
--sleep Time to sleep between each batch (in seconds). Default: 0 省略可能
--oldimage Run and refresh on oldimage table. 省略可能

使用法

php maintenance/refreshImageMetadata.php [ --force| --broken-only| --convert-to-json| --split| --verbose| --start| --end| --mediatype| --mime| --metadata-contains| --sleep| --oldimage ]


Terminal

関連項目