22 Aug
2009
22 Aug
'09
17:16
Hi Jean, On 17.08.09, Jean Jordaan wrote:
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.
I adapted the string a bit, for the format I have to refer to the docs. I know it's not perfect...
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.
Yes, thanks! I'll fix that. Jörg