Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to Rip Lossless and Enable filebot renaming? #116

Closed
RandomNinjaAtk opened this issue Aug 10, 2016 · 7 comments
Closed

How to Rip Lossless and Enable filebot renaming? #116

RandomNinjaAtk opened this issue Aug 10, 2016 · 7 comments

Comments

@RandomNinjaAtk
Copy link
Contributor

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
Copy link
Owner

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
Copy link
Contributor Author

RandomNinjaAtk commented Aug 10, 2016

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
Copy link
Owner

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

@RandomNinjaAtk
Copy link
Contributor Author

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

@thomaspasser
Copy link

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
Copy link
Owner

JasonMillward commented Nov 23, 2016

What version of autorippr are you running? @tomatpasser

@thomaspasser
Copy link

thomaspasser commented Nov 23, 2016

v1.7.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants