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
|
ENTERTAINER - Media Center application
-------------------------------------------------------------------------------
Entertainer is a basic Media Center application that allows you to browse your
media easily with remote control. It is intended to be used on a computer that
is dedicated to be a media center, but it's not required and you can use it on
your desktop computer as well.
Directory hierarcy
-------------------------------------------------------------------------------
cfg - Config file templates (default configuration)
copy all files and dirs under ~/.entertainer
docs - ENTERTAINER documentation
notes - Misc. notes about this project
diagrams - Design diagrams (PNG & DIA)
backend - Backend specific diagrams
frontend - Frontend sepcific diagrams
ER - ER-diagrams (cache structures)
src - ENTERTAINER source code
backend - Server side code
core - Server core: messagebus
components - Server side components
frontend - Frontend code
medialibrary - Media library source files
gui - GUI specific source files
glade - Glade file of the frontend application
extra-tools - Extra tools: preferences dialog etc.
glade - Glade files (GUI) of the extra tools
utils - Misc util classes
|