Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#6 - timestamp playlist inserts when adding to a live showEndTime #25

Merged

Commits on May 20, 2019

  1. RocketMan#6 - timestamp playlist inserts when adding to a live showEn…

    …dTime
    
    add timestamp to track inserts on playlist if show is realtime, eg
    insert is done during the user specified begin/end times. also simplify
    markup generation by breaking large functions up and by using CSS to
    reduce the amount of required markup. other changes include:
    
      - show time in 12 hour format
      - show album & artist names as 'first last' (was 'last, first')
      - remove the butt ugly heart logo
      - simplify playlist banner
      - add playlist CSS classes
      - normailize border width
      - add border between playlist header and body
      - improved track edit glyphs
      - replace \" with ' for readability
      - update zkdbSchema.sql and provide an upgrade script
      - protect against empty arrays in for loops (generate ugly warning messages)
      - make album link clickable in playlist edit mode (now matches view mode markup)
      - added 'created' to tracks query (as last column in the select statement)
      - added function to check if insert is within show start/end times
    eric.gilbertson committed May 20, 2019
    Configuration menu
    Copy the full SHA
    d656b4f View commit details
    Browse the repository at this point in the history