Amarok/Manual/Organization/Collection/RemoteCollections/UPnP: Difference between revisions

From KDE UserBase Wiki
m (formatting, navigation)
(add mention of missing kio-UPnP)
 
(23 intermediate revisions by 10 users not shown)
Line 1: Line 1:
[[Category:Amarok]]
<languages />
{{Construction}}


== Universal Plug and Play (UPnP) ==


''UPnP'' is a set of protocols to share media on the network. It is also supported by a wide range of Wi-Fi access points.
<span id="Universal Plug and Play (UPnP)"><translate>


=== Client ===
===== Universal Plug and Play (UPnP) / DLNA ===== <!--T:1-->


You also need a ''UPnP'' client, such as '''djmount''', which can be installed using:
<!--T:2-->
{{Input|sudo apt-get install djmount}}
''UPnP'' is a set of protocols to share media on the network. It is also supported by a wide range of residential gateways and Network Attached Storage devices. UPnP support is now commonly marketed as [http://en.wikipedia.org/wiki/DLNA DLNA].
''UPnP'' discovery can then be started using
{{Input|1=djmount '''mountpoint'''}}
After that you can use it like a local folder and add it to your local collection.


=== Server ===
<!--T:7-->
'''Amarok''' has a built-in UPnP media share client so it can play tracks shared on the network. To enable it, use <menuchoice>Settings -> Configure Amarok -> Plugins -> Collections</menuchoice> and check the box by the '''UPnP Collection''' plugin.


On '''Debian'''-based distributions like '''Ubuntu''' you can install a ''UPnP'' server using
<!--T:8-->
{{Input|1=sudo apt-get install ushare}}
[[File:Amarok_2.8_UPnP_collection_plugin.png|center|400px]]
The service is started in the terminal with the command
{{Input|1=ushare -n '''servername''' [-i '''interface'''] [-c '''folder''']}}
You can also manage shares using the web interface, which you can access by opening <nowiki>http://127.0.0.1:</nowiki>''port''/web/ushare.html in the browser, where ''port'' depends on your settings.


<!--T:9-->
When a media share is discovered it will be shown in '''Local Music'''.
<!--T:10-->
[[File:Amarok_2.8_UPnP_collection.png|center]]
<!--T:4-->
The UPnP feature depends on '''KDE's''' UPnP media server support. As of now (2015) there is no working UPnP kio-slave available.
<!--T:5-->
{{Prevnext2
{{Prevnext2
| prevpage=Amarok/Manual/AdvancedFeatures/RemoteCollections/Samba | nextpage=Amarok/Manual/MenuAndCommandReference
| prevpage=Special:myLanguage/Amarok/Manual/Organization/Collection/RemoteCollections/Samba | nextpage=Special:myLanguage/Amarok/Manual/Organization/Collection/ExternalDatabase
| prevtext=Samba | nexttext=Menu and Command Reference
| prevtext=Samba | nexttext=External Database
| index= Amarok/Manual | indextext=Back Menu
| index=Special:myLanguage/Amarok/Manual | indextext=Back to Menu
}}
}}
<!--T:6-->
[[Category:Amarok2.8]]
[[Category:Multimedia]]
[[Category:Tutorials]]
</translate>

Latest revision as of 21:48, 17 July 2015

Other languages:


Universal Plug and Play (UPnP) / DLNA

UPnP is a set of protocols to share media on the network. It is also supported by a wide range of residential gateways and Network Attached Storage devices. UPnP support is now commonly marketed as DLNA.

Amarok has a built-in UPnP media share client so it can play tracks shared on the network. To enable it, use Settings -> Configure Amarok -> Plugins -> Collections and check the box by the UPnP Collection plugin.

When a media share is discovered it will be shown in Local Music.

The UPnP feature depends on KDE's UPnP media server support. As of now (2015) there is no working UPnP kio-slave available.