# اجعل discourse-topic-thumbnails يعمل مع discourse-video-plugin

**URL:** https://meta.discourse.org/t/get-discourse-topic-thumbnails-working-with-discourse-video-plugin/266212
**Category:** Support
**Created:** [25 مايو 2023، 2:27م UTC](https://meta.discourse.org/t/get-discourse-topic-thumbnails-working-with-discourse-video-plugin/266212 "2023-05-25T14:27:42Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![4ong](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/4ong/32/186618_2.png) [@4ong](https://meta.discourse.org/u/4ong)
#### Post date: [25 مايو 2023، 2:27م UTC](https://meta.discourse.org/t/get-discourse-topic-thumbnails-working-with-discourse-video-plugin/266212/1 "2023-05-25T14:27:42Z")

</div>

مرحباً بالجميع،  
أرغب في الحصول على صور مصغرة لجميع المشاركات التي تحتوي على فيديو.  
باستخدام [discourse-topic-thumbnails](https://github.com/discourse/discourse-topic-thumbnails) الرسمي

ولكنه لا يعمل لمقاطع الفيديو الخاصة بـ [discourse-video-plugin](https://github.com/discourse/discourse-video).

يدعم Mux الصور المصغرة باستخدام النهج التالي لمقاطع الفيديو التي تم تحميلها:  
[https://docs.mux.com/guides/video/get-images-from-a-video](https://docs.mux.com/guides/video/get-images-from-a-video)

باختصار -

```plaintext
https://image.mux.com/{PLAYBACK_ID}/thumbnail.{png|jpg|webp}

```

ولدينا [playback\_id من video-plugin](https://github.com/discourse/discourse-video/blob/069153094b19532a73f2e7f1461567b4f16b9bc8/assets/javascripts/discourse/initializers/discourse-video.js#L38)

ولكن عندما أضيف رابطًا كهذا للصورة (يدويًا أو عبر JS) - فإنه لا ينشئ صورة مصغرة أيضًا.

ما هي الطريقة لحل هذه المشكلة؟ هل يجب أن يكون هناك إصلاح لـ [discourse-video-plugin](https://github.com/discourse/discourse-video) أو في  
[discourse-topic-thumbnails](https://github.com/discourse/discourse-topic-thumbnails)

كان هناك اقتراح بإنشاء إضافة لمشغل Mux بدلاً من ذلك - ولكن لن يكون لدي ما يكفي من الوقت لدعمها لاحقًا…

> [@Video thumbnails issue](https://meta.discourse.org/t/video-thumbnails-issue/263595):
>
> Hi, It seems that the official [Mux Video Plugin](https://github.com/discourse/discourse-video) doesn’t support thumbnails - and YouTube/Vimeo videos have nice thumbnails. What is the most correct way to fix it? Should I look in plugin logic or is there any thumbnail generator for the topics that can be triggered? It was my long pause here… Thank you!

شكرا لكم!
