Greasy Fork is available in English.
Itinerary Booker with fixed upcoming shows parsing - handles various date/time formats correctly
这些是此脚本的所有版本。 只显示代码变更过的版本。
Popmundo Itinerary Booker - Enhanced UI
Automatically book shows for your artist with optimized routing, availability checks, and smart scheduling.
Script Functionality:
Instructions:
{ "itinerary": [ { "city": "Rio de Janeiro", "date": "2023-11-01", "time": "14:00:00" }, { "city": "São Paulo", "date": "2023-11-02", "time": "22:00:00" }, { "city": "Buenos Aires", "date": "2023-11-04", "time": "14:00:00" } ], "settings": { "ARTIST_ID": "2786249", "INITIAL_CITY": "são paulo", "SHOW_TIMES": ["14:00:00", "22:00:00"], "SHOWS_PER_CITY": 1, "SHOWS_PER_DATE": 1, "BLOCK_TWO_SHOWS_IN_CITY_AT_SAME_DATE": true, "REQUIRE_5_STARS": true, "TARGET_CLUB_RANGE": {"min": 80, "max": 1500} } }