COPYING
README.md
setup.py
dist/share/locale/be/LC_MESSAGES/foobnix.mo
dist/share/locale/bg/LC_MESSAGES/foobnix.mo
dist/share/locale/ca/LC_MESSAGES/foobnix.mo
dist/share/locale/cs/LC_MESSAGES/foobnix.mo
dist/share/locale/de/LC_MESSAGES/foobnix.mo
dist/share/locale/en_GB/LC_MESSAGES/foobnix.mo
dist/share/locale/eo/LC_MESSAGES/foobnix.mo
dist/share/locale/es/LC_MESSAGES/foobnix.mo
dist/share/locale/et/LC_MESSAGES/foobnix.mo
dist/share/locale/fi/LC_MESSAGES/foobnix.mo
dist/share/locale/fr/LC_MESSAGES/foobnix.mo
dist/share/locale/id/LC_MESSAGES/foobnix.mo
dist/share/locale/it/LC_MESSAGES/foobnix.mo
dist/share/locale/pl/LC_MESSAGES/foobnix.mo
dist/share/locale/pt/LC_MESSAGES/foobnix.mo
dist/share/locale/pt_BR/LC_MESSAGES/foobnix.mo
dist/share/locale/ru/LC_MESSAGES/foobnix.mo
dist/share/locale/si/LC_MESSAGES/foobnix.mo
dist/share/locale/tr/LC_MESSAGES/foobnix.mo
dist/share/locale/uk/LC_MESSAGES/foobnix.mo
dist/share/locale/zh_CN/LC_MESSAGES/foobnix.mo
docs/foobnix.1
foobnix/__init__.py
foobnix/foobnix
foobnix/version.py
foobnix.egg-info/PKG-INFO
foobnix.egg-info/SOURCES.txt
foobnix.egg-info/dependency_links.txt
foobnix.egg-info/top_level.txt
foobnix/dm/__init__.py
foobnix/dm/dm.py
foobnix/dm/dm_dowloader.py
foobnix/eq/__init__.py
foobnix/eq/eq_controller.py
foobnix/eq/eq_gui.py
foobnix/fc/__init__.py
foobnix/fc/fc.py
foobnix/fc/fc_base.py
foobnix/fc/fc_cache.py
foobnix/fc/fc_helper.py
foobnix/gui/__init__.py
foobnix/gui/base_controls.py
foobnix/gui/base_layout.py
foobnix/gui/coverlyrics.py
foobnix/gui/foobnix_core.py
foobnix/gui/infopanel.py
foobnix/gui/menu.py
foobnix/gui/search.py
foobnix/gui/state.py
foobnix/gui/top.py
foobnix/gui/window.py
foobnix/gui/about/__init__.py
foobnix/gui/about/about.py
foobnix/gui/controls/__init__.py
foobnix/gui/controls/dbus_manager.py
foobnix/gui/controls/filter.py
foobnix/gui/controls/movie_area.py
foobnix/gui/controls/playback.py
foobnix/gui/controls/record.py
foobnix/gui/controls/search_progress.py
foobnix/gui/controls/seekbar.py
foobnix/gui/controls/status_bar.py
foobnix/gui/controls/tray_icon.py
foobnix/gui/controls/volume.py
foobnix/gui/engine/__init__.py
foobnix/gui/engine/gstreamer.py
foobnix/gui/model/__init__.py
foobnix/gui/model/eq_model.py
foobnix/gui/model/signal.py
foobnix/gui/notetab/__init__.py
foobnix/gui/notetab/tab_library.py
foobnix/gui/perspectives/__init__.py
foobnix/gui/perspectives/controller.py
foobnix/gui/perspectives/fsperspective.py
foobnix/gui/perspectives/info.py
foobnix/gui/perspectives/lastfm.py
foobnix/gui/perspectives/radio.py
foobnix/gui/perspectives/storage.py
foobnix/gui/perspectives/vk.py
foobnix/gui/service/__init__.py
foobnix/gui/service/lastfm_service.py
foobnix/gui/service/lyrics_parsing_service.py
foobnix/gui/service/music_service.py
foobnix/gui/service/path_service.py
foobnix/gui/service/radio_service.py
foobnix/gui/service/vk_service.py
foobnix/gui/treeview/__init__.py
foobnix/gui/treeview/common_tree.py
foobnix/gui/treeview/dm_nav_tree.py
foobnix/gui/treeview/dm_tree.py
foobnix/gui/treeview/dragdrop_tree.py
foobnix/gui/treeview/filter_tree.py
foobnix/gui/treeview/lastfm_integration_tree.py
foobnix/gui/treeview/navigation_tree.py
foobnix/gui/treeview/playlist_tree.py
foobnix/gui/treeview/radio_tree.py
foobnix/gui/treeview/simple_tree.py
foobnix/gui/treeview/virtual_tree.py
foobnix/gui/treeview/vk_integration_tree.py
foobnix/helpers/__init__.py
foobnix/helpers/dialog_entry.py
foobnix/helpers/image.py
foobnix/helpers/menu.py
foobnix/helpers/my_widgets.py
foobnix/helpers/pref_widgets.py
foobnix/helpers/textarea.py
foobnix/helpers/toggled.py
foobnix/helpers/toolbar.py
foobnix/helpers/tree.py
foobnix/helpers/window.py
foobnix/playlists/__init__.py
foobnix/playlists/cue_reader.py
foobnix/playlists/m3u_reader.py
foobnix/playlists/pls_reader.py
foobnix/preferences/__init__.py
foobnix/preferences/config_plugin.py
foobnix/preferences/preferences_window.py
foobnix/preferences/configs/__init__.py
foobnix/preferences/configs/category_info.py
foobnix/preferences/configs/dm_config.py
foobnix/preferences/configs/hotkey_conf.py
foobnix/preferences/configs/info_panel_conf.py
foobnix/preferences/configs/last_fm.py
foobnix/preferences/configs/music_library.py
foobnix/preferences/configs/network_conf.py
foobnix/preferences/configs/notification_conf.py
foobnix/preferences/configs/other_conf.py
foobnix/preferences/configs/tabs.py
foobnix/preferences/configs/tray_icon_conf.py
foobnix/thirdparty/__init__.py
foobnix/thirdparty/lyr.py
foobnix/thirdparty/sound_menu.py
foobnix/util/LOG.py
foobnix/util/__init__.py
foobnix/util/agent.py
foobnix/util/analytics.py
foobnix/util/antiscreensaver.py
foobnix/util/audio.py
foobnix/util/bean_utils.py
foobnix/util/const.py
foobnix/util/converter.py
foobnix/util/file_utils.py
foobnix/util/id3_file.py
foobnix/util/id3_util.py
foobnix/util/image_util.py
foobnix/util/iso_util.py
foobnix/util/key_utils.py
foobnix/util/list_utils.py
foobnix/util/localization.py
foobnix/util/m3u_utils.py
foobnix/util/mouse_utils.py
foobnix/util/net_wrapper.py
foobnix/util/pix_buffer.py
foobnix/util/plsparser.py
foobnix/util/proxy_connect.py
foobnix/util/single_thread.py
foobnix/util/singleton.py
foobnix/util/string_utils.py
foobnix/util/tag_util.py
foobnix/util/text_utils.py
foobnix/util/time_utils.py
foobnix/util/url_utils.py
foobnix/util/version.py
foobnix/util/widget_utils.py
share/applications/foobnix.desktop
share/foobnix/images/foobnix-big.png
share/foobnix/images/foobnix-blank-disc.jpg
share/foobnix/images/foobnix-old.png
share/foobnix/images/foobnix-pause.png
share/foobnix/images/foobnix-pause.svg
share/foobnix/images/foobnix-play.png
share/foobnix/images/foobnix-play.svg
share/foobnix/images/foobnix-radio.jpg
share/foobnix/images/foobnix-slogan.jpg
share/foobnix/images/foobnix-stop.png
share/foobnix/images/foobnix-stop.svg
share/foobnix/images/foobnix-tux.gif
share/foobnix/images/foobnix.ico
share/foobnix/images/foobnix.png
share/foobnix/images/vk-small.png
share/foobnix/images/vk.png
share/foobnix/images/theme/cat.jpg
share/foobnix/images/theme/flower.jpg
share/foobnix/images/theme/winter.jpg
share/foobnix/radio/DI.FM.fpl
share/foobnix/radio/GUZEI.COM.fpl
share/foobnix/radio/GUZEI_BEST.COM.fpl
share/foobnix/radio/JAZZRADIO.COM.fpl
share/foobnix/radio/MYRADIO_UA.fpl
share/foobnix/radio/SKY.FM.fpl
share/foobnix/radio/XIPH_ORG.fpl
share/pixmaps/foobnix.png
test/test_core.py
test/test_crash.py
test/test_cue_service.py
test/test_google_service.py
test/test_lfm_service.py
test/test_pylast.py
test/test_sorting.py
test/test_text_utils.py
test/test_time_utils.py
test/test_version.py
test/test_vk_api.py
test/test_vk_service.py