Simple PKGBUILD for the boyska-fork (no other files/deps needed):
http://sprunge.us/OdXH
Search Criteria
Package Details: groove-dl-git 56.f0b0538-1
Package Actions
| Package Base: | groove-dl-git |
|---|---|
| Description: | A Grooveshark song downloader in Python |
| Upstream URL: | https://github.com/jacktheripper51/groove-dl |
| Category: | multimedia |
| Licenses: | |
| 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
- git+https://github.com/jacktheripper51/groove-dl.git
- groove-dl.desktop
- groovedl
Latest Comments
Comment by jthurner
Comment by theDude
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
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
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
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!