Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/helloandre/isthisinagirltalksong
search all samples in every girl talk song... ever
https://github.com/helloandre/isthisinagirltalksong
Last synced: 26 days ago
JSON representation
search all samples in every girl talk song... ever
- Host: GitHub
- URL: https://github.com/helloandre/isthisinagirltalksong
- Owner: helloandre
- Created: 2011-03-19T04:30:36.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2014-05-30T20:23:40.000Z (over 10 years ago)
- Last Synced: 2024-10-27T17:30:36.807Z (2 months ago)
- Language: PHP
- Homepage: http://andrebluehs.net/isthisinagirltalksong
- Size: 203 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Is This In A Girl Talk Song?
There have been several occasions where I can think of a particular sample in a girl talk song, but can't remember where or which song it's in. This helps that predicament a bit. Fortunately, there are a plethora of decent-quality Girl Talk videos on YouTube, so generally when you search for a girl talk song with "girl talk < song name >" it is the first hit.
Test out this code running on [the demo page](http://andrebluehs.net/isthisinagirltalksong/)
### Highlights
* Up and down arrows control which song is highligthed
* Enter plays the currently highlighted song
* Escape clears the search box and current search
* You can use a ?q= to bookmark/link to searches### Technical stuff
* Pulled a complete list of samples from [this site](http://www.illegal-tracklist.net/Main/HomePage).
* Parsed it with built-in DOM traversal/searching in php and generated the objects.js with parse.php. (please don't everybody spam their site with this script)
* All searching done client-side (even works in mobile browsers!)
* Youtube api stuff done using their [Data API](http://code.google.com/apis/youtube/2.0/reference.html#Searching_for_videos)### License
None. Nada. Public domain, bitches. Do whatever you want however you want.