oggment | |
oggment screenshot xml config howto download ogg-real logg links author |
XML config file
oggment looks in its current directory and in ~/.oggment/ for a file called oggment.xml <oggment> <skin>/home/august/soft/oggment/src/data/skin.bmp</skin> <font>/home/august/soft/oggment/src/data/fixed12.bmp</font> <track> <name>channel 1</name> <playlist>/home/august/.oggment/playlist1</playlist> </track> <track> <name>channel 2</name> <playlist>/home/august/.oggment/playlist2</playlist> </track> <track> <name>channel 3</name> <playlist>/home/august/.oggment/playlist3</playlist> </track> <encoder> <bitrate>32</bitrate> <samplerate>22050</samplerate> <channels>1</channels> <server> <ip>127.0.0.1</ip> <port>8000</port> <mount>live</mount> <pass>fuckdub</pass> </server> <savefile>save.ogg</savefile> </encoder> </oggment> |