Package Details: quickmedia r1438.29c346f-4

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: 14
Popularity: 0.30
First Submitted: 2024-11-15 18:42 (UTC)
Last Updated: 2024-11-16 08:22 (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

« First ‹ Previous 1 2 3 4 Next › Last »

DEC05EBA commented on 2022-03-24 19:34 (UTC) (edited on 2022-03-24 19:34 (UTC) by DEC05EBA)

@QuickmediaFan69 There wasn't, but I added it now. Add

"youtube": {
    "load_progress": false
}

to the config file. See https://git.dec05eba.com/QuickMedia/plain/example-config.json for an example.

QuickmediaFan69 commented on 2022-03-24 19:20 (UTC)

@DEC05EBA Thanks! This worked for me. Also, is there a config setting to disable saving playback position on YouTube videos?

DEC05EBA commented on 2022-03-24 17:00 (UTC) (edited on 2022-03-24 17:07 (UTC) by DEC05EBA)

@QuickmediaFan69 QuickMedia now uses a custom mpv protocol for youtube and I dont think that script can be fixed from quickmedias side. You can make that script work by adding

path = string.gsub(path, "qm%-yt://", "")

to the webm.lua script after line 1733 or add that line to encode.moon after line 227 (only indented once so its not part of the if!) if you are compiling mpv-webm from source.

That script also seems to be unable to get a proper filename for some reason so the name of the webm it creates is a bit weird.

Also note that encoding a youtube video that is more than a few seconds long wont probably work sometimes with that script because of youtube throttling. QuickMedia bypasses this throttling but the mpv-webm script downloads the video itself without quickmedia.

Also lol at your name.

QuickmediaFan69 commented on 2022-03-24 16:07 (UTC)

I noticed since updating recently that the mpv-webm script no longer works for clipping youtube videos played through quickmedia. The encoding instantly fails now. I've tried editing the mpv-webm script to see if I could fix the issue on that end and didn't have any luck.

Would it be possible to see if Quickmedia can be changed to get this working again? The script for mpv I'm talking about is here: https://github.com/ekisu/mpv-webm

DEC05EBA commented on 2022-03-23 13:41 (UTC) (edited on 2022-03-24 02:23 (UTC) by DEC05EBA)

@MarsSeed The performance issues is because im hosting the git packages on my own server. The git packages are much larger than stripped snapshots without .git data nor history. It was a real issue, users got timeout because it was so slow and there are no such issues with snapshots. Also Im not sure if i want to merge. Doesn't that mean that users that have this package will have to manually install the other package instead?

MarsSeed commented on 2022-03-23 12:05 (UTC)

@DEC05EBA Sorry, I somehow missed your comment.

What performance reasons are you referring to with respect to -git packages?

If you want to convert your packages to non-git packages, you have to upload new packages without -git suffix, and then submit a merge request on AUR web interface from the old -git packages toward the new non-git ones.

But let me mention that I am using a lot of -git packages and I don't have any performance issues with them.

DEC05EBA commented on 2022-03-17 05:59 (UTC)

Hi, MarsSeed. My packages were git packages before but I had to modify them for performance reasons so they now use a .tar file of the git master. Im not able to change the name of the package and I dont want to orphan all of my packages and create new ones just for a name change.

MarsSeed commented on 2022-03-17 00:09 (UTC)

Hi,

Currently this is not a '-git' VCS package.

Please change it so that its source is declared as git+https://repo.dec05eba.com/QuickMedia.git,

and the PKGBUILD should implement an appropriate pkgver() function.

DEC05EBA commented on 2022-03-11 06:07 (UTC)

There is an issue with mpv-git missing stream_cb symbols. Use mpv-vapoursynth instead if you use mpv-git for vapoursynth.