Last active
November 16, 2020 11:13
-
-
Save blubbll/a10c676b3c1df40f62efb2a61f526750 to your computer and use it in GitHub Desktop.
Mubert has new playlists!
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function getChannels(_pat) { | |
var xhr = new XMLHttpRequest(); | |
xhr.open("POST", "https://api-b2b.mubert.com/v2/GetPlayMusic", true); | |
xhr.setRequestHeader('Content-Type', 'application/json'); | |
xhr.send(JSON.stringify({ | |
"method":"GetPlayMusic", | |
"params": | |
{ | |
"pat":_pat | |
} | |
})); | |
xhr.onload = function() { | |
var data = JSON.parse(this.responseText); | |
var PLAYLISTS = "" | |
for (cat of data.data.categories){ | |
for(group of cat.groups){ | |
PLAYLISTS+= `--------------------\r\n${group.playlist} : ${group.name}\r\n------\r\n` | |
for(ch of group.channels){ | |
PLAYLISTS+= `${ch.playlist} : ${ch.name}\r\n` | |
} | |
} | |
console.log(PLAYLISTS) | |
} | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://ff1.mubert.com/b2b/v2?playlist{{playlist}}&pat{{pattern}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-------------------- | |
0.0 : Calm | |
------ | |
0.0.0 : Calm | |
0.0.1 : Acoustic | |
-------------------- | |
0.1 : Energizing | |
------ | |
0.1.0 : Pumped | |
0.1.1 : Groovy | |
0.1.2 : Upbeat | |
0.1.3 : Night | |
0.1.4 : Extreme | |
0.1.5 : Motivation | |
-------------------- | |
0.2 : Joyful | |
------ | |
0.2.0 : Happy | |
0.2.1 : Optimistic | |
-------------------- | |
0.3 : Sad | |
------ | |
0.3.0 : Sad | |
0.3.1 : Sentimental | |
-------------------- | |
0.4 : Tense | |
------ | |
0.4.0 : Serious | |
0.4.1 : Dramatic | |
-------------------- | |
0.5 : Beautiful | |
------ | |
0.5.0 : Beautiful | |
0.5.1 : Peaceful | |
0.5.2 : Friends | |
0.5.3 : Gentle | |
-------------------- | |
0.6 : Erotic | |
------ | |
0.6.0 : Romantic | |
-------------------- | |
0.7 : Dreamy | |
------ | |
0.7.0 : Dreamy | |
-------------------- | |
0.8 : Heroic | |
------ | |
0.8.0 : Epic | |
-------------------- | |
0.10 : Scary | |
------ | |
0.10.0 : Spooky | |
-------------------- | |
1.0 : Minimal | |
------ | |
1.0.0 : Minimal 120 | |
1.0.1 : Minimal 170 | |
-------------------- | |
2.0 : Ambient | |
------ | |
2.0.0 : Ambient | |
-------------------- | |
2.1 : Classical | |
------ | |
2.1.0 : Piano | |
-------------------- | |
2.2 : Lullaby | |
------ | |
2.2.0 : Lullaby | |
-------------------- | |
2.3 : Noise | |
------ | |
2.3.0 : White Noise | |
2.3.1 : Pink Noise | |
2.3.2 : Brown Noise | |
-------------------- | |
2.4 : Sounds | |
------ | |
2.4.0 : Rain | |
2.4.1 : Water | |
2.4.2 : Fire | |
2.4.3 : Forest | |
2.4.4 : Nature | |
-------------------- | |
3.0 : Ambient | |
------ | |
3.0.0 : Meditation | |
3.0.1 : Om | |
3.0.2 : Zen | |
-------------------- | |
3.1 : Chill | |
------ | |
3.1.0 : Beautiful | |
-------------------- | |
4.0 : Chillout | |
------ | |
4.0.0 : Chillout | |
4.0.1 : Romantic | |
-------------------- | |
4.1 : Ethnic | |
------ | |
4.1.0 : Ethnic 108 | |
-------------------- | |
4.2 : Summer | |
------ | |
4.2.0 : Summer | |
-------------------- | |
4.3 : Travel | |
------ | |
4.3.0 : Travel | |
-------------------- | |
5.0 : Fitness | |
------ | |
5.0.1 : Fitness 90 | |
5.0.2 : Energy 100 | |
-------------------- | |
5.1 : Cardio | |
------ | |
5.1.0 : Cardio 120 | |
5.1.1 : Cardio 130 | |
-------------------- | |
5.2 : Running | |
------ | |
5.2.0 : Run 130 | |
5.2.1 : Run 140 | |
5.2.2 : Run 160 | |
5.2.3 : Run 180 | |
-------------------- | |
5.3 : Yoga | |
------ | |
5.3.0 : Yoga | |
-------------------- | |
6.0 : EDM | |
------ | |
6.0.0 : Bassline | |
6.0.1 : EDM | |
6.0.2 : Tropical House | |
-------------------- | |
6.1 : House | |
------ | |
6.1.0 : House | |
6.1.1 : Deep House | |
6.1.2 : Minimal House | |
6.1.3 : Bassline House | |
6.1.4 : Disco House | |
6.1.5 : Melodic House | |
6.1.6 : Chillrave | |
-------------------- | |
6.2 : Techno | |
------ | |
6.2.0 : Techno | |
6.2.1 : Dubtechno | |
6.2.2 : Hardtechno | |
-------------------- | |
6.3 : Chill | |
------ | |
6.3.0 : Downtempo | |
6.3.1 : Chill | |
6.3.2 : Psychill | |
6.3.4 : Lounge | |
-------------------- | |
6.4 : Hiphop | |
------ | |
6.4.0 : Lofi | |
6.4.1 : Hiphop | |
6.4.2 : Trap | |
6.4.3 : Chill Hop | |
-------------------- | |
6.5 : Ambient | |
------ | |
6.5.0 : Atmosphere | |
6.5.1 : Ambient | |
6.5.2 : Darkambient | |
-------------------- | |
6.6 : Electronica | |
------ | |
6.6.0 : Electronica | |
6.6.1 : IDM | |
6.6.2 : Braindance | |
6.6.3 : Synthwave | |
-------------------- | |
6.7 : Trance | |
------ | |
6.7.0 : Chillgressive | |
6.7.1 : Trance | |
6.7.2 : Uplifting Trance | |
6.7.3 : Psytrance | |
-------------------- | |
6.8 : Drumnbass | |
------ | |
6.8.0 : Drumnbass | |
6.8.1 : Liquidfunk | |
6.8.2 : Neurofunk | |
6.8.3 : Microfunk | |
-------------------- | |
6.9 : Dub | |
------ | |
6.9.0 : Dub | |
-------------------- | |
6.10 : Bass | |
------ | |
6.10.0 : Glitch Hop | |
-------------------- | |
6.11 : Breakbeat | |
------ | |
6.11.0 : Breakbeat | |
6.11.1 : Big Beat | |
-------------------- | |
6.12 : Jazz & Funk | |
------ | |
6.12.0 : Acid Jazz | |
6.12.1 : Electro Funk | |
6.12.2 : Funk | |
-------------------- | |
6.13 : Disco | |
------ | |
6.13.0 : Nu Disco | |
6.13.1 : Indie Dance | |
-------------------- | |
6.15 : Pop | |
------ | |
6.15.0 : Pop | |
6.15.1 : Future Pop | |
6.15.3 : Country Pop | |
6.15.4 : Latin Pop | |
6.15.5 : Indie Pop | |
6.15.6 : Slow Ballad | |
6.15.7 : Reggaeton | |
6.15.8 : R&B | |
-------------------- | |
6.16 : Rock & Metal | |
------ | |
6.16.0 : Indie Rock | |
6.16.1 : Post-Rock | |
-------------------- | |
6.17 : Classical | |
------ | |
6.17.0 : Classical | |
6.17.1 : Neo-classic | |
-------------------- | |
6.18 : Folk | |
------ | |
6.18.0 : World Music | |
6.18.1 : Folk |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment