Index: audio/py-gmusicproxy/Makefile =================================================================== --- audio/py-gmusicproxy/Makefile (nonexistent) +++ audio/py-gmusicproxy/Makefile (working copy) @@ -0,0 +1,32 @@ +# Created by: Thomas Zander +# $FreeBSD$ + +PORTNAME= gmusicproxy +PORTVERSION= 1.0.8 +CATEGORIES= audio python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTVERSIONPREFIX= v + +MAINTAINER= erisianash@gmail.com +COMMENT= “Let’s stream Google Play Music using any media-player” + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}appdirs>=1.3.0:devel/py-appdirs \ + ${PYTHON_PKGNAMEPREFIX}gmusicapi>=10.1.0:audio/py-gmusicapi \ + ${PYTHON_PKGNAMEPREFIX}netifaces>=-0.10.4:net/py-netifaces \ + ${PYTHON_PKGNAMEPREFIX}xdg>=0.25:devel/py-xdg \ + ${PYTHON_PKGNAMEPREFIX}eyed3>=0.7.8:audio/py-eyed3 \ + ${PYTHON_PKGNAMEPREFIX}daemon>=2.0.5:devel/py-daemon + + +USE_GITHUB= yes +GH_ACCOUNT= diraimondo + +USES= python +USE_PYTHON= distutils autoplist + +NO_ARCH= yes + +.include Index: audio/py-gmusicproxy/distinfo =================================================================== --- audio/py-gmusicproxy/distinfo (nonexistent) +++ audio/py-gmusicproxy/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1497955248 +SHA256 (diraimondo-gmusicproxy-v1.0.8_GH0.tar.gz) = d22141d5d8b854bc1583948c79269db39a0daf54dd11c89262a5ba25c02be088 +SIZE (diraimondo-gmusicproxy-v1.0.8_GH0.tar.gz) = 31956 Index: audio/py-gmusicproxy/pkg-descr =================================================================== --- audio/py-gmusicproxy/pkg-descr (nonexistent) +++ audio/py-gmusicproxy/pkg-descr (working copy) @@ -0,0 +1,15 @@ +This program permits the use of Google Play Music with All Access subscription +with any music player that is able to stream MP3 files and to manage M3U +playlists (e.g., MPD server, VLC, ...). It can work also with a free account +without All Access extras. + +This project is based on the great Unofficial Google Play Music API (gmusicapi) +of Simon Weber: it already permits to create URLs to stream the tracks as +regular MP3 but they expire in 1 minute! Keeping this proxy running, it can +generate persistent local URLs that never expire and that can be used in any +media-player. + +This project is not supported nor endorsed by Google. Its aim is not the abuse +of the service but the one to improve the access to it. I'm not responsible of +its misuse. + +WWW: http://gmusicproxy.net/