Giter Site home page Giter Site logo

Comments (7)

WonderRat avatar WonderRat commented on May 20, 2024 1

If you want to support such wildcards, then t.mp3 and need an option to disable wildcards.

from id3.

DmitriK avatar DmitriK commented on May 20, 2024 1

+1. I'm using GNU parallel to invoke id3 which calls it with one file at a time. The internal pattern matching is making it impossible to modify files with brackets in them. I agree that there needs to be a way of ignoring wildcards and treating the filename as verbatim.

from id3.

squell avatar squell commented on May 20, 2024

Thanks. Introduced in commit 56f6ef4.

Out of curiousity: if a directory contains both 't.mp3' and '[test].mp3', which file do you think the wildcard '[test].mp3' should match? (bash selects "t.mp3"; Take Command selects "[test].mp3".)

from id3.

squell avatar squell commented on May 20, 2024
  1. Fixed the bug which made id3 ignore files with brackets in them (which was introduced in 56f6ef4).
  2. Added the -X / --no-glob option which disables wildcard handling altogether

Both changes are now in master: 53c538f...d257053

Thanks for the bug reports and helpful comments!

from id3.

squell avatar squell commented on May 20, 2024

My fix is incomplete, as --no-glob is ignored for a simple id3 / id3 -v. I should probably also add escaping to allow globbing to be used in combination with files which have brackets in them.

from id3.

hejops avatar hejops commented on May 20, 2024

Has any progress been made on this bug?

from id3.

squell avatar squell commented on May 20, 2024
  • --no-glob should also affect id3 -v or plain id3
  • \ can be used to escape [, ? and *

from id3.

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.