Code Monkey home page Code Monkey logo

Comments (5)

mdhiggins avatar mdhiggins commented on May 10, 2024

If you're sending a video to Sickbeard through my script wouldn't you want to convert it? If you could explain what you're looking to do I could help better. Also as a quick fix if you remove 'avi' from valid input extensions in extensions.py the script will ignore it.

valid_input_extensions = ['mkv', 'avi', 'ts'] to valid_input_extensions = ['mkv', 'ts']

from sickbeard_mp4_automator.

nctiggy avatar nctiggy commented on May 10, 2024

Use cases always help!

Sent from my iPhone

On Oct 26, 2013, at 7:52 AM, Michael Higgins [email protected] wrote:

If you're sending a video to Sickbeard through my script wouldn't you want to convert it? If you could explain what you're looking to do I could help better. Also as a quick fix if you remove 'avi' from valid input extensions in extensions.py the script will ignore it.

valid_input_extensions = ['mkv', 'avi', 'ts'] to valid_input_extensions = ['mkv', 'ts']


Reply to this email directly or view it on GitHub.

from sickbeard_mp4_automator.

elit3ge avatar elit3ge commented on May 10, 2024

Ok, whats happening is when sab downloads a file and then sends it to sickbeard via the sickbeard autoprocess, sickbeard has the extra process added ( your script ) it converts mkv to mp4 but it also converts avi to mp4 which I don't want to happen.

from sickbeard_mp4_automator.

mdhiggins avatar mdhiggins commented on May 10, 2024

The solution I proposed above should fix your issue, let me know. At this time I don't plan on adding the option to flag certain extensions to be ignored by the script.

from sickbeard_mp4_automator.

elit3ge avatar elit3ge commented on May 10, 2024

Yeah it has seemed to fixed my issue. Thanks :)

from sickbeard_mp4_automator.

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.