Package Details: manny 1.9.3-3

Package Base: manny
Description: A Google Music client, manager, player and downloader!
Upstream URL: http://www.redsquirrel87.com/manny.html
Category: multimedia
Licenses: Freeware
Submitter: Red_Squirrel
Maintainer: None
Last Packager: None
Votes: 18
First Submitted: 2011-08-07 12:58
Last Updated: 2012-08-07 08:39

Latest Comments

Comment by mythmon

2013-05-22 18:40

This relies on the AUR package "terminal", which doesn't exist anymore.

Comment by Red_Squirrel

2012-08-07 08:40

Updated the PKGBUILD.

Comment by guildencrantz

2012-08-06 22:46

Updated PKGBUILD replacing gambas3-gb-gui with gambas3-gtk-gui: https://gist.github.com/3279155

# Maintainer: Red Squirrel <iam at redsquirrel dot tk>

pkgname=manny
pkgver=1.9.3
pkgrel=2
pkgdesc="A Google Music client, manager, player and downloader!"
arch=('i686' 'x86_64')
url="http://www.redsquirrel87.com/manny.html"
license=('freeware')
depends=('gambas3-runtime' 'gambas3-gb-form-stock' 'gambas3-gb-desktop' 'gambas3-gb-gtk' 'gambas3-gb-form' 'gambas3-gb-image' 'gambas3-gb-settings' 'gambas3-gb-web' 'curl' 'mplayer' 'terminal')
makedepends=()
optdepends=('vlc: it can be used to play tracks in streaming' 'wget: you need it if you want to download your tracks')
install='manny.install'
source=(http://dl.dropbox.com/u/5562654/${pkgname}-AUR-${pkgver}.tar.gz)
md5sums=('c0341c1107a3c3b8060cd83750889144')

package() {
install -Dm755 "${srcdir}/${pkgname}-${pkgver}/manny.gambas" "${pkgdir}/usr/bin/manny"
install -Dm644 "${srcdir}/${pkgname}-${pkgver}/manny.desktop" "${pkgdir}/usr/share/applications/manny.desktop"
install -Dm644 "${srcdir}/${pkgname}-${pkgver}/manny256.png" "${pkgdir}/usr/share/icons/hicolor/256x256/apps/manny.png"
install -Dm644 "${srcdir}/${pkgname}-${pkgver}/manny128.png" "${pkgdir}/usr/share/icons/hicolor/128x128/apps/manny.png"
install -Dm644 "${srcdir}/${pkgname}-${pkgver}/manny64.png" "${pkgdir}/usr/share/icons/hicolor/64x64/apps/manny.png"
install -Dm644 "${srcdir}/${pkgname}-${pkgver}/manny32.png" "${pkgdir}/usr/share/icons/hicolor/32x32/apps/manny.png"
}

Anonymous comment

2012-05-05 18:49

I am able to log in, but it takes nearly half a minute and It appears to have only downloaded a list of the first 1000-ish songs, alphabetically. It probably isn't helpful, but the last song in the list is 'Chinese Checkers' by "Booker T. & the MG's", and the first song not in the list is 'Chinese Children' by 'Devendra Banhart'.

Comment by Red_Squirrel

2012-04-16 13:48

v1.9.3-2
-Now the program uses only the https protocol (the old simple http protocol is deprecated)

Comment by Red_Squirrel

2012-03-15 10:52

v.1.9.3
-Fixed a bug that did not allow to download and play songs to those accounts which wanted the "?u=0" params into the url.

Comment by Red_Squirrel

2012-03-14 10:40

v1.9.2
-Fixed again (yes, again xD) the login function that did not work for some accounts which wanted the "?u=0" params into the login url.
-Added debug messages if any error occurred during login process. These messages will show the server response, in this way will be easier to understand the cause of the error.
-Added the possibility to report the debug messages directly to me via email.

Comment by Red_Squirrel

2012-03-13 15:12

Just tested again with my two accounts, no login issue here O_o
However as I wrote in the README:
"Known bugs
-Sometime even if the login data are correct you got an "invalid token" error: to solve this problem just wait some minute and try again."
Maybe it's the same issue, please wait some minutes and try again and let me know if you solve ;)

Comment by malevolent

2012-03-13 14:31

Unable to go further login screen, it says this
http://img6.imagebanana.com/img/qcpzk7co/Seleccin_004.png
Double checked both internet connection and credentials.

Comment by Red_Squirrel

2012-03-10 13:19

Updated to support the new Google Play service

All comments