|
|||||||
| Sell, Buy & Trade Think of this place as the stock market. Loud, bustling, and tons of angry people demanding all sorts of things, using words your mother would kill you for saying. Keep it legal and realistic, because you'll be banned if we catch you scamming or cheating. |
|
Welcome to the WickedFire - Affiliate Marketing Forum - Internet Marketing Webmaster SEO Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Senior Member
|
Music Videos Database
For sale is a database of over 26,692 embeddable music videos in 30 categories by 7,704 different artists. It also includes a biography on 5,124 (66%) of the artists. These are not the actual video files. Since the videos are scraped from Yahoo music, you simply use their embed code to show the video. This is probably my best database yet. You won't find anything like this on the web. It's hard to scrape this data, but with it you will be able to make some very potent sites. What You Can Do With It
Features
As I said, if you don't like this schema or have different needs, I included a denormalization script to convert everything into one table. Code:
CREATE TABLE IF NOT EXISTS `artists` ( `id` int(11) NOT NULL auto_increment, `name` varchar(255) NOT NULL, `slug` varchar(255) NOT NULL, `biography` text NOT NULL, `bio_author` varchar(255) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `slug` (`slug`), KEY `name` (`name`,`slug`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=7707 ; CREATE TABLE IF NOT EXISTS `categories` ( `id` int(11) NOT NULL auto_increment, `category` varchar(255) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=31 ; CREATE TABLE IF NOT EXISTS `videos` ( `id` int(11) NOT NULL auto_increment, `artist_id` int(11) NOT NULL, `category_id` int(11) NOT NULL, `yahoo_id` varchar(30) NOT NULL, `title` varchar(255) NOT NULL, `slug` varchar(255) NOT NULL, `url` varchar(255) NOT NULL, `thumb_url` varchar(255) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `url` (`url`), KEY `artist_id` (`artist_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=26693 ; Why I'm Not Offering a Script with the Database If you're familiar with my other databases, you know that I usually include a script with each database. But I've decided not to do that here. The beauty of this database is that it can be used in a huge number of different ways, so that nobody really interferes with somebody else using the database. If I were to include a script, I would be encouraging you to use that one method, and eventually everyone using it would run each other into the ground. However, I am making sure that setting a script up around this database is as easy as possible. That's why I included a functions file. And of course, I am always here to answer any questions you have about using it! Pricing Price: $39 Remember, this is the only database of its kind! Payment via PayPal only. PM me or post here to purchase.
__________________
$$ AFFILIATE PROGRAM PAYING 50% COMMISSION $$
PM me if you are interested. Looking for service providers. Seriously, no bullshit. PM me with any questions. |
|
|
|
|
#2 (permalink) |
|
Senior Member
|
Somebody asked to see example entries, which I should have included in the original post.
videos table Code:
INSERT INTO `videos` (`id`, `artist_id`, `category_id`, `yahoo_id`, `title`, `slug`, `url`, `thumb_url`) VALUES (1, 1924, 1, '2161725', 'Real Compton City G''s', 'Real-Compton-City-G''s', 'http://new.music.yahoo.com/Eazy-E/videos/view/Real-Compton-City-G''s--2161725', 'http://d.yimg.com/ec/image/v1/video/2161725'); Code:
INSERT INTO `categories` (`id`, `category`) VALUES (1, '1980s Hip Hop'), Code:
INSERT INTO `artists` (`id`, `name`, `slug`, `biography`, `bio_author`) VALUES (1, '10,000 Maniacs', '10000Maniacs', '10,000 Maniacs (named after the low-budget horror movie 2,000 Maniacs) was formed in Jamestown, NY, in 1981 by singer Natalie Merchant and guitarist John Lombardo. Other members of the sextet were Robert Buck (guitar), Steven Gustafson (bass), Dennis Drew (keyboards), and Jerry Augustyniak (drums). The group gigged extensively and recorded independently before signing with Elektra and making The Wishing Chair in 1985. Co-founder Lombardo left the band in 1986, and they continued as a quintet, releasing their second album, In My Tribe, in 1987. This album broke into the charts, where it stayed 77 weeks, peaking at number 37. Blind Man''s Zoo, the 1989 follow-up, hit number 13 and went gold. <p>\nAfter 1992''s Our Time in Eden had finished its run on the charts, Merchant announced that she was leaving for a solo career. MTV Unplugged was released a few months after her departure. The remaining 10,000 Maniacs decided to continue performing, adding the folk-rock duo John & Mary (original member Lombardo and violinist/vocalist Mary Ramsey). The new lineup released Love Among the Ruins. Merchant released her first solo album, Tigerlily, in the summer of 1995 and a follow-up, Ophelia, in 1998. In 1999, the remaining Maniacs released The Earth Pressed Flat on Bar/None. Sadly a year later lead guitarist and founding member Robert Buck, who co-wrote some of the band''s classics like "Hey Jack Kerouac," "What''s The Matter Here?," and "These Are Days," died of liver failure. He was 42. ~ William Ruhlmann, All Music Guide', 'William Ruhlmann');
__________________
$$ AFFILIATE PROGRAM PAYING 50% COMMISSION $$
PM me if you are interested. Looking for service providers. Seriously, no bullshit. PM me with any questions. |
|
|
|
|
#3 (permalink) |
|
On The Downside
|
Buddy, can you give a noob some starter help to build the site? I am completly a dumbass if it comes to PHP. I would rather rape some fucking pixels instead. Let me know what you think, thanks :-)
__________________
Fuck inspiration, get links __________________________________________________ ________ |
|
|
|
|
#4 (permalink) |
|
On The Downside
|
Alright this guy kicks ass if it comes to help
__________________
Fuck inspiration, get links __________________________________________________ ________ |
|
|
|
|
#5 (permalink) |
|
Senior Member
|
Thanks for the review Xdreamer. Also sorry I bailed on IM the other day, my comp crashed and then I had to go somewhere. I haven't seen you online lately - dunno if I have the right sn added
__________________
$$ AFFILIATE PROGRAM PAYING 50% COMMISSION $$
PM me if you are interested. Looking for service providers. Seriously, no bullshit. PM me with any questions. |
|
|
![]() |
| Tags |
| databases, music, music videos, music videos database |
| Thread Tools | |
| Display Modes | |
|
|