Comment 2 for bug 727469

Revision history for this message
David Gamba (davidgamba) wrote :

I followed the output of the targetdir variable in fileops.py

 59 targetdir = self.fo.configurator.get_val('folder').get_string()
 60 targetdir = tools.data_filler(self, targetdir)
 61 targetdir = tools.folderize(self.fo.configurator, targetdir)

in line 59 it is: targetdir: $artist/$album
in line 60 it is: targetdir: Natalie Grant/Wow 2006
in line 61 it is: targetdir: /home/gambad/Music/Natalie Grant

As you can see the problem comes after calling: tools.folderize(self.fo.configurator, targetdir)
the return from that is missing the album name