#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
#  Squeezeui - Graphical user interface for Squeezebox players.

import os
from squeezeui import player

player.config['datapath'] = os.path.split(
    os.path.dirname(os.path.abspath(player.__file__)))[0]

player.start_blocking_with_audioplayer()