Note that this is currently non-functional, as python-audioread
is broken in Python 3.13: https://github.com/beetbox/audioread/issues/144
Search Criteria
Package Details: pymusiclooper 3.4.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/pymusiclooper.git (read-only, click to copy) |
---|---|
Package Base: | pymusiclooper |
Description: | A program for repeating music endlessly and creating seamless music loops, with play/export/tagging support |
Upstream URL: | https://github.com/arkrow/PyMusicLooper |
Licenses: | MIT |
Submitter: | ISSOtm |
Maintainer: | ISSOtm |
Last Packager: | ISSOtm |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2023-12-23 23:52 (UTC) |
Last Updated: | 2025-01-03 21:42 (UTC) |
Dependencies (19)
- python (python37AUR, python311AUR, python310AUR)
- python-click-option-groupAUR
- python-click-paramsAUR
- python-lazy-loader
- python-librosa
- python-numba (python-numba-gitAUR)
- python-numpy (python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-binAUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR)
- python-pytaglibAUR
- python-rich
- python-rich-clickAUR
- python-sounddevice
- python-soundfile
- yt-dlp (yt-dlp-gitAUR)
- python-build (make)
- python-installer (make)
- python-poetry-core (python-poetry-core-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-ffplayoutAUR, ffmpeg-gitAUR, ffmpeg-amd-full-gitAUR, ffmpeg-fullAUR, ffmpeg-full-gitAUR, ffmpeg-libfdk_aacAUR, ffmpeg-headlessAUR, ffmpeg-obsAUR) (optional) – for supporting additional audio formats
Required by (0)
Sources (1)
Latest Comments
ISSOtm commented on 2025-01-03 21:37 (UTC)
ISSOtm commented on 2024-06-28 11:24 (UTC)
I just pushed 3.4.1-2
, which removes some "max" dependency bounds, which were causing upgrade failures (currently python-numpy
and python-numba
). Let's see if later versions of the dependencies cause any breakage! (Please report them in the comments, as usual.)
In any case, note that after upgrading numpy
to 2.0, you will have to rebuild pyhton-soxr
from scratch, otherwise pymusiclooper
will crash with an error message vaguely mentioning NumPy.
(I'm not sure if it's also necessary, but I've also rebuilt python-librosa
, python-resampy
, and python-soundfile
, just in case).
Happy looping!
Pinned Comments
ISSOtm commented on 2024-06-28 11:24 (UTC)
I just pushed
3.4.1-2
, which removes some "max" dependency bounds, which were causing upgrade failures (currentlypython-numpy
andpython-numba
). Let's see if later versions of the dependencies cause any breakage! (Please report them in the comments, as usual.)In any case, note that after upgrading
numpy
to 2.0, you will have to rebuildpyhton-soxr
from scratch, otherwisepymusiclooper
will crash with an error message vaguely mentioning NumPy. (I'm not sure if it's also necessary, but I've also rebuiltpython-librosa
,python-resampy
, andpython-soundfile
, just in case).Happy looping!