If your soulseek and music directories are on the same partition, you can do hardlinks (
cp -l) instead of moving files (mv), so the same file is available from the 2 locations while its content is only recorded once on your filesystem.
