JasonMillward / Autorippr

Rip discs automatically using a blend of Python, MakeMKV and HandBrake
MIT License
241 stars 60 forks source link

How to Rip Lossless and Enable filebot renaming? #116

Closed RandomNinjaAtk closed 8 years ago

RandomNinjaAtk commented 8 years ago

According to the help file, I should be able to run this command:

python autorippr.py --rip --extra --debug

When I execute this command it fails, it just outputs the help file information. I know you can use the "-all" option, but I do not want to compress my files, I want full lossless mkv's but the file naming is critical.

Any ideas?

I'm running the latest version, this command "python autorippr.py --rip --debug" worked, but it seems like filebot did not kick-in as it should...

JasonMillward commented 8 years ago

Filebot was designed to run after the compression stage. It's possible to create a --skip-compress arg that fires off something like:

    dbvideos = database.next_video_to_compress()
    for dbvideo in dbvideos:
        if comp.check_exists(dbvideo) is not False:
            database.update_video(dbvideo, 5)

I will happily accept a pull request, or if you're happy to wait I can implement it in a bit.

RandomNinjaAtk commented 8 years ago

Thanks, I'll wait for you to update since this is not my strong point. I submitted a pull request for an automated install script for Ubuntu. You could put that script on your site for easier installations...

JasonMillward commented 8 years ago

Should be working now if you pull from master or the latest tag

RandomNinjaAtk commented 8 years ago

Thanks! I'll be trying this later this week!

thomaspasser commented 7 years ago

When I try to run python autorippr.py --rip --skip-compress --extra I get the usage help. How is it supposed to be used? I want to rip lossless and rename like @RandomNinjaAtk

JasonMillward commented 7 years ago

What version of autorippr are you running? @tomatpasser

thomaspasser commented 7 years ago

v1.7.0