Moode Audio 2.3 が公開された.
8月末に 2.2 が公開されたばかりなのだが,すぐにバグが報告され,そのフィックスリリースとして 2.3 が出てきた.
Moode Audio 2.3 has been released.
Ver. 2.2 was released at the end of August, but a bug about cover-art extraction was reported immediately. Ver. 2.3 is a bug-fix release.
Moode Audio は高頻度に改良バージョンがリリースされているが,2.2 では私のリクエストがひとつ採用されていて,web UI のボリュームノブをコマンドから操作できるようになった.Thanks, Tim.
Moode Audio is under active and continuing improvements, and Ver. 2.2 (and later) includes my proposal: the volume knob displayed in the web-UI is now controllable from the command line. Thanks, Tim.
PC,オーディオ,工作,Linux設定,その他いろいろのメモ.公開後も加筆・修正すること多し. Personal memorandum about PC, audio, DIY, Linux, etc. English version will be added when requested (or from my caprice).
2015年9月10日木曜日
2015年8月19日水曜日
Voyage MPD 0.10.0 でtmpfsが溢れる Overflowing tmpfs on Voyage MPD 0.10.0
Voyage MPD 0.10.0 をインストールして,それ自体はちゃんと動くのだが,データベースが破壊されることが何度かおこった.ログインしてみると,tmpfsが使用率100%になっていて,データベースを置くことができなくなっている.データベースは tmpfs 上で参照・使用されるのだが,シャットダウン時に tmpfs 上から HDD 上にコピーされ,起動時に復元されるようになっている.その復元ができない模様.
I installed Voyage MPD 0.10.0. It works but the collapse of the database repeatedly occured.
This is caused by 100% usage of tmpfs. The database is operated on tmpfs. When shutting down, it is copied to HDD and when booting, the copied database is again recovered to tmpfs. The 100% usaage of tmpfs disrupts the recovery.
あれこれ原因を調べていたところ,問題は mpd のログファイル (/var/log/mpd/mpd.log) であることがわかった.これがすさまじい勢いで増えていき (毎秒10行以上のログが増える),500MBある領域を1日ほどで食いつぶしてしまう.
After some investigation, I found that the log file of mpd (/var/log/mpd/mpd.log) causes the problem. It increases surprisingly fast and tmpfs overflows.
ということで,その対策.
Here's the solution.
I installed Voyage MPD 0.10.0. It works but the collapse of the database repeatedly occured.
This is caused by 100% usage of tmpfs. The database is operated on tmpfs. When shutting down, it is copied to HDD and when booting, the copied database is again recovered to tmpfs. The 100% usaage of tmpfs disrupts the recovery.
あれこれ原因を調べていたところ,問題は mpd のログファイル (/var/log/mpd/mpd.log) であることがわかった.これがすさまじい勢いで増えていき (毎秒10行以上のログが増える),500MBある領域を1日ほどで食いつぶしてしまう.
After some investigation, I found that the log file of mpd (/var/log/mpd/mpd.log) causes the problem. It increases surprisingly fast and tmpfs overflows.
ということで,その対策.
Here's the solution.
2015年8月9日日曜日
Voyage MPD 0.10.0 on LOOX-U
ある日 Voyage MPD を入れた LOOX-U を起動しようとしたら,
One day, I turned on LOOX-U where Voyage MPD is installed, it showed a sad message,
Operation System not found ...
という冷たい表示が…
SSDがクラッシュしたか,MBRあたりか.
Did the SSD crash? or MBR?
5月には Voyage MPD の 0.10.0 が公開されていたのだが,旧版のままで特に不都合もなかったのでそのまま使っていたのだが,これはシステムを更新しろという天の声と思うことにした.
This might be heaven's will - you should install the latest version of Voyage MPD released May 1st. (But... but... my system had worked very well and ...)
ということで,本家からデータを落としてきて Live CD を作った.
これで立ち上げて,まず fdisk で様子を見ると… 見事なばかりにきれいさっぱりパーティション情報が消えている.これはもうどうしようもないな,ということで,フォーマットから全部やり直すことに.
I got the Live CD data from the Voyage MPD website.
Using the Live CD, I checked the partition table of of the SSD. fdisk reported that the table was completely lost, and full installation after complete format was required.
(こちらも参照のこと)
(Also see this article.)
One day, I turned on LOOX-U where Voyage MPD is installed, it showed a sad message,
Operation System not found ...
という冷たい表示が…
SSDがクラッシュしたか,MBRあたりか.
Did the SSD crash? or MBR?
5月には Voyage MPD の 0.10.0 が公開されていたのだが,旧版のままで特に不都合もなかったのでそのまま使っていたのだが,これはシステムを更新しろという天の声と思うことにした.
This might be heaven's will - you should install the latest version of Voyage MPD released May 1st. (But... but... my system had worked very well and ...)
ということで,本家からデータを落としてきて Live CD を作った.
これで立ち上げて,まず fdisk で様子を見ると… 見事なばかりにきれいさっぱりパーティション情報が消えている.これはもうどうしようもないな,ということで,フォーマットから全部やり直すことに.
I got the Live CD data from the Voyage MPD website.
Using the Live CD, I checked the partition table of of the SSD. fdisk reported that the table was completely lost, and full installation after complete format was required.
(こちらも参照のこと)
(Also see this article.)
2015年8月5日水曜日
mpdで演奏中の曲データをワンクリックで Windows のクリップボードに取り込む(2) Getting info. of the now-playing song on mpd into the Windows clipboard with one click (2)
以前に書いた「mpdで演奏中の曲データをワンクリックで Windows のクリップボードに取り込む」の続編というか,改良版というか.
This is the follow-up article of the previous post "Getting info. of the now-playing song on mpd into the Windows clipboard with one click".
前の記事では mpc コマンドの出力を awk とかで処理して必要な情報だけを取り出したりしていたが,mpc コマンドに --format (-f) というオプションがあったのだった.
In the previous post, the output of mpc command is handled with awk to extract desired info. However, mpc features a very useful option --format (-f).
2015年6月1日月曜日
Moode Audio 1.9
公開されたので,さっそく入れてみた.
インストールの注意事項は1.8と変わらず.
リモコン等も同様に設定すれば使える.
Just released. I tried it.
Notes for installation is similar to Release 1.8.
An IR remote controller and push button switch also work well through the same settings as 1.8.
再生した曲の履歴が残せるようになった.これはちょっといい機能.Webラジオでも流れた曲単位でログが残るので,さっきのは何だったんだろう,というのに対応できる.
The history feature for playback songs is newly available. It works fine. The data of songs from web radio are recorded for each song. When we think "Ah, what is the song which was played just now?", we can check the data :-)
カバーアートも出るし,UI も割りと軽いし,設定も割りと容易.Raspberry Pi にしか対応していないが,もっと知られてもいいように思うなあ.
I recommend moode audio because the web UI works responsively and shows the cover art from my library, the settings are not difficult. Note that it works on Raspberry Pi: Cubox etc are not supported.
インストールの注意事項は1.8と変わらず.
リモコン等も同様に設定すれば使える.
Just released. I tried it.
Notes for installation is similar to Release 1.8.
An IR remote controller and push button switch also work well through the same settings as 1.8.
再生した曲の履歴が残せるようになった.これはちょっといい機能.Webラジオでも流れた曲単位でログが残るので,さっきのは何だったんだろう,というのに対応できる.
The history feature for playback songs is newly available. It works fine. The data of songs from web radio are recorded for each song. When we think "Ah, what is the song which was played just now?", we can check the data :-)
カバーアートも出るし,UI も割りと軽いし,設定も割りと容易.Raspberry Pi にしか対応していないが,もっと知られてもいいように思うなあ.
I recommend moode audio because the web UI works responsively and shows the cover art from my library, the settings are not difficult. Note that it works on Raspberry Pi: Cubox etc are not supported.
2015年5月16日土曜日
RuneAudio 0.3beta で赤外線リモコンを使うための設定手順 Summary : system setting steps for IR remote controller for RuneAudio 0.3beta
赤外線リモコンをRuneAudio 0.3 で使うことについてはすでに書いた.
ニーズがあるようなので,赤外がらみの設定のところだけ,ステップ・バイ・ステップに手順をまとめなおしておく.
I've already described about installation of IR remote control on RuneAudio 0.3beta.
There are some needs, I summarize the step-by-step instruction here.
ニーズがあるようなので,赤外がらみの設定のところだけ,ステップ・バイ・ステップに手順をまとめなおしておく.
I've already described about installation of IR remote control on RuneAudio 0.3beta.
There are some needs, I summarize the step-by-step instruction here.
2015年5月3日日曜日
mpdで演奏中の曲データをワンクリックで Windows のクリップボードに取り込む Getting info. of the now-playing song on mpd into the Windows clipboard with one click
(もっと簡単な改良版を公開しました)
(An improved method is now available.)
mpd ベースのプレイヤーを使っていると (とくにランダム再生を使っているときとか),今流れている曲をツイートしたくなるときがある.RuneAudio の web UI にはそういう機能があるが,mpd 汎用の方法があると,いろいろとよさげである.
(An improved method is now available.)
mpd ベースのプレイヤーを使っていると (とくにランダム再生を使っているときとか),今流れている曲をツイートしたくなるときがある.RuneAudio の web UI にはそういう機能があるが,mpd 汎用の方法があると,いろいろとよさげである.
そういう意味では,アイコンクリック一発でクリップボードに曲名と演奏者名くらいが入ると,twitter クライアントに貼り付けやすく,またもう一言を添えやすく,汎用性も高い.むしろ下手にツイートまで自動でしてしまうよりいいぐらいである.普段作業している Windows 7/8.1 で,こういうことに対応したクライアントもあるのかもしれないが,そのためだけにクライアントを常時動かしておくというのもどうかという気がする (とくにランダム自動再生のときは).
When playing with an mpd-based player, I often would like to tweet about the tune. The web UI of Rune Audio supports tweeting function, but a more general way for mpd may be a good idea.
The goal: only one click on the Windows desktop gets the title and the artist of the mpd now-playing tune into the Windows clipboard.
mpd の演奏状態は,Linux等では mpc というコマンドラインのクライアントで見ることができる.そこで mpc の Windows 版を使うことで,以下のような方法を取ってみた.
When playing with an mpd-based player, I often would like to tweet about the tune. The web UI of Rune Audio supports tweeting function, but a more general way for mpd may be a good idea.
The goal: only one click on the Windows desktop gets the title and the artist of the mpd now-playing tune into the Windows clipboard.
mpd の演奏状態は,Linux等では mpc というコマンドラインのクライアントで見ることができる.そこで mpc の Windows 版を使うことで,以下のような方法を取ってみた.
On Linux, mpc command reports the information about the now-playing tune. I installed the Windows port of mpc and completed the purpose as below.
登録:
投稿 (Atom)