http://coonsden.com/?page_id=1005
Quimup Where does the album art come from?
From the directory where the audio file is located.
It is recommended to put a 200×200 pixel bitmap named *.jpg in the album directory.
The program looks for a filename that matches
*albumart* *folder* *front* *cover* or * (in that order), and an extension
that matches .jpg .png .gif or .bmp.
オーディオファイルがあるディレクトリから。
それは、*.jpgと名付けられた200×200ピクセルビットマップを
アルバムディレクトリに入れるように勧められる。
プログラムは、ファイル名*albumart* *folder* *front* *cover*(その注文の)
とのマッチングまたは*、
および.jpg .png .gifまたは.bmpとマッチしている拡張を捜す。
Quimup first checks the audio-file for embedded Album-art.
If that fails it checks the directory
where the audio file is located for
a bitmap that matches *albumart*, *folder*, *front*, *cover*
or * (in that order). Note that Quimup must be able to access MPD's music
directory (see above).
Quimup 最初にチェックするオーディオファイル のために アルバムアートを埋め込んだ 。
もしそれがそれに失敗するならば、*albumart*とマッチしているビットマップのために
オーディオファイルが突き止められるディレクトリをチェックする、
*folder*、*front*、*cover* または*(その注文において)。
QuimupがMPDの音楽ディレクトリにアクセスすることができるにちがいないことに注意しなさい
(上で見なさい)。
Where does the album art come from?
2015/10/27
カテゴリー » Raspberry Pi 2 Model B
— posted by くま at 01:51 pm TrackBack [0]
alsa設定 デバイスの優先順位
カテゴリー » Raspberry Pi 2 Model B
https://hirooka.pro/?p=858
$ cat /proc/asound/modules
0 snd_ice1724
1 snd_hda_intel
# vi /etc/modprobe.d/sound.conf
options snd_ice1724 index=0
options snd_hda_intel index=1
$ cat /proc/asound/modules
0 snd_ice1724
1 snd_hda_intel
# vi /etc/modprobe.d/sound.conf
options snd_ice1724 index=0
options snd_hda_intel index=1
— posted by くま at 10:26 am TrackBack [0]
Comments