|
@ -28,7 +28,7 @@ def parse(keyword, config, argument): |
|
|
The 'path' is added: |
|
|
The 'path' is added: |
|
|
- first as a relative path to the *.yaml file directory; |
|
|
- first as a relative path to the *.yaml file directory; |
|
|
- then as a relative path to every path already present in |
|
|
- then as a relative path to every path already present in |
|
|
config['songdir'] (which are actuel song dir inside the datadir). |
|
|
config['songdir'] (which are 'song' dir inside the datadirs). |
|
|
""" |
|
|
""" |
|
|
subpath = argument['path'] |
|
|
subpath = argument['path'] |
|
|
old_songdir = config['_songdir'] |
|
|
old_songdir = config['_songdir'] |
|
|