Thank you @Strykar for the help, much appreciated. I have added you as co-maintainer. The devs have replied to me once when I added this package, so I think there may be a chance.
Search Criteria
Package Details: youtube-to-mp3 3.9.9.87-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/youtube-to-mp3.git (read-only, click to copy) |
---|---|
Package Base: | youtube-to-mp3 |
Description: | YouTube to Mp3 converter\nDownloads audio from YouTube or Vimeo and saves it to mp3 or m4a format to listen to locally |
Upstream URL: | https://www.mediahuman.com/youtube-to-mp3-converter/ |
Keywords: | Converter Youtube |
Licenses: | custom |
Submitter: | matthias-eb |
Maintainer: | matthias-eb (Strykar) |
Last Packager: | matthias-eb |
Votes: | 6 |
Popularity: | 0.025262 |
First Submitted: | 2020-04-25 20:42 (UTC) |
Last Updated: | 2023-11-13 13:25 (UTC) |
Dependencies (4)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- qt5-multimedia (qt5-multimedia-gitAUR)
- qt5-webkitAUR (qt5-webkit-gitAUR, qt5-webkit-movableink-gitAUR)
- taglib (taglib-gitAUR)
Required by (0)
Sources (0)
matthias-eb commented on 2023-11-13 13:21 (UTC) (edited on 2023-11-13 13:21 (UTC) by matthias-eb)
Strykar commented on 2023-11-10 16:46 (UTC)
Please add me as a co-maintainer on this, happy to update the MD5sum sooner. I've emailed MediaHuman to consider adding a signature or even a shasum to their .deb, here's hoping..
FabioLolix commented on 2023-04-14 08:15 (UTC)
@4romany this repackage a binary, I guess you commented on the wrong page
4romany commented on 2023-04-14 01:44 (UTC)
Curious if others are seeing HOURS to compile this program? I have a pretty fast system and I bet it took 5 hours...
matthias-eb commented on 2022-12-05 16:15 (UTC)
If you run pacman -Ql youtube-to-mp3
, you can see the installed files. The file you are searching for is the file /opt/youtube-to-mp3/YoutubeToMP3
. I have currently no link to the binary in the /usr/bin
folder, so I will add that if it helps.
Mexx77 commented on 2022-12-05 16:01 (UTC)
what is the name of the executable? cannot find it after successful installation.
cz3dtc commented on 2022-11-29 22:46 (UTC)
For meberlei :
ignore md5 on PKGBUILD
md5sums_i386=("SKIP") md5sums_x86_64=("SKIP")
matthias-eb commented on 2022-07-15 12:13 (UTC)
Hey Fabio, thanks for reminding me. you have simplified my work there a lot, will integrate your changes asap. Cheers, Matthias
FabioLolix commented on 2022-07-09 15:37 (UTC)
Hello, I've send you a pkgbuild + patch on 25/06 that solves both the hash check problem and cached files problem, so what do you think about it?
chandra commented on 2022-03-13 18:49 (UTC)
It fails with
==> ERROR: Failure while downloading https://www.mediahuman.com/de/download/YouTubeToMP3.amd64.deb
Aborting...
:: Unable to build youtube-to-mp3 - makepkg exited with code: 1
Please verify and correct.
Pinned Comments
matthias-eb commented on 2020-09-24 09:07 (UTC) (edited on 2021-07-29 13:27 (UTC) by matthias-eb)
If you get the md5sum check error, just try again after one or two days. I currently update those as soon as I can manually. This is sadly my only option since the checksums aren't displayed anywhere on the source page. I would love to hear some ideas on how to get rid of the md5sum checking but until then, it will always take a day or two if a new one comes out until it is updated.
If you don't want to wait for the updated checksums, you can download the PKGBUILD and run
makepkg -ci --skipchecksums
to install it manually.Best regards, meberlei