Code Monkey home page Code Monkey logo

Comments (6)

CoLdAs1cE avatar CoLdAs1cE commented on August 10, 2024 1

This should be put in to readme cuz i googled 3 hours, and tried to make my own regex (which i have no clue of how to do). Be4 i finally came here. I had same problem but with a movie. Worked with guessit and regex failed, but when i did as specified and removed regex for movie it worked.. please make it clear in readme for everyone with same problem or should it happen, btw happened alot with movies

from trakt-scrobbler.

fabiorzfreitas avatar fabiorzfreitas commented on August 10, 2024

BTW, you'll notice I'm using [] for the whitelist. That's because each one of my files is into its own directory and I didn't figure out how to get it to accept subdirectories. If I could manage that, I'd only need "C:\Users\Fabio\Videos\Filmes" and "C:\Users\Fabio\Videos\Séries".

from trakt-scrobbler.

iamkroot avatar iamkroot commented on August 10, 2024

The problem is that the custom regex is indeed getting matched to your file names. And since regex gets priority over guessit, the program never tries to use guessit. However, the regex match is missing some information, due to which it fails later on. So the solution is simply to comment out/remove the [fileinfo.include_regexes] section from your config.

from trakt-scrobbler.

iamkroot avatar iamkroot commented on August 10, 2024

Regarding your whitelist problem, I don't quite understand you. The whitelist already handles subdirectories. So if you have the Movies folder in whitelist, it will automatically whitelist all files (no matter how deep) in that folder. No need to whitelist each movie folder individually.

from trakt-scrobbler.

iamkroot avatar iamkroot commented on August 10, 2024

@CoLdAs1cE You're right. I put those regexes in the sample_config so that people may discover that feature. However, considering that most users have never heard of regexes, they should probably be disabled by default. I'll clarify in the config and README.

from trakt-scrobbler.

CoLdAs1cE avatar CoLdAs1cE commented on August 10, 2024

thank you very much :P, let the l337 do regex :P

from trakt-scrobbler.

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.