Skip to content
This repository has been archived by the owner on Jan 19, 2023. It is now read-only.

Commit

Permalink
ready for release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirk Groenen committed Feb 18, 2015
1 parent ea76cbe commit 0a80e9f
Show file tree
Hide file tree
Showing 10 changed files with 69 additions and 62 deletions.
41 changes: 22 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,18 @@ Mopify is a web client for [Mopidy](https://github.com/mopidy/mopidy). Instead o
Some of the features that are included in Mopify:
- Discover the newest releases and featured playlists.
- Get music recommendations based on the music you've listened to.
- **Create and edit Spotify playlists**.
- **Manage your Spotify Library (playlists, artists, albums, songs)***
- Start music stations from artists, albums, tracks, playlists or your personal tasteprofile.

At the moment Mopify is developed to work in combination with Mopidy-Spotify only. Depending on Mopify's popularity this may change in the future.

![http://i.imgur.com/BTlAGEf.jpg](http://i.imgur.com/BTlAGEf.jpg)
![http://i.imgur.com/lLTKjiQ.jpg](http://i.imgur.com/lLTKjiQ.jpg)

---------

* [Installation](#installation)
* [Updating](#updating)
* [Getting started](#getting-started)
* [TODO](#todo)
* [Screenshots](#screenshots)
* [Developing](#developing)
* [Changelog](#changelog)
Expand Down Expand Up @@ -52,25 +51,16 @@ To get started with Mopify, check out the [Wiki](https://github.com/dirkgroenen/

After you installed the Mopidy client you can use a modern browser (like Firefox or Chrome) to open it (Using your server IP and Mopidy port. For example: http://192.168.1.2:6680/mopify/.

##TODO
Things that need to be done:
- Changing the header images on the artist page to better quality ones
- Changing the artist's biography page
- Write tests
- Make responsive and test on screens smaller than 1680 pixels

##Screenshots
![http://i.imgur.com/BTlAGEf.jpg](http://i.imgur.com/BTlAGEf.jpg)

![http://i.imgur.com/jGCzHao.jpg](http://i.imgur.com/jGCzHao.jpg)

![http://i.imgur.com/PDQC2JC.jpg](http://i.imgur.com/PDQC2JC.jpg)
![http://i.imgur.com/lLTKjiQ.jpg](http://i.imgur.com/lLTKjiQ.jpg)

![http://i.imgur.com/xGrZeAL.png](http://i.imgur.com/xGrZeAL.png)
![http://i.imgur.com/AQIJBbr.jpg](http://i.imgur.com/AQIJBbr.jpg)
![http://i.imgur.com/t1PevJf.jpg](http://i.imgur.com/t1PevJf.jpg)
![http://i.imgur.com/RyoV1Is.png](http://i.imgur.com/RyoV1Is.png)
![http://i.imgur.com/U8iv9W4.png](http://i.imgur.com/U8iv9W4.png)

![http://i.imgur.com/PYCHFGv.png](http://i.imgur.com/PYCHFGv.png)

![http://i.imgur.com/7NYObgx.png](http://i.imgur.com/7NYObgx.png)
![http://i.imgur.com/EvsM4Aa.png](http://i.imgur.com/EvsM4Aa.png)
![http://i.imgur.com/w7GeZNv.png](http://i.imgur.com/w7GeZNv.png)

##Developing
Mopify uses Nodejs, grunt and bower when developing. Make sure you've installed those programs when developing on Mopify.
Expand Down Expand Up @@ -105,6 +95,19 @@ When you want to deploy you're changed version you have to run ```grunt package`

##Changelog

v1.2.0 (2015-02-18)
------------------

- Added first responsive pages (BETA). At the moment only focused and tested on Nexus 5

- Added Spotify Library managing (Songs, Artists, Albums, Playlists)

- Support for selecting multiple tracks

- Some little bug fixes

- Added Spotify token refresh button

v1.1.6 (2015-02-3)
------------------

Expand Down
2 changes: 1 addition & 1 deletion dist/assets/css/mopidy-mopify-1.2.0.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion mopidy_mopify/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from mopidy import config, ext

__version__ = '1.1.6'
__version__ = '1.2.0'

class MopifyExtension(ext.Extension):
dist_name = 'Mopidy-Mopify'
Expand Down

Large diffs are not rendered by default.

32 changes: 0 additions & 32 deletions mopidy_mopify/static/assets/mopidy-mopify-1.1.6.js

This file was deleted.

1 change: 0 additions & 1 deletion mopidy_mopify/static/assets/mopidy-mopify-1.1.6.js.map

This file was deleted.

33 changes: 33 additions & 0 deletions mopidy_mopify/static/assets/mopidy-mopify-1.2.0.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mopidy_mopify/static/assets/mopidy-mopify-1.2.0.js.map

Large diffs are not rendered by default.

13 changes: 8 additions & 5 deletions mopidy_mopify/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="">
<!--<meta name="viewport" content="width=device-width, initial-scale=1">-->
<meta name="viewport" content="width=device-width, initial-scale=1">

<meta name="version" content="1.1.6">
<meta name="version" content="1.2.0">

<link href='http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="assets/webfonts/ss-standard.css">

<link href="assets/images/favicon.ico" rel="icon" type="image/x-icon" />


<link rel="stylesheet" type="text/css" href="assets/css/mopidy-mopify-1.1.6.css" />
<link rel="stylesheet" type="text/css" href="assets/css/mopidy-mopify-1.2.0.css" />
</head>

<body>
Expand All @@ -25,7 +25,7 @@
<div id="application" class="fullheight">
<div class="container-fluid fullheight">
<div class="row fullheight">
<div id="leftside" class="fullheight">
<div id="leftside" class="fullheight" ng-class="{ show: showmobilemenu }">
<div id="menu">
<ng-include src="'search/menu.tmpl.html'"></ng-include>
<ng-include src="'discover/menu.tmpl.html'"></ng-include>
Expand All @@ -37,6 +37,9 @@
</div>

<div id="mainwrap" class="fullheight">
<div class="mobilemenutoggle" ng-click="showmobilemenu = !showmobilemenu">
<div class="line"></div>
</div>
<div class="container-fluid fullheight" ng-view></div>
</div>
</div>
Expand All @@ -49,7 +52,7 @@

<!-- Grunt will handle this part -->

<script type="text/javascript" src="assets/mopidy-mopify-1.1.6.js"></script>
<script type="text/javascript" src="assets/mopidy-mopify-1.2.0.js"></script>

<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
Expand Down
2 changes: 1 addition & 1 deletion src/css/60-responsive.css
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@
}

#application #overview .pagetitle .button{
float: left;
float: right;
margin-top: 0;
margin-left: 0;
margin-right: 10px;
Expand Down

0 comments on commit 0a80e9f

Please sign in to comment.