Closed mjforan closed 3 years ago
Hi mjforan,
Thanks for the change. Sorry for the supremely long wait for the reply. If you open the config file associated with the exe
On line 4 you can change the default search pattern to the following;
<add key="FilePattern" value="*.MP.jpg" />
In the near future, I'll change the file pattern to a list of file patterns and add the PXL_*.MP.jpg
pattern too. Cheers :)
@mjforan I forgot a long while back, I added an option in the arguments of the program you can specify the pattern to search for when running the application.
dotnet .\GoMoPhoCoreConsole.dll p "PXL*.jpg"
It will then ask you for the folder you wish to search
Hi @mjforan
Thanks for reporting the issue. I've made some updates, go grab the lastest version and have another go
Newer phones (at least the Pixel 5) have changed the naming format to PXL_datetime.MP.jpg To get your tool to recognize these I had to prepend "MVIMG" to each file name to match the old format.