Giter Club home page Giter Club logo

Comments (4)

jkwill87 avatar jkwill87 commented on June 3, 2024

Hey, thanks for trying out mnamer. The first thing I would want to confirm is that the v in ~/.mnamer-V2.json is lowercase, e.g. ~/.mnamer-v2.json. If not that could be your problem.

As far as the installation permission issue is concerned thats probably you're using system Python, the one installed with Arch. Installing mnamer as root isn't usually recommended. It can conflict with other Python packages installed by pacman.

There's a couple of ways to install mnamer without root-level permissions. The easiest is pip install mnamer -U --user. Another alternative that I would recommend is pipx.

Anyway, let me know if that works for you.

from mnamer.

SweetthD3ViL avatar SweetthD3ViL commented on June 3, 2024

Perfect! renaming the config worked. Thank you for your prompt reply and excellent work.

Excellent, now another question.

How to deal with accent in file name? Is it possible to remove them automatically? i.e. รข to be a, รฉ to be e.
And also to remove any !,? etc that stop filename to be readable?

Just had a look at the config file after a show was rename and move missing the & by an extra space. & doesn't stop the filename to be readable on linux, however looking at the config file it is supposed to be replaced by and - and that did not work?

from mnamer.

jkwill87 avatar jkwill87 commented on June 3, 2024

Yep, it looks like this is an actual bug with the replacements setting. I'll look into getting that sorted, thanks!

from mnamer.

jkwill87 avatar jkwill87 commented on June 3, 2024

The & being replaced with two spaces bug should be fixed in the next release.

As for your other questions--

  • Regarding accents, mnamer currently has no way to remove diacritical marks. This might be something that is added in the future. You could get this to work by manually in the meantime by specifying these transformations using the replace_after configuration but this would probably be tedious.
  • Regarding ! and ? characters. Question marks, as with other troublesome characters (e.g. <>:"|?*&%=+@#`^ are currently being stripped. Exclamation points should be readable by all modern operating systems. Either way, now that replacements are working using replace_after you could likewise strip it by adding `"!": "".

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.