Is there a recommended way of moving my library, watch status, etc from my Vero 4k+ to my new Vero V?
Thanks
Is there a recommended way of moving my library, watch status, etc from my Vero 4k+ to my new Vero V?
Thanks
I would say that the easiest way is to use the built-in backup/restore in OSMC and backup everything on a USB-stick.
I think there is more detailed information on how to use it on these forums if you search around.
When done, just fire up the Vero V, pop in your USB-stick and restore from it.
A restart of Kodi might be needed depending on your selection for the backup, but it will prompt you for that.
Iāve just done the same thing myself a couple of days ago for the the first time ever and it went very smooth.
Excellent, Iāll give that a go, thanks
If you are using Trakt for watch status, you will need to validate the new device
Iām trying to follow this method to copy my 4K+ settings to my new V, but itās been a bit frustrating.
On the 4K+ I switched to the OSMC skin, went to My OSMC and really had to hunt around quite a bit to find the backup utility under Settings/Updates (which I would say is not very intuitive). Then the actual backup part is under Manual Controls, whereas Backups just covers the settings for backups, not actually performing a backup. The Wiki is woefully vague on how to do this.
But the bigger problem is that Iām still unable to do a backup. I set Location entry method to āBrowsedā and I browsed to my Sandisk USB stick and set the folder to /media/SANDISK/osmc2/.
But when I go to Manual Controls and click on Run Backup of settings now I get an error message saying āLocation for backup not provided. Set the backup folder in My OSMCā. (I should add that Iāve had no problem backing up my Embuary skin settings to another folder on the same USB stick, using what seems to be the same backup folder dialogue.)
What do I need to do to backup to the USB stick?
Might be worth trying a different usb port.
I backed up Embuary skin settings to the USB stick successfully just before trying this, so thereās no reason to suspect thereās a problem with the USB port (or the USB stick).
It would seem you ran into a bug. If you go back to My OSMC and make sure your location is still set, then hit OK and then exit out of My OSMC and then exit or reboot from Kodiās power menu the new location should now be saved and you should be able to perform the backup.
Thanks - got the backup done now. I exited My OSMC and restarted Kodi. Slight worry when I got the frowny face, then the skin came up and I was able to do the back up.
I have just moved from a V4+ to V5 and so far impressed no errors no faults just ran out of the box after the restore.
To backup V4 reboot and then backup to SD card not usb. Then pop the backup SD nto the V5 and start.
Enter osmc and do any updates required and reboot.
Then back in and restore backup and reboot.
V5 worked everything restored all Trakt logins worked no reregistering, debrid worked no reregistering.
Perfect.
Apologies for bumping an old thread but it was the most relevant to my question.
The backup option described above would be godsend if it applies to my situation.
My Vero 4k has a MySQL database on it. The backup page on the Vero 4k says it will backup the āDatabase Folderā. Will that backup my MySQL database or just the āregularā Kodi database that Iām not using because of MySQL?
If not, whatās the best way to migrate the MySQL database to the Vero V? fwiw, Iāve exported the libraries so each media file has a .nfo with it. Or is it better to start fresh with a new MySQL database on the V?
Thanks in advance.
It will not. You can manually copy the database from your 4K. You could plug in a thumb drive in and do something like ssh in andā¦
ls -la /media
which would allow you to see what the mount point is for your drive. If for example it showed the drive mounted as āthumbā then you could then on the 4Kā¦
sudo cp -r /etc/mysql /media/thumb
and then on the V it would be something likeā¦
sudo cp -r /media/thumb/mysql /etc
And then you can install the maria via the My OSMC plug-in inside Kodi on the V like you did with the 4K.
(FYI Iāve never tried it but I think that is where it stores the database and configuration and if so I belive that should work)
@darwindesign thanks for the info! It all worked, until it didnāt!
The 4K had a fixed IP address and I reassigned that to the V.
I started the V and did all the localization stuff first, then copied over the MySQL database & then imported the backup. Everything (except smart playlists) copied over to their right locations but for some reason wouldnāt talk to each other. For example, the built-in file manager could see the media files in their right locations (unraid server, fixed IP address) but the library remained empty.
I would restart from time to time to see if that would kickstart the process but there was huge delays (5-10 mins) at restart. I suspect Kodi was waiting for some input that wasnāt coming. So I clearly did something wrong somewhere along the line. Part of me is thinking I set the wrong passwords in the built-in MySQL set-up app. Also, if I tried to scan in a individual movie, it just wouldnāt.
In the end, I ran out of time and just reverted to the single version of Kodi and it all worked beautifully. So thanks again for your help and I might do a bit more digging in a few weeks.