~cjsmo/+junk/manual-user

26 by charliej
added .html extention to files so it works
1
<html>
2
<HEAD>
3
<link rel="stylesheet" type="text/css"
4
href="default.css"/>
5
</head>
6
<BODY>
7
<H1>Gathering Album Art</H1>
8
<p>To gather Album Art from Amazon.com you will need to have a Amazon Developers
9
 Key.  You will have to go to <a href="https://www.amazon.com/gp/aws/ssop/index.html?awscbctx=pageType%253AAWSDeveloper%253Apipeline%253Aregistration&amp;awsclientauth=true&amp;wa=wsignin1.0&amp;wctx=&amp;wreply=https%3A%2F%2Faws-portal.amazon.com%2Fgp%2Faws%2Fdeveloper%2Fregistration%2Findex.html&amp;wtrealm=urn%3Aaws%3AawsAccessKeyId%3A1QQFCEAYKJXP0J7S2T02&amp;awssig=iWCceqFzPy7yuXpM7y6YJR5K/jA=">Amazon Web Services</a>
10
and sign up for one.  They are free accounts.</p>
11
<P>The default album art gather order is <b>"db, id3, folder,lastfm"</b>.</P>
12
<p>To get basic Album Art Gathering from Amazon working you will need to make these
13
changes to <tt>/config/ampache.cfg.php</tt>.</p>
14
<table border="0" cellpadding="10">
15
<tbody><tr>
16
<td>
17
<code><br>
18
; Album Art Gather Order<br>
19
; Simply arrange the following in the order you would like<br>
20
; ampache to search if you want to disable one of the search<br>
21
; method simply comment it out valid values are<br>
22
; POSSIBLE VALUES: db id3 folder amazon lastfm<br>
23
; DEFAULT: db,id3,folder,lastfm<br>
24
<b>album_art_order = "db,id3,folder,amazon"</b></code></td>
25
<td>Remove last.fm and add amazon<br>
26
or you can leave last.fm but<br>
27
your search will take longer.</td>
28
</tr>
29
<tr>
30
<td>
31
<code><br>
32
; Album Art<br>
33
; Set this to true if you want album art displayed on pages besides the<br>
34
; Single Album view, if you have a slow machine, or limited bandwidth<br>
35
; turning this off can vastly improve performance<br>
36
; DEFAULT: true<br>
37
<b>show_album_art = "true"</b></code></td>
38
<td>Ensure this is set to true</td>
39
</tr>
40
<tr>
41
<td>
42
<code><br>
43
; Amazon Developer Key<br>
44
; This is needed in order to actually use the amazon album art<br>
45
; DEFAULT: false<br>
46
<b>amazon_developer_key = "add developers key"</b></code></td>
47
<td>Add developers key here</td>
48
</tr>
49
</tbody></table>
50
<p><br><br>
51
For an existing catalog just do</p>
52
<p><img src="amp-icons/icon_admin.png" width="25" height="25"> =&gt; Show Catalog =&gt; Gather Art</p>
53
<p>or</p>
54
<p><b><img src="amp-icons/icon_admin.png" width="25" height="25"> =&gt; Show Catalog =&gt; Gather All Art</b><br>
55
<br></p>
56
<H3>Adding Custom Images As Album Art</H3>
57
<p><center><a href="screenshots/find-art/find_art1.png">
58
<img src="screenshots/find-art/find_art1.png" width="400" height="200"></a></center></p>
59
<p>Find the <img src="amp-icons/icon_view.png" width="20" height="20"> and click on it.  You will be taken to this page.</p>
60
<p><center><a href="screenshots/find-art/find_art2.png">
61
<img src="screenshots/find-art/find_art2.png" width="400" height="200"></a></center></p>
62
<p>You have several options</p>
63
<ul>
64
<li>Refine your Album Art Search</li>
65
<li>Add a URL to an image on the internet or your lan.  On Ubuntu systems you can
66
move your cursor onto the image and right click. Choose "properties" and a dialog box
67
should popup with the image information in it. Just copy/paste the URL into the "Direct URL" Box</li>
68
<li>Choose a local image</li>
69
</ul>
70
<p><center><a href="screenshots/find-art/find_art3.png">
71
<img src="screenshots/find-art/find_art3.png" width="400" height="200"></a></center></p>
72
<p>Click on "Select" on  the desired Album cover.  This will add the image to the database.</p>
73
<A href="index.html">Home</A>
74
</BODY>