Here's the file. Beatport by &stevehero v5.0#Search Release_TEMP.src (3.5 KB) The line in question is line 113. I've used this json_select_many "artists" "id" "\\u005c\\u005c"
but it's not grabbing the info.
The script is setup to search the release automatically which I'm testing on atm. Deadmau5 - The Remixes (Beatport Expanded Version).
The array is formatted like so:
"artists": [{
"id": 25274,
"name": "Luigi Daniell",
"slug": "luigi-daniell"
}, {
"id": 37337,
"name": "JJ-Jefferson",
"slug": "jj-jefferson"
}]
Is this a bug @Florian as it gets the name and slug value no problem?
Edit:
It works when I fix the wrapping with a fix like so:
regexpreplace "(\"id\":\s+)(\d+)" "$1\"$2\""