Skip to content

Commit

Permalink
Bumped up to libspotify version 10. Added support for the new volume …
Browse files Browse the repository at this point in the history
…normalization. Made artist details load before albums and tracks.
  • Loading branch information
akezeke committed Nov 7, 2011
1 parent 7ddb6f9 commit df266f1
Show file tree
Hide file tree
Showing 14 changed files with 196 additions and 105 deletions.
8 changes: 4 additions & 4 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,17 +83,17 @@ Installation instructions for Ubuntu Linux 32/64
1. Download libSpotify

For 32 bit:
`$ wget https://developer.spotify.com/download/libspotify/libspotify-9.1.32-Linux-i686.tar.gz`
`$ wget http://developer.spotify.com/download/libspotify/libspotify-10.1.16-Linux-i686-release.tar.gz`

64 bit OS:
`$ wget https://developer.spotify.com/download/libspotify/libspotify-9.1.32-Linux-x86_64.tar.gz`
`$ wget http://developer.spotify.com/download/libspotify/libspotify-10.1.16-Linux-x86_64-release.tar.gz`

2. Untar:
`$ tar xzf libspotify-*.tar.gz`

3. Install libspotify
`$ cd libspotify-0.0.8...`
`$ sudo make install`
`$ cd libspotify-Linux...`
`$ sudo make install prefix=/usr/local`

4. Obtain spotyXBMC2 source
Make sure you have git installed, if not and in ubuntu install with `sudo apt-get install git-core`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<string id="30406">Fanart</string>
<string id="30407">Use spotify fanart</string>
<string id="30408">Use custom fanart image</string>
<string id="30409">Use volume normalization</string>

<string id="30420">Performance</string>
<string id="30421">Search: Max number of artists</string>
Expand All @@ -22,7 +23,7 @@
<string id="30424">Artist browse: Max number of similar artists</string>
<string id="30425">Artist browse: Max number of albums</string>
<string id="30426">Artist browse: Max number of tracks</string>
<string id="30427">Preload artist details (true = more metadata but slower search and browse)</string>
<string id="30427">Preload artist albums and tracks</string>

<string id="30430">Top lists</string>
<string id="30431">Show lists for region</string>
Expand Down
1 change: 1 addition & 0 deletions addons/plugin.music.spotyXBMC/resources/settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<setting id="password" type="text" enable="eq(-2,true)" option="hidden" label="30402" default="" />
<setting type="sep" />
<setting id="highBitrate" type="bool" enable="eq(-4,true)" label="30404" default="true" />
<setting id="normalization" type="bool" enable="eq(-5,true)" label="30409" default="true" />
<setting id="enablefanart" type="bool" enable="eq(-5,true)" label="30407" default="true" />
<setting id="customfanart" type="bool" enable="eq(-1,true)" visible="eq(-1,true)" label="30408" default="false" />
<setting id="fanart" type="file" enable="eq(-1,true)" visible="eq(-1,true)" label="30406" default="" />
Expand Down
Loading

0 comments on commit df266f1

Please sign in to comment.