id3lib is a library for reading and writing ID3v1 od ID3v2 tags. These tags are present in MP3 files and contain information about the song. eGott is tested with id3lib version 3.8.0. There is source code available for id3lib located at http://id3lib.sourceforge.net/ and there are even RPM packages available on RPMFind Website.
MySQL is used as a backend storage for information gathered from MP3 as well as storage of playlists and other information. I have a plan to store these information anywhere else (like db2 database), but for now, there is no other possibility than to install MySQL. eGott was teeste with MySQL version 3.23.49, but should work on most of present versions, since it doesn't exploit any special feature of MySQL.
MySQL is available in source code at http://www.mysql.org/ and MySQL comes prepackaged with every modern Linux distribution. Note, that for redhat you have to install more packages. Namely: mysql and mysql-server and you will have to install mysql-devel, if you are compiling eGott out of source-code or .src.rpm.
GLib2 is a generic library for various tasks. Contains implementation of widely-used datatypes, contains functions for manipulation with strings, files, directories, memory, etc, etc... I'm using this library for my programs, becouse it really easens my life :) You can grab glib2 at http://www.gtk.org/. There are also prepackaged RPMs available there. If compiling out of source-code, don't forget to install also glib2-devel package(!)
Libstdc++ library is required becouse of id3lib. id3lib is programmed in C++, so we have to have libstdc++ installed. libstdc++ is available in every distribution. If you are compiling out of source-code on RedHat, it is necessary to have also gcc-c++ package installed. On other distributions, there may be other packages necessary -- look for the one which provides /usr/lib/gcc-lib/.../libstdc++.so.
eGott is available on it's project page located at http://www.kubs.cz/egott or on SourceForge. eGott is distributed as .tar.gz and there are also source RPM and i386 RPM built for RedHat 7.3 available. Grab up-to-date version of eGott from one of the above locations.
Unpack the .tar.gz package. There should be egott-<version> directory. CD into it and type
./configure --with-mysql=/usr |
There should be long listing of features checked as usually when installing program created with autoconf. Most of the people who already compiled anything are familiar. There are couple of problems, that can emerge. Mostly becouse you don't have all the prerequisities packages installed. See Prerequisities.
After configure finishes, run
make |
This should compile eGott. This command does not (yet) modify your system, so it's pretty safe. You can run it as unprivileged user.
Last step of installation into system is
make install |
This should install all eGott package onto your system. There should be egott and egott-setup binaries available for execution right now. Follow to the section called Setting Up.
Installation of .rpm package involves merely running following command:
rpm -ivh egott-<version>-1.i386.rpm |
There are cases, when rpm complains about some dependencies missing. You should look through the Prerequisities section and make sure you have all the packages installed BEFORE you try to install eGott.
egott-setup |
Note, that this application must be runned as root(!).
This is password, that the user mentioned in the previous option, will be assigned.
This is name of the user (UNIX Account), eGott will be running as.
![]() | eGott does NOT setuid() itself to this UID(!) nor does it check whether it is actually running under this UID! It is administrator's responsibility to ensure, that eGott will be running with this UID!! The RPM installation does this automatically in the /etc/init.d/egott script. For other people, there is scripts/egott.init file prepared, which should be able to do simmilar task after some modifications under other distributions or flavours of Linux. |
![]() | RPM package creates a user called egott for you automatically, so you don't have to create her manually. |
After you are sure every value here is correctly entered, you can run the run configuration option.
![]() | In case you have writable store and writing still doesn't work, make sure the user, under which eGott is running has proper access to the store! |
chown <username> /dev/dsp chown <username> /dev/mixer |
Where <username> stands for name of the user eGott will be running as.
<console> 0600 <sound> 0600 root |
Everybody wants to quick start using new program and don't think of many things at first. Anyway, you should have read the Getting Started chapted and have installed eGott. You should have specified one MP3 store, path pointing to directory with a couple of testing MP3s.
Run eGott by one of the methods described in Running eGott section.
Ensure, that eGott is running by listing processes. Write something like:
ps -e | grep egott | grep -v grep |
there should be a couple of processes with name egott running.
Now, you will require JRE 1.4.0 at least, to run your prepackaged client. You can grab it free of charge at http://java.sun.com/j2se/downloads.html. Unfortunatelly by the time of writing this document, there is no other client available.
After you have installed JRE, you are now able to run the client software. Run your X server, start Xterm, cd to the eGott's distribution directory httproot and run
java -jar eGottClient.jar |
There should appear a login dialog. Fill up Server name with "localhost", Username with "admin" and Password with "admin" too and click Login button. This should login you to your local eGott server. And end up with a screen like this: