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