Package Details: quickmedia r1445.69ac43b-2

Git Clone URL: https://aur.archlinux.org/quickmedia.git (read-only, click to copy)
Package Base: quickmedia
Description: A rofi inspired native client for web services. Supports youtube, peertube, lbry, soundcloud, nyaa.si, 4chan, matrix, saucenao, hotexamples, anilist, dramacool and several manga sites.
Upstream URL: https://git.dec05eba.com/QuickMedia
Licenses: GPL-3.0-only
Submitter: DEC05EBA
Maintainer: DEC05EBA
Last Packager: DEC05EBA
Votes: 17
Popularity: 1.35
First Submitted: 2024-11-15 18:42 (UTC)
Last Updated: 2025-04-06 21:56 (UTC)

Dependencies (16)

Required by (0)

Sources (2)

Pinned Comments

DEC05EBA commented on 2020-09-10 19:19 (UTC) (edited on 2020-09-24 01:17 (UTC) by DEC05EBA)

See https://git.dec05eba.com/QuickMedia/about/ for controls and screenshots

Latest Comments

1 2 3 4 Next › Last »

DEC05EBA commented on 2025-04-08 18:53 (UTC)

@sbstratos79 Yeah I'm aware. Youtube changed something and it now blocks curl, no matter what. I'm not sure what I should do about that while using curl.

sbstratos79 commented on 2025-04-08 18:51 (UTC)

Youtube videos are not loading anymore. I'm getting exit status 22 for every video with a "Failed to load media" notification:

Failed to execute program ('curl' '-H' 'Accept-Language: en-US,en;q=0.5' '-H' 'Connection: keep-alive' '--compressed' '-g' '-s' '-L' '-f' '-H' 'Content-Type: application/json' '-H' 'X-YouTube-Client-Name: 1' '-H' 'X-YouTube-Client-Version: 2.20210622.10.00' '--data-raw' '
    {"context":{"client":{"hl":"en","gl":"US","clientName":"IOS","clientVersion":"17.33.2","deviceModel":"iPhone14,3"}},"videoId":"dQw4w9WgXcQ"}
' '-H' 'cookie: YSC=fkJdju9EoKo; VISITOR_INFO1_LIVE=oBjXf8QdxrU; CONSENT=YES+SE.sv+V10' '-H' 'user-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36' '--' 'https://www.youtube.com/youtubei/v1/player?key=AIzaSyAO_FJ2SlqU8Q4STEHLGCilw_Y9_11qcW8&gl=US&hl=en&prettyPrint=false'), exit status 22

DEC05EBA commented on 2025-03-10 17:08 (UTC)

@sbstratos79 thanks, fixed

sbstratos79 commented on 2025-03-10 15:53 (UTC)

Fails with: fatal error: rapidjson/fwd.h: No such file or directory

DEC05EBA commented on 2023-12-18 18:47 (UTC)

@Bitals thanks, fixed

Bitals commented on 2023-12-18 18:44 (UTC)

mkdir emoji in prepare() has been giving me headaches for sometime now when rebuilding. Please change it to mkdir -p emoji to not fail if dir already exists.

DEC05EBA commented on 2023-10-14 16:33 (UTC)

Quickmedia no longer depends on yt-dlp for youtube. Youtube videos should now start faster and buffer much faster.

justcommenting commented on 2023-01-29 22:19 (UTC)

@DEC05EBA

In source=( "${pkgname}-${pkgver}.tar.gz::https://dec05eba.com/snapshot/QuickMedia.git.r1310.5c854e1.tar.gz"

you're changing the "r1310.5c854e1" part every time instead of just using ${pkgver} - as you're supposed to (see man). As a result, if you do check aur PKGBUILD updates with your AUR helper, you have to compare the entire URL each time, which is annoying.