You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to add a command line switch to force the script to generate the .JSON debugging file, perhaps with a different file name? I've found this file very useful, and in fact, I'm using it to interface with other systems. (Namely, generating events automatically for a musician's website, example here: https://thomashindsmedia.com/#shows )
The text was updated successfully, but these errors were encountered:
Early versions of the script produced JSON outputs. I can reintroduce this feature.
Will a JSON output of events_list work for you? I'm not a fan of XML and I don't want to spend time testing XML.
I hacked the script (sorry) to turn back on the JSON debugging output, and it's perfect for my needs. I need all of the event details, not just the event list.
One small change I made is that I sorted the events by start date before writing them to the JSON file, just to make it easier on my transformation script.
Feel free to hack the script it's the very spirit of open source. Unfortunately I don't have time to make improvements now. I'll keep this ticket open.
Would it be possible to add a command line switch to force the script to generate the .JSON debugging file, perhaps with a different file name? I've found this file very useful, and in fact, I'm using it to interface with other systems. (Namely, generating events automatically for a musician's website, example here: https://thomashindsmedia.com/#shows )
The text was updated successfully, but these errors were encountered: