Giter Club home page Giter Club logo

Comments (5)

jkwill87 avatar jkwill87 commented on June 15, 2024 2

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.

from mnamer.

queeup avatar queeup commented on June 15, 2024

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

from mnamer.

Mohan-cloud avatar Mohan-cloud commented on June 15, 2024

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

from mnamer.

jkwill87 avatar jkwill87 commented on June 15, 2024

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.

from mnamer.

garrettcorn avatar garrettcorn commented on June 15, 2024

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?

from mnamer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.