Image to Post - media

This commit is contained in:
Matthew Barbour 2020-10-26 10:14:50 -05:00
parent 7e0349164a
commit 52bce9ffd0

View file

@ -20,16 +20,16 @@ class MediaTheme extends Themelet
public function get_help_html()
{
return '<p>Search for items based on the type of media.</p>
return '<p>Search for posts based on the type of media.</p>
<div class="command_example">
<pre>content:audio</pre>
<p>Returns items that contain audio, including videos and audio files.</p>
<p>Returns posts that contain audio, including videos and audio files.</p>
</div>
<div class="command_example">
<pre>content:video</pre>
<p>Returns items that contain video, including animated GIFs.</p>
<p>Returns posts that contain video, including animated GIFs.</p>
</div>
<p>These search terms depend on the items being scanned for media content. Automatic scanning was implemented in mid-2019, so items uploaded before, or items uploaded on a system without ffmpeg, will require additional scanning before this will work.</p>
<p>These search terms depend on the posts being scanned for media content. Automatic scanning was implemented in mid-2019, so posts uploaded before, or posts uploaded on a system without ffmpeg, will require additional scanning before this will work.</p>
';
}
}