This relies on the AUR package "terminal", which doesn't exist anymore.
Search Criteria
Package Details: manny 1.9.3-3
Package Actions
- View PKGBUILD
- Download tarball
- Search wiki
- Flagged out-of-date (2013-05-22)
| Package Base: | manny |
|---|---|
| Description: | A Google Music client, manager, player and downloader! |
| Upstream URL: | http://www.redsquirrel87.com/manny.html |
| Category: | multimedia |
| Licenses: | |
| Submitter: | Red_Squirrel |
| Maintainer: | None |
| Last Packager: | None |
| Votes: | 18 |
| First Submitted: | 2011-08-07 12:58 |
| Last Updated: | 2012-08-07 08:39 |
Dependencies (10)
Required by (0)
Sources
Latest Comments
Comment by mythmon
Comment by Red_Squirrel
Updated the PKGBUILD.
Comment by guildencrantz
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
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
v1.9.3-2
-Now the program uses only the https protocol (the old simple http protocol is deprecated)
Comment by Red_Squirrel
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
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
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
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
Updated to support the new Google Play service
Anonymous comment
Thanks,I had konsole as my terminal. This program is great! Works perfectly.
Comment by Red_Squirrel
Updated the package adding "terminal" between the dependencies ;)
Comment by Red_Squirrel
Yes, I thought it was on every distro by default for this reason I didn't add it to dependencies.
But now I'll add it to deps asap ;)
Anonymous comment
Sorry for the multipost.
That worked perfectly! Should it be added as a dependency?
Comment by Red_Squirrel
The program uses "terminal -x" to start a console window so check ("which terminal") you have "terminal" installed in your distro
Anonymous comment
Hi! I'm having trouble getting Manny to download via wget, it works fine over the browser though. It seems that it just freezes whenever I try to download via wget and doesn't open up a new console window. I've left it alone and no new files are put in the folder I designated. Is there a log or something I can check? I've tried running from console but no errors are thrown up.
I know it isn't much information but I'd love to use this program.
Comment by Red_Squirrel
Updated to v1.9:
-Fixed the login function that did not work anymore with the new https protocol used by Google Music.
-Preliminary functions to support Playlists (this feature will be available starting from v2.0 final)
-Preliminary functions to create an Internal Player (this feature will be available starting from v2.0 final)
Comment by Red_Squirrel
Yes, it does not work anymore after last Google Music update :S I'll try to fix it as soon as possible
Comment by dots
Been getting an error for the a while now. Whenever i try logging in i get
"Unable to load your song list!
Error: Not an object"
Then it just loads the played with nothing in it. Tried googleing it but can't seem to find anything. Anyone have any ideas?
Comment by Red_Squirrel
Added, thank you ;)
Anonymous comment
This requires the gambas3-gb-form-stock package to function. Please add it to the dependency list.
Comment by Red_Squirrel
Fixed! now it should be ok, right? :)
Comment by Red_Squirrel
Ok thanks, I'll give it a look
Comment by karol_007
I suggest you look at some other PKGBUILD and see how they provide the source and how they deal w/o sudo.
IMHO it's best to look at the packages from the official repos as they should use proper PKGBUILDs http://projects.archlinux.org/svntogit/packages.git/tree/curl/trunk/PKGBUILD
Comment by Red_Squirrel
Oooohhhh, now I understand the thing about sourcecode ^^' Sorry, I'll make the required changes to the PKGBUILD ;)
But about sudo? How can i solve?
Comment by Red_Squirrel
I don't understand the thing about sourcecode O_o There is no sourcecode in the app, there are only binary, icon e .desktop file :/
About sudo, how can I acquire root privileges without it?
Anonymous comment
And don't use sudo in the build function!!
Anonymous comment
Please do NOT provide the sourcecode here! Change the source line to the download link!!!