luciocorrea / gs-desktop

A simple Python wrapper around the Grooveshark website, with support for media keys

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GS Desktop

This simple Python application wraps the fantastic HTML5 Grooveshark player in a delicious Webkit wrapper, with a sprinkling of media key controls over the top.

Bugs and todo

This was put together in a couple of hours one evening, and so is not the epitome of music players. Things that could be improved:

  • Change the window title to match the document title (simple)
  • Maintain login across program launches (needs cookies, hard)
  • Provide notifications on song change (popups: easy, working out when the song has changed: a bit harder)

Enjoy!

MIT License

Copyright (c) 2012 Stuart Knightley

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

A simple Python wrapper around the Grooveshark website, with support for media keys


Languages

Language:Python 100.0%