mnamer icon indicating copy to clipboard operation
mnamer copied to clipboard

Keep files original name while moving

Open queeup opened this issue 5 years ago • 5 comments
trafficstars

In the early versions I was able to do that with {original} key. Is there any way to do that with new version?

queeup avatar Feb 01 '20 10:02 queeup

To move files without renaming them? I wasn't aware this was supported earlier but either way, this is not something currently supported in v2.0.0. I'll investigate restoring this functionality.

jkwill87 avatar Feb 02 '20 04:02 jkwill87

Is there any news about this feature. I really love to have this.

queeup avatar Jul 30 '20 15:07 queeup

Any update regarding this feature. I want to keep the original file name and just move it into a new directory.

Mohan-cloud avatar Oct 16 '20 09:10 Mohan-cloud

Upon further reflection I'm not convinced about the utility of this feature is aligned with the intent of mnamer, a media renamer. Unless I'm missing something, if you just want to move media files surely there is a simpler way, e.g. just using find: find /download_dir -type f -name '*.mp4' -or -name '*.mkv' -exec mv -t /dest_dir {} +;. If you want to do something fancy like media detection you can use grep and guessit which is a dependency of mnamer and would be installed alongside it.

At this point I don't intend on adding this feature myself but would happy to review a PR for it.

jkwill87 avatar Nov 07 '20 01:11 jkwill87

I would love if this feature got merged in. I maintain my own fork with this functionality baked in on gitlab.

I think it boils down to mnamer really does three things.

  1. media detection
  2. organization / moving
  3. renaming

For many users, including myself, being able to just do the first 2 steps is desirable. Is there anything I can do to help get this feature included? It looks like @queeup has a solution and test case already hashed out, is there anything additional I can help with?

garrettcorn avatar Jun 02 '21 13:06 garrettcorn