Skip to content

Commit f83b065

Browse files
author
Bart Lauret
committed
Import LocalPlayer-linux-v0.7.zip
1 parent aea828a commit f83b065

8 files changed

Lines changed: 7 additions & 7 deletions

File tree

Bin/arm-linux/squeezelite-armv5te

1.74 KB
Binary file not shown.

Bin/arm-linux/squeezelite-armv6

1.74 KB
Binary file not shown.
3.22 KB
Binary file not shown.

Bin/i386-linux/squeezelite-i386

4.05 KB
Binary file not shown.
125 Bytes
Binary file not shown.

DownloadLibs.pm

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ my $prefs = preferences('plugin.localplayer');
1111
my $log = logger('plugin.localplayer');
1212

1313
my $libs = {
14-
'libfaad2.dll' => { url => 'http://www.rarewares.org/files/aac/libfaad2-2.7.zip',
15-
sha => 'ae4aebf21ac0df5a2220771eff62f901ca5b238e', path => 'libfaad2.dll' },
16-
'libmpg123.dll' => { url => 'http://www.mpg123.de/download/win32/mpg123-1.14.4-x86.zip',
17-
sha => '35046c239bd5d596a0b43eef0ef1cb73420abc57', path => 'mpg123-1.14.4-x86/libmpg123-0.dll' }
14+
'libfaad2.dll' => { url => 'http://www.rarewares.org/files/aac/libfaad2-2.7.zip',
15+
sha => 'ae4aebf21ac0df5a2220771eff62f901ca5b238e', path => 'libfaad2.dll' },
16+
'libmpg123-0.dll' => { url => 'http://www.mpg123.de/download/win32/mpg123-1.14.4-x86.zip',
17+
sha => '35046c239bd5d596a0b43eef0ef1cb73420abc57', path => 'mpg123-1.14.4-x86/libmpg123-0.dll' }
1818
};
1919

2020
my $downloading = 0;

install.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<extension>
44
<name>PLUGIN_LOCALPLAYER</name>
55
<module>Plugins::LocalPlayer::Plugin</module>
6-
<version>0.6</version>
6+
<version>0.7</version>
77
<defaultState>enabled</defaultState>
88
<description>PLUGIN_LOCALPLAYER_DESC</description>
99
<creator>Triode</creator>

strings.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ PLUGIN_LOCALPLAYER_INFO_UNIX
7777
EN Local Player uses the Squeezelite software player which is installed as part of the plugin. You can control it from the server web interface or any other Squeezebox control application.<p/><p/>To maximise Squeezelite capabilty you should ensure the following libraries are installed from your linux distribution: libmad0, libflac8, libvorbisfile3 or libvorbisidec1, libfaad2.
7878

7979
PLUGIN_LOCALPLAYER_INFO_WIN
80-
EN Local Player uses the Squeezelite software player which is installed as part of the plugin. You can control it from the server web interface or any other Squeezebox control application.<p/><p/>This current version supports pcm and flac playback. It is also limited to support of Windows Vista and later.<p/><p/>If the player application is not running you may need to download and install the "Microsoft Visual C++ 2008 Redistributable Package (x86)" which is available from <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=9b2da534-3e03-4391-8a4d-074b9f2bc1bf&displaylang=en">Microsoft</a>.
80+
EN Local Player uses the Squeezelite software player which is installed as part of the plugin. You can control it from the server web interface or any other Squeezebox control application.
8181

8282
PLUGIN_LOCALPLAYER_INFO_MAC
83-
EN Local Player uses the Squeezelite software player which is installed as part of the plugin. You can control it from the server web interface or any other Squeezebox control application.<p/><p/>This current version supports pcm and flac playback.
83+
EN Local Player uses the Squeezelite software player which is installed as part of the plugin. You can control it from the server web interface or any other Squeezebox control application.<p/><p/>This current version supports pcm and flac playback. To support mp3 playback you should install the mpg123 codec for osx. This can be installed from the <a href="http://rudix.org/">rudix</a> project (direct links: <a href="http://rudix-snowleopard.googlecode.com/files/mpg123-1.13.6-0.pkg">Snow Leopard</a>, <a href="http://rudix.googlecode.com/files/mpg123-1.13.6-0.pkg">Lion/Mountain Lion</a>).
8484

0 commit comments

Comments
 (0)