2013/08/31

Foobar2000 Columns UI介面固定-Part7

    Columns UI介面可以依照自己的喜好呈現出個人風格的面板, 這一點確實令人滿意, 不過有一點則讓人困擾, 因為整體介面的大小並不固定, 可隨意調整的介面大小, 使得內部排列的功能面板的配置與大小也隨著改變, 因而讓個人設計之面板的完美度大打折, 為了固定UI介面則需要安裝得以固定介面大小的元件, 以下所介紹的元件為界面黑客(UI Hacks).

外掛元件下載: 

foo_ui_hacks.dll 界面黑客(UI Hacks)

    將元件下載回來後, 複製在foobar2000檔案路經中的元件(components)資料夾裡, 點選參數設定中的main window元件: 檔案(File)----> 參數設定(preferences) ----> components----> display----> main window. 在右方constraints(限制)框中即可對於視窗大小做進一步的限制.

Constraints(限制)

Disable window sizing---- 禁止視窗大小調整

Disable window maximization---- 禁止視窗最大化

Minimum size----最小尺寸  
Width(寬) Height(高)

Maximum size----最大尺寸
Width(寬) Height(高)

其他功能

    在main window元件設定中左方的一般(general)框中則可進行foobar2000視窗介面的調整.

General(一般)

Caption style---- 視窗介面標題風格
正常(Normal)、小的(Small)、隱藏(Hidden)

Move with---- 移動方式
視窗標題(Caption only)、滑鼠中間(Middle mouse button)Alt+Ctrl與滑鼠左鍵(Alt+Ctrl & Left mouse button)任何方式(Anly method)

Esc key function---- Esc鍵的功能
不動作(None)、隱藏視窗(Hide)、結束(Exit)

Minimize on close---- 關閉最小化

Hide taskbar icon---- 隱藏工具列圖示

Fullscreen mode---- 全螢幕模式

Stick to the edges of the screen---- 吸附在螢幕邊緣
Stick distance---- 吸附距離
Unstick distance---- 拖出距離

Custom icon---- 自定義圖示

Auto hide----自動隱藏
Seconds of inactivety---- 閒置____秒

Menus(功能表)

Invert menu <Shift> behavior---- 倒置功能表
Main menu as system menu---- 主要功能表做為系統功能表(目前測不出作用)



2013/08/30

Foobar2000 Columns UI介面細部調整-Part6

    上一篇介紹了UI介面的設計方式, 這一篇則要大致介紹關於UI介面的細部調整, 包含功能面板的設定顏色字體、透明度等...: 檔案(file)----> 參數設定(preferences) ----> components----> display----> columns UI.


面板設定

    在columns UI元件設定中選取layout標籤, 隨意點取下框中的功能面板, 在右方的項目細節(item details)框中則可設定功能面板的細節. 有些面板最下方則有面板的配置(configure)選擇鈕可進行細部的調整.


Item details(項目細節)

Show caption---- 顯示標題
Hidden---- 隱藏(點擊標題兩下以收合)
Auto-hide---- 自動隱藏(完全隱藏面版)
Locked---- 鎖定
Creat left toggle area---- 建立左側切換區域
Use custom title---- 使用自定義標題
Caption orientation---- 標題方向(垂直或水平)
Configure---- 配置

    部分細部調整則可以直接在功能面板上點選滑鼠右鍵, 以選擇所需調整的項目. 部分功能面板亦有configure或optionsy可點選, 以進行細部的調整. 這裡小狐也注意到, 在columns UI設定layout標籤中的功能面板設定與直接在面板上點選滑鼠右鍵來設定, 兩邊不一定都會有配置(configure)可選擇, 有些要在兩邊自己去找. 以下僅以部分功能面板作簡單的介紹.



(1)歌詞秀(Lyric show)

    在歌詞秀面板上點選右鍵可以進行歌詞的排列(aling)、顏色(color)及字體(font)的調整.


排列(Aling)

Left---- 左
Center---- 中
Center left---- 中左
Ccenter right---- 中右
Right---- 右

顏色(Color)

Highline---- 目前歌詞顏色
Normal---- 正常歌詞顏色
Backgroung---- 背景
Reser---- 重置

字體(font)

(略)

    當然你也可以從參數設定(preferences)的lyric show panels元件設定中點選display標籤調整以上項目: 檔案(file)----> 參數設定(preferences) ----> components----> tools----> lyric show panels.



    在formattimg string標籤中的formatting string for lyric not found框中鍵入, 當foobar2000尋找不到歌詞時在歌詞秀中所顯示的文字.


(2)視覺化時間軸(WSH panel)

    在視覺化時間軸面板上點選右鍵選擇配置(configure)可以在程式碼中進行面板字體顏色與位置的設定.



    在程式碼中找到var g_font = gdi.Font(-12, weight_normal, italic, uline_no, "MeiryoKe_PGothic");這行為字體大小的部分, 其中-12為字體大小.


    在程式碼中找到gr.FillGradRect...此段四行則為面版顏色的部分:

1. gr.FillGradRect(  0, 00,    pos, wh, 90RGB(240,240,240), RGB(227,74,155));
2. gr.FillGradRect(pos, 0, ww-pos, wh, 90, RGB(240,240,240)RGB(190,240,190));
3. gr.DrawString(txt, g_font, RGB(86,191,81)00, ww, wh,
StrFmt(align_center, align_middle, trim_no, flag_nowrap | flag_noclip));
4. gr.DrawRect(0,0, ww-1, wh-1, 2.0RGB(50,150,240));
------------------------------------------------------------------------------------------

1.時間軸跑過的顏色, 90為漸層角度; RGB(240,240,240)為漸層中的淺色部分; RGB(227,74,155)為漸層中的暗色部分.

2.時間軸還未跑過的顏色, 90為漸層角度; RGB(240,240,240)為漸層中的淺色部分; RGB(190,240,190)為漸層中的暗色部分.

3.時間軸字體顏色與位置, RGB(86,191,81)為字體顏色; 0為字體的左右位置; 0為字體的上下位置.

4.時間軸邊框顏色與位置, 0為邊框左右位置; 0邊框上下位置; 2.0為邊框粗細; RGB(50,150,240)為邊框顏色. 


(3)頻譜面板(Channel spectrum panel)

    在頻譜面板上點選右鍵選擇配置(configure)可以做面板細部的調整, 以下由上至下由左而右大致介紹.


ForeGround1---- 前景1
ForeGround2---- 前景2
BackGround---- 背景
Peak---- 顛峰
Tics---- 抽動
Show Peak---- 顯示巔峰
Show tics freq---- 顯示抽動頻率
Show tics amp---- 顯示抽動安陪

Logarithm scale---- 對數標尺
Linear scale (frequency)---- 線性標尺(頻率)
Transparent ground---- 透明背景
Fast pseudo-transparent mode---- 快速虛擬透明模式?

Bar width---- 條狀寬度

Edge style---- 邊緣風格
無(None) 下沉(Sunken)灰色(Grey)

Color Mode---- 顏色模式
簡單(Simple)、水平(Horizontal)、垂直(Vertical)、簡單反鋸齒(Simple-antialias)、水平反鋸齒(Horizontal-antialias)、簡單線性(Simple-line)

Channel Mode---- 頻道模式
分開(Separate)合併所有(Merge all) 按下面指定(Specified below)

Bar mode---- 條狀模式
Reverse freq-axis---- 反轉頻率軸
Reverse channel-pos---- 反轉聲道位置
Sync with scanline---- 同步掃描線

    點選右鍵也有顏色模式(color mode)可以選擇.


(4)頻譜分析器(Spectrum analyser)

    在頻譜分析器上點選右鍵選擇options可以調整當前顏色與背景顏色.


ForeGround colour---- 前景顏色
BackGround colour---- 背景顏色
Bar mode---- 條狀模式
Horizontal scale---- 水平標尺
線性(Linear)對數(Logarithmic)

Vertical scale---- 垂直標尺
線性(Linear)對數(Logarithmic)

Window frame style---- 視窗邊框風格
無(None) 下沉(Sunken)灰色(Grey)

狀態列

    在columns UI元件設定中選取(status bar)標籤可設定foobar2000下方的狀態列.


Status bar(狀態列)

Show status bar---- 顯示狀態列
Show volume---- 顯示聲音
Show playlist lock status---- 顯示播放清單鎖定狀態(不明)
Show selected tracks' total length---- 顯是選曲歌曲的時間總長度

Status pane(狀態面版)

Show status pane---- 顯示狀態面版

General(一般)

Title format script---- 設定標題格式(狀態列的排列格式)

背景顏色字體調整

    檔案(file)----> 參數設定(preferences) ----> components----> display----> columns UI ----> colours and fonts. 在UI介面的顏色與字體設定中的最上方分別都附有元件(element)模式(mode)兩個選項的下拉式的選單, 在元件(element)的選單中有許多的功能面板可供選取, 一般在顏色設定會選取通用(global), 在字體設定選取共同(common), 這麼一來顏色與字體的設定就會一致套用在所有的功能面板上, 而不會僅限於某個功能面板, 當然你也可以個別設定某個功能面板的顏色與字體; 在模式(mode)的選單中則有系統(system)、主題(themed)自定義(custom)的模式可選取, 如果要自行設定功能面板的顏色與字體則都要選取自定義(custom).




Colours(顏色)

Foreground---- 前景(文字)        Background---- 背景
Item---- 項目                                       
Selected item---- 選取項目 
Inactive selected item---- 停止活動時的選取項目(點擊其他地方時的選取項目顏色)
Use custom active item frame---- 使用自定義的活動項目框
Active item frame---- 活動項目框 

Fonts(字體)

Font---- 字體

透明度調整

    檔案(file)----> 參數設定(preferences)----> components----> display----> columns UI----> 選擇columns UI設定中的main標籤, 在miscellaneous框中勾選use transparency,opacity即可輸入透明度: 1~255.



閱讀下一篇文章:《Foobar2000 Columns UI介面固定-Part7》

2013/08/24

Foobar2000 Columns UI介面設計-Part5

Foobar2000 Columns UI介面
(Columns UI panel)

    上一個部分大致介紹了foobar2000預設介面的調整, 往下要介紹的是columns UI介面的調整, 兩個介面可以說是不同的介面系統, 所以在一個介面裡, 另一個介面的調整則無效. columns UI介面的自由度則比預設介面的自由度大, 可依照自己的需求崁入多種欄位, 像是各種面板(panels)工具欄(toolbars)有專輯圖片(artwork view)傳記(biography)歌詞秀(lyric show)、時間軸(seekbar)等等..., 而這些面板的標題也可以自行更改. 設計完成的foobar2000 columns UI介面, 呈現了自己想要的風格.

    要使用Columns UI介面則先要安裝foo_ui_columns.dll元件, 下載後將此檔擺在foobar2000檔案路徑中的元件(components)資料夾裡: C:\Program Files\foobar2000\components. 另外, 要在columns UI介面裡插入不同功能的面板則還需要安裝UI面板元件, 在foobar2000的官網也提供部分UI面板元件下載, 一樣都擺在foobar2000的元件(components)資料夾裡. 

    另外, 為了方便起見我以目前正在使用的UI面板foo_fox.fcl來做介紹, 將此面板檔案複製在foobar2000檔案路徑即可: C:\Program Files\foobar2000. 在網路上也有很多網友自行設計的面板檔案提供下載.

外掛元件下載: 

foo_ui_columns.dll Columns UI介面元件

UI功能面板元件:

foo_uie_biography.dll 傳記(Biography)
foo_uie_wsh_panel.dll 視覺化時間軸(WSH panel) 
foo_uie_lyrics.dll 歌詞秀(Lyric show)
foo_uie_lyrics3.dll 歌詞秀3(Lyric show3)
foo_uie_panel_splitter.dll 面板分割(Panel Stack Splitter)
foo_quicksearch.dll 快速搜尋列(Quick search bar)
foo_uie_trackinfo_mod.dll 歌曲資訊(Track info mod)
foo_uie_vis_channel_spectrum.dll 頻譜面板(Channel spectrum panel)

UI面板檔案下載:


UI面板檔案下載(by Mulberry):


Columns UI介面元件下載(官網)


UI功能面板元件下載(官網):


切換columns UI介面
    
    重啟foobar2000在參數設定中點選display: 檔案(file)----> 參數設定(preferences) ----> components----> display, 在使用者介面模組(use interface module)下方的下拉選單選擇columns UI介面, 將預設介面切換至columns UI介面, 再重啟一次foobar2000始生效.

輸入fcl面板   

    開啟foobar2000後將fcl面板輸入: 檔案(file)----> 參數設定(preferences) ----> components----> display----> columns UI. 選擇columns UI設定中的main標籤, 在fcl importing and exporting框中點選輸入(import), 將foo_fox.fcl面板檔案導入即可顯示新的面板.


UI介面配置

    在foobar2000參數設定中點選columns UI設定中的介面(layout)標籤, 就會在下框看到目前介面配置的情形, 包含不同的功能面板.

    在框中的水平分割(horizontal splitter)或垂直分割(vertical splitter)項目上按滑鼠右鍵, 選擇插入面板(insert panel)即可新增想要的功能面板; 在所有的項目上按右鍵即可進行各功能面板上移(move up)下移(move down) 刪除(remove panel)與複製(copy panel)的動作, 在後續的介面設計上即是用這樣的方式進行編輯. 在UI介面設計中會在介紹水平分割(horizontal splitter)與垂直分割(vertical splitter)的作用.



功能面板介紹

Panels(面板)
Artwork view---- 專輯圖片
Biography---- 傳記
Filter---- 篩選器
Item details---- 目前播放的歌曲
Item properties---- 歌曲資訊(藝術家、歌曲標題、專輯名稱、檔案位置等...資訊)
Lyric show---- 歌詞秀
Lyric show3---- 歌詞秀3
Playlists switcher---- 播放清單切換器
Track info mod---- 歌曲資訊(藝術家、歌曲標題、專輯名稱)
WSH panel---- 視覺化時間軸面板

Playlists views(播放清單)
Columns playlist---- 播放清單(顯示播放清單中各曲目的藝術家、歌曲標題、專輯名稱、時間等...)
NG playlist---- 播放清單(以專輯分類)

splitter(版面分割)
Horizontal splitter---- 水平分割 
Panel Stack Splitter---- 面板分割(在同一個面板裡)
Playlists tabs---- 播放清單標籤
Tab stack---- 標籤(不詳)
Vertical splitter---- 垂直分割

Toolbars(工具欄)


Buttons---- 按鈕
Filter search---- 篩選搜尋列
Menu---- 功能表
Playback order---- 播放順序
Quick search toolbar---- 快速搜尋列
Seekbar---- 時間軸
Volume---- 聲音

Visualisations(視覺化效果)


Channel spectrum panel---- 頻譜面板
Spectrum analyser---- 頻譜分析器

UI介面設計

    在columns UI介面的設計上是以水平分割(horizontal splitter)垂直分割(vertical splitter)來分割各個區塊. 以目前小狐所使用的foo_fox.fcl面板來說, 整體版面大致分為左(A)右(BCDEFG)兩個區塊, 所以先在columns UI設定中介面(layout)標籤的項目框裡選擇水平分割(horizontal splitter), 使形成水平配置的左右兩個區塊. 然而為了讓左右兩個區塊裡的功能面板能以垂直的方式排列, 因此要在水平分割(horizontal splitter)裡再插入左右各一個垂直分割(vertical splitter), 即在水平分割(horizontal splitter)項目上點擊右鍵----> 插入面板(insert panel)----> splitter(介面分割)----> 垂直分割(vertical splitter).




左邊(A)區塊裡分別插入(垂直排列):

專輯圖片(Artwork view)
快速搜尋列(Quick search toolbar)
歌曲資訊(Track info mod)
播放清單切換器(Playlists switcher)
頻譜面板(Channel spectrum panel)

右邊(BCDEFG)區塊分別插入(垂直排列):

功能表(Menu)
水平分割(Horizontal splitter)x3 (CDE)
垂直分割(Vertical splitter)x2 (FG)

(C)區塊裡分別插入(水平排列):

按鈕(Buttons)
播放順序(Playback order)

(D)區塊裡分別插入(水平排列):

頻譜分析器(Spectrum analyser).

(E)區塊裡分別插入了(垂直排列):

視覺化時間軸面板(WSH panel)聲音(Volume).
    
(F)區塊裡分別插入(垂直排列):

傳記(Biography).

(G)區塊裡分別插入(垂直排列):

播放清單(Columns playlist)
歌詞秀(Lyric show)

    插入面板完成後則可利用游標進一步調整各個功能面板的大小. 當然有人會問如何讓設計好的UI介面有個固定的大小, 不會因為介面本身可隨意的調整而改變各功能面板的大小, 關於這部分問題在《Part7-Foobar2000Columns UI介面固定》這篇文章有詳細的介紹. 

輸出fcl面板   

    完成之後記得將設計好的面板輸出以備份: 檔案(file)----> 參數設定(preferences) ----> components----> display----> columns UI. 選擇columns UI設定中的main標籤, 在fcl importing and exporting框中點選輸出(export)以存檔.



參考網站: 




2013/08/23

Foobar2000 DSP音效外掛元件-Part4

    在Part1的文章裡主要介紹了foobar2000預設的DSP音效調整, 這篇則示要介紹幾個比較會用到的DSP外掛元件, 在foobar2000官網或網路上也提供了更多DSP音效元件的下載components/tags/DSP. 同樣的只要把下載回來的元件擺在foobar2000檔案路徑的參數設定(components)即可: C:\Program Files\foobar2000\components.

混響器(迴響器)

    混響器可以用來模擬不同空間音場的聲音效果, 在foo_convolve.dll元件中即是將兩種音訊進行混響, 製造出不同的聲音效果.

外掛元件下載:

foo_convolve.dll 混響器

混響wav.音訊檔:

SONY版真空管混響wav.

真空管脈衝混響25%wav.

    在foobar2000檔案路徑的參數設定(components)加入foo_convolve.dll元件; 再將wav.音訊檔複製在foobar2000的檔案路徑中: C:\Program Files\foobar2000\, 重啟foobar2000: 檔案(file)----> 參數設定(preferences)----> components----> playback----> DSP manager. 將DSP音效管理中的convolve音效移至左方, 點選配置選擇(configure selected)將要進行混響的wav.音訊檔匯入.





    在parameters中可以調整混響的音量(level abjcte: +0.0dB), 以及混響的程度(mix abjcte: 0~100%).


音樂控制(SoundTouch)

外掛元件下載:

foo_dsp_SoundTouch.dll 音樂控制(SoundTouch)

    在foobar2000檔案路徑的參數設定(components)加入foo_dsp_SoundTouch.dll元件後, 在DSP音效管理中將SoundTouch選項移至左方, 點選配置選擇(configure selected)即可調整音軌的節奏(tempo adjust)音調(pitch adjust)速率(rate adjust).


圖示等化器(Graphic equalizer)

    增加預設等化器的更多音效調整.

外掛元件下載:

foo_dsp_xgeq.dll 圖示等化器

    在foobar2000的參數設定(components)中加入foo_dsp_xgeq.dll元件即可.


DSP優化效果

    安裝DSP優化效果元件即可在DSP音效管理中增加更多的音效元件, 以下僅就部分音效元件做介紹.

外掛元件下載:

foo_dsp_effect.dll DSP優化效果

    在foobar2000的參數設定(components)中加入foo_dsp_effect.dll元件即可.

迴響器(Reverb)

Reverb DSP Configuration(混響器調整)



Dry time---- 乾聲
Wet time---- 濕聲
Damping---- 減振
Room size---- 空間大小
Room width---- 空間擴度

迴響控制(Programmable Reverb) 


迴響控制的加強版 Programmable Reverb(resampling/accurate) 

外掛元件下載:

foo_dsp_prvb.dll 迴響控制(重採樣/精準) Programmable Reverb(resampling/accurate)




閱讀下一篇文章:《Foobar2000Columns UI介面設計-Part5》

2013/08/17

Foobar2000收聽廣播-Part3

    Foobar2000也有收聽廣播的功能, 所需要的元件為foo_input_msl.dll, 下載回來複製到foobar2000的檔案路徑components即可:C:\Program Files\foobar2000\components.

外掛元件下載:

foo_input_msl.dll 廣播元件

    重新開啟foobar2000將電台所提供的mms網址複製在Add stream url的框格中: 檔案(file)----> mslive streams ----> Add stream url(後面會再提供mms網址). 完成後會自動匯入播放清單(playlists)中, 你也可以先新增一個你所要匯入的播放清單, 以便分類, 點選後即可收聽.







    這裡順便提供電台的mms網址如下.

電台mms網址:

音樂


ASIAFM衛星音樂台 321 mms://bcr.media.hinet.net/RA000004
Apple line 蘋果線上 248 mms://bcr.media.hinet.net/RA000001
BestRadio 台中好事903 211 mms://bcr.media.hinet.net/RA000010
BestRadio 台北好事989 212 mms://bcr.media.hinet.net/RA000013
BestRadio 花蓮好事935 303 mms://bcr.media.hinet.net/RA000011
BestRadio 高雄港都983 213 mms://bcr.media.hinet.net/RA000012
Flyradio飛揚調頻895 357 mms://bcr.media.hinet.net/RA000019
KISS RADIO 南投廣播 258 mms://bcr.media.hinet.net/RA000043
KISS RADIO 台南知音廣播 255 mms://bcr.media.hinet.net/RA000044
KISS RADIO 大苗栗廣播 256 mms://bcr.media.hinet.net/RA000041
KISS RADIO大眾廣播電台 156 mms://bcr.media.hinet.net/RA000040
KISSRadio 網路音樂台 308 mms://bcr.media.hinet.net/RA000042
POP Radio 370 mms://bcr.media.hinet.net/RA000080
中廣古典網 162 mms://bcr.media.hinet.net/RA000005
中廣流行網 205 mms://bcr.media.hinet.net/RA000009
中廣音樂網i radio 206 mms://bcr.media.hinet.net/RA000007
佳音CCM 340 mms://bcr.media.hinet.net/RA000031
全國廣播音樂網 338 mms://bcr.media.hinet.net/RA000047
台北之音HitFM聯播網 台中 88 mms://bcr.media.hinet.net/RA000035
台北之音HitFM聯播網 台北 222 mms://bcr.media.hinet.net/RA000036
台北之音HitFM聯播網 高雄 90 mms://bcr.media.hinet.net/RA000034
台北愛樂 228 mms://bcr.media.hinet.net/RA000018
台灣之音-音樂 313 mms://bcr.media.hinet.net/RA000061
太陽電台 289 mms://bcr.media.hinet.net/RA000064
奇美古典音樂網 294 mms://bcr.media.hinet.net/RA000014
寶島新聲廣播電台 259 mms://bcr.media.hinet.net/RA000066

生活資訊


ASIA FM92.3亞太電台 295 mms://bcr.media.hinet.net/RA000002
ASIA FM92.7亞州電台 210 mms://bcr.media.hinet.net/RA000003
GOLD FM-台中城市廣播 226 mms://bcr.media.hinet.net/RA000028
GOLD FM-台北健康電台 229 mms://bcr.media.hinet.net/RA000027
IC之音 148 mms://bcr.media.hinet.net/RA000037
佳音廣播電台 201 mms://bcr.media.hinet.net/RA000029
佳音電台2台 250 mms://bcr.media.hinet.net/RA000030
全國廣播 202 mms://bcr.media.hinet.net/RA000068
台中廣播 230 mms://bcr.media.hinet.net/RA000046
台北廣播電台- 都會資訊頻道 208 mms://bcr.media.hinet.net/RA000070
台北廣播電台喔海洋頻道 238 mms://bcr.media.hinet.net/RA000069
大千電台 109 mms://bcr.media.hinet.net/RA000067
大愛網路電台 325 mms://bcr.media.hinet.net/RA000017
宜蘭中山電台 301 mms://bcr.media.hinet.net/RA000065
環宇廣播 282 mms://bcr.media.hinet.net/RA000020
真心之音廣播電台 217 mms://bcr.media.hinet.net/RA000033
青春線上 356 mms://bcr.media.hinet.net/RA000079
飛碟電台 232 mms://bcr.media.hinet.net/RA000072

新聞


NEWS98新聞網 187 mms://bcr.media.hinet.net/RA000073
中廣新聞網 207 mms://bcr.media.hinet.net/RA000008

綜合


台灣之音-華語 315 mms://bcr.media.hinet.net/RA000063
復興廣播電台 短波網 288 mms://bcr.media.hinet.net/RA000026
復興廣播電台 第一網 286 mms://bcr.media.hinet.net/RA000024
復興廣播電台 第二網 287 mms://bcr.media.hinet.net/RA000025
正聲台北調幅台 317 mms://bcr.media.hinet.net/RA000015
正聲台北調頻台 198 mms://bcr.media.hinet.net/RA000016
漢聲光華網-中波 281 mms://bcr.media.hinet.net/RA000075
漢聲光華網-短波 309 mms://bcr.media.hinet.net/RA000077
漢聲廣播電台 215 mms://bcr.media.hinet.net/RA000074
漢聲廣播電台全國調頻網 216 mms://bcr.media.hinet.net/RA000076
綠色和平台灣文化廣播電台 327 mms://bcr.media.hinet.net/RA000032

外語

ICRT 177 mms://bcr.media.hinet.net/RA000038
台灣之音-FM 312 mms://bcr.media.hinet.net/RA000060
台灣之音-亞洲 311 mms://bcr.media.hinet.net/RA000059
台灣之音-歐美及方言 314 mms://bcr.media.hinet.net/RA000062

多元文化


中廣客家頻道 160 mms://bcr.media.hinet.net/RA000006
大漢之音 300 mms://bcr.media.hinet.net/RA000021
寶島客家 241 mms://bcr.media.hinet.net/RA000023
新客家廣播電台 254 mms://bcr.media.hinet.net/RA000048
高屏溪客家電台 298 mms://bcr.media.hinet.net/RA000045

以上網址引自: http://calamaryshop.blogspot.tw/2011/12/mms.html


閱讀下一篇文章:《Foobar2000DSP音效外掛元件-Part4》

2013/08/11

Foobar2000歌曲資訊面板-Part2

    在使用foobar2000聽音樂時, 為了其他工作的方便, 我們會將foobar2000縮到最小, 隱藏在桌面的工具列中. 這時如果想要立即知道目前播放的歌曲資訊, 我們就需要在桌面顯示輕巧又不佔空間的歌曲資訊面板. 本篇就以foo_title-0.7.1版本的歌曲資訊面板來做介紹.

外掛元件下載:

foo_title-0.7.1 歌曲資訊面板



    首先要使用歌曲資訊面板則要先安裝foo_title-0.7.1元件, 將下載回來的檔案解壓縮後, 把components檔案夾裡的dotnet_title.dllfoo_managedWrapper.dll複製到foobar2000檔案路徑中的元件資料夾(components)裡: C:\Program Files\foobar2000\components; 其他的檔案複製在foobar2000的檔案路徑中即可: C:\Program Files\foobar2000.


    重新開啟foobar2000後, 在參數設定中找尋剛剛所插入的foo_title元件: 檔案(file)----> 參數設定(preferences) ----> components----> display----> foo_title. 點選後在外觀(appearance)標籤的安裝面板(installed skins)框中就可以看到目前可以使用的歌持資訊面板, 選擇完後點選面板使用(apply skin)即可生效.

foo_title is enabled when(面板啟動)

Always---- 總是
When foobar2000 is minimized---- foobar2000最小化時
Never---- 永遠不

Z-onder(面板順序)

Always on top---- 總是在最上層
Normal---- 正常(滑鼠點擊時在最上層)
On desktop---- 總是在最下層

Update interval(歌曲資訊更新間隔)

Popup(跳出)
Show when(面板顯示)

All the time---- 在所有時間顯示
Only when----  僅在何時顯示
On song start Stay____seconds---- 在歌曲開始時顯示____秒
Before song Start  stay____seconds----- 在歌曲結束時____秒


Misc(其他調整)

Opacity(透明度)

Normal opacity---- 正常透明度
Opacity on mouse over---- 滑鼠點擊時的透明度
Fade length---- 淡出長度    

    另外, 以記事本或直接開啟foo_title元件中面板檔案裡的skin.xml檔案, 則可以xml格式編輯調整符合個人需求的歌曲資訊面板, 包含面板大小、顯示位置等...C:\Program Files\foobar2000\components\foo_title.




    在foo_title官網或網路討論區上也有許多歌曲資訊面板提供下載, 只要將下載回來的面板複製在foobar2000檔案路徑中的foo_title即可: C:\Program Files\foobar2000\components\foo_title.

foo_title官網:

http://foo-title.sourceforge.net/

foo_title面板分享討論區:

http://www.hydrogenaudio.org/forums/index.php?showtopic=46619&st=0

    大功告成, 是不是感覺清晰簡約呢?



參考網站:

http://timeimprint.blogspot.tw/2010/01/footitlefoobar2000.html
http://www.ptt.cc/man/AudioPlayer/D42D/M.1243591993.A.C8E.html


閱讀下一篇文章:《Foobar2000收聽廣播-Part3》