I’d like to change the module so the user can type in their own matching string
instead of the default image row it could have a directory picker a toggle for subdirectories or not and a text field that it will match against, like this:
DreadMaps_Dragon_Forest*.jpg
-a---- 7/11/2022 9:23 AM 2377073 DreadMaps_Dragon_Forest_Excavation_Day_32x24_2k_64ppi.jpg
-a---- 7/11/2022 1:06 PM 2400493 DreadMaps_Dragon_Forest_Excavation_Day_32x24_2k_Grid_64ppi.jpg
-a---- 7/11/2022 1:22 PM 2359231 DreadMaps_Dragon_Forest_Excavation_Day_NoDragons_32x24_2k_64ppi.jpg
-a---- 7/12/2022 9:19 AM 2404897 DreadMaps_Dragon_Forest_Excavation_Day_NoFog_32x24_2k_64ppi.jpg
-a---- 7/12/2022 11:32 AM 2434518 DreadMaps_Dragon_Forest_Excavation_Day_Winter_32x24_2k_64ppi.jpg
-a---- 7/11/2022 1:01 PM 2048407 DreadMaps_Dragon_Forest_Excavation_Night_32x24_2k_64ppi.jpg
-a---- 7/12/2022 9:02 AM 2037108 DreadMaps_Dragon_Forest_Excavation_Night_NoDragons_32x24_2k_64ppi.jpg
-a---- 7/12/2022 9:49 AM 2067990 DreadMaps_Dragon_Forest_Excavation_Night_NoFog_32x24_2k_64ppi.jpg
Scan for variations should match these files but it doesn't because of the ending. Needs to wildcard match or regex a bit better
I’d like to change the module so the user can type in their own matching string
instead of the default image row it could have a directory picker a toggle for subdirectories or not and a text field that it will match against, like this: DreadMaps_Dragon_Forest*.jpg
-a---- 7/11/2022 9:23 AM 2377073 DreadMaps_Dragon_Forest_Excavation_Day_32x24_2k_64ppi.jpg
-a---- 7/11/2022 1:06 PM 2400493 DreadMaps_Dragon_Forest_Excavation_Day_32x24_2k_Grid_64ppi.jpg
-a---- 7/11/2022 1:22 PM 2359231 DreadMaps_Dragon_Forest_Excavation_Day_NoDragons_32x24_2k_64ppi.jpg
-a---- 7/12/2022 9:19 AM 2404897 DreadMaps_Dragon_Forest_Excavation_Day_NoFog_32x24_2k_64ppi.jpg
-a---- 7/12/2022 11:32 AM 2434518 DreadMaps_Dragon_Forest_Excavation_Day_Winter_32x24_2k_64ppi.jpg
-a---- 7/11/2022 1:01 PM 2048407 DreadMaps_Dragon_Forest_Excavation_Night_32x24_2k_64ppi.jpg
-a---- 7/12/2022 9:02 AM 2037108 DreadMaps_Dragon_Forest_Excavation_Night_NoDragons_32x24_2k_64ppi.jpg
-a---- 7/12/2022 9:49 AM 2067990 DreadMaps_Dragon_Forest_Excavation_Night_NoFog_32x24_2k_64ppi.jpg
Scan for variations should match these files but it doesn't because of the ending. Needs to wildcard match or regex a bit better