Bluemindo 0.2.1 A really simple but powerful audio player in Python/PyGTK, using Gstreamer. Bluemindo is a free (as in freedom) software, released under GPLv3, only. Project site: * http://bluemindo.codingteam.net SVN Browse: * http://svn.codingteam.net/code/bluemindo * http://www.codingteam.net/websvn/listing.php?repname=bluemindo ************ CREDITS ************ Author informations are in the ~/AUTHORS. For the list of contributors, see ~/THANKS. Bluemindo's sources include these libs: * PyAmazon http://www.josephson.org/projects/pyamazon/ From: Author: Mark Pilgrim License: Python * PyScrobbler http://svn.berlios.de/wsvn/sonata/trunk/audioscrobbler.py From: Sonata Author: Andy Theyers License: GPLv3 ************ TRANSLATION ************ → Create the POT model: find . -name '*.py' | grep -v '.svn/' | grep -v './src/libs/' > file_list.txt && find . -name '*.glade' | grep -v '.svn/' >> file_list.txt xgettext -f file_list.txt --from-code=utf-8 --keyword=_ -o locale/bluemindo.pot rm file_list.txt xgettext src/*.py src/gui/*.py src/modules/*.py src/modules/*.glade data/glade/*.glade --from-code=utf-8 --keyword=_ -output=locale/bluemindo.pot → Create a PO file for your language: msginit -i locale/bluemindo.pot -o locale/$LANG/LC_MESSAGES/bluemindo.po --locale=$LL_CC → Update a PO file for your language: msgmerge -U locale/$LANG/LC_MESSAGES/bluemindo.po locale/bluemindo.pot → Compile a MO file: msgfmt locale/$LANG/LC_MESSAGES/bluemindo.po -o locale/$LANG/LC_MESSAGES/bluemindo.mo -v Bluemindo works better with tagged songs. Be cool, add tags! Moreover, Bluemindo isn't designed to retag all your librairy: you can just change tags for the listenning song. There are specialized software to do that, take a look at: http://easytag.sourceforge.net/