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