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

Include timestamp when DJ plays a track #6

Closed
RocketMan opened this issue May 28, 2018 · 1 comment
Closed

Include timestamp when DJ plays a track #6

RocketMan opened this issue May 28, 2018 · 1 comment
Labels
enhancement New feature or request

Comments

@RocketMan
Copy link
Owner

As a DJ entering my playlist in real time, I want the application to timestamp my spins automatically, so my listeners can go back and identify tracks they were curious about.

@RocketMan RocketMan added the enhancement New feature or request label May 28, 2018
@RocketMan RocketMan assigned RocketMan and unassigned RocketMan Apr 13, 2019
RocketMan pushed a commit that referenced this issue May 18, 2019
eric-gilbertson pushed a commit to eric-gilbertson/zookeeper that referenced this issue May 20, 2019
…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
RocketMan pushed a commit that referenced this issue May 20, 2019
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
@RocketMan
Copy link
Owner Author

Patch landed, closing

eric-gilbertson pushed a commit to eric-gilbertson/zookeeper that referenced this issue Sep 10, 2019
   * fix timerange issue when storing to DB (RocketMan#5)
   * set DJ air name to None if value is empty (RocketMan#6)
   * use relative path in add airname link href (#7a)
   * fortify the time encode/decode logic
   * normalize layout of add air name format
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant