Page 1 of 1

Help a noob with an activation key

Posted: Mon Apr 18, 2011 7:44 am
by jz1276
Been using MakeMKV to back up BR discs and the trial expired. Was using 1.6.5. It said to either purchase a key or update the program to the newest version, so I updated to 1.6.7. Still saying it's expired and bakup failed. I found this key "T-FKIYtqAKH3ybawliX_34iidCDFSfE7w_DUPLH4Gk1U6by@Bzv@hBkKJ9iH29_nzEi2"
but have no idea how to enter it. I am using putty to enter command lines. Can anyone help? thanks.

Re: Help a noob with an activation key

Posted: Mon Apr 18, 2011 4:25 pm
by skittle
You can input it via the makemkv gui (about->register)
In linux you can make a text file to input the key, but i am unsure of where to put it in windows or mac

Code: Select all

#create this file with your favorite text editor: ~/.MakeMKV/settings.conf
app_Key = "T-FKIYtqAKH3ybawliX_34iidCDFSfE7w_DUPLH4Gk1U6by@Bzv@hBkKJ9iH29_nzEi2"

Re: Help a noob with an activation key

Posted: Mon Apr 18, 2011 7:59 pm
by Romansh
Under OS X, ~/.MakeMKV/settings.conf exists.

Re: Help a noob with an activation key

Posted: Mon Apr 18, 2011 9:51 pm
by jz1276
OK so are you telling me to create a text file and just copy and paste this ~/.MakeMKV/settings.conf
app_Key = "T-FKIYtqAKH3ybawliX_34iidCDFSfE7w_DUPLH4Gk1U6by@Bzv@hBkKJ9iH29_nzEi2" in it? What do I name the text file and where does it go?

Re: Help a noob with an activation key

Posted: Mon Apr 18, 2011 10:24 pm
by skittle
:|

1.)create a file ~/.MakeMKV/settings.conf
2.)paste in the appkey string.

That is all.

Re: Help a noob with an activation key

Posted: Mon Apr 18, 2011 11:04 pm
by jz1276
skittle wrote::|

1.)create a file ~/.MakeMKV/settings.conf
2.)paste in the appkey string.

That is all.
I am using windows to do this. I'll create the file and use winscp to send it to my linux machine. In Windows, I cannot create a text doc with what youre telling me to name it.

Re: Help a noob with an activation key

Posted: Tue Apr 19, 2011 3:18 am
by skittle
... are you sure you should be remoting into another machine if you cant do basic things like creating a file in vi or nano? hell or just create a .txt in windows and rename it to .conf

seriously, this is basic stuff.

1) open ssh or telnet session... whatever you are doing.
2) nano ~/.MakeMKV/settings.conf
3) put in text, save and close.

edit: i see you are trying to ftp to the machine. This will work, just create a "settings.txt" and rename to "settings.conf" then push it to "~/.MakeMKV/" Really though you should be doing a ssh or telnet session into it. It is much easier and the proper way to do maintenance related things like this.

Re: Help a noob with an activation key

Posted: Tue Apr 19, 2011 3:49 am
by jz1276
I dont even know what vi or nano are.
I'll try, thanks

Re: Help a noob with an activation key

Posted: Tue Apr 19, 2011 2:58 pm
by skittle
They are the *standard* editors to use in linux via a terminal. like "edit" in DOS