|
Project Information
Featured
Downloads
Links
|
CMusic SearchIntroductionCMusicSearch is a easy music search tool,but only running on the windows system with .Net Framework 3.5 or above versions. CMusicSearch can search interesting music and lyrics for your from internet, It's provides music address shows and now you can download the music. In addition,all of the music comes from search engines. Look forward to you joining!We want to improve the ui experience.So,if you have a good idea in it ,please contact us directly(the email :waterlion2008@gmail.com). 1.CMusicSearch是什么?CMusicSearch是一款轻便的音乐搜索工具。目前只能在装有.Net Framework 3.5及以上版本的Windows系统中运行。 CMusicSearch尽管可以在网络上搜索感兴趣的音乐和歌词,供了音乐地址的显示和下载功能。而且所有的音乐都来源于搜索引擎。 2.为什么要创建CMusicSearch项目?仅仅是为了学习! 3.CMusicSearch包含有哪些文件?CMusicSearch项目为您提供插件式搜索,所有的插件都存放在Plugin文件夹下。 因此 根目录下有:CMusicSearcher.exe //音乐搜索启动文件 ISearch.dll //音乐搜索插件及音乐歌词插件的插件接口 MusicCommon.dll //CMusicSearch的基本帮助类库 MusicRunner.dll //CMusicSearch的逻辑层 MusicCrawler.dll //CMusicSearch的网络请求封装层 Plugin目录下有:BaiduMusic.dll //百度音乐搜索 BaiduQuickMusic.dll //百度快搜 SosoMusic.dll //搜搜音乐 TTLrc.dll //千千静听歌词 4.CMusicSearch的代理设置?在目录中有CMusicSearcher.exe.config <add key="UseProxy" value="false"/> -----是否使用代理
<add key="ProxyServer" value=""/> -----代理服务器
<add key="ProxyPort" value=""/> -----代理端口
<add key="ProxyUsername" value=""/> -----代理用户
<add key="ProxyPassword" value=""/> -----代理密码
欢迎如果对该项目您有任何建议,欢迎您在http://code.google.com/p/cmusicsearch/issues/list 中提出各种issues. |