How do i setup invidious to show thumbnails in the clipious app
from mariah@feddit.rocks to selfhosted@lemmy.world on 01 May 03:21
https://feddit.rocks/post/1419468

I set up invidious on my debian server from here and it has thumbnails on web not in clipious. How do i fix this

#selfhosted

threaded - newest

cerofrio@lemmy.dbzer0.com on 01 May 04:16 next collapse

I just spun up an Invidious instance a week or two ago and I have the same issue using the Yattee app on iOS. If I find an answer I’ll post the solution.

cerofrio@lemmy.dbzer0.com on 01 May 04:20 collapse

So a quick search resulted in this issue from the Yattee repo:

github.com/yattee/yattee/issues/354#:~:text=Invid….

And the highlighted answer states:

Invidious HTTPS Instance needs to be configured with this settings:

external_port: 443 domain: whatever.it.is

Without it, the Invidious frontend will show thumbnails fine but will produce wrong links in the external API used by Yattee.

mariah@feddit.rocks on 01 May 04:34 collapse

Oh. Its http tho

cerofrio@lemmy.dbzer0.com on 01 May 04:53 collapse

Try setting the port to 80

Are you connecting by domain name or by IP address?

mariah@feddit.rocks on 01 May 05:12 next collapse

Ip. I dont have a domain

mariah@feddit.rocks on 01 May 05:14 collapse

80 is nextcloud

Decronym@lemmy.decronym.xyz on 01 May 05:15 next collapse

Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I’ve seen in this thread:

Fewer Letters More Letters
CA (SSL) Certificate Authority
CF CloudFlare
HTTP Hypertext Transfer Protocol, the Web
HTTPS HTTP over SSL
IP Internet Protocol
SSL Secure Sockets Layer, for transparent encryption

4 acronyms in this thread; the most compressed thread commented on today has 9 acronyms.

[Thread #729 for this sub, first seen 1st May 2024, 05:15] [FAQ] [Full list] [Contact] [Source code]

macattack@lemmy.world on 01 May 16:58 next collapse

github.com/lamarios/clipious/wiki/Common-Issues#v…

mariah@feddit.rocks on 01 May 17:03 collapse

The code looks like that

macattack@lemmy.world on 01 May 17:19 collapse

Can you copy/paste your code so that we can take a look at it? Alternatively, if you load a tix on the Clipious GitHub, they might be able to assist.

mariah@feddit.rocks on 01 May 17:49 collapse

{“type”:“video”,“title”:“Don’t Watch This Video… (On a Pixel)”,“videoId”:“SurUidVDQf4”,“videoThumbnails”:[{“quality”:“maxres”,“url”:“/vi/SurUidVDQf4/maxres.jpg”,“width”:1280,“height”:720},{“quality”:“maxresdefault”,“url”:“/vi/SurUidVDQf4/maxresdefault.jpg”,“width”:1280,“height”:720},{“quality”:“sddefault”,“url”:“/vi/SurUidVDQf4/sddefault.jpg”,“width”:640,“height”:480},{“quality”:“high”,“url”:“/vi/SurUidVDQf4/hqdefault.jpg”,“width”:480,“height”:360},{“quality”:“medium”,“url”:“/vi/SurUidVDQf4/mqdefault.jpg”,“width”:320,“height”:180},{“quality”:“default”,“url”:“/vi/SurUidVDQf4/default.jpg”,“width”:120,“height”:90},{“quality”:“start”,“url”:“/vi/SurUidVDQf4/1.jpg”,“width”:120,“height”:90},{“quality”:“middle”,“url”:“/vi/SurUidVDQf4/2.jpg”,“width”:120,“height”:90},{“quality”:“end”,“url”:“/vi/SurUidVDQf4/3.jpg”,“width”:120,“height”:90}],“storyboards”:[{“url”:“/api/v1/storyboards/SurUidVDQf4?width=48&height=27”,“templateUrl”:“i.ytimg.com/sb/SurUidVDQf4/…/M$M.jpg?sqp=-oaymwEN…”,“width”:48,“height”:27,“count”:100,“interval”:0,“storyboardWidth”:10,“storyboardHeight”:10,“storyboardCount”:1},{“url”:“/api/v1/storyboards/SurUidVDQf4?width=80&height=45”,“templateUrl”:“i.ytimg.com/sb/SurUidVDQf4/…/M$M.jpg?sqp=-oaymwEN…”,“width”:80,“height”:45,“count”:93,“interval”:5000,“storyboardWidth”:10,“storyboardHeight”:10,“storyboardCount”:1},{“url”:“/api/v1/storyboards/SurUidVDQf4?width=160&height=90”,“templateUrl”:“i.ytimg.com/sb/SurUidVDQf4/…/M$M.jpg?sqp=-oaymwEN…”,“width”:160,“height”:90,“count”:93,“interval”:5000,“storyboardWidth”:5,“storyboardHeight”:5,“storyboardCount”:4}],“description”:“Fix your stuff today with iFixit at iFixit.com/TechLinked\n\n►► LISTEN TO THE TECH NEWS: lmg.gg/TechLinkedPodcast\n\n► GET MERCH: lttstore.com\n► COME TO LTX 2023: lmg.gg/ltx23\n► GET EXCLUSIVE CONTENT ON FLOATPLANE: lmg.gg/lttfloatplane\n► AFFILIATES, SPONSORS & REFERRALS: lmg.gg/masponsors\n► OUR WAN PODCAST GEAR: lmg.gg/podcastgear\n\nNEWS SOURCES: lmg.gg/Su6Xi\n-----------------------------------… age of wisdom, foolishness etc\n0:08 YouTube video crashes Pixel phones\n1:29 YouTube AI tools, TikTok Duet\n2:38 UK encryption backdoor\n3:37 iFixit\n4:08 QUICK BITS\n4:14 Twitter alternative Bluesky\n4:45 RTX Video Super Resolution\n5:18 TikTok 60 min limit for teens\n6:07 Client-side encryption in Google Workspace\n6:42 Ford auto-repossessing patent\n\nFOLLOW US ELSEWHERE\n--------------------------------------------------- \nTwitter: twitter.com/TechLinkedYT\nInstagram: instagram.com/TechLinkedYT\nFacebook: facebook.com/TechLinked“,“descriptionHtml”:“Fix your stuff today with iFixit at <a href="iFixit.com/TechLinked\”>iFixit.com/TechLinked</a>\n\n►► LISTEN TO THE TECH NEWS: <a href="lmg.gg/TechLinkedPodcast\”>lmg.gg/TechLinkedPodcast</a>\n\n► GET MERCH: <a href="lttstore.com/?utm_medium=product_shelf&utm_source…”>lttstore.com</a>\n► COME TO LTX 2023: <a href="lmg.gg/ltx23\“>lmg.gg/ltx23</a>\n► GET EXCLUSIVE CONTENT ON FLOATPLANE: <a href="lmg.gg/lttfloatplane\”>lmg.gg/lttfloatplane</

Osiris@lemmy.world on 01 May 20:03 collapse

Glad I stumbled on this thread, i had the same problem. Protip if youre not using a config file and using env vars instead you can use
INVIDIOUS_DOMAIN and INVIDIOUS_EXTERNAL_PORT instead. Works great for docker

mariah@feddit.rocks on 02 May 04:43 next collapse

I did this and it didnt work

mariah@feddit.rocks on 02 May 04:49 collapse

Can i share my docker-compose.yml