Skip to content

Commit e69e1e7

Browse files
committed
Merge pull request #33 from jaedb/release/2.4.5
Release/2.4.5
2 parents 824c883 + 7794550 commit e69e1e7

137 files changed

Lines changed: 507 additions & 662 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
config.js
21
/Concepts/
3-
/temp
2+
/dist/
43
*.orig
54
@eaDir
65
Thumbs.db
7-
6+
*.egg-info
7+
*.pyc

.htaccess

Lines changed: 0 additions & 9 deletions
This file was deleted.

README.md

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,22 @@ Spotmop
33

44
Spotmop Mopidy HTTP interface
55

6+
![badge](https://img.shields.io/pypi/v/mopidy-spotmop.svg?style=flat)
7+
![badge](https://img.shields.io/pypi/dm/mopidy-spotmop.svg)
8+
69
Requirements
710
--------
811

912
* Mopidy
1013
* Mopidy-Spotify
14+
* Spotify Premium account
1115

1216
Installation
1317
--------
1418

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

2023
Features
2124
--------
@@ -29,20 +32,23 @@ Screenshots
2932

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

32-
![Browse](https://raw.githubusercontent.com/jaedb/spotmop/master/Screenshots/desktop-browse.jpg)
35+
![Play queue](https://raw.githubusercontent.com/jaedb/spotmop/master/Screenshots/desktop-queue.jpg)
36+
37+
![Featured playlists](https://raw.githubusercontent.com/jaedb/spotmop/master/Screenshots/desktop-featured.jpg)
3338

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

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

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

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

4346
Changelog
4447
--------
4548

49+
*2.5*
50+
* Port to Mopidy extension
51+
4652
*2.4*
4753
* Redesign of interface (vertical bars)
4854
* Basic implementation of artist discovery
@@ -80,8 +86,8 @@ To-do
8086
-----
8187

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

8692
Credits
8793
-------

Screenshots/Thumbs.db

-18.5 KB
Binary file not shown.

Screenshots/desktop-artist.jpg

56.2 KB
Loading

Screenshots/desktop-artists.jpg

191 KB
Loading

Screenshots/desktop-browse.jpg

-234 KB
Binary file not shown.

Screenshots/desktop-discover.jpg

-151 KB
Binary file not shown.

Screenshots/desktop-dragging.jpg

-15.4 KB
Loading

Screenshots/desktop-featured.jpg

215 KB
Loading

0 commit comments

Comments
 (0)