16 lines
689 B
Python
16 lines
689 B
Python
# The tests rely on a lot of absolute paths and other garbage so this file
|
|
# configures all of that
|
|
|
|
music_folder = u'/home/rudi/music'
|
|
o_path = u'/home/rudi/throwaway/ACDC_-_Back_In_Black-sample-64kbps.ogg'
|
|
watch_path = u'/home/rudi/throwaway/fucking_around/watch/',
|
|
real_path1 = u'/home/rudi/throwaway/fucking_around/watch/unknown/unknown/ACDC_-_Back_In_Black-sample-64kbps-64kbps.ogg'
|
|
opath = u"/home/rudi/Airtime/python_apps/media-monitor2/tests/"
|
|
ppath = u"/home/rudi/Airtime/python_apps/media-monitor2/media/"
|
|
|
|
api_client_path = '/etc/airtime/api_client.cfg'
|
|
# holdover from the time we had a special config for testing
|
|
sample_config = api_client_path
|
|
real_config = api_client_path
|
|
|