ventureple.blogg.se

Xyplorer scripts
Xyplorer scripts











sometimes the script completely skips some video dupes ?!! (and I don't know why ? since the first script work well, even "filesize()" always give me a size for each files)(bug?)Ĭode: Select all "Search Dupes Files By Name Ignore Extension And Select The Biggest (no final, work only with 2 dupes each, skip sometimes video dupes files)|:find" it cannot select ALL the bigger files, when there are several dupes, (like the example video_3) In order to keep the smallest files, I try to select only the dupes bigger files So I tried to create another script but it doesn't work well:

xyplorer scripts

If ( $CURRENT_ITEM_NAME = $NEXT_ITEM_NAME ) $NEXT_ITEM_NAME = recase( $NEXT_ITEM_NAME, "removediacritics" ) $CURRENT_ITEM_NAME = recase( $CURRENT_ITEM_NAME, "removediacritics" ) $NEXT_ITEM_NAME = recase( $NEXT_ITEM_NAME, l ) $CURRENT_ITEM_NAME = recase( $CURRENT_ITEM_NAME, l ) compare lower case names and no diacritics

xyplorer scripts

$NEXT_ITEM_NAME = getpathcomponent( $NEXT_ITEM_NAME, "base") $CURRENT_ITEM_NAME = getpathcomponent( $CURRENT_ITEM_NAME, "base") Code: Select all "Search Dupes Files By Name Ignore Extension And Select Them|:find"













Xyplorer scripts