Giter VIP home page Giter VIP logo

gmusicprocurator's Introduction

GMusicProcurator

[Travis CI] [CodeClimate] [Read The Docs] [HuBoard]

A proxy/HTML5 frontend for Google Music streaming. This mini webapp is inspired by GMusicProxy.

Features

  • XSPF playlists
  • Option to ID3v2-tag MP3 streams
    • Option to embed album art in MP3 streams
  • Browse playlists via an HTML5 frontend
  • Stream playlists in the browser without using Flash or other browser plugins, in browsers that support HTML5 Audio

Documentation

Installation instructions, configuration, API docs, and other information are hosted on Read the Docs.

Related

Legal

This web application is licensed under the terms of the GNU General Public License (GNU GPL), version 3 or later, unless otherwise noted in the source files. See LICENSE for the full license text.

The documentation is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License; see the LICENSE.docs file for details.

The favicon is the "Tango Music Charts" icon. According to the source page, it is licensed under a Creative Commons Attribution-Share Alike 3.0 License.

This project is not affiliated in any way to Google or any of Google's music apps.

gmusicprocurator's People

Contributors

malept avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

gmusicprocurator's Issues

Skip & show notification when a song fails to load

When a song fails to load (4xx or 5xx HTTP status), show a user-friendly notification.

If repeat is not one, skip to the next track. If there is a string of failures, stop trying to skip and show a different notification (much like the GMusic UI).

Bundle (filter=uglifyjs) causes encoding error

Traceback (most recent call last):
File "/home/sb/gmusicprocurator/gmusicprocurator/main.py", line 25, in
from gmusicprocurator.app import app, assets
ImportError: No module named gmusicprocurator.app

Persist play queue between browser reloads

Seems like the best way to do this is via a Backbone plugin. The project already uses one for the player settings (Backbone.localStorage), but localStorage has a limited storage space. One idea is to add the superfeedr/indexeddb-backbonejs-adapter plugin, but one of the first sentences in the README is

It lacks a lot of documentation

Plus, I read somewhere that certain browsers have similar storage space issues with IndexedDB. May have to bite the bullet on this one and add a server-side persistence layer. If that happens, this will have to be part of a larger feature request for profile support.

Race condition when changing tracks

If you click next twice (the second time before the first song finishes loading), the actions for both songs (besides playing) get run when the second song starts playing. For instance, you will see song notification popups for both songs.

Scrobbler support

Requirements

  • Must work with:
    • Last.fm
    • Libre.fm
    • GNU FM self-hosted sites

Notes

  • Investigate what the "best" Last.fm API Python client is.
  • Will need both a new Flask API endpoint, app config entries, and associated CoffeeScript changes.
    • Make sure the CoffeeScript changes use "best practices" for submitting a scrobble. This may involve batching scrobble API calls.
    • The new endpoint should probably live in its own view file.
  • Will probably want to use a task queue (like Celery or RQ) to do the actual scrobble submission.
  • Remove item from TODO.rst when committing.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.