Mirby Posted April 2, 2015 Posted April 2, 2015 The ASS may have many uses but it's by no means perfect. Quote
timaeus222 Posted April 2, 2015 Posted April 2, 2015 The ASS may have many uses but it's by no means perfect. It still needs some reSHAPEing and reFINEing until it's more efficient and well-ROUNDED. Quote
Rexy Posted April 2, 2015 Posted April 2, 2015 So if DJP said the tracks were mostly based on date (which is odd because for the most part I felt my mixposts seemed accurate), I'm now interested to know which date-range had tracks that were actually techno. Nice gag yesterday! Quote
djpretzel Posted April 3, 2015 Author Posted April 3, 2015 So, if anyone was wondering about the "coding" behind this wonderful feature: We've got an existing set of tags in our database that were imported from the forum thread tags If a mix was tagged "EDM" - that was techno If a mix was tagged "synth" - that was possibly techno If neither tag was present, that was probably not techno (maybe) Our tags are FAR less complete on older mixes, so as you went back in time, fewer mixes were labeled techno or possibly techno This was written in XSLT, so something like: <xsl:choose> <xsl:when test="/list/terms[./@name = 'EDM']">Techno</xsl:when> <xsl:when test="/list/terms[./@name = 'synth']">Possibly Techno</xsl:when> <xsl:otherwise>Probably Not Techno (Maybe)</xsl:otherwise></xsl:choose> Quote
Rexy Posted April 3, 2015 Posted April 3, 2015 So, if anyone was wondering about the "coding" behind this wonderful feature: We've got an existing set of tags in our database that were imported from the forum thread tags If a mix was tagged "EDM" - that was techno If a mix was tagged "synth" - that was possibly techno If neither tag was present, that was probably not techno (maybe) Our tags are FAR less complete on older mixes, so as you went back in time, fewer mixes were labeled techno or possibly techno This was written in XSLT, so something like: <xsl:choose> <xsl:when test="/list/terms[./@name = 'EDM']">Techno</xsl:when> <xsl:when test="/list/terms[./@name = 'synth']">Possibly Techno</xsl:when> <xsl:otherwise>Probably Not Techno (Maybe)</xsl:otherwise></xsl:choose> Wow, now this actually makes a lot of sense! When you mentioned "date" in avaris's recent mixpost, I felt as if I seemed to be missing something, but now I understood the magic. Thanks for the clarification! Quote
timaeus222 Posted April 3, 2015 Posted April 3, 2015 So, if anyone was wondering about the "coding" behind this wonderful feature: We've got an existing set of tags in our database that were imported from the forum thread tags If a mix was tagged "EDM" - that was techno If a mix was tagged "synth" - that was possibly techno If neither tag was present, that was probably not techno (maybe) Our tags are FAR less complete on older mixes, so as you went back in time, fewer mixes were labeled techno or possibly techno This was written in XSLT, so something like: <xsl:choose> <xsl:when test="/list/terms[./@name = 'EDM']">Techno</xsl:when> <xsl:when test="/list/terms[./@name = 'synth']">Possibly Techno</xsl:when> <xsl:otherwise>Probably Not Techno (Maybe)</xsl:otherwise></xsl:choose> Hah, that's much simpler than the one I posted 2 pages ago. Quote
Platonist Posted April 14, 2015 Posted April 14, 2015 the funniest thing about this joke is that there is not a single Techno remix on OCR. not one. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.