Skip to content

Commit

Permalink
Merge pull request #33 from jaedb/release/2.4.5
Browse files Browse the repository at this point in the history
Release/2.4.5
  • Loading branch information
jaedb committed Dec 8, 2015
2 parents 824c883 + 7794550 commit e69e1e7
Show file tree
Hide file tree
Showing 137 changed files with 507 additions and 662 deletions.
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
config.js
/Concepts/
/temp
/dist/
*.orig
@eaDir
Thumbs.db

*.egg-info
*.pyc
9 changes: 0 additions & 9 deletions .htaccess

This file was deleted.

24 changes: 15 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,22 @@ Spotmop

Spotmop Mopidy HTTP interface

![badge](https://img.shields.io/pypi/v/mopidy-spotmop.svg?style=flat)
![badge](https://img.shields.io/pypi/dm/mopidy-spotmop.svg)

Requirements
--------

* Mopidy
* Mopidy-Spotify
* Spotify Premium account

Installation
--------

1. Get Mopidy server running with Mopidy-Spotify plugin
2. Extract Spotmop to your http root folder (as specified in ~/.config/mopidy/mopidy.conf
3. Navigate to your server address (typically http://localhost:6680/)
4. Alternatively, extract Spotmop to any webserver and configure your Mopidy server address on the Settings tab
1. Install using pip: `sudo pip install Mopidy-Spotmop`
2. Restart Mopidy server
3. Navigate to Mopidy interface (ie http://localhost:6680/spotmop)

Features
--------
Expand All @@ -29,20 +32,23 @@ Screenshots

![Overview](https://raw.githubusercontent.com/jaedb/spotmop/master/Screenshots/overview.jpg)

![Browse](https://raw.githubusercontent.com/jaedb/spotmop/master/Screenshots/desktop-browse.jpg)
![Play queue](https://raw.githubusercontent.com/jaedb/spotmop/master/Screenshots/desktop-queue.jpg)

![Featured playlists](https://raw.githubusercontent.com/jaedb/spotmop/master/Screenshots/desktop-featured.jpg)

![Artist](https://raw.githubusercontent.com/jaedb/spotmop/master/Screenshots/desktop-artist.jpg)

![Single playlist](https://raw.githubusercontent.com/jaedb/spotmop/master/Screenshots/desktop-playlist.jpg)

![Dragging tracks](https://raw.githubusercontent.com/jaedb/spotmop/master/Screenshots/desktop-dragging.jpg)

![Settings](https://raw.githubusercontent.com/jaedb/spotmop/master/Screenshots/desktop-settings.jpg)


Changelog
--------

*2.5*
* Port to Mopidy extension

*2.4*
* Redesign of interface (vertical bars)
* Basic implementation of artist discovery
Expand Down Expand Up @@ -80,8 +86,8 @@ To-do
-----

* Speed improvements to adding tracks to the tracklist (possible Mopidy-Spotify limitation)
* Further improve responsive layouts and touch interactions
* Create second playlists area for 'Subscribed' playlists
* Increase stability of Mopidy server (perhaps limitation of Rpi?)
* Full integration as Mopidy extension with Tornado Websockets for client:client communication

Credits
-------
Expand Down
Binary file removed Screenshots/Thumbs.db
Binary file not shown.
Binary file modified Screenshots/desktop-artist.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Screenshots/desktop-artists.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed Screenshots/desktop-browse.jpg
Binary file not shown.
Binary file removed Screenshots/desktop-discover.jpg
Binary file not shown.
Binary file modified Screenshots/desktop-dragging.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Screenshots/desktop-featured.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Screenshots/desktop-genre.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Screenshots/desktop-playlist.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Screenshots/desktop-queue.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Screenshots/desktop-search.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed Screenshots/desktop-settings.jpg
Binary file not shown.
16 changes: 0 additions & 16 deletions app/services/mopidy/upstart.php

This file was deleted.

57 changes: 0 additions & 57 deletions app/services/mopidy/upstart.sh

This file was deleted.

52 changes: 0 additions & 52 deletions app/settings/service.js

This file was deleted.

25 changes: 0 additions & 25 deletions app/settings/version.php

This file was deleted.

149 changes: 0 additions & 149 deletions authorize.php

This file was deleted.

Loading

0 comments on commit e69e1e7

Please sign in to comment.