dbr / tvnamer

Automatic TV episode file renamer, uses data from thetvdb.com via tvdb_api
https://pypi.python.org/pypi/tvnamer/
The Unlicense
909 stars 115 forks source link

Support for soft link that points to original name #117

Open enpfeff opened 8 years ago

enpfeff commented 8 years ago

Like to have the ability to have the renamed file be a soft link back to the original file.
i.e. end result would be tv/myAwesomeFilename.mkv --> staged/myCrappyFilename.mkv

tjbenator commented 8 years ago

I've been using hardlinks. I do cp -l staged/myCrappyFilename.mkv tv/ to create a hard link to where I want the file, and then tvnamer tv/myCrappyFilename.mkv to clean up the filename.

tjbenator commented 8 years ago

Actually, it looks like soft links may already be implemented. I found an option for it in the config defaults.

gene1wood commented 6 years ago

Some functionality was implemented in PR #59. You can also see this request in #46 and #136