Flat File Management

Discuss and share scripts and script files...
Post Reply
binocular222
Posts: 1416
Joined: 04 Nov 2008 05:35
Location: Hanoi, Vietnam

Flat File Management

Post by binocular222 »

Following the 2 topics:
Collection Manager http://www.xyplorer.com/xyfc/viewtopic.php?f=7&t=10231
Knowledge Management http://www.xyplorer.com/xyfc/viewtopic.php?f=11&t=10221
I attempted a "Flat File Management":
- No folder. Files are stored in the same place
- Navigate by "tag", which are defined in filename i.e: 02-Missing Teddy [CGI, Mr_Bean,].avi
+ Tag section must be enclosed by []
+ all tags must ended with comma

This is done via 2 scripts: TagAdd and TagFilter
- TagAdd: popup a menu listing available tags, which comes from:
+ You Enter tag manually
+ Current Folder name
+ XYplorer's Tag database
+ Tags in current List
+ Sort by popularity
+ Then popup a menu to select Add or Remove
- TagFilter: popup a similar menu, then apply XYplorer's Visual Filter
Untitled20131029102507.png
Untitled20131029102507.png (157.56 KiB) Viewed 1824 times
This is initial try and of course there're a lot to be improved, but I want some feedback & ideas before going further.
Todo list:
- Remove menu to select Add or Remove when only 1 file is selected. (Smart detect Add or Remove)
- Tag can have a prefix indicating type-of-tag, i.e: Dancing Queen [Author.ABBA, Sweden,].mp3
- Visual Filter doesn't support AND, thus either Don does my wish here http://www.xyplorer.com/xyfc/viewtopic.php?f=5&t=10470 or I have to think of a workaround such as Quick Name Search
Attachments
TagFilter.xys
Popup TagList and Set Visual Filter
(2.61 KiB) Downloaded 249 times
TagAdd.xys
Add or Revmove Tag
(2.47 KiB) Downloaded 240 times
I'm a casual coder using AHK language. All of my xys scripts:
http://www.xyplorer.com/xyfc/viewtopic. ... 243#p82488

Post Reply