Code: Select all
# lang=bash
# i2psnark: stop the torrent
# open a terminal emulator (like konsole in dolphin F4)
cd /home/user/.i2p/i2psnark
# move files (man mv)
mv -v "new files" /home/user/Music/
# make symbolic links between files (man ln)
ln -sv /home/user/Music/"new files" .
# i2psnark: recheck the torrent
# i2psnark: start the torrent
Rename in the target directory as follows. (The example only works if the file names in the renamed target directory are retained.)
Code: Select all
# lang=bash
# rename files (man mv)
mv -v "new files" /home/user/Music/"albumartist, date: album"
# make symbolic links between files (man ln)
ln -sv /home/user/Music/"albumartist, date: album" "new files"
https://youtu.be/JpS5sY8KWPU »How to create a symbolic link for a folder [Linux Terminal]«