Amarok/Manual/Organization/Collection/RemoteCollections/DAAP: Difference between revisions
No edit summary |
(Marked this version for translation) |
||
Line 2: | Line 2: | ||
<translate> | <translate> | ||
== Digital Audio Access Protocol (DAAP) == | == Digital Audio Access Protocol (DAAP) == <!--T:1--> | ||
<!--T:2--> | |||
DAAP is a protocol to share media over a network. It was first used for the '''iTunes''' music player, but is widely used today. | DAAP is a protocol to share media over a network. It was first used for the '''iTunes''' music player, but is widely used today. | ||
=== Client === | === Client === <!--T:3--> | ||
<!--T:4--> | |||
'''Amarok''' automatically shows the tracks from the server in the Media Sources -> Local Music pane and no further configuration is required. If the collection is not showing up, click the <menuchoice>Merged View</menuchoice> icon to be sure you are not in Merged View. | '''Amarok''' automatically shows the tracks from the server in the Media Sources -> Local Music pane and no further configuration is required. If the collection is not showing up, click the <menuchoice>Merged View</menuchoice> icon to be sure you are not in Merged View. | ||
<!--T:5--> | |||
[[File:remotecollections_daap.png|center|350px]] | [[File:remotecollections_daap.png|center|350px]] | ||
=== Server === | === Server === <!--T:6--> | ||
<!--T:7--> | |||
On '''Debian'''-based distributions like '''Ubuntu''' you can install a DAAP server using | On '''Debian'''-based distributions like '''Ubuntu''' you can install a DAAP server using | ||
{{Input|1=sudo apt-get install mt-daapd}} | {{Input|1=sudo apt-get install mt-daapd}} | ||
This will install the '''Firefly''' DAAP server. You can configure it using its web interface by opening the page {{Input|1=http://localhost:3689/index.html}}. The default password is '''mt-daapd'''; the user field stays empty. | This will install the '''Firefly''' DAAP server. You can configure it using its web interface by opening the page {{Input|1=http://localhost:3689/index.html}}. The default password is '''mt-daapd'''; the user field stays empty. | ||
<!--T:8--> | |||
[[File:remotecollections_daap_config.png|center|thumb|400px]] | [[File:remotecollections_daap_config.png|center|thumb|400px]] | ||
<!--T:9--> | |||
{{Prevnext2 | {{Prevnext2 | ||
| prevpage=Special:myLanguage/Amarok/Manual/Organization/Collection/RemoteCollections/Ampache | nextpage=Special:myLanguage/Amarok/Manual/Organization/Collection/RemoteCollections/Samba | | prevpage=Special:myLanguage/Amarok/Manual/Organization/Collection/RemoteCollections/Ampache | nextpage=Special:myLanguage/Amarok/Manual/Organization/Collection/RemoteCollections/Samba | ||
Line 27: | Line 33: | ||
}} | }} | ||
<!--T:10--> | |||
[[Category:Amarok]] | [[Category:Amarok]] | ||
[[Category:Multimedia]] | [[Category:Multimedia]] | ||
[[Category:Tutorials]] | [[Category:Tutorials]] | ||
</translate> | </translate> |
Revision as of 18:05, 20 September 2011
Digital Audio Access Protocol (DAAP)
DAAP is a protocol to share media over a network. It was first used for the iTunes music player, but is widely used today.
Client
Amarok automatically shows the tracks from the server in the Media Sources -> Local Music pane and no further configuration is required. If the collection is not showing up, click the
icon to be sure you are not in Merged View.Server
On Debian-based distributions like Ubuntu you can install a DAAP server using
sudo apt-get install mt-daapd
This will install the Firefly DAAP server. You can configure it using its web interface by opening the page
http://localhost:3689/index.html
. The default password is mt-daapd; the user field stays empty.