Package Details: groove-dl-git 56.f0b0538-1

Package Base: groove-dl-git
Description: A Grooveshark song downloader in Python
Upstream URL: https://github.com/jacktheripper51/groove-dl
Category: multimedia
Licenses: GPL3
Submitter: archtux
Maintainer: archtux
Last Packager: None
Votes: 18
First Submitted: 2011-11-27 00:11
Last Updated: 2014-04-06 20:36

Dependencies (2)

Required by (0)

Sources

Latest Comments

Comment by jthurner

2014-04-20 12:14

Simple PKGBUILD for the boyska-fork (no other files/deps needed):
http://sprunge.us/OdXH

Comment by theDude

2014-04-02 11:23

Because of the "ObjectListView"-error. Two workarounds:

a) As dpro wrote:
Change /usr/bin/groove-dl and run the programm with an argument.

#!/bin/bash
python2 /usr/share/groove-dl/groove.py $@

b) Use the boyska-fork:
The fork https://github.com/boyska/groove-dl seems to work, it has no GUI (= no wx dependency) and you have the ability to download playlists.

Comment by pacorrop

2014-03-10 21:51

For me, ObjectListView won't allow me to start groove-dl.

Apply the patch stated in [1] to solve it.

[1] : http://sourceforge.net/p/objectlistview/bugs/2/

Comment by dpro

2013-10-27 18:47

my /usr/bin/groove-dl looks like this:

#!/bin/bash
python2 /usr/share/groove-dl/groove.py $@

GUI now truly optional, cli client will save to cwd and not
try to write in /usr/share/...

cheers

Comment by tlvince

2012-02-29 01:30

I've updated the PKGBUILD style and made the GUI optional (with a bit of a hack) here:

https://github.com/tlvince/pkgbuild/tree/master/groove-dl-git

(Diff: https://github.com/tlvince/pkgbuild/commit/42b6a7fd015ff4a5b4ac982f1e1bcc02998d1774)

Feel free to use!