home / musiccaps

musiccaps_details (view)

1 row where musiccaps_aspects contains "bass", musiccaps_names contains "Vocal music" and "youtube_published" is on date 2010-03-08

✎ 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
Η γη των μακεδόνων. Τhe Land of the Macedonians. TRADITIONAL Folklore Music A male chorus sings this passionate song in a foreign language which sounds like Greek. The song is medium tempo with hand percussion like drums, small hand drum, tambourine and a beat with sticks. The vocals are emphatic and sung in lively parts. The song is passionate, emotional, sentimental, and sounds like an anthem or a love song for the Country or a Leader. 2010-03-08T11:03:55Z Florinamak http://florinamak.blogspot.com/2010/03/blog-post.html H ΓΗ ΤΟΥ ΜΕΓΑΛΕΞΑΝΔΡΟΥ Η γη του Μεγαλέξανδρου η γη των Μακεδόνων Η γη του Μεγαλέξανδρου η γη των Μακεδόνων ήταν και θα ναι ελληνική το καμάρι των αιώνων ήταν και θα ναι ελληνική το καμάρι των αιώνων Απ το βορά ως το νοτιά Ανατολή και Δύση Απ τον βορά ως το νοτιά Ανατολή και Δύση Ένα τραγούδι αντηχεί Ποιος θα το σταματήσει Ένα τραγούδι αντηχεί Ποιος θα το σταματήσει Μπάτε κορίστα στο χορό Αγόρια στο μεθύσι Μπάτε κορίστα στο χορό Αγόρια στο μεθύσι Τούτο τον τόπο δεν μπορεί Κανείς να τον πατήσει Τούτο τον τόπο δεν μπορεί Κανείς να τον πατήσει Μπάτε κορίστα στο χορό Αγόρια στο μεθύσι Τούτο τον τόπο δεν μπορεί Κανείς να τον πατήσει Τούτο τον τόπο δεν μπορεί Κανείς να τον πατήσει Τούτο τον τόπο δεν μπορεί Κανείς να τον πατήσει Τούτο τον τόπο δεν μπορεί Κανείς να τον πατήσειιιι ΤΑ ΤΡΑΓΟΥΔΙΑ ΤΗΣ ΜΑΚΕΔΟΝΙΑΣ ΤΕΡΖΗΣ ΜΠΑΓΙΩΚΗΣ ["Mantra", "Chant", "Folk music", "Music", "Vocal music"] ["male harmony", "medium tempo", "foreign language", "greek song", "anthem", "hand percussion", "tambourine", "hand drums", "sticks", "choral harmony", "unity", "patriotic", "anthem", "patriotism", "passionate", "emotional", "sentimental", "love", "devotion", "loyalty", "intense", "tenor", "baritone", "bass"] 7 2JnlmS1zzls 352

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 742.994ms · About: simonw/musiccaps-datasette