Merge lp:~alfonsosanchezbeato/media-hub/initial-docs into lp:media-hub

Proposed by Alfonso Sanchez-Beato
Status: Merged
Approved by: Jim Hodapp
Approved revision: 215
Merged at revision: 215
Proposed branch: lp:~alfonsosanchezbeato/media-hub/initial-docs
Merge into: lp:media-hub
Diff against target: 44 lines (+39/-0)
1 file modified
docs/index.md (+39/-0)
To merge this branch: bzr merge lp:~alfonsosanchezbeato/media-hub/initial-docs
Reviewer Review Type Date Requested Status
Jim Hodapp (community) Approve
Review via email: mp+320223@code.launchpad.net

Commit message

Initial documentation for media-hub snap.

Description of the change

Initial documentation for media-hub snap.

To post a comment you must log in.
Revision history for this message
Jim Hodapp (jhodapp) wrote :

Looks good, some things to fix inline below.

review: Needs Fixing
Revision history for this message
Alfonso Sanchez-Beato (alfonsosanchezbeato) :
215. By Alfonso Sanchez-Beato

Address review comments

Revision history for this message
Alfonso Sanchez-Beato (alfonsosanchezbeato) wrote :

@jhodapp, thanks for the review. Comments addressed and branch refreshed.

Revision history for this message
Jim Hodapp (jhodapp) wrote :

LGTM

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== added directory 'docs'
=== added file 'docs/index.md'
--- docs/index.md 1970-01-01 00:00:00 +0000
+++ docs/index.md 2017-03-21 09:09:53 +0000
@@ -0,0 +1,39 @@
1---
2title: "Media Hub"
3table_of_contents: False
4---
5
6# About Media Hub
7
8Media Hub is a simple and lightweight media playback service. It implements the
9[MPRIS DBus
10interface](https://specifications.freedesktop.org/mpris-spec/latest/) and plays
11audio and video files. Among other features, it supports:
12
13 * Centralized system media playback and control
14 * Track lists
15 * Various simultaneous clients
16 * Hardware video decoding
17
18## Installing Media Hub
19
20It can be installed as a snap doing
21
22```text
23$ snap install media-hub
24```
25
26## Using Media Hub
27
28It can be used jointly with mediaplayer-app. To install this client:
29
30```text
31$ snap install --devmode mediaplayer-app
32$ snap connect mediaplayer-app:mpris media-hub:mpris
33```
34
35After this, files in Music or Videos folders can be played:
36
37```text
38$ mediaplayer-app Music/file.mp3
39```

Subscribers

People subscribed via source and target branches