Skip to content

Instantly share code, notes, and snippets.

@mire777
mire777 / bio_photos.vbs
Created August 20, 2015 17:06
bio_photos.vbs
If (WScript.Arguments.Count <> 2) Then
WScript.Quit
End If
url = WScript.Arguments(0)
file = WScript.Arguments(1)
Set objFSO = Createobject("Scripting.FileSystemObject")
If objFSO.Fileexists(file) Then
Set objFSO = Nothing
@mire777
mire777 / Biography Photos.txt
Last active August 29, 2015 14:27
Biography Photos
// ==PREPROCESSOR==
// @name "Biography Photos"
// @author "Mire777"
// @feature "v1.4"
// @feature "watch-metadb"
// ==/PREPROCESSOR==
// Paths
var fbfolder = (fb.ProfilePath + "Artist_info");
var lfm_folder = window.GetProperty("Custom folder", fbfolder);