[Not my release] Biography view
Reply #291 –
Run External Script maybe works. (although I have not tested enough )
"Command line" form needs executable file like "***.exe %artist%". (e.g. "ping localhost")
"Ouput method" is the way to receive the result of Command line.
I've been trying to use this feature. I've found this nice little command-line program PageScrape which allows you to fetch part of a webpage. It accepts regular expressions. Unfortunately, I've been unable to make foo_uie_biography display the generated data. The command I use is "C:\Program Files (x86)\pscrape\pscrape.exe" -u"http://www.discogs.com/artist/%artist%" -e"<div id=\"profile\">(.*)</div>" -i
. Output method is "via Standard Out" but I've also tried the "via File" method with "C:\Program Files (x86)\pscrape\pscrape.exe" -u"http://www.discogs.com/artist/%artist%" -e"<div id=\"profile\">(.*)</div>" -i > %artist%.txt
.
Any thoughts?