Last active
December 11, 2020 21:46
-
-
Save VxJasonxV/48294f11b62c0249ba62a4fcff601084 to your computer and use it in GitHub Desktop.
ONESEVENTY Releases 1-50
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
require 'wavefile' | |
include WaveFile | |
releases = Dir.glob("/Volumes/ONESEVENTY/Singles/*") | |
releases.each do |r| | |
tracklist = [] | |
catno, album_artist, album_name = File.basename(r).split(' - ') | |
tracks = Dir.glob("#{r}/*.wav") | |
tracks.sort_by! { |f| f.match("Radio Edit") ? 0 : 1 } | |
tracks.each_with_index do |t, i| | |
wav = Reader.new(t) | |
t = File.basename(t, '.wav') | |
parts = t.split(' - ') | |
duration = wav.total_duration | |
length = duration.minutes.to_s.rjust(2, "0") << ":" << | |
duration.seconds.to_s.rjust(2, "0") | |
tracklist << { | |
track_nr: sprintf('%02d', i), | |
artist: parts[0], | |
title: parts[1..-1], | |
length: length | |
} | |
end | |
seed = <<-HTML | |
<html> | |
<head> | |
</head> | |
<body> | |
<form name="form" id="form" action="https://musicbrainz.org/release/add" method="POST"> | |
<input name="name" type="text" value="#{album_name}" /><br /> | |
<input name="artist_credit.names.0.name" type="text" value="#{album_artist}" /><br /> | |
<input name="language" type="text" value="eng" /><br /> | |
<input name="script" type="text" value="Latn" /><br /> | |
<input name="type" type="text" value="single" /> | |
<input name="status" type="text" value="official" /><br /> | |
<input name="packaging" type="text" value="none" /><br /> | |
<input name="events.0.country" type="text" value="XW" /><br /> | |
<input name="labels.0.mbid" type="text" value="cab8241b-2b65-4c4c-9291-f2e64e8e56ca" /> | |
<input name="labels.0.catalog_number" type="text" value="ONESEVENTY#{catno}" /><br /> | |
<input name="mediums.0.format" type="text" value="Digital Media" /> <br /> | |
HTML | |
tracklist.each_with_index do |t, i| | |
seed << <<-HTML | |
<input name="mediums.0.track.#{i}.name" type="text" value="#{t[:title][0]}"/> | |
<input name="mediums.0.track.#{i}.length" type="text" value="#{t[:length]}"/><br /> | |
HTML | |
end | |
seed << <<-HTML | |
<input name="urls.0.url" type="text" value="https://www.oneseventy.net/label-store"/> | |
<input name="urls.0.link_type" type="text" value="74"/><br /> | |
<textarea name="edit_note" type="text">Data comes from https://www.oneseventy.net/single-post/2019/10/01/oneseventy-volume-one-releases-01-50-8gb-usb which I have in my possession. | |
This volume contains WAV files with no metadata, all data is programmatically derived from directory names and file names. Can provide ls/tree output on request, can also provide the source code I will publish after I run these 50 inserts to completion. | |
Media does not contain track numbers on albums with > 1 track. I have opted to put Radio Edits first which is what I've conventionally seen on digital releases, such as https://music.apple.com/us/album/reflections-feat-lokka-vox-single/1477673119 for example. All other tracks (though there are none besides Extended Mix as of this writing) will be alphabetically sorted.</textarea><br /> | |
<input type="submit" value="seed"> | |
</form> | |
</body> | |
</html> | |
HTML | |
puts seed | |
File.write("#{ENV['HOME']}/tmp/seed.html", seed) | |
system('open', "#{ENV['HOME']}/tmp/seed.html") | |
gets | |
end |
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
/Volumes/ONESEVENTY/Singles/ | |
βββ 001 - Technikore & JTS feat. Emi - Siren | |
βΒ Β βββ ONESEVENTY1 (Alf Bamford's conflicted copy 2020-07-18).jpg | |
βΒ Β βββ ONESEVENTY1.jpg | |
βΒ Β βββ Technikore & JTS feat. Emi - Siren (Original Mix).wav | |
βββ 002 - Scott Brown & JTS - Never Stop | |
βΒ Β βββ ONESEVENTY2.jpg | |
βΒ Β βββ Scott Brown & JTS - Never Stop (Original Mix).wav | |
βββ 003 - Technikore & Mob - Fallen | |
βΒ Β βββ ONESEVENTY3.jpg | |
βΒ Β βββ Technikore & Mob - Fallen (Original Mix).wav | |
βββ 004 - Technikore, JTS, Al Storm & Weaver - Feeder | |
βΒ Β βββ ONESEVENTY4.jpg | |
βΒ Β βββ Technikore, JTS, Al Storm & Weaver - Feeder (Original Mix).wav | |
βββ 005 - Technikore feat. Emi - Just Be | |
βΒ Β βββ ONESEVENTY5.jpg | |
βΒ Β βββ Technikore feat. Emi - Just Be (Original Mix).wav | |
βββ 006 - Technikore & JTS - Viper | |
βΒ Β βββ ONESEVENTY6.jpg | |
βΒ Β βββ Technikore & JTS - Viper (Original Mix).wav | |
βββ 007 - Technikore & Zander - My Territory 2016 | |
βΒ Β βββ ONESEVENTY7.jpg | |
βΒ Β βββ Technikore & Zander - My Territory 2016 (Original Mix).wav | |
βββ 008 - Technikore & JTS - Worlds Collide | |
βΒ Β βββ ONESEVENTY8.jpg | |
βΒ Β βββ Technikore & JTS - Worlds Collide (Original Mix).wav | |
βββ 009 - JTS feat. Harri Rush - Forever | |
βΒ Β βββ JTS feat. Harri Rush - Forever (Original Mix).wav | |
βΒ Β βββ ONESEVENTY9.jpg | |
βββ 010 - Technikore feat. Emi - Another World | |
βΒ Β βββ ONESEVENTY10.jpg | |
βΒ Β βββ Technikore feat. Emi - Another World (Original Mix).wav | |
βββ 011 - Steve Hill vs Technikal - Right Here Right Now (JTS Remix) | |
βΒ Β βββ ONESEVENTY11.jpg | |
βΒ Β βββ Steve Hill vs Technikal - Right Here Right Now (JTS Remix).wav | |
βββ 012 - Technikore & JTS - Voodoo | |
βΒ Β βββ ONESEVENTY12.jpg | |
βΒ Β βββ Technikore & JTS - Voodoo (Original Mix).wav | |
βββ 013 - Impact & Resist - Sunrise (Technikore Remix) | |
βΒ Β βββ Impact & Resist - Sunrise (Technikore Remix).wav | |
βΒ Β βββ ONESEVENTY13.jpg | |
βββ 014 - Technikore & JTS feat. Harri Rush - Close The Door | |
βΒ Β βββ ONESEVENTY14.jpg | |
βΒ Β βββ Technikore & JTS feat. Harri Rush - Close The Door (Original Mix).wav | |
βββ 015 - Technikore & Weaver - Torn To Pieces | |
βΒ Β βββ ONESEVENTY15.jpg | |
βΒ Β βββ Technikore & Weaver - Torn To Pieces (Original Mix).wav | |
βββ 016 - JTS - Messin With My Head | |
βΒ Β βββ JTS - Messin With My Head (Original Mix).wav | |
βΒ Β βββ ONESEVENTY16.jpg | |
βββ 017 - Technikore & JTS vs Michael Mansion - Light Show | |
βΒ Β βββ ONESEVENTY17.jpg | |
βΒ Β βββ Technikore & JTS vs Michael Mansion - Light Show (Original Mix).wav | |
βββ 018 - Steve Hill vs Technikal - Don't Hesitate (Technikore's OneSeventy Remix) | |
βΒ Β βββ ONESEVENTY18.jpg | |
βΒ Β βββ Steve Hill vs Technikal - Don't Hesitate (Technikore's OneSeventy Remix).wav | |
βββ 019 - Technikore - Go Down | |
βΒ Β βββ ONESEVENTY19.jpg | |
βΒ Β βββ Technikore - Go Down (Original Mix).wav | |
βββ 020 - JTS - Music Is My Suicide | |
βΒ Β βββ JTS - Music Is My Suicide (Original Mix).wav | |
βΒ Β βββ ONESEVENTY20.jpg | |
βββ 021 - Technikore - All That It Takes (Draugen Anthem) | |
βΒ Β βββ ONESEVENTY21.jpg | |
βΒ Β βββ Technikore - All That It Takes (Draugen Anthem) (Original Mix).wav | |
βββ 022 - Hixxy & Re-Con - Superhuman (Technikore & JTS Remix) | |
βΒ Β βββ Hixxy & Re-Con - Superhuman (Technikore & JTS Remix).wav | |
βΒ Β βββ ONESEVENTY22.jpg | |
βββ 023 - Technikore feat. Lindsey Marie - Nervous | |
βΒ Β βββ ONESEVENTY23.jpg | |
βΒ Β βββ Technikore feat. Lindsey Marie - Nervous (Original Mix).wav | |
βββ 024 - Technikore feat. Nathalie - Yours Tonight (Defekt & Stu Infinity Remix) | |
βΒ Β βββ ONESEVENTY24.jpg | |
βΒ Β βββ Technikore feat. Nathalie - Yours Tonight (Defekt & Stu Infinity Remix).wav | |
βββ 025 - JTS - Can't Nobody Stop Me! | |
βΒ Β βββ JTS - Can't Nobody Stop Me! (Original Mix).wav | |
βΒ Β βββ ONESEVENTY25.jpg | |
βββ 026 - Technikore feat. Jenny J - Lights Down Low (Jekyll Remix) | |
βΒ Β βββ ONESEVENTY26.jpg | |
βΒ Β βββ Technikore feat. Jenny J - Lights Down Low (Jekyll Remix).wav | |
βββ 027 - Technikore & JTS - Holdin' On | |
βΒ Β βββ ONESEVENTY27.jpg | |
βΒ Β βββ Technikore & JTS - Holdin' On (Original Mix).wav | |
βββ 028 - Technikal feat. Nathalie - There For You (WILSXN Remix) | |
βΒ Β βββ ONESEVENTY28.jpg | |
βΒ Β βββ Technikal feat. Nathalie - There For You (WILSXN Remix).wav | |
βββ 029 - JTS & Technikore - This Mind Of Mine | |
βΒ Β βββ JTS & Technikore - This Mind Of Mine (Original Mix).wav | |
βΒ Β βββ ONESEVENTY29.jpg | |
βββ 030 - Technikore feat. Emi - Just Be 2.0 | |
βΒ Β βββ ONESEVENTY30.jpg | |
βΒ Β βββ Technikore feat. Emi - Just Be 2.0 (Original Mix).wav | |
βββ 031 - JTS feat. In Measures - Can't Let You Go (Redux) | |
βΒ Β βββ JTS feat. In Measures - Can't Let You Go (Redux).wav | |
βΒ Β βββ ONESEVENTY31.jpg | |
βββ 032 - Technikore & Ravine - Freakz | |
βΒ Β βββ ONESEVENTY32.jpg | |
βΒ Β βββ Technikore & Ravine - Freakz (Original Mix).wav | |
βββ 033 - JTS & Weaver - Home | |
βΒ Β βββ JTS & Weaver - Home (Original Mix).wav | |
βΒ Β βββ ONESEVENTY33.jpg | |
βββ 034 - Technikore & JTS - In My Face | |
βΒ Β βββ ONESEVENTY34.jpg | |
βΒ Β βββ Technikore & JTS - In My Face (Original Mix).wav | |
βββ 035 - JTS feat. Lindsey Marie - Turn It Around | |
βΒ Β βββ JTS feat. Lindsey Marie - Turn It Around (Original Mix).wav | |
βΒ Β βββ ONESEVENTY35.jpg | |
βββ 036 - Technikore feat. Nathalie - Calling Out To You (Redux) | |
βΒ Β βββ ONESEVENTY36.jpg | |
βΒ Β βββ Technikore feat. Nathalie - Calling Out To You (Redux).wav | |
βββ 037 - Technikore & JTS - Careless | |
βΒ Β βββ ONESEVENTY37.jpg | |
βΒ Β βββ Technikore & JTS - Careless (Original Mix).wav | |
βββ 038 - Technikore & Mike Reverie - Losing Myself | |
βΒ Β βββ ONESEVENTY38.jpg | |
βΒ Β βββ Technikore & Mike Reverie - Losing Myself (Original Mix).wav | |
βββ 039 - Technikore & Vicky Fee - Stay Forever | |
βΒ Β βββ ONESEVENTY39.jpg | |
βΒ Β βββ Technikore & Vicky Fee - Stay Forever (Club Edit).wav | |
βΒ Β βββ Technikore & Vicky Fee - Stay Forever (Extended Mix).wav | |
βΒ Β βββ Technikore & Vicky Fee - Stay Forever (Radio Edit).wav | |
βββ 040 - Technikore & JTS - #YEET | |
βΒ Β βββ ONESEVENTY40.jpg | |
βΒ Β βββ Technikore & JTS - #YEET (Original Mix).wav | |
βΒ Β βββ Technikore & JTS - #YEET (Radio Edit).wav | |
βββ 041 - Technikore & Suae - Til I Burn | |
βΒ Β βββ ONESEVENTY41.jpg | |
βΒ Β βββ Technikore & Suae - Til I Burn (Hardstyle Mix - Radio Edit).wav | |
βΒ Β βββ Technikore & Suae - Til I Burn (Hardstyle Mix).wav | |
βΒ Β βββ Technikore & Suae - Til I Burn (Original Mix).wav | |
βΒ Β βββ Technikore & Suae - Til I Burn (Radio Edit).wav | |
βββ 042 - Technikore & Weaver feat. Lokka Vox - Find You Now | |
βΒ Β βββ ONESEVENTY42.jpg | |
βΒ Β βββ Technikore & Weaver feat. Lokka Vox - Find You Now (Extended Mix).wav | |
βΒ Β βββ Technikore & Weaver feat. Lokka Vox - Find You Now (Radio Edit).wav | |
βββ 043 - Technikore & JTS - Dimensions | |
βΒ Β βββ ONESEVENTY43.jpg | |
βΒ Β βββ Technikore & JTS - Dimensions (Extended Mix).wav | |
βΒ Β βββ Technikore & JTS - Dimensions (Radio Edit).wav | |
βββ 044 - Summa Jae - If Ever | |
βΒ Β βββ ONESEVENTY44.jpg | |
βΒ Β βββ Summa Jae - If Ever (Extended Mix).wav | |
βΒ Β βββ Summa Jae - If Ever (Radio Edit).wav | |
βββ 045 - Technikore & MC Riddle - The Phantom | |
βΒ Β βββ ONESEVENTY45.jpg | |
βΒ Β βββ Technikore & MC Riddle - The Phantom (Extended Mix).wav | |
βΒ Β βββ Technikore & MC Riddle - The Phantom (Radio Edit).wav | |
βββ 046 - Macks Wolf - Hit 'Em Like This | |
βΒ Β βββ Macks Wolf - Hit 'Em Like This (Extended Mix).wav | |
βΒ Β βββ Macks Wolf - Hit 'Em Like This (Radio Edit).wav | |
βΒ Β βββ ONESEVENTY46.jpg | |
βββ 047 - Technikore & Suae - Wake Me Up | |
βΒ Β βββ ONESEVENTY47.jpg | |
βΒ Β βββ Technikore & Suae - Wake Me Up (Extended Mix).wav | |
βΒ Β βββ Technikore & Suae - Wake Me Up (Radio Edit).wav | |
βββ 048 - Mark Breeze & Macks Wolf feat. Heidi Anne - Turn On The Light | |
βΒ Β βββ Mark Breeze & Macks Wolf feat. Heidi Anne - Turn On The Light (Extended Mix).wav | |
βΒ Β βββ Mark Breeze & Macks Wolf feat. Heidi Anne - Turn On The Light (Radio Edit).wav | |
βΒ Β βββ ONESEVENTY48.jpg | |
βββ 049 - Firelite feat. Nheon & Jack Knight - What You Want (Technikore & Suae Remix) | |
βΒ Β βββ Firelite feat. Nheon & Jack Knight - What You Want (Technikore & Suae Radio Edit).wav | |
βΒ Β βββ Firelite feat. Nheon & Jack Knight - What You Want (Technikore & Suae Remix).wav | |
βΒ Β βββ ONESEVENTY49.jpg | |
βββ 050 - Dougal & Disco's Over feat. Lokka Vox - Reflections | |
βββ Dougal & Disco's Over feat. Lokka Vox - Reflections (Extended Mix).wav | |
βββ Dougal & Disco's Over feat. Lokka Vox - Reflections (Radio Edit).wav | |
βββ ONESEVENTY50.jpg | |
50 directories, 116 files |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment