Bug 220363 - New Port: audio/py-gmusicproxy “Let’s stream Google Play Music using any media-player”
Summary: New Port: audio/py-gmusicproxy “Let’s stream Google Play Music using any medi...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Thomas Zander
URL:
Keywords: needs-qa, patch
Depends on:
Blocks:
 
Reported: 2017-06-29 20:35 UTC by Ashley Chase
Modified: 2017-08-12 15:59 UTC (History)
1 user (show)

See Also:


Attachments
add new port w/ maintaner (2.45 KB, patch)
2017-06-29 20:35 UTC, Ashley Chase
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ashley Chase 2017-06-29 20:35:46 UTC
Created attachment 183923 [details]
add new port w/ maintaner

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/
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-08-12 15:56:33 UTC
A commit references this bug:

Author: riggs
Date: Sat Aug 12 15:56:09 UTC 2017
New revision: 447841
URL: https://svnweb.freebsd.org/changeset/ports/447841

Log:
  New port: audio/py-gmusicproxy streams from Google Play Music to any player

  PR:		220363
  Submitted by:	erisianash@gmail.com (maintainer)

Changes:
  head/audio/Makefile
  head/audio/py-gmusicproxy/
  head/audio/py-gmusicproxy/Makefile
  head/audio/py-gmusicproxy/distinfo
  head/audio/py-gmusicproxy/pkg-descr
Comment 2 Thomas Zander freebsd_committer freebsd_triage 2017-08-12 15:59:52 UTC
Committed with some minor modifications. Thanks!