mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
New port: audio/py-gmusicproxy streams from Google Play Music to any player
PR: 220363 Submitted by: erisianash@gmail.com (maintainer)
This commit is contained in:
parent
8e1dc36d72
commit
2c01c42b9f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=447841
4 changed files with 49 additions and 0 deletions
|
@ -636,6 +636,7 @@
|
|||
SUBDIR += py-eyed3
|
||||
SUBDIR += py-fmoo-audiotools
|
||||
SUBDIR += py-gmusicapi
|
||||
SUBDIR += py-gmusicproxy
|
||||
SUBDIR += py-hsaudiotag
|
||||
SUBDIR += py-id3
|
||||
SUBDIR += py-karaoke
|
||||
|
|
31
audio/py-gmusicproxy/Makefile
Normal file
31
audio/py-gmusicproxy/Makefile
Normal file
|
@ -0,0 +1,31 @@
|
|||
# Created by: Ashley Chase <erisianash@gmail.com>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gmusicproxy
|
||||
PORTVERSION= 1.0.8
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= audio python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= erisianash@gmail.com
|
||||
COMMENT= Proxy for streaming 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
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= diraimondo
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
audio/py-gmusicproxy/distinfo
Normal file
3
audio/py-gmusicproxy/distinfo
Normal file
|
@ -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
|
14
audio/py-gmusicproxy/pkg-descr
Normal file
14
audio/py-gmusicproxy/pkg-descr
Normal file
|
@ -0,0 +1,14 @@
|
|||
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.
|
Loading…
Add table
Reference in a new issue