瀏覽單個文章
brave12
New Member
 

加入日期: Mar 2005
文章: 6
引用:
作者serect
由它code 裡面"$imageabs(9,$if($strcmp(%tracknumber%,01),0,$add(24,$mul(-24,%tracknumber%))),simple\albumborder.png,)"
這樣子的寫法可以看出..它所有的專輯圖片也都是放在simple 這個資料夾裡面

但是最新版的foo_uie_single_column_playlist ,提供了$imageabs2這個功能,可以調整大小,還有可以使用絕對路徑,也就是說圖片的位置可以不在foobar的分區了。

下面來介紹下$imageabs2的參數

$imageabs2(resize width,resize height,srcX,srcY,srcW,srcH,dstX,dstY,IMAGE DIRECTORY/IMAGE.png,)

- resize width(調整到要的寬度)
- resize height(調整到要的高度)

- srcX - the x position on the resized image where you want to start(在調整後的圖像上取要顯示部分的起點x坐標)
- srcY - the y position on the resized image where you want ...



* IMAGENAME is the relative path to the image from the foobar directory
(NOTE: If profile support is off then the standard foobar installation folder can be used. However if User Profile Support is Enabled this directory is profile specific and is thus located in:

C:\Documents and Settings\USERNAME\Application Data\foobar2000\YOUR IMAGES DIRECTORY\
要把圖片丟到上述資料夾裡面 而且只能支援PNG檔...
研究了好久
     
      
舊 2006-10-05, 04:52 PM #751
回應時引用此文章
brave12離線中