The MSG_ID_SET_SONGNAME message now handles streams.
[euphoria.git] / README
1 $Id: README,v 1.11 2005/05/21 08:39:19 tsauerbeck Exp $
2
3 Euphoria v0.8.0
4
5 Written by Tilman Sauerbeck and various contributors.
6 See AUTHORS for details/the complete list.
7
8
9 DEPENDENCIES
10 ------------
11
12 Euphoria requires the following:
13
14 Evas
15 Ecore
16 Edje
17 Esmart
18 XMMS2
19 Ruby-EFL
20 Rake
21
22
23 ABOUT
24 -------
25
26 Euphoria is an audio player which is based on Ecore, Evas and Edje.
27 It acts as a frontend to XMMS2.
28
29 INSTALLATION OF EUPHORIA & XMMS2
30 --------------------------------
31  
32 To use build Euphoria you will need to first install XMMS2.
33 See http://wiki.xmms2.xmms.se for instructions.
34
35 Now install Euphoria by running "rake install".
36
37 At this point you're ready to rock.  Start Euphoria but make sure
38 the XMMS2 Daemon is running.
39
40 RUNNING EUPHORIA
41 ----------------
42
43 For the time being (as of this writting) you need to manage your
44 play list using the CLI client.  An example session would be:
45
46 1) Open an Eterm and start the daemon so you can see debugging
47         information: "xmms2d"
48 2) Open an Eterm to control XMMS2, use the following commands:
49         $ xmms2 add /path/to/some/files
50         $ xmms2 add http://205.188.234.65:8022
51         $ xmms2 list
52         (now the playlist has stuff in it)
53 3) Start Euphoria with no options.
54
55 REPORTING BUGS
56 ---------------
57
58 You can report bugs here: http://xcomputerman.com/bugs/
59
60
61 FAQ
62 -------
63
64 Q: Will you support WinAmp skins?
65 A: -> Nope.... go use XMMS(1) if you want traditional skins.
66 Refer to the first question.
67
68 But I will admit that I have considered the possiblity of automating
69 the conversion of WinAmpv3 skins (.wal's) to Edje.
70 It doesn't look hard, and Edje can do everything and more that WinAmp
71 can do with it's interface, but in a far more general way.
72
73 The problem is really just parsing all that XML (the WA skin config
74 files are now XML).  With PERL there could probly be an easy conversion,
75 but if there is one thing I hate parsing it's XML.
76
77 It would instantly make this audio player the player to use though!
78