plex-db-sync
plex-db-sync copied to clipboard
Create a SQL with the updates
Instead of making the updates on the db, consider a mode where all the updates are changed to a SQL that the user can review/edit if necessary and then apply the updates themselves. This would also prevent the need for taking the DBs down (until the script is ran by the user).
Sounds like a good idea for a command line option. Any interest in doing a PR?
I don’t know why I never thought about doing it. But it shouldn’t be too hard and I’ll learn something in the process. Ill work on it this week.