M
M
murich2014-08-09 18:01:14
JavaScript
murich, 2014-08-09 18:01:14

Is there an API/database to determine the music genre?

It is necessary to determine the musical genre by the name / hash of the track.
Maybe you know where you can parse from or how to organize all this in general?

Answer the question

In order to leave comments, you need to log in

5 answer(s)
S
Sergey, 2016-05-31
@frost18

Track the scroll event, get the block coordinates, and if they satisfy the conditions, then apply position: fixed styles to this block

J
Justin Bieber, 2016-05-31
@JustinBieber

.b-content-footer.sticky {
position: fixed;
bottom: 0;
}

C
Clever_Coyote, 2016-05-31
@Clever_Coyote

Высчитать высоту от края экрана до низа блока, js-ом повесить класс с position: fixed когда высота становится больше высчитанной.

S
Sergey Tsepelev, 2014-08-10
@tsepelev

Here is how it is organized in Yandex.Music habrahabr.ru/company/yandex/blog/181219

K
Kir, 2014-08-10
@angry_bender

It is possible through the lastfm api, first, through the search, we determine the track by name, then its genre tags, we take the first N there with a weight greater than M.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question