Hi there
The first time I run pytone, I see this:
""" jean@klippie:~$ pytone Please set musicbasedir in the [database.main] section of the config file pytonerc to the location of your MP3/Ogg Vorbis files. """
With no indication of where pytonerc is to be found or of its format.
Looking at the code, I see 'config.processconfig()' first, and about 30 lines later, 'created PyTone directory ~/.pytone'. It seems to me that the first call halts execution, as the second never gets executed.
jean@klippie:~$ pytone --version PyTone 3.0.0
Regards,