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

Support for live master/show source metadata in Airtime #129

Closed
wants to merge 5 commits into from

Commits on Dec 3, 2015

  1. Experimenting with master source metadata

    Albert Santoni committed Dec 3, 2015
    Copy the full SHA
    6b8c2a2 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'saas-dev' into saas-dev-live-metadata

    Albert Santoni committed Dec 3, 2015
    Copy the full SHA
    0b2b587 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2015

  1. Merge branch 'saas-dev' into saas-dev-live-metadata

    Albert Santoni committed Dec 9, 2015
    Copy the full SHA
    7147ac0 View commit details
    Browse the repository at this point in the history
  2. Log metadata for master/show source correctly now, works with APIs and

    playout history
    
    * Schema change (WIP): Dropped required foreign key constraint on
      cc_webstream_metadata because it doesn't have to be associated with
      a webstream now.
    * Fixed annoying extra comma in Now Playing/dashboard view at the top.
    * Relay Icecast metadata updates received by Liquidsoap from live
      connections (master/show source) over to Airtime, using the same code
      that relays webstream metadata. Store that metadata in the
      cc_webstream table and adapt it to work.
    * Updated APIs to show this logged live metadata during live shows.
      (Works with Radio Page, embedded player, dashboard, etc. now!)
    Albert Santoni committed Dec 9, 2015
    Copy the full SHA
    ff282b4 View commit details
    Browse the repository at this point in the history
  3. Added upgrade for the live info schema update (2.5.17)

    Albert Santoni committed Dec 9, 2015
    Copy the full SHA
    7ab096e View commit details
    Browse the repository at this point in the history