Package Details: finetune 2.2.1-3

Git Clone URL: https://aur.archlinux.org/finetune.git (read-only, click to copy)
Package Base: finetune
Description: Automatic music tagger
Upstream URL: https://flavio.tordini.org/finetune
Licenses: unknown
Submitter: g360
Maintainer: yochananmarqos
Last Packager: yochananmarqos
Votes: 2
Popularity: 0.000000
First Submitted: 2017-02-12 14:11 (UTC)
Last Updated: 2024-01-20 21:10 (UTC)

Latest Comments

thermionix commented on 2021-02-16 07:58 (UTC) (edited on 2021-02-16 07:58 (UTC) by thermionix)

updated for 2.0

# Maintainer: Frederic Bezies <fredbezies at gmail.com>
# Contributor: goetzc

# Based on PKGBUILD proposed by "thetotalchaos" on october 27, 2017.

pkgname=finetune
pkgver=2.0
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=('taglib' 'qt5-base' 'appmenu-gtk-module' 'chromaprint')
source=("${pkgname}-${pkgver}.deb::http://flavio.tordini.org/files/${pkgname}/${pkgname}.deb")
sha256sums=('253c5ab3db74f0c0e9286f4d05c271e9995f1cdd6f28132b015318f893de20c9')

package() {
tar -Jxvf data.tar.xz -C "${pkgdir}"

install -Dm644 "${pkgdir}"/usr/share/doc/finetune/copyright \
"${pkgdir}"/usr/share/licenses/${pkgname}/copyright
}

yochananmarqos commented on 2020-07-26 16:27 (UTC)

2.0.1 has been released: https://flavio.tordini.org/finetune-2

Besides appmenu-gtk-module, this also depends on chromaprint for AcousticID support.

djringjr commented on 2019-11-10 23:17 (UTC)

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 (UTC)

@jecogeo: That's because it's missing chromaprint as a dependency.

jecogeo commented on 2019-05-23 21:25 (UTC)

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 (UTC)

# 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 (UTC)

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 (UTC)

it does not pass sha256sums validation.