mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
network/RYMTracks: Updated for version 0.1.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
8c580d4ce7
commit
c4af473c0d
4 changed files with 6 additions and 15 deletions
|
@ -1,11 +1,2 @@
|
|||
RYMTracks is small helper for all those folks who actively uses and
|
||||
contributes for RateYourMusic <http://rateyourmusic.com>
|
||||
Unfortunately `sharifi <http://rateyourmusic.com/~sharifi>`__ still has
|
||||
this unconvenient track list editor you have to fill by yourself. For
|
||||
big albums you have to copy/paste every song title and print timestamps
|
||||
in correct form. Moreover, you even have to put track numbers (just a
|
||||
minute, it is 2014 ongoing) manually.
|
||||
It is really irritating. Just imagine big albums like `Fantasma
|
||||
Parastasie <http://www.discogs.com/Aidan-Baker-And-Tim-Hecker-Fantasma-Parastasie/master/5$
|
||||
it is really painful: you fill all the data feeling yourself like an
|
||||
idiot. If you feel my pain, this small tool is for you.
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=RYMTracks
|
||||
VERSION=${VERSION:-0.1.1}
|
||||
VERSION=${VERSION:-0.1.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="RYMTracks"
|
||||
VERSION="0.1.1"
|
||||
VERSION="0.1.4"
|
||||
HOMEPAGE="https://github.com/9seconds/rymtracks/"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/R/RYMTracks/RYMTracks-0.1.1.tar.gz"
|
||||
MD5SUM="c1bd15b813b06b69dadd8fad898da973"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/R/RYMTracks/RYMTracks-0.1.4.tar.gz"
|
||||
MD5SUM="722b0cabebbcb25f917947e55b0feb71"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="BeautifulSoup4 docopt isodate nose six tornado futures backports-ssl-match-hostname"
|
||||
REQUIRES="BeautifulSoup4 lxml isodate docopt nose six nltk numpy python-requests colorama termcolor futures mutagen"
|
||||
MAINTAINER="Dimitris Zlatanidis"
|
||||
EMAIL="d.zlatanidis@gmail.com"
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
RYMTracks: RYMTracks (RYMTracks scraps given URLs and presents tracklists)
|
||||
RYMTracks: RYMTracks (Tracklist scraper)
|
||||
RYMTracks:
|
||||
RYMTracks: RYMTracks scraps given URLs and presents tracklists into
|
||||
RYMTracks: copypasteable form for RateYourMusic.com
|
||||
|
|
Loading…
Reference in a new issue