home / musiccaps

musiccaps_details (view)

1 row where musiccaps_aspects contains "philharmonic orchestra" and musiccaps_names contains "Single-lens reflex camera"

✎ View and edit SQL

This data as json, CSV (advanced)

video youtube_link musiccaps_caption youtube_published youtube_channel youtube_description musiccaps_names musiccaps_aspects musiccaps_author youtube_id musiccaps_rowid
Sony A77II - Review On Sony A77 MARK II Digital SLR Camera The song is an instrumental. The song is medium fast tempo with African folk drumming rhythm, string section, violins playing, horns and woodwinds playing in harmony. The song is adventurous and exciting. The song is an advertisement jingle for a DSLR camera complete with camera click tones. The audio is of poor quality. 2014-05-02T05:19:05Z SonyA77II http://amzn.to/2n9wRW6 - Click the link Now For best offer Sony A77II - Review On Sony A77 MARK II Digital SLR Camera The α77II has the world's fastest continuous shooting speed in its class1—up to 12 frames per second at full resolution. Equipped with a 79 point AF sensor and advanced auto focus tracking, technology, you never have to miss a moment. The α77II outperforms even more expensive rivals with continuous auto focus and auto exposure when shooting at 12fps at full 24.3MP resolution and can capture up to 60 frames in a single burst when in JPEG fine setting. The α77II houses a large APS-C sensor with approx. 24.3 effective megapixels for incredible detail and gorgeous enlargements. Its high resolving power adopts the same gapless on-chip lens structure as the α77II features the latest-generation RGB color filter and other cutting-edge device technologies developed by Sony, the number 1 manufacturer of image sensors https://www.youtube.com/watch?v=2ZfthfWQowE Like US - https://www.facebook.com/Sonya77lldigitalslrcamera Vist for best shopping : www.lykamart.com ["Music", "Single-lens reflex camera"] ["instrumental music", "african tribal percussions", "medium fast tempo", "string section", "violins playing", "groovy bas slime", "cymbals crashing", "philharmonic orchestra", "energetic", "poor audio quality", "strong drumming rhythm", "horns playing", "conductor", "advertisement jingle", "exciting", "safari adventure", "camera click noises"] 1 2ZfthfWQowE 379

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE VIEW musiccaps_details AS select
  musiccaps.url as video,
  json_object(
    'label',
    coalesce(videos.title, 'Missing from YouTube'),
    'href',
    musiccaps.url
  ) as youtube_link,
  musiccaps.caption as musiccaps_caption,
  videos.publishedAt as youtube_published,
  videos.channelTitle as youtube_channel,
  videos.description as youtube_description,
  musiccaps.audioset_names as musiccaps_names,
  musiccaps.aspect_list as musiccaps_aspects,
  musiccaps.author_id as musiccaps_author,
  videos.id as youtube_id,
  musiccaps.rowid as musiccaps_rowid
from
  musiccaps
  left join videos on musiccaps.ytid = videos.id;
Powered by Datasette · Queries took 809.106ms · About: simonw/musiccaps-datasette