|
|
(35 intermediate revisions by 8 users not shown) |
Line 1: |
Line 1: |
| [[Category:Amarok]]
| | <languages /> |
| {{Construction}}
| | <translate> |
|
| |
|
| == Ampache == | | ===== Ampache ===== <!--T:1--> |
|
| |
|
| '''Amarok''' is able to play music from an '''Ampache''' media server. '''Ampache''' needs an '''Apache''' server to work. | | <!--T:2--> |
| | '''Amarok''' is able to play music from an '''Ampache''' media server. If you want to install a server, see [https://github.com/ampache/ampache/wiki/Installation here] for more information. |
|
| |
|
| === Ampache Client === | | ===== Ampache Client ===== <!--T:3--> |
|
| |
|
| Activate the '''Ampache''' service using <menuchoice>Settings -> Configure Amarok... -> Internet Services</menuchoice>.<br />
| |
| <br />
| |
| [[File:remotecollections_ampache_client.png|600px]]<br />
| |
| <br />
| |
| Configure the service with the data entered on the server:<br />
| |
| <br />
| |
| [[File:remotecollections_ampache_client1.png]]<br />
| |
| <br />
| |
| Now the '''Ampache''' service should appear in the left pane.<br />
| |
| <br />
| |
| [[File:remotecollections_ampache_client2.png]]<br />
| |
|
| |
|
| === Ampache Server ===
| |
|
| |
|
| On '''Debian'''-based distributions like '''Ubuntu''' you can install '''Ampache''' using
| | <!--T:14--> |
| {{Input|1=sudo apt-get install ampache}}
| | [[File:Amarok_2.8_ConfigurationDialogPlugins.png|thumb|300px|center]] |
| You need to tell the '''Apache''' server where it can find the '''Ampache''' files. Create the file ''/etc/apache2/conf.d/ampache'' with the following content:<br />
| | |
| {{Input|1=
| | |
| Alias /music "/usr/share/ampache/www/"
| | <!--T:15--> |
| <directory />
| | Activate the '''Ampache''' service using <menuchoice>Settings -> Configure Amarok -> Plugins</menuchoice>. Click on the {{Icon|configure}} icon to open the configuration dialog. |
| DirectoryIndex index.php index.html
| | |
| Options Indexes MultiViews
| | |
| AllowOverride None
| | <!--T:13--> |
| Order allow,deny
| | Select <menuchoice>Add Server</menuchoice>: |
| Allow from all
| | |
| </directory>
| | <!--T:11--> |
| }}
| | [[File:remotecollections_ampache_client1.png|center|350px]] |
| Restart '''Apache''' with the command
| | |
| {{Input|1=/etc/init.d/apache2 restart}} so you can access '''Ampache'''<nowiki>'s</nowiki> web interface using http://localhost/music/. You get the following page:<br />
| | <!--T:5--> |
| <br />
| | Configure the service with the data entered on the server: |
| [[File:remotecollections_ampache_installation.png]]<br /> | | |
| <br />
| | <!--T:6--> |
| Choose your language and click <menuchoice>Start configuration</menuchoice> to configure '''Ampache'''. Enter the configuration of your '''MySQL''' database:<br />
| | [[File:Amarok_ampache_Client2.png|center|350px]] |
| <br /> | | |
| [[File:remotecollections_ampache_installation1.png]]<br />
| | <!--T:7--> |
| <br />
| | Now the '''Ampache''' service should appear in <menuchoice>Media Sources -> Internet</menuchoice>. |
| Click <menuchoice>Insert Database</menuchoice> to create the user and database. You will get an error message because there is already a configuration file which is empty. Just enter your '''MySQL''' configuration again and click <menuchoice>Write Config</menuchoice> and you will get a configuration file as download.<br />
| | |
| <br /> | | <!--T:8--> |
| [[File:remotecollections_ampache_installation2.png|600px]]<br />
| | [[File:remotecollections_ampache_client2.png|center|300px]]<br /> |
| <br />
| | |
| Save this file to ''/usr/share/ampache/www/config/ampache.cfg.php'' and overwrite the existing (empty) configuration. After you clicked <menuchoice>Continue to Step 3</menuchoice> you can create the initial account to manage '''Ampache'''.<br />
| | |
| <br />
| |
| [[File:remotecollections_ampache_installation3.png]]<br />
| |
| <br /> | |
| Log into your newly created account:<br />
| |
| <br /> | |
| [[File:remotecollections_ampache_login.png]]<br />
| |
| <br /> | |
| And you will get the web interface:<br />
| |
| <br />
| |
| [[File:remotecollections_ampache_webinterface.png|500px]]<br /> | |
| <br /> | |
| Click on <menuchoice>Add a Catalog</menuchoice> in the <menuchoice>Admin</menuchoice> on the left to create a new catalog of music.<br />
| |
| <br /> | |
| [[File:remotecollections_ampache_catalog.png|600px]] | |
| <br /> | |
| Create a new guest account using <menuchoice>Admin -> Add User</menuchoice>:<br />
| |
| <br /> | |
| [[File:remotecollections_ampache_createuser.png]]<br /> | |
| <br />
| |
| Now you need to allow guest access on your server. Open the configuration in ''/usr/share/ampache/www/config/ampache.cfg.php'' and remove the ';' character before ''auto_user = "guest"''. Restart '''Apache''' and the server configuration is finished.
| |
|
| |
|
| | <!--T:9--> |
| {{Prevnext2 | | {{Prevnext2 |
| | prevpage=Amarok/Manual/AdvancedFeatures/RemoteCollections | nextpage=Amarok/Manual/AdvancedFeatures/RemoteCollections/DAAP | | | prevpage=Special:myLanguage/Amarok/Manual/Organization/Collection/RemoteCollections | nextpage=Special:myLanguage/Amarok/Manual/Organization/Collection/RemoteCollections/DAAP |
| | prevtext=Remote Collections | nexttext=DAAP | | | prevtext=Remote Collections | nexttext=DAAP |
| | index= Amarok/Manual | indextext=Back to Menu | | | index=Special:myLanguage/Amarok/Manual | indextext=Back to Menu |
| }} | | }} |
| | |
| | <!--T:10--> |
| | [[Category:Amarok2.8]] |
| | [[Category:Multimedia]] |
| | [[Category:Tutorials]] |
| | </translate> |