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, -- jean . .. .... //\\\oo///\\
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
Hi Jörg
I adapted the string a bit, for the format I have to refer to the docs. I know it's not perfect...
It's good enough :-)
It seems to me that the first call halts execution, as the second never gets executed.
Yes, thanks! I'll fix that.
Cool. -- jean . .. .... //\\\oo///\\
Teilnehmer (2)
-
Jean Jordaan -
Joerg Lehmann