RYM #750-#501: Closers (July 2024) (2025)

Quiz Lab

Quiz Lab

Music

Album

Type in answers that appear in a list

Type in answers that appear in a list

Classic

Can you name the RYM #750-#501: Closers (July 2024)?

By jmbier2000

25m

250 Questions

1 Play1 Plays

1 Plays

Comments

Give Quiz Kudos

Give Quiz Kudos

-

Forced OrderAnswers have to be entered in order

Answers have to be entered in order

")$objective.click(() => {window.onClickObjective(reckoningQuestObjective.quest_number, reckoningQuestObjective.objective_number, reckoningQuestObjective.quest_id, reckoningQuestObjective.objective_id, $objective);});if (!window.mweb) {$j('#snark').hide();$objective.insertAfter($j('#gameOverMsg'));} else if (is_flagship_app_view) {$j('#snark').html();$objective.appendTo($j('#snark'));} else {$objective.appendTo($j('#reckoning .stats-wrapper'));}} else if (showSnark) {var snark = getSnark(userPct);var attachSnarkModalListener = false;if (snark !== '') {snark = ""+snark+"";if (!window.mweb) {if (false) {attachSnarkModalListener = true;snark += "";} else {snark += "";}}} else {$j('#snark').hide();}$j('#snark').html(snark);if(attachSnarkModalListener){ $j('#hide-snark-open-confirmation-modal').on('click', function () { var modalArgs = {title: 'Hide These Messages?',message: 'Are you sure you want to hide post-quiz messages?', onYes: function(remodal){ $j.ajax({ type: "GET", url: "/ajax/user_settings.php", data: {s: 0}, success: function(response) { if (response.success) { $j('#snark').hide(); remodal.close(); } else { if (response.responseJSON.message) { remodal.$modal.find('#confirmation-error').html(response.responseJSON.message); remodal.$modal.find('#confirmation-error').show(); } else { remodal.$modal.find('#confirmation-error').html('There was an error saving your preferences. Please contact feedback if you continue to see this issue.'); remodal.$modal.find('#confirmation-error').show(); } } }, error: function(response) { if (response.responseJSON.message) { remodal.$modal.find('#confirmation-error').html(response.responseJSON.message); remodal.$modal.find('#confirmation-error').show(); } else { remodal.$modal.find('#confirmation-error').html('There was an error saving your preferences. Please contact feedback if you continue to see this issue.'); remodal.$modal.find('#confirmation-error').show(); } } }); } }; SporcleLib.Modal._openConfirmationModal(modalArgs); }); }} else {$j('#snark').hide();}// Update get reckoning with playlist infovar playlistData;if (mweb) {playlistData = typeof window.playlist === 'object' && window.playlist.hasOwnProperty('games') ? window.playlist : null;} else {playlistData = window.Sporcle.gameData.playlist ? window.Sporcle.gameData.playlist.vm.data : null;}if (playlistData) {playlistReckoning(playlistData, userPct, false && !stopwatch);}$j('#playGameBar').addClass('reckoning');$j('#reckonBox').show();if (mweb) {/* mobile games only */$j('#reckoning-numright').html(numRight);$j('#reckoning-time').html(displayTime(timerSecs));if (stopwatch) {$j('#reckoning-time-title').text("Stopwatch");$j('#reckoning-time, #reckoning-score').addClass('timePast');}var checkToOpenFlorinPlayGoalModal = () => {if (userPct == 0) {return;}if (!florinsPlayGoalData) {return;}var openModal = false;if (florinsPlayGoalData.reward_claimable) {openModal = true;} else if (florinsPlayGoalData.curr_streak + 1 == florinsPlayGoalData.goal_days && florinsPlayGoalData.plays_today == 0) {// First play of the day, this should complete their play goalopenModal = true;}if (openModal) { window.SporcleLib.Modal.openFlorinPlayGoalModal({ // Fudge these values to be at the goal, since we haven't necessarily logged this play yet and it might be the 7th curr_streak : florinsPlayGoalData.goal_days, reward_claimable : true, plays_today : florinsPlayGoalData.plays_today + 1, goal_days : florinsPlayGoalData.goal_days, reward_amount : florinsPlayGoalData.reward_amount, })}}if (is_flagship_app_view) {let animations = window.animations;let hapticType = 'success';let completeMsg;let animConfig = {animationData : animations.checkmark,loop : true,playSegments : [[0, 30], [31, 75]]};if (userPct == 1) {animConfig.animationData = animations.perfectScore;animConfig.playSegments = [[0, 14], [15, 75]];completeMsg = "Perfect Score!";} else if (timerSecs == 0) {hapticType = 'error';animConfig.animationData = animations.outOfTime;animConfig.playSegments = [[0, 14], [15, 75]];completeMsg = "Out of Time!";} else if (_spks && !didGiveUp) {hapticType = 'error';animConfig.animationData = animations.bomb;animConfig.playSegments = [[0, 14], [15, 75]];completeMsg = "You Hit a Mine!";}window.SporcleLib.Modal.openModalFromTpl($j('#post-game-modal-tpl').html(), {show_loading : false,onInit : (modal) => {let $modal = modal.$modal; $modal.attr('id', 'postGameModal'); postGameAnim = lottie.loadAnimation({container : $modal.find('#postGameIcon')[0],animationData : animConfig.animationData,loop : animConfig.loop,autoplay : false});$modal.find('.modal-close').on('click', () => {window.continuePostQuiz();}); $modal.find('#completeMsg').html(completeMsg); $modal.find('#postPct').html(roundPercentScore(userPct));$modal.find('#postCorrect').html($j('#reckoning-score').text());if (snark) {$modal.find('#snark').html(snark);} else {$modal.find('#snark').hide();}setTimeout(() => {postGameAnim.playSegments(animConfig.playSegments, true);// if (hapticType) {// setTimeout(() => {// window.SporcleApp.api.playHaptic(hapticType);// }, 150);// }}, 150);},onClose : () => {// Need this delay because if we open a new modal right as the close animation finishes,// Then the modal events get confused and the "onOpen" callback never gets calledsetTimeout(() => {checkToOpenFlorinPlayGoalModal();}, 50);}});} else {checkToOpenFlorinPlayGoalModal();}}$j('#playGameBox').empty().hide();$j('#postGameBox').show();}function toggleshow() {showans = !showans;}function roundPercentScore(pctScore) {return _.round(100 * pctScore);}function updateBadge(userPct) {var earned = false;if (quizBadge && userPct > 0) { if (quizBadge.criteria && quizBadge.criteria.length) { var requiredCount = quizBadge.criteria.length; var earnedCount = 0; //Loop through possible badge criteria to see if we earned them quizBadge.criteria.forEach(function (criterion) { var comparison = parseInt(criterion.compare); if(criterion.name === 'percent'){ if ((comparison === 0 && userPct === parseFloat(criterion.value)) || //'0' means percent needs to equal (comparison === 1 && userPct > parseFloat(criterion.value)) || //'1' means percent needs to be greater than (comparison === -1 && userPct < parseFloat(criterion.value)) //'-1' means percent needs to be less than (at the time of writing, no badge exists like this) ) { earnedCount++; } } else if (criterion.name === 'month'){ var d = new Date(); //getMonth() starts at 0 if((d.getMonth() + 1 == criterion.value && comparison === 0) || (d.getMonth() + 1 > criterion.value && comparison === 1) || (d.getMonth() + 1 < criterion.value && comparison === -1) ){ earnedCount++; } } else if (criterion.name === 'day'){ var d = new Date(); if((d.getDate() == criterion.value && comparison === 0) || (d.getDate() > criterion.value && comparison === 1) || (d.getDate() < criterion.value && comparison === -1) ){ earnedCount++; } } else if (criterion.name === 'day_of_the_week'){ var d = new Date(); if((d.getDay() == criterion.value && comparison === 0) || (d.getDay() > criterion.value && comparison === 1) || (d.getDay() < criterion.value && comparison === -1) ){ earnedCount++; } } else if (criterion.name === 'avg_percent' && typeof averageScore !== 'undefined') {var roundedUserPct = _.round(userPct, 2); //matches backend precision in badge trackervar roundedAvgPct = _.round(averageScore, 2);if((roundedUserPct == roundedAvgPct && comparison === 0) || (roundedUserPct > roundedAvgPct && comparison === 1) || (roundedUserPct < roundedAvgPct && comparison === -1) ){ earnedCount++; } }}); earned = earnedCount == requiredCount;} else {earned = true;}} if (earned) {quizBadge.condition_earned = true;quizBadge.achieved_count++; var spliceIndex = null;_(quizBadge.remaining_conditions).each(function(condition, index) {if (quizBadge.condition_id == condition.condition_id) {spliceIndex = index;}});_(quizBadge.conditions).each(function(condition, index) {if (quizBadge.condition_id == condition.condition_id) {condition.earned = true;}});if (spliceIndex !== null) {quizBadge.remaining_conditions.splice(spliceIndex, 1); quizBadge.condition_earned_date = (new Date()).toLocaleDateString(undefined, { year: 'numeric', month: 'long', day: 'numeric' });; }if (quizBadge.remaining_conditions.length === 0 ) {if (quizBadge.badge_earned && quizBadge.levelable) {quizBadge.achieved_count = 0;quizBadge.level++;var currDate = new Date();quizBadge.last_level_date = window.SporcleLib.getMonthString(currDate.getMonth()) + ' ' + currDate.getDate() + ', ' + currDate.getFullYear();} else {quizBadge.badge_earned = true;var currDate = new Date();quizBadge.earned_date = window.SporcleLib.getMonthString(currDate.getMonth()) + ' ' + currDate.getDate() + ', ' + currDate.getFullYear();if (quizBadge.levelable) {quizBadge.level = 1;quizBadge.last_level_date = window.SporcleLib.getMonthString(currDate.getMonth()) + ' ' + currDate.getDate() + ', ' + currDate.getFullYear();quizBadge.achieved_count = 0;}}}if (badgeTooltip) {badgeTooltip.deactivate();}if (badgeTooltipRightRail) {badgeTooltipRightRail.deactivate();}var template = _.template($j('#quiz-badge-template').html());if (window.mweb) {$j('#main-wrapper .quiz-badge').replaceWith($j(template(quizBadge)));} else {quizBadge.tooltip_trigger_id = 'quiz-badge-art';$j('#main-quiz-content .quiz-badge').replaceWith($j(template(quizBadge)));quizBadge.tooltip_trigger_id = 'quiz-badge-art-right-rail';$j('#right-rail .quiz-badge').replaceWith($j(template(quizBadge)));if (!quizBadge.badge_earned) {if (window.setupUnearnedBadgeTooltip) {window.setupUnearnedBadgeTooltip($j('#quiz-badge-art'), quizBadge);window.setupUnearnedBadgeTooltip($j('#quiz-badge-art-right-rail'), quizBadge);} else {var conditionsTemp = _.template($j('#badge-conditions-template').html());var tooltipHtml = $j(conditionsTemp(quizBadge));const badgeTooltipOptions = { //this should match /sporcle-ui/tooltips/functionalTooltipstarget : true,tipJoint : 'bottom middle',showOn : 'mouseover',hideTriggers : ['target','tip'],stemLength : 8,stemBase : 12,hideOn : 'mouseout',removeElementsOnHide : true,background : 'white',borderColor : '#d8d8d8',borderWidth : 1,shadowOffset : [3,3],shadowBlur : 10,showEffect : 'slide',showEffectDuration : 0.1,hideEffectDuration : 0.3,className : 'badge-tooltip',shadowColor : 'rgba(0,0,0,0.25)'};badgeTooltip = new Opentip('#quiz-badge-art', tooltipHtml.html(), badgeTooltipOptions);badgeTooltipRightRail = new Opentip('#quiz-badge-art-right-rail', tooltipHtml.html(), badgeTooltipOptions);}} else {if (window.setupEarnedBadgeTooltip) {window.setupEarnedBadgeTooltip($j('#quiz-badge-art'), quizBadge);window.setupEarnedBadgeTooltip($j('#quiz-badge-art-right-rail'), quizBadge);}}}}}function showHintTooltip(x, y, hint) {$hint = $j('#hintTooltip');if ($hint.length == 0) {$hint = $j('

' +'

' +'

' +'

' +'

' +'

').appendTo($j('body'));}if (hint) {var $afterContainer = $hint.find('.afterContainer');var $after = $hint.find('.after');// Set to max width before resize$afterContainer.css({width: '120px'});$hint.show();// Set tooltip text to hint$after.html(hint);// Get width of tooltip with textvar width = Math.ceil($after[0].offsetWidth) + 1;var leftShift = 0;if (mweb) {// Make sure the tooltip doesn't go off either side of the screenvar leftBound = 51;var rightBound = $j('body').width() - 71;var buf = 11;// Shift based on width of textvar shiftLimit = Math.max(width/2 - 20, 0);if (x < leftBound) {// Too close to left edge of screenleftShift = -shiftLimit;x = Math.max(x, buf);} else if (x > rightBound) {// Too close to right edge of screenleftShift = shiftLimit;x = Math.min(x, $j('body').width() - buf);}}// Set the position of the hint$hint.css({left: x + 'px',top: y + 'px',});// Set outer container size and position$afterContainer.css({width: width + 'px',left: '-' + ((width / 2) + leftShift) + 'px'});} else {$hint.hide();}}function getRandomColor() {var r = Math.round(Math.random() * 255);var g = Math.round(Math.random() * 255);var b = Math.round(Math.random() * 255);return 'rgb(' + r + ',' + g + ',' + b + ')';}function hintTooltipIsDisplayed() {return $j('#hintTooltip').is(':visible');}function getCurrentHintText() {return $j('#hintTooltip .afterContainer .after').text();}// This is used to yield execution to the main javascript thread so that we can break longer running tasks into smaller tasks.// See here: https://web.dev/articles/optimize-long-tasks?utm_source=devtoolsfunction yieldToMain () {return new Promise(resolve => {setTimeout(resolve, 0);});}async function runStartCode(stopwatch) {if (typeof gamePageIsLoaded != "undefined" && gamePageIsLoaded) {if (window.startTriggered) {return;} else {window.startTriggered = true;}if (typeof stopwatch !== 'undefined') {if (stopwatch) {window.selectTimerSetting('stopwatch');} else {window.selectTimerSetting('timer');}}// The `startGame` function does a lot, so we want to yield execution both before and after this call. Yielding before// will allow the existing task to finish, freeing up the runtime to move to the next thing in the message queue before startGame// executes. Yielding after will do the same, before we perform the rest of the actions related to starting a quiz.await yieldToMain();await startGame(1500);await yieldToMain();pickSlot();var tmp = document.createElement("input");tmp.value = "go";tmp.auto = true;var alen = answers.length;for (var i = 0; i < alen; i++) {if(!await checkGameInput(tmp)) {pickSlot();} else {tmp.value = "go";}}checkGameInput(tmp);callSPHooks('postStart');}}function callSPHooks(name) {if (typeof _spHooks != 'undefined') {var hlen = _spHooks[name].length;for (var i = 0; i < hlen; i++) {_spHooks[name][i]();}}}

0/250

Quiz is untimed. Quiz plays in practice mode will not be counted towards challenge completion or badge progress.

25:00

AlbumCloser
Yo La Tengo - Painful [1993]
David Bowie - Scary Monsters (And Super Creeps) [1980]
Animal Collective - Merriweather Post Pavilion [2009]
Charly García - Piano Bar [1984]
Incantation - Onward to Golgotha [1992]
Suffocation - Effigy of the Forgotten [1991]
D'Angelo - Brown Sugar [1995]
Denzel Curry - Melt My Eyez See Your Future [2022]
Sergey Rakhmaninov - Piano Concerto No. 2 in C minor [1946]
Ludwig van Beethoven - Symphony No. 9 "Choral" [1986]
Pig Destroyer - Terrifyer [2004]
Jorge López Ruiz - Bronca Buenos Aires [1971]
Willie Colón & Rubén Blades - Siembra [1978]
Denzel Curry - TA13OO [2018]
Johann Sebastian Bach - Goldberg Variations BWV 988 [1999]
Bolt Thrower - The IVth Crusade [1992]
Gorguts - Colored Sands [2013]
The Ornette Coleman Double Quartet - Free Jazz [1961]
Tim Hecker - Radio Amor [2003]
Coil - Musick to Play in the Dark [1999]
Erik Satie - Gnossiennes; Gymnopédies; Ogives; Trois sarabandes; Petite ouverture à danser [1995]
Gospel - The Moon Is a Dead World [2005]
Black Sabbath - Heaven and Hell [1980]
Dr. Dre - The Chronic [1992]
Incantation - Diabolical Conquest [1998]
Bathory - Under the Sign of the Black Mark [1987]
My Chemical Romance - Three Cheers for Sweet Revenge [2004]
Animal Collective - Feels [2005]
Freddie Gibbs & Madlib - Bandana [2019]
Amy Winehouse - Back to Black [2006]
David Bowie - Aladdin Sane [1973]
McCoy Tyner - The Real McCoy [1967]
Cindy Lee - Diamond Jubilee [2024]
Candlemass - Nightfall [1987]
Bob Marley & The Wailers - Catch a Fire [1973]
Cap'n Jazz - Burritos, Inspiration Point, Fork Balloon Sports, Cards in the Spokes, Automatic Biographies, Kites, Kung Fu, Trophies, Banana Peels We've Slipped On and Egg Shells We've Tippy Toed Over [1995]
Opeth - Damnation [2003]
Refused - The Shape of Punk to Come [1998]
The Cure - The Head on the Door [1985]
Patricio Rey y Sus Redonditos de Ricota [1986]
Arthur Verocai - Arthur Verocai [1972]
Iggy Pop - The Idiot [1977]
György Ligeti - Requiem; Lontano; Continuum [1969]
The Roots - Game Theory [2006]
Run the Jewels - Run the Jewels 2 [2014]
Nujabes - Metaphorical Music [2003]
Sonic Youth - Goo [1990]
Igor Stravinsky - Boulez Conducts Stravinsky's Le sacre du printemps [1969]
Philip Glass - Koyaanisqatsi [1998]
Purple Mountains - Purple Mountains [2019]
Boris - Akuma no uta [2003]
João Gilberto - João Gilberto [1973]
Henryk Mikołaj Górecki - Symphony No. 3 [1992]
Van der Graaf Generator - H to He Who Am the Only One [1970]
De La Soul - Stakes Is High [1996]
Fela Ransome Kuti & The Afrika 70 - Gentleman [1973]
Caetano Veloso - Transa [1972]
Paysage d'Hiver - Paysage d'Hiver [1999]
Rush - A Farewell to Kings [1977]
Bruce Springsteen - Nebraska [1982]
Johann Sebastian Bach - Die Kunst der Fuge [1992]
Steve Hiett - Down on the Road by the Beach [1983]
Don Cherry - Don Cherry [1977]
Mercyful Fate - Melissa [1983]
Faith No More - Angel Dust [1992]
Farazi v Kayra - Hayalet Islığı [2013]
Stereolab - Emperor Tomato Ketchup [1996]
PJ Harvey - Stories From the City, Stories From the Sea [2000]
Snoop Doggy Dogg - Doggystyle [1993]
Xiu Xiu - A Promise [2003]
Kendrick Lamar - Mr. Morale & The Big Steppers [2022]
Grant Green - Idle Moments [1965]
The Congos - Heart of the Congos [1977]
Creedence Clearwater Revival - Willy and the Poor Boys [1969]
Oneohtrix Point Never - Replica [2011]
Sade - Diamond Life [1984]
Burzum - Hvis lyset tar oss [1994]
Captain Beefheart and His Magic Band - Safe as Milk [1967]
Lee Morgan - Search for the New Land [1966]
Godspeed You! Black Emperor - Yanqui U.X.O. [2002]
Beach House - Teen Dream [2010]
Björk - Debut [1993]
Ludwig van Beethoven - The Late String Quartets [2004]
Gris - Il était une forêt [2007]
AlbumCloser
Autopsy - Mental Funeral [1991]
XTC - Skylarking [1986]
King Geedorah - Take Me to Your Leader [2003]
Cannibal Ox - The Cold Vein [2001]
Brian Eno with Daniel Lanois & Roger Eno - Apollo: Atmospheres & Soundtracks [1983]
Tim Hecker - Ravedeath, 1972 [2011]
Death Grips - N*ggas on the Moon: The Powers That B Disc 1 [2014]
Antonín Dvořák - »Aus der Neuen Welt« [1974]
Anthony Braxton - Willisau (Quartet) 1991 [1992]
Ornette Coleman - Science Fiction [1972]
Ground-Zero - Consume Red [1997]
Aretha Franklin - I Never Loved a Man the Way I Love You [1967]
Mercyful Fate - Don't Break the Oath [1984]
Dio - Holy Diver [1983]
Frank Zappa - Apostrophe (') [1974]
Van der Graaf Generator - Godbluff [1975]
John Coltrane - Ascension [1966]
Thelonious Monk Septet - Monk's Music [1957]
Judas Priest - Stained Class [1978]
Nick Cave & The Bad Seeds - The Good Son [1990]
Tiro de Gracia - Ser hümano!! [1997]
Cartola - Cartola [1976]
Ground-Zero - Revolutionary Pekingese Opera Ver.1.28 [1996]
Sepultura - Beneath the Remains [1989]
The Replacements - Tim [1985]
Faust - Faust IV [1973]
Mort Garson - Mother Earth's Plantasia [1976]
Songs: Ohia - Ghost Tropic [2000]
Candy Claws - Two Airships / Exploder Falls [2008]
Devon Hendryx - The Ghost~Pop Tape [2013]
Kate Bush - Never for Ever [1980]
Talk Talk - The Colour of Spring [1986]
Judas Priest - Defenders of the Faith [1984]
Spiritualized - Ladies and Gentlemen We Are Floating in Space [1997]
Morton Feldman - Feldman Edition 6: String Quartet No. 2 [2002]
Johannes Brahms - Symphonie No. 4 [1998]
The Jazz Composer's Orchestra - The Jazz Composer's Orchestra [1968]
Alice Coltrane - Ptah, the El Daoud [1970]
Judas Priest - Sad Wings of Destiny [1976]
Sonny Sharrock - Ask the Ages [1991]
Kero Kero Bonito - Time 'n' Place [2018]
Yo La Tengo - And Then Nothing Turned Itself Inside-Out [2000]
Steve Reich - Octet; Music for a Large Ensemble; Violin Phase [1980]
Ryuichi Sakamoto - 1996 [1996]
De La Soul - Buhloone Mindstate [1993]
Herbie Hancock - Empyrean Isles [1964]
Ghostface Killah - Ironman [1996]
Soda Stereo - Dynamo [1992]
Sepultura - Arise [1991]
Billy Joel - The Stranger [1977]
Prefab Sprout - Steve McQueen [1985]
Orchid - Dance Tonight! Revolution Tomorrow! [2000]
Magdalena Bay - Mercurial World [2021]
Portishead - Portishead [1997]
Tyler, the Creator - Call Me If You Get Lost [2022]
Jackson C. Frank - Jackson C. Frank [1965]
Dadawah - Peace and Love [1974]
Dead Can Dance - Within the Realm of a Dying Sun [1987]
Gal Costa - Gal Costa [1969]
billy woods & Kenny Segal - Hiding Places [2019]
Yes - The Yes Album [1971]
Metallica - ...And Justice for All [1988]
Songs: Ohia - Didn't It Rain [2002]
Ghostface Killah - Supreme Clientele [2000]
NEU! - NEU! '75 [1975]
Agalloch - The Mantle [2002]
The Sonny Criss Orchestra - Sonny's Dream (Birth of the New Cool) [1968]
The Who - Quadrophenia [1973]
Nico - Desertshore [1970]
UGK - Ridin' Dirty [1996]
The Horace Silver Quintet - Song for My Father (Cantiga para meu pai) [1965]
Crosby, Stills, Nash & Young - Déjà vu [1970]
Wayne Shorter - Speak No Evil [1966]
Immortal - At the Heart of Winter [1999]
Candy Claws - Ceres & Calypso in the Deep Time [2013]
Dmitri Shostakovich - Symphony No. 5, Op. 47 [1959]
Renaissance - Scheherazade and Other Stories [1975]
Digable Planets - Blowout Comb [1994]
Steve Roach - Structures From Silence [1984]
The Pharcyde - Bizarre Ride II the Pharcyde [1992]
Bathory - Blood Fire Death [1988]
Slayer - Seasons in the Abyss [1990]
Lingua Ignota - Sinner Get Ready [2021]
Susumu Hirasawa - Siren [1996]
AlbumCloser
Natural Snow Buildings - The Winter Ray [2004]
Suffocation - Pierced From Within [1995]
The Mothers of Invention - One Size Fits All [1975]
Caravan - In the Land of Grey and Pink [1971]
Deathspell Omega - Paracletus [2010]
billy woods & Kenny Segal - Maps [2023]
Paul McCartney and Wings - Band on the Run [1973]
Peter Gabriel - Peter Gabriel [1980]
Candlemass - Epicus Doomicus Metallicus [1986]
Animal Collective - Strawberry Jam [2007]
Baden Powell & Vinicius de Moraes - Os afro-sambas de Baden e Vinícius [1966]
Duke Ellington - Duke Ellington's Far East Suite [1967]
Gene Clark - No Other [1974]
Tim Hecker - Harmony in Ultraviolet [2006]
Robert Wyatt - Rock Bottom [1974]
Red House Painters - Down Colorful Hill [1992]
Tatsuro Yamashita - Ride on Time [1980]
FKA twigs - Magdalene [2019]
Frédéric Chopin - 4 Balladen; Barcarolle; Fantasie [1988]
Sly & The Family Stone - Stand! [1969]
Bob Dylan - Desire [1976]
Brand New - The Devil and God Are Raging Inside Me [2006]
Deftones - Around the Fur [1997]
New Order - Power, Corruption & Lies [1983]
Joanna Newsom - Divers [2015]
T. Rex - Electric Warrior [1971]
Bad Brains - Bad Brains [1982]
Komeda Quintet - Astigmatic [1966]
John Coltrane - Meditations [1966]
Jay-Z - The Blueprint [2001]
John Coltrane - Sun Ship [1971]
Townes Van Zandt - Our Mother the Mountain [1969]
Joni Mitchell - Court and Spark [1974]
The Mars Volta - De-Loused in the Comatorium [2003]
Art Blakey & The Jazz Messengers - Mosaic [1962]
Lift to Experience - The Texas-Jerusalem Crossroads [2001]
Marvin Gaye - Let's Get It On [1973]
Morbid Angel - Altars of Madness [1989]
Judas Priest - Screaming for Vengeance [1982]
Lamp - Koibito e [2004]
Big Black - Atomizer [1986]
Mastodon - Leviathan [2004]
Inanna - Converging Ages [2008]
The Doors - L.A. Woman [1971]
Pink Floyd - The Piper at the Gates of Dawn [1967]
Demilich - Nespithe [1993]
The Flaming Lips - Yoshimi Battles the Pink Robots [2002]
Kanye West - Graduation [2007]
Buena Vista Social Club - Buena Vista Social Club [1997]
Fẹla and Afrika 70 - Sorrow Tears and Blood [1977]
Broken Social Scene - You Forgot It in People [2002]
Isis - Panopticon [2004]
Lana Del Rey - Norman F*cking Rockwell! [2019]
black midi - Schlagenheim [2019]
Agustus Pablo - King Tubbys Meets Rockers Uptown [1977]
Cannonball Adderley - Somethin' Else [1958]
Neil Young with Crazy Horse - Zuma [1975]
PJ Harvey - To Bring You My Love [1995]
Low - I Could Live in Hope [1994]
Steely Dan - Can't Buy a Thrill [1972]
Frank Ocean - Endless [2018]
The Rolling Stones - Beggars Banquet [1968]
R.E.M. - Automatic for the People [1992]
Philip Glass - Glassworks [1982]
The Smiths - The Smiths [1984]
Elliott Smith - Figure 8 [2000]
Wolfgang Amadeus Mozart - Requiem [1987]
Santana - Abraxas [1970]
Jay-Z - Reasonable Doubt [1996]
Parliament - Funkentelechy vs. The Placebo Syndrome [1977]
Deep Purple - Deep Purple in Rock [1970]
Jessie Ware - What's Your Pleasure? [2020]
Johann Sebastian Bach - Mass in B minor [1985]
Scott Engel - Scott 4 [1969]
Sufjan Stevens - The Age of Adz [2010]
Pharoah Sanders - Deaf Dumb Blind (Summun bukmun umyun) [1970]
Béla Bartók - The 6 String Quartets [1997]
Clipse - Hell Hath No Fury [2006]
Acid Bath - When the Kite String Pops [1994]
Ulver - Bergtatt: Et eeventyr i 5 capitler [1995]
Aretha Franklin - Lady Soul [1968]
Gravediggaz - 6 Feet Deep [1994]
RYM #750-#501: Closers (July 2024) (2025)

FAQs

When was RYM made? ›

Rate Your Music
Type of siteSocial cataloging and community
CommercialYes
RegistrationOptional and free (required to view and post threads on forums)
LaunchedDecember 24, 2000
Current statusActive
3 more rows

How often do RYM charts update? ›

How often are the charts updated? Every week on Tuesdays between 9-10 AM Pacific US time (18:00-19:00 Central European time). Please be aware that the charts always represent a snapshot of the RYM database at the moment the charts were last updated.

Is RYM free? ›

While signing up for RYM is free and no strings attached, there are some house rules that we expect you to follow. In short, we strive to create a site and community where everyone is welcome.

How do you get popular on RYM? ›

The more lists you have, the more popular you are as a RYM user! Just add yourself to lists you don't even belong on, and soon enough this very very important section of your page will be filled up. Show how much cooler you are than everyone else! You can also use stills from obscure films, the blurrier the better!

What does RYM stand for? ›

Rate Your Music, a music-based website.

How does RYM rank? ›

RYM assigns a score to each album based on many factors, including weighted ratings (see the Weighting FAQ for more info). The albums are then sorted by score. The actual scores as well as the chart algorithm is not public (to prevent abuse of the system).

Why are albums bolded on RYM? ›

An album with the Bold Title, is considered by Rym as an outstanding album, definded by his ratings and activity between the users. Get a bolded album is very usual in artists, but get multiple bolded albums is a goal that only few great artists can achieve.

How often should I post music? ›

You should likely release a new single every 4-8 weeks.

This is achievable for most artists without sacrificing quality. You stay top of mind for fans / listeners. You pretty much always have something to talk about. It's enough time to properly promote every song.

What is sonemic? ›

Sonemic/Rate Your Music is a music discovery site, based on one of the largest music databases on earth, built with contributions from hundreds of thousands of people. Website https://rateyourmusic.com/ External link for Sonemic. Industry Musicians.

What is similar to RYM music websites? ›

Top 7 Competitors & Alternatives to rateyourmusic.com

List of rateyourmusic.com competitors in May 2024: discogs.com , with 54.67M visits, 76 authority score, 37.03% bounce rate. allmusic.com , with 6.28M visits, 70 authority score, 53.15% bounce rate. last.fm , with 57.19M visits, 84 authority score, 49.21% bounce ...

Can you add yourself to RYM? ›

Adding yourself / your band to the database

Submitting an artist page and releases for yourself or a band you're in is allowed, but only if you meet the Add a release inclusion criteria. Specifically: You may only add your band if you have a release that someone can realistically obtain without knowing you personally.

Is Imslp music free? ›

Free public domain sheet music. Availability: This resource is available to all library users.

How do songs get number 1? ›

In recent years, the average UK Top 40 single will have made at least 8,000 sales, while the number one track will have sold around 100,000 copies. The figures for the Official UK album chart are similar, with the average top 40 album selling over 4,000, and the number one typically achieving sales of around 60,000.

Where is RYM from? ›

RYM's country of origin

RYM is from Morocco.

What is considered a good rating on Rate Your Music? ›

4 - Very good. Well-done, but missing a certain inventiveness. 3.5 - Good. Either interesting but seriously flawed, or unremarkable.

When was rhythm of the night made? ›

"Rhythm of the Night" is a song by American musical recording group DeBarge, written by Diane Warren and released on February 23, 1985, on the Motown label as the first single from their fourth studio album Rhythm of the Night (1985).

When was shoegaze made? ›

A dense wall of sound that encourages introspection, cryptic lyrics, and a dreamy atmosphere that evokes a sense of intimacy as much as otherworldliness… This, and much more, is shoegaze: a genre that emerged in the UK in the late 1980s and revolutionised the perception of alternative rock for good.

When was endless rhythm made? ›

'Endless Rhythm', Robert Delaunay, 1934 | Tate.

When was AllMusic created? ›

AllMusic (previously known as All-Music Guide and AMG) is an American online music database. It catalogs more than three million album entries and 30 million tracks, as well as information on musicians and bands. Initiated in 1991, the database was first made available on the Internet in 1994.

References

Top Articles
Latest Posts
Recommended Articles
Article information

Author: Neely Ledner

Last Updated:

Views: 6440

Rating: 4.1 / 5 (62 voted)

Reviews: 85% of readers found this page helpful

Author information

Name: Neely Ledner

Birthday: 1998-06-09

Address: 443 Barrows Terrace, New Jodyberg, CO 57462-5329

Phone: +2433516856029

Job: Central Legal Facilitator

Hobby: Backpacking, Jogging, Magic, Driving, Macrame, Embroidery, Foraging

Introduction: My name is Neely Ledner, I am a bright, determined, beautiful, adventurous, adventurous, spotless, calm person who loves writing and wants to share my knowledge and understanding with you.