~cjsmo/+junk/manual-user

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