Your browser was unable to load all of the resources. They may have been blocked by your firewall, proxy or browser configuration.
Press Ctrl+F5 or Ctrl+Shift+R to have your browser try again.

Metadata backup #43

#1

Thank you for the awesome software. So glad I found it.

There is an error in this page:

I think there needs to be either a backend or currenthost set for the backup to work.

This:
curl -b "skin=desktop" -d '[{"action": "metabackup"}]' -H "Content-Type: application/json" -X POST http://your.rompr.installation/backends/sql/userRatings.php
Becomes:
curl -b "skin=desktop;currenthost=Default;player_backend=mopidy" -d '[{"action": "metabackup"}]' -H "Content-Type: application/json" -X POST http://your.rompr.installation/backends/sql/userRatings.php

Also, I couldn't find a way to access the metadata backup panel shown in the docs.

Thanks,
Trent

  • replies 2
  • views 1.4K
  • likes 0
#2

Thanks, always forget the cookies on those urls...

Metadata Backup is here:

Screenshot 2020-09-27 at 14.39.24.png
tljohnsn · Author
#3

Thank you, I found it. Backup / restore is working great.