Search Criteria
Package Details: ani-cli 4.9-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/ani-cli.git (read-only, click to copy) |
---|---|
Package Base: | ani-cli |
Description: | A cli to browse and watch anime. |
Upstream URL: | https://github.com/pystardust/ani-cli |
Licenses: | GPL3 |
Submitter: | sgtxd |
Maintainer: | sgtxd |
Last Packager: | sgtxd |
Votes: | 24 |
Popularity: | 1.37 |
First Submitted: | 2022-01-28 10:06 (UTC) |
Last Updated: | 2024-08-26 16:35 (UTC) |
Dependencies (8)
- aria2 (aria2-gitAUR, aria2-proAUR, aria2-fastAUR, aria2-unlimitedAUR)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-amd-full-gitAUR, ffmpeg-cudaAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-headlessAUR, ffmpeg-amd-fullAUR, ffmpeg-libfdk_aacAUR, ffmpeg-obsAUR)
- fzf (fzf-gitAUR, skim-fzf-dropinAUR)
- grep (grep-gitAUR, busybox-coreutilsAUR, grep-compatAUR)
- mpv (mpv-light-pulseAUR, mpv-amd-full-gitAUR, mpv-full-gitAUR, mpv-fullAUR, mpv-gitAUR, mpv-full-build-gitAUR, mpv-build-gitAUR)
- sed (busybox-coreutilsAUR, sed-gitAUR)
- vlc (vlc-luajitAUR, vlc-gitAUR) (optional) – An alternative video player
Required by (1)
- trackma-wrapper-git (optional)
Latest Comments
1 2 Next › Last »
Aliee commented on 2024-09-16 08:31 (UTC)
Man. I love this
glitsj16 commented on 2024-02-17 12:03 (UTC)
Both
grep
andsed
are pulled in by base-devel. They can be dropped from the depends array.crackerMegistus commented on 2024-02-07 02:54 (UTC) (edited on 2024-02-07 02:55 (UTC) by crackerMegistus)
Current version bug can simply be fixed by changing every instance of curl's "cipher" to "ciphers" on ani-cli's code itself. As stated by user unit73e.
This was caused due to the term "cipher" being deprecated in favor of "ciphers" in the current curl version.
unit73e commented on 2024-02-03 11:08 (UTC) (edited on 2024-02-03 11:08 (UTC) by unit73e)
Version 4.7 doesn't work out of the box because of a curl update. The --cipher option was changed to --ciphers.
@sgtxd maybe you can patch it with something like
sed -i 's/cipher/ciphers/g' /usr/bin/ani-cli
(I didn't test this) or we just wait until next version. The author actually removed the option.tsukki9696 commented on 2023-03-30 04:57 (UTC)
When installing, I get this error:
installing ffmpeg (2:6.0-4) breaks dependency 'libavcodec.so=59-64' required by chromaprint
Yok0ri commented on 2023-03-29 19:39 (UTC) (edited on 2023-03-30 10:33 (UTC) by Yok0ri)
So, I created an account just to post about my issue with this package. It works without a problem, but as soon as I close the media player and exit ani-cli, all video players just stop working: Youtube, MPV on my PC, etc. The only way to go back to normal is to reboot Arch. I'm new to Linux, so it will take me an eternity to figure it out by myself XDD Although I will try and post an update, when I find a solution. Any help would be appreciated! And by the way, this package is awesome! ^&^ It is really convenient
UPD: OMG, I fixed it! So, right after Arch installation, I installed KDE Plasma, which comes with pulseaudio. I just followed instructions on Arch wiki on how to completely replace PulseAudio with PipeWire, and now ani-cli is working like a charm! I read it somewhere on reddit, that pipewire is generally better than pulseaudio. I didn't think such a spontaneous decision will help with my problem
sgtxd commented on 2023-02-22 17:41 (UTC)
@TechniKris Thank you for the info, I've made a mistake while updating the package to the 4.1 release. I've fixed it just now
TechniKris commented on 2023-02-20 22:43 (UTC)
With the 4.1 release the project has dropped wget, not sed.
1 2 Next › Last »