I'm going through a lot of home videos and audio files and trying to add a bunch of tags, cover art, etc. I've been able to create a web source that searches google and returns the JSON results and from there I can go into the first page of the result and pull information.
I'm hitting a new problem in that some of the information that I want to pull is on one more page deep. So basically I want to run a parsescriptindex twice. The first time to get the search results, and then a second time using a URL pulled from the selection of the first time.
For example (and this is only an example so don't get caught up on the specifics) I do a search on Elvis Costello and it returns 2 possible discography pages, one for Elvis Costello and one for Elvis Presley. After selecting the option for Elvis Costello, I would like to have the option to list out the discography and select the album and then parse all the information from this new album page.
Once again, not the exact scenario, but this describes as best as possible what I'm trying to accomplish. I think I might be out of luck and have to do some outside coding and create a txt file to import. But I'm hoping I might get lucky somehow.
Thanks in advance.