forked from LiteCoder/DoubanFM
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Kai Yang
committed
Jun 12, 2015
1 parent
10c2529
commit 5cd78dd
Showing
4 changed files
with
42 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,48 @@ | ||
# DoubanFM | ||
A Windows client for doubanfm.com | ||
# DoubanFM (K.F.Storm豆瓣电台) | ||
## A Windows client for douban.fm | ||
|
||
本软件为豆瓣FM(http://douban.fm)的第三方客户端,服务器归豆瓣所有,非本软件作者。本软件中所有来自网络的音乐与专辑封面的版权归豆瓣及相应的音乐公司所有。 | ||
这是一个豆瓣电台的 Windows 客户端,使用 C# 编写,基于 .NET Framework 中的 WPF 技术。软件界面运用了较多动画,界面风格仿造 Metro 风格,功能不强大,但界面很友好。 | ||
|
||
打开豆瓣电台客户端,聆听动人的音乐,无需打开网页就能收听豆瓣电台。清新的界面,平滑的动画,快捷的操作,体验如此美妙。 | ||
|
||
## 功能说明 | ||
|
||
本软件的通知区域图标使用了Philipp Sumi的hardcodet.net NotifyIcon for WPF第三方库(http://www.hardcodet.net/projects/wpf-notifyicon),并对其做了小幅修改。 | ||
1. 私人频道、公共频道、DJ 频道,华语?欧美?爵士?电子?想听什么频道任你选。 | ||
2. 喜欢这首歌?那就标记喜欢吧,以后在私人频道就能经常听到类似的歌曲了。 | ||
3. 这首歌太难听了,怎么办?把它丢进垃圾桶吧,以后在私人频道就再也不会听到这首歌了。(垃圾桶只在私人频道有效) | ||
4. 我只想听某位歌手的歌,怎么办?我只想听某张专辑,怎么办?那就搜索吧! | ||
5. 支持 Windows 7 任务栏跳转列表切换频道。 | ||
6. 自动检查更新。 | ||
7. 歌词同步显示。 | ||
8. 自定义热键。 | ||
9. 分享到微博、人人等。 | ||
10. 红心兆赫,只收听您收藏的歌曲。 | ||
|
||
本软件中的音频播放技术使用的是BASS(http://www.un4seen.com/)。 | ||
## [豆瓣 FM](http://douban.fm/) 简介 | ||
|
||
本软件中的频谱显示使用了WPF Sound Visualization Library(http://wpfsvl.codeplex.com/)。 | ||
豆瓣 FM 是基于算法推荐的网络音乐播放产品。它基于豆瓣庞大的用户数据,通过判断用户在播放时的操作行为,为用户推荐他可能感兴趣的曲目。 不同于传统移动音乐播放器,豆瓣 FM 的特点在于:不用设置播放列表,打开就能播放音乐;可以为用户提供高度个性化内容。每个人的豆瓣 FM 播放内容都是基于其历史播放行为而推荐。 豆瓣 FM 提供的音乐播放服务全部由 [douban.fm](douban.fm) 提供。 | ||
|
||
Copyright (C) 2011-2012 K.F.Storm | ||
## 屏幕截图 | ||
|
||
软件主页:http://www.kfstorm.com/blog/doubanfm | ||
![Snapshot1](https://raw.githubusercontent.com/kfstorm/DoubanFM/master/res/pic/DoubanFM_1.7.4_2.jpg) | ||
|
||
![Snapshot2](https://raw.githubusercontent.com/kfstorm/DoubanFM/master/res/pic/DoubanFM_1.7.4_2_2.jpg) | ||
|
||
![Snapshot3](https://raw.githubusercontent.com/kfstorm/DoubanFM/master/res/pic/DoubanFM_1.7.0_2_2.jpg) | ||
|
||
## 演示视频 | ||
|
||
[第一版(1.2.4)](http://v.youku.com/v_show/id_XMzAwNDgyNjg0.html) [第二版(1.7.1)](http://v.youku.com/v_show/id_XMzQ0MDczMjQ4.html) | ||
|
||
## 版权声明 | ||
|
||
本软件为 [豆瓣 FM](http://douban.fm) 的第三方客户端,服务器归豆瓣所有,非本软件作者。本软件中所有来自网络的音乐与专辑封面的版权归豆瓣及相应的音乐公司所有。 | ||
|
||
本软件的通知区域图标使用了Philipp Sumi的 [hardcodet.net NotifyIcon for WPF](http://www.hardcodet.net/projects/wpf-notifyicon),并对其做了小幅修改。 | ||
|
||
本软件中的音频播放技术使用的是 [BASS](http://www.un4seen.com/)。 | ||
|
||
本软件中的频谱显示使用了 [WPF Sound Visualization Library](http://wpfsvl.codeplex.com/)。 | ||
|
||
|
||
## [软件主页](http://www.kfstorm.com/blog/doubanfm) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.