[Solved] How to unify script - sort files based on tags?
Posted: 29 May 2013 08:30
hello xyplorer community,
i have made a simple scriptlets that moves files based on their tags, i would like to combine them into one so i would just click once and it will sort all files into their respective specified folder.
in my video folder i tagged files by "watched" & "playlist" and files with no tags = movies not yet seen
watched = movies already seen
playlist = movies going to watch
code:
selfilter "watched",,"tags";
moveto "c:\video\watched",":list";
selfilter "playlist",,"tags";
moveto "c:\video\playlist",":list";
i like these to code to combine into one.
TIA
i have made a simple scriptlets that moves files based on their tags, i would like to combine them into one so i would just click once and it will sort all files into their respective specified folder.
in my video folder i tagged files by "watched" & "playlist" and files with no tags = movies not yet seen
watched = movies already seen
playlist = movies going to watch
code:
selfilter "watched",,"tags";
moveto "c:\video\watched",":list";
selfilter "playlist",,"tags";
moveto "c:\video\playlist",":list";
i like these to code to combine into one.
TIA