Writing Machine Directory/beatles: Difference between revisions
No edit summary |
|||
| Line 11: | Line 11: | ||
<p>(don't → Can be found in: Boys [line 23] + Boys [line 47]) | <p>(don't → Can be found in: Boys [line 23] + Boys [line 47]) | ||
<p>(make → Can be found in: Please Please Me [line 23] + Little Child [line 19]) | <p>(make → Can be found in: Please Please Me [line 23] + Little Child [line 19]) | ||
<p>(bad → Can be found in: Misery [line 1] + Misery [line 7])</blockquote>҈ | <p>(bad → Can be found in: Misery [line 1] + Misery [line 7])</blockquote>҈ FuN FaCT ҈ | ||
<p>'Hey Jude' can also be rendered as a State Machine | <p>'Hey Jude' can also be rendered as a State Machine | ||
<div class="hey-jude"> | <div class="hey-jude"> | ||
[[File:Hey-Jude-flowchart.jpg|alt=Hey Jude flowchart]] | [[File:Hey-Jude-flowchart.jpg|alt=Hey Jude flowchart]] | ||
</div> | </div> | ||
==🛠 How it's Made== | ==🛠 How it's Made== | ||
<p>⋄ I built a script to scrape [https://www.azlyrics.com AZLyrics] in order to collect all 176 lyrics of the entire Beatles' catalog to store them in a JSON file | <p>⋄ I built a script to scrape [https://www.azlyrics.com AZLyrics] in order to collect all 176 lyrics of the entire Beatles' catalog to store them in a JSON file | ||
Revision as of 18:00, 6 December 2025
Writing Machine Directory/Beatles
Made by Ema - based on: The Beatles
First presented at Radio WORM on Oct 7th 2025
✦ Hey Jude - Cover by The Beatles, Radio Tuning Version.
A version of “Hey Jude” composed solely of words that appear in other Beatles songs.
Created by Ema Note: Soon i will post a video of it on YT
Example:
҈ FuN FaCT ҈Hey, Jude, don't make it bad
(hey → Can be found in: Boys [line 5] + Boys [line 5])
(don't → Can be found in: Boys [line 23] + Boys [line 47])
(make → Can be found in: Please Please Me [line 23] + Little Child [line 19])
(bad → Can be found in: Misery [line 1] + Misery [line 7])
'Hey Jude' can also be rendered as a State Machine
🛠 How it's Made
⋄ I built a script to scrape AZLyrics in order to collect all 176 lyrics of the entire Beatles' catalog to store them in a JSON file
{
"title": "Song Title",
"lyrics": "Song \nLyrics"
}, …
⋄ I built another script to find all the matching words from 'Hey Jude' (The lyrics of this song were on a different JSON) into the entire discography of The Beatles. Matches were narrowed down to just 2 results per word (see example above).
⋄ Download the 35 songs that have a match, by using @iamdefinitelynotabot bot on Telegram made by my close friend Ramin
command used: .a https://www.youtube.com/watch?v=YourLink
⋄ Use of Moises: an app that separate all the different stems of an audio file, so only the voice can be edited in order to have a consistent instrumental base from the original song underneath
⋄ Use a DAW to edit the final audio output (cutting & stretching bits of audio)

