Search Criteria
Package Details: finetune 1.3-1
Git Clone URL: | https://aur.archlinux.org/finetune.git (read-only, click to copy) |
---|---|
Package Base: | finetune |
Description: | Audio tagger, fix song information, cover art, lyrics, remove duplicate and missing tracks from your library. |
Upstream URL: | http://flavio.tordini.org/finetune |
Licenses: | |
Submitter: | goetzc |
Maintainer: | boogiep |
Last Packager: | FredBezies |
Votes: | 2 |
Popularity: | 0.012244 |
First Submitted: | 2017-02-12 14:11 |
Last Updated: | 2017-11-12 18:29 |
Latest Comments
yochananmarqos commented on 2020-07-26 16:27
2.0.1 has been released: https://flavio.tordini.org/finetune-2
Besides
appmenu-gtk-module
, this also depends onchromaprint
for AcousticID support.djringjr commented on 2019-11-10 23:17
Also requires appmenu-gtk-module.
If this program crashes, continue running it by starting it up again. It will remember the saved state and continue from there (and likely crash again).
After you finish through the last step (#5), run the program again, it will continue to find additional album art and "fix" more recordings.
My quess is that it gets overwhelmed by very large libraries of recordings and crashes, but the programmer worked around this by saving the state of the program when it crashes.
Highly recommended.
yochananmarqos commented on 2019-07-09 21:33
@jecogeo: That's because it's missing
chromaprint
as a dependency.jecogeo commented on 2019-05-23 21:25
The package builds ok, but I always receive the message "AcoustID API is not working at this time. Try again later". Any ideas?
thetotalchaos commented on 2017-10-27 16:20
# A working PKGBUILD, updated 27.10.2017
pkgname=finetune
pkgver=1.3
pkgrel=1
pkgdesc="Audio tagger, fix song information, cover art, lyrics, remove duplicate and missing tracks from your library".
arch=('x86_64')
url="http://flavio.tordini.org/finetune"
license=('custom')
depends=('chromaprint' 'taglib' 'hicolor-icon-theme' 'qt5-base')
source=("${pkgname}-${pkgver}.deb::http://flavio.tordini.org/files/${pkgname}/${pkgname}.deb")
sha256sums=('f7a414b33113873a5ff38127092b63e714401c43d5089fb69b495328100b947e')
package() {
tar -Jxvf data.tar.xz -C "${pkgdir}"
install -Dm644 "${pkgdir}"/usr/share/doc/finetune/copyright \
"${pkgdir}"/usr/share/licenses/${pkgname}/copyright
}
jawz101 commented on 2017-06-24 01:36
latest hash is f7a414b33113873a5ff38127092b63e714401c43d5089fb69b495328100b947e
click download snapshot
edit the PKGBUILD with this sha256sum instead of the current one
9c0c629859fb2707afa81c3f54416e50a604b391cf031cf7d83036825327acb7
... as of this writing
Then put it back into the .gz file
next,
tar -xvf finetune.tar.gz
cd finetune
makepkg -si
should install
tblu commented on 2017-05-22 06:36
it does not pass sha256sums validation.