pornganizer / PGV4

The ultimate tool to organize your porn
73 stars 15 forks source link

Mass move/find option #133

Open RedSoxASaur opened 6 years ago

RedSoxASaur commented 6 years ago

I moved all of my files to a new hdd which now PG will not find them. I have to manually do this for each file. Is it possible to have a option to find all file locations?

ghost commented 6 years ago

If the folder structure is the same you can use sqlite and run a sql-query (to replace the drive letters)

ghost commented 6 years ago

UPDATE scenes SET path = REPLACE(path, 'INSERT OLD TEXT', 'INSERT NEW TEXT')

eg: UPDATE scenes SET path = REPLACE(path, 'C:\before', 'D:\after')