P.S. Dont know if its related but occasionaly when resfreshing artist information, nothing would happen. And had a few “extended info script errors” latley, but the device would still function.
Sorry, I’m not that proficient with all these terms.
I have got Putty on my WinSCP, was the first program that I managed to get working with Windows.
I used it to enable Bluetooth on the Vero4K, only to find it didn’t work well at all, the 1 out of 3 devices it connected to was choppy to say the least.
Anyway, was there any command that you wanted me to try with putty?
Well if you still can login with SSH while the screen is frozen that would at least tell us that it is just the screen frozen and not the device and would allow more testing.
Does it have its own power supply? If not I would recommend trying it plugged in through a powered USB hub.
As for the SSH, if you are running an up to date Win 10 you don’t need to install any extra software as it now has a built in client. You can just bring up the Windows menu, type “cmd” and hit enter. At the command prompt type in “ssh osmc@[ip address]” and hit enter at which time it will ask for the password which is osmc. I think the first time you do this there might also be a prompt where you will have to type “yes” to add the ssh key to windows.
Regardless this would still be a valid test to track down where the issue is coming from. You may also want to plug it into windows and run a chkdsk.
We are not looking to do file transfers, just get access to the terminal so i’m not sure where you think WinSCP comes in. The logs you grabbed look to be after the machine had been rebooted several times so any information about when it supposedly locked up during the file clean is gone. When it freezes if you can still establish a connection with SSH then you can type in…
grab-logs -A
…which should gather the logs and then return a url that you can post in this thread. This will hopefully show what is going on with the system prior to the freeze.
Could someone tell me what Kodi files I need to save to retain the status of what films, tv shows I’ve watched?
I’ve got back up of the movie and tv show and music files, and can re-scrape the metadata if needed, and have extra artist info in separate folder, but not sure where the info of what I’ve have and haven’t watched is kept?
Hopefully I won’t need this, but just in case the HDD repair doesn’t go smoothly…
The metadata is all kept in the Vero itself in ~/.kodi/userdata. You can replace the drive and retain everything as long as the new drive is using the exact same file path as the old drive. If you bring up the information screen on one of your videos and highlight the “refresh” you should see a file path for that item that i’m guessing is something like /media/something/movies/somevideo/somevideo.mkv so a new drive with the files named the same should only need the drive named the same so in the previous the drive would need to get named as “something” so it looks to be the same as the old one. Alternatively you could manually make a system mount to force this, or you could add a path substitution to an advancedsetting.xml to redirect to the new location.