Hi
Pretty new to Linux , let alone MakeMKv.
Been following a guide to make a headless device ARM at
https://github.com/automatic-ripping-ma ... /README.md
seems to be doing what it should, but when inserting the disk, it reads for a while then ejects
checking the log files I it is correctly identifying the disk, and prepping the location to rip to but then when MakeMKV starts it logs the message
"This application version is too old. Please download the latest version at http://www.makemkv.com/ or enter a registration key to continue using the current version.","This applic…..
I have places the current Beta key in the location
/root/.MakeMKV/settings.conf as below
app_Key = "T-JRohkknxtUGHBE5RWnzpxHH01EN4UkVJI8evivBOw56OH8KWxbVE3w6yBTMHm5qF7D"
But receive this message still, it this due to the code expiring, or am I doing something epically wrong?
Help with headless
Re: Help with headless
When did you get the copy of the beta key? At the end of January, the key that shipped in the MakeMKV install file expired, and was replaced by one that expires at the end of this month (March).
Also, is the instance of MakeMKV running as the same user that owns the .MakeMKV/settings.conf file that you edited? If not, it might not see the modified settings file.
Also, is the instance of MakeMKV running as the same user that owns the .MakeMKV/settings.conf file that you edited? If not, it might not see the modified settings file.
MakeMKV Frequently Asked Questions
FAQ about BETA and PERMANENT keys.
How to aid in finding the answer to your problem: Activating Debug Logging
FAQ about BETA and PERMANENT keys.
How to aid in finding the answer to your problem: Activating Debug Logging
Re: Help with headless
Hi Woodstock
Many thanks for your reply.
The Key, today from the expires end march post.
Re ownership. the Guide followed had a new user and group created
/home/arm/.MakeMKV/
with LS -L and it showed it was owned by Root Root
Changed it to ARM ARM
Still seem to have the issue.
My USER, the one created on Server install is plexadmin.. should I be changing all the bits n bobs to the user I log in with?
Many thanks for your reply.
The Key, today from the expires end march post.
Re ownership. the Guide followed had a new user and group created
just checked the Settings.conf which is atsudo groupadd arm
sudo useradd -m arm -g arm -G cdrom
sudo passwd arm
<enter new password>
/home/arm/.MakeMKV/
with LS -L and it showed it was owned by Root Root
Changed it to ARM ARM
Still seem to have the issue.
My USER, the one created on Server install is plexadmin.. should I be changing all the bits n bobs to the user I log in with?
Re: Help with headless
Also
on the section where you add the line to the conf file
on the section where you add the line to the conf file
should the " " be there or just the key?app_Key = "insertlicensekeyhere"
Re: Help with headless
This appears to have self resolved following the MakeMKV package updating via apt on Wednesday.
All working now.
All working now.