Hi Roberte
You said FC42.
Do you mean Fedora Core 42 ?
Then it is oriented container and probably very light.
Thx for your feedback.
Really happy my script was helpful for you too.
BR
Otherwise upgrade and recompile is now managed.
No need to delete manually it is managed by my script now.
Explained there:
roles/handbrake/README.md
roles/makemkv/README.md
Thanks for the challenge, it helps me to progress.
BR
Hi Darthmongo Easy to do You probably saw skipped status (in blue). :mrgreen: As you can see in roles/handbrake/tasks/main.yaml There is a part dedicated to test if Handbrake is already installed If you rename this tested file it will be good mv /usr/local/bin/HandBrakeCLI /usr/local/bin/HandBrakeCL...
My older son, at his home weeks ago, faced same issue like you after upgraded Fedora 40 to 41. Because I was driving, I just told to him to do like you did, I mean remove the previous binary and compile from my script. (Exactly the same process than to upgrade Makemkv). It was late and it was succes...
I'm really happy this ansible script is helpful.
I edited the Readme files (the general Readme and the task's Readme), I hope it explains better why to update the myvars.yml file.
Hi Stefan1 Thx a lot for your feedback. :D This script is dedicated to deployment. But sure, you can use it to "update automatically" by reinstalling like in original deployment, I mean download, compile and install. The role makemkv first test is to check if /usr/bin/makemkv exist. It mea...
Hi Cariost Sure your comment is helpful. I explained the way to use my script in the first text in my topic. But sorry probably I was not enough explicit. My script repeat all the tasks you found in the URL I shared and in Makemkv documentation. I will try to be more smart in my explain. - First ste...
Great feedback Geolaw, I'm moved by your message ! :oops: I'm really happy to have been helpful through this ansible playbook . :P Geolaw, I hope you will easy migrate your scripts to an ansible playbook, because this is a really nice tool to deploy simple or complex architectures, I'm Fan about it....
I don't use rpm2cpio in my script. My Ansible script download all necessary tools, libraries and sources to compile makemkv binaries. Just like you did "by hand". That's it and nothing more !! I am surprised too by Skamansam message. :shock: I really don't know why Skamansam posted this me...
Hi MrPenguin
The idea behind my script is to help rookie or experienced users to install MakeMKV and/or HandBrake by compiling easily.
Did you tried to use my ansible script to compile, maybe for testing in a virtual machine for example ?
Just to know.