forked from media-explorer/media-explorer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
94 lines (58 loc) · 2.28 KB
/
README
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
# About
Media explorer is a media centre application for Linux. It originally
targeted MeeGo but will also run on other distributions (e.g. confirmed
working on Fedora 13/14 and Debian sid).
# Features
Media explorer's features include:
* Browse, search and play media on local (inc. USB) and UPnP filesystems.
* Smooth, fast, animated user interface (based on Clutter + Mx).
* User experience designed to be usable with standard TV remote controls.
* Media player (using GStreamer for playback) controllable over DBus.
* Plugin system for adding new types of content and user interface
extensions.
* Uses standard metadata (Tracker) and media (Grilo) libraries for Linux.
* Library of reusable classes plus Model-View-Controller framework
for media playback and presentation (written in C/GObject).
# History
Media explorer started as an internal project inside Intel's
Open Source Technology Center.
It was released on 2011-04-21 as an open source project.
See the AUTHORS file for the list of contributors.
# License
See COPYING.
# Where to get it
The source code is available at:
https://github.com/media-explorer/media-explorer
Packages are available for MeeGo 1.2 in that distributions repositories.
# Dependencies
The core of Media Explorer depends on:
• glib-2.0 ≥ 2.26
• gdk-pixbuf-2.0
• soup-2.4
• mx-1.0 ≥ 1.3.2
• clutter-1.0 ≥ 1.8.0
• clutter-gst-1.0 ≥ 1.4.0
• rest-0.7
• grilo-0.1 ≥ 0.1.16
• gstreamer-0.10 ≥ 0.10.26
• LIRC (optional but recommended)
The webremote applet (used by the android application) is enabled by default
and requires:
• tracker-0.10 or tracker 0.12
• avahi-glib and avahi-client
The telepathy plugin (--enable-telepathy, experimental) requires:
• telepathy-glib ≥ 0.15.5
• telepathy-farstream
• telepathy-yell
• farsight2-0.10
Alternatively, you can let jhbuild manage dependencies for you (see the INSTALL
file).
# Installation
See the INSTALL file.
# Contributions
Patches, feature requests, bugs and any other questions can be
reported via github using the Issues tool at:
https://github.com/media-explorer/media-explorer/issues.
We also maintain a list of ideas for things we'd like to add to
media explorer at:
https://github.com/media-explorer/media-explorer/wiki/Ideas.