No backend or database required, upload and use directly.
Music Searcher Multi-Site In-One Edition is a very easy-to-use online music search and creation tool that allows every customer to easily create their own local music search site on their computer and build a music search platform by themselves without membership. Listen to music from all platforms on the Internet. The music searcher is simple and easy to use. It has a brand new software interface, which is more simple and fashionable. There are no advertisements. With one click search, music resources from all platforms on the entire network can be played here.
Music Finder Support Platform
Support platform
qq music
NetEase Cloud Songs
cool dog
cool me
shrimp
5sing original
5sing cover
The data calls the API interfaces of each website. Some interfaces are not open and may fail at any time. The relevant codes of this project are for reference only.
How to create a music searcher
1. Since the source code is written in PHP, you must first set up a PHP environment, download the installation package PhpStudy2018, and then install it. Note that the installation directory should not contain Chinese and must be in English. After installation, click Start. The following display of Started indicates that the PHP environment has been started. Set up.
2. Then click the other options menu - website root directory, click to open, and paste the folder music-music-1.6.2 in the downloaded compressed package into the root directory, as follows:
3. Open the browser, enter the address: http://localhost/music-music-1.6.2/, click OK to go to the music searcher web page. Just enter the song you want to listen to and you can find it. Announcement, the initial settings of songs are all of standard sound quality. I have not thoroughly researched how to improve the quality. If you are interested, you can check it out on github. Also, not all songs can be searched. If not, try changing the source. There is no way. Just not anymore.
Music Finder FAQ
1. Reminder that data acquisition failed
Option 1:
Modify MC_PROXY in the index.php file to be your agency address
Change the URL that requires an agent in core/music.php from 'proxy' => false to 'proxy' => true
Option 2:
Find setTimeout in core/music.php and change the value 20 after it to a larger value.
Find `timeout` in static/js/music.js and change its value from 30000 to larger.
Option 3:
The server must support curl.
Change the server and choose one with lower latency.
2. The player displays Error happens ╥﹏╥
Music link is empty
1. You need to pay to listen to music
2. Due to copyright restrictions, external sites cannot obtain it.
3. The server IP is not in the area allowed by the origin site.
4. The music has been removed from the shelves and the link has been removed.
Music link is not empty
1. The current IP location cannot be played due to copyright restrictions.
2. The music format browser cannot parse it normally.
3. Domestic interface optimization
If your website is in China, open /index.php and change define('MC_INTERNAL', 0); to define('MC_INTERNAL', 1);. In this way, you can get the 320k audio of Migu and NetEase Cloud Music. .