Greasy Fork

Greasy Fork is available in English.

Popmundo Itinerary Booker (Fixed Upcoming Shows Parsing)

Itinerary Booker with fixed upcoming shows parsing - handles various date/time formats correctly

这些是此脚本变更过代码的版本。 显示所有版本。

  • v10.1.1 2025-09-04
  • v10.1.0 2025-09-03

    Popmundo Itinerary Booker - Enhanced UI

    Popmundo Itinerary Booker v10.1.0

    Automatically book shows for your artist with optimized routing, availability checks, and smart scheduling.



    ⚙️ Configuration

    Basic Settings
    Advanced Settings
    Itinerary

    Artist ID
    Your Popmundo artist identifier

    Starting City
    São PauloRio de JaneiroBuenos AiresMexico CityLondonNew York


    Date Range

    Start Date


    End Date


    Show Times
    14:0016:0018:0020:0022:00
    Hold Ctrl/Cmd to select multiple times

    Shows Per City


    Shows Per Date



    Block two shows in the same city on the same day


    Require 5-star venues only

    Venue Price Range (M$)

    Min


    Max


    Venue Selection Priority
    Price: Largest → SmallestPrice: Smallest → LargestClosest to Target Midpoint


    The itinerary will be automatically generated based on your starting city and the configured tour route. The script will optimize show scheduling considering travel times between cities.

    • Rio de Janeiro
      2023-11-01, 14:00

    • São Paulo
      2023-11-02, 22:00

    • Buenos Aires
      2023-11-04, 14:00

    • São Paulo
      2023-11-06, 22:00

    • Mexico City
      2023-11-08, 14:00

    • Los Angeles
      2023-11-10, 22:00

    • ... 34 more shows

    Start Booking
    Stop
    Preview Route

    📊 Status


    ⏸️
    Idle

    Ready to start booking. Configure your settings and click "Start Booking".

    💾 Configuration Management


    Copy Config
    Download Config
    Load from File
    Paste Config

    Save your configuration to reuse it later or share with other band members.

    ℹ️ Information

    Script Functionality:

    • Automatically books shows based on a predefined itinerary
    • Checks venue availability and ratings
    • Respects travel times between cities
    • Avoids double-booking on same day in same city
    • Supports multiple show times per day

    Instructions:

    1. Configure your artist ID and preferences
    2. Select date range and show times
    3. Preview the generated itinerary
    4. Start the booking process
    5. Monitor status in the panel

    Itinerary Preview

    {
        "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}
        }
    }

    Copy JSON
    Download JSON
    Close



  • v9.1 2025-09-03
  • v4.9 2025-09-03