Added documentation on using lastfmsubmitd, and made ready for 1.2 release.
[gssmp.git] / www / install-lastfm.html
blob95285fd08a39deba5cefdd98b302cfc1c7825037
1 <?xml version="1.0"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
4 <head>
5 <link rel="stylesheet" href="style.css" type="text/css" />
6 <title>Playing MP3s with GSSMP</title>
7 </head>
8 <body>
10 <address><a href="index.html">Home</a> | <a href="install.html">Install</a> |
11 <a href="use.html">Use</a> |
12 <a href="screenshots.html">Screenshots</a> |
13 <a href="developers.html">Developers</a> |
14 <a href="contact.html">Contact</a></address>
16 <h1>Installing lastfmsubmitd to use with GSSMP</h1>
18 <h2>Ubuntu</h2>
20 <p>The Ubuntu lastfmsubmitd package is missing a vital piece, which is the
21 lastfmsubmit program (note the lack of a "d" at the end).</p>
23 <p>To use lastfmsubmit on Ubuntu, do this:</p>
25 <tt>sudo apt-get install lastfmsubmitd</tt>
27 <p>and then download the lastfmsubmitd source tarball from here:
28 <a href="http://www.red-bean.com/~decklin/software/lastfmsubmitd/lastfmsubmitd-0.35.tar.bz2">http://www.red-bean.com/~decklin/software/lastfmsubmitd/lastfmsubmitd-0.35.tar.bz2</a></p>
30 <p>And unzip it and copy the lastfmsubmit program into your path like this:</p>
32 <p><tt>tar -xjf lastfmsubmitd-0.35.tar.bz2<br />
33 sudo cp lastfmsubmitd-0.35/lastfmsubmit /usr/bin</tt></p>
35 <p>Now GSSMP should allow you to check the box to turn on last.fm
36 submission.</p>
38 <p>Note: if you use a tarball later than version 0.35, everything is more
39 difficult since you need the client.py module as well as the lastfmsubmit
40 file.</p>
42 <h2>Other distros</h2>
44 <p>It looks likely that you will have to do a similar thing to Ubuntu users:
45 install the lastfmsubmitd package and manually copy the lastfmsubmit
46 program from the source tarball of version 0.35. Let me know if you manage
47 it on your distro and I'll be glad to put more detailed instructions here.</p>
49 <div style="float:right"><a href="http://sourceforge.net"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=187144&amp;type=2" width="125" height="37" alt="SourceForge.net Logo" /></a></div>
51 <address><a href="index.html">Home</a> | <a href="install.html">Install</a> |
52 <a href="use.html">Use</a> |
53 <a href="screenshots.html">Screenshots</a> |
54 <a href="developers.html">Developers</a> |
55 <a href="contact.html">Contact</a></address>
57 </body>
58 </html>