ThisIsAVideoFile.mkv.torrent -> ThisIsAVideoFile.mkv
The Great Escape.epub.torrent -> The Great Escape.epub
The problem is sometimes (well a lot) I get lazy and have all the torrent files stored all over the place. I want to bring find them all again depending on what files I'm searching for. So if currently I'm trying to find all the torrent files for the following:
File1.mkv
File2.mkv
File3.mkv
I want to do a search that can show up in the Search tab as:
File1.mkv.torrent
File2.mkv.torrent
File3.torrent (The missing mkv is intended)
What I currently did so far is set up a Search Template with Fuzzy of 50%:
Code: Select all
; XYplorer 13.10.0120 configuration file: search template
; Windows 7 Enterprise (Service Pack 1), 64-bit
; 2013-10-23 14:46:51
[Find]
Version=3
Mode=0
FullPath=0
Case=1
InclSubs=1
Inverted=0
Fuzzy=1
FollowFolderLinks=0
SelectedLocations=0
WholeWords=0
AutoSync=1
IgnoreDiacritics=0
FuzzIndex=9
TypeFilter=9
RangeNot=0
StartOfUnit=0
SizeFolders=0
Date=1
DateRange=0
DateNum="1"
DateUnit=3
DateFrom=""
DateTo=""
LeaveEmpty=0
SizeMin=""
SizeMax=""
SizeUnit=1
AttrFindCheck=0
AttrFindNotCheck=0
TagsLabelsText=
TagsTagsText=
TagsCommentText=
TagsLabels=0
TagsTags=0
TagsComment=0
TagsSearchEverywhere=0
ContText=
CaseSens=0
Hex=0
MatchUnicode=0
ContTextInvert=0
ContMode=0
DupesName=1
DupesDate=0
DupesSize=0
DupesContent=0
DupesInvert=0
DupeComparison=1
Mind0=1
Mind1=0
Mind2=0
Mind3=0
Mind4=0
Mind5=0
Mind6=0
Mind7=1
[ExcludeFolders2]
Count=0
[Named]
Named=""
[LookIn]
; True
LookIn=ComputerCode used to format the multiline list:
Code: Select all
LoadSearch "TorrentMatchup", x;
$Files = Input("File Names",,,"m");
$Files = Replace($Files, "<crlf>", ";");
Text FormatList($Files,"te",";");
XYplorer Beta Club