<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" 
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Thinking more...</title>
<link>http://blog.roodo.com/thinkingmore</link>
<description><![CDATA[Just thinking more...&nbsp;訂閱 RSS














  google.load("jquery", "1.2");
  google.setOnLoadCallback( function() {
    _uacct = "UA-97150-7";
    urchinTracker();
    if( dp!='undefined' ) {
      $("pre > br").each( function() { $(this).replaceWith( "\n" ); } );
      $("textarea > br").each( function() { $(this).replaceWith( "\n" ); } );
      dp.SyntaxHighlighter.ClipboardSwf = 'http://syntaxhighlighter.googlecode.com/svn/tags/1.5.1/Scripts/clipboard.swf';
      dp.SyntaxHighlighter.HighlightAll('code');
    }
  } );

]]>
	</description>
<language>zh-tw</language>
<generator>Roodo Blog System</generator>
<copyright>All Rights Reserved</copyright>
<atom:link href="http://blog.roodo.com/thinkingmore/recent-comment.xml" rel="self" type="application/rss+xml" />
<item>
	<title>回應：Apache SSL on Windows</title>
	<description><![CDATA[請問你試過了嗎？]]>
	</description>
	<link>http://blog.roodo.com/thinkingmore/archives/4285587.html</link>
	<guid>http://blog.roodo.com/thinkingmore/archives/4285587.html#comment-18029375</guid>
		<category>最新文章回應</category>
	<pubDate>Tue, 25 Nov 2008 17:49:19 +0800</pubDate>
</item>
<item>
	<title>回應：Apache SSL on Windows</title>
	<description><![CDATA[請問就這麼簡單嗎= ="?]]>
	</description>
	<link>http://blog.roodo.com/thinkingmore/archives/4285587.html</link>
	<guid>http://blog.roodo.com/thinkingmore/archives/4285587.html#comment-18024061</guid>
		<category>最新文章回應</category>
	<pubDate>Tue, 25 Nov 2008 09:02:29 +0800</pubDate>
</item>
<item>
	<title>回應：讓 Banshee 啟動時自動播放音樂</title>
	<description><![CDATA[你好 之前在你的資訊幫忙之下，現在成功可以
用banshee之下聽A2DP藍芽耳機，在我藍芽耳機斷線之後，播放器不會當機了而會從內建speaker播放，是否可在請教一個問題，就是我有用一個按鈕就是可以切換藍芽耳機與電腦內建喇叭的功能
主要就是用執行一個script大約是用這個功能
#gconftool --type string --set /system/gstreamer/0.10/default/musicaudiosink "autoaudiosink"
我有大約研究一下audio的架構
■Audio

 ----------------------------------------------------------
│Application                                             │
│                       Banshee    Amarok                │
│                          ↓                            │
 ----------------------------------------------------------
│Desktop Environment                                     │
│                     ↓             ↓            ↓    │            
│                   GNOME            KDE          XFCE   │     
│                                                        │
 --------------------------DBus----------------------------
│                                                        │
 ---------------------------------------------------------- GStreamer framework解碼器
│Sound Server                                            │
│                     ↓             ↓                  │
│                     ↓             ↓                  │
│                    ESD            aRTs       PulseAudio│
 ----------------------------------------------------------
│Kernel                                                  │
│                           ↓                           │
│                        ALSA driver                     │
 ----------------------------------------------------------
│Hardware                                                │
│                           ↓                           │
│                        Soundcard                       │          
 ----------------------------------------------------------
是否是我只控制到Gstreamer解碼器這邊的部份，如果要做到即時的話，是否說要控制到kernel那部份
才可以達到即時切換的功能，謝謝
如果方便可以跟你要e-mail方便與你請教嗎? 我的e-mail: <a href="mailto:f8742651@ms33.hinet.net">f8742651@ms33.hinet.net</a>]]>
	</description>
	<link>http://blog.roodo.com/thinkingmore/archives/6319131.html</link>
	<guid>http://blog.roodo.com/thinkingmore/archives/6319131.html#comment-17940227</guid>
		<category>最新文章回應</category>
	<pubDate>Wed, 12 Nov 2008 15:07:44 +0800</pubDate>
</item>
<item>
	<title>回應： 電影流水帳(2008/10/17～2008/10/27) </title>
	<description><![CDATA[可惡 囧 我也好想看電影，可是閉關期間不得出門進行娛樂活動T_T]]>
	</description>
	<link>http://blog.roodo.com/thinkingmore/archives/7452095.html</link>
	<guid>http://blog.roodo.com/thinkingmore/archives/7452095.html#comment-17845009</guid>
		<category>最新文章回應</category>
	<pubDate>Thu, 30 Oct 2008 16:14:37 +0800</pubDate>
</item>
<item>
	<title>回應：讓 Banshee 啟動時自動播放音樂</title>
	<description><![CDATA[1.據我所知，banshee 是用 gstreamer 來作輸出。
而 gstreamer 會視你系統設定來決定使用 pulseaudio、alsa或是osd...等來作為輸出裝置。
2.我記得bluetooth應該有使用dbus作為聯繫之用...

以上，希望對你有幫助。]]>
	</description>
	<link>http://blog.roodo.com/thinkingmore/archives/6319131.html</link>
	<guid>http://blog.roodo.com/thinkingmore/archives/6319131.html#comment-17840891</guid>
		<category>最新文章回應</category>
	<pubDate>Wed, 29 Oct 2008 23:45:47 +0800</pubDate>
</item>
<item>
	<title>回應：讓 Banshee 啟動時自動播放音樂</title>
	<description><![CDATA[謝謝你給的資訊，讓我得知可以用DBUS這個方向，也有用f-deet這個不錯的工具，經過幾天測試發現我原本要這樣做的方法是行不通的
原本是想說用python或是指令(dbus-send --session --type=method_call --dest=org.bansheeproject.Banshee /org/bansheeproject/Banshee/PlaybackController org.bansheeproject.Banshee.PlaybackController.First)
類似這樣的方式去控制藍芽斷線後做後續的動作
是否再請教一下
1.據我查資訊大概了解使用A2DP藍芽耳機聽音樂，播放程式banshee並不知道他是透過藍芽來播放，對播放程式來說，他是在存取 ALSA 裝置
通常藍芽連線中斷後，播放程式banshee應該不會真的當掉(藍芽斷線後，播放器視窗的按鈕還是可以觀看瀏覽，只是要再按播放鈕時，才會整個程式當掉)，所以我想說先用指令列terminal 下直接由 command line 啟動 banshee，看看中斷藍芽連線後，console 上有沒有出現什麼錯誤訊息。但我在d-feet上面看到的command line是banshee-1 /usr/lib/banshee-1/Nereid.exe而用Xfce 4 Appfinder看是banshee-1 --redirect-log --play-enqueued %U的下法，用兩種下法藍芽斷線還是都沒有錯誤資訊出來，請問有其它方式得知聲音輸出有問題時的log資訊嗎??

2.在d-feet中的interface有四個(clientwundow、dbuscommandservice、playbackcontroller、playerengine)有可以直接對輸出切換的可以使用嗎??因為我用a2dp聽音樂如果要切換到speaker我是下#gconftool --type string --set /system/gstreamer/0.10/default/musicaudiosink "autoaudiosink"這個指令 如果要再切換到藍芽就是#gconftool --type string --set /system/gstreamer/0.10/default/musicaudiosink "alsasink device=bluetooth"
但是這個切換都是必須下一首歌才會切換過去，沒有辦法即使切換，所以我猜可能是因為有個buffer所以播放器一直往藍芽耳機輸出聲音，所以想看是否有在控制"聲音輸出"的介面可以使用

3.就是在用d-feet的時候，剛開始用的時候，在system或是session都看不到banshee的，後來在加入org.bansheeproject.Banshee後就有看到了，之前不小心關掉session bus，banshee的部份都不見了，再用新增一個connection也沒有出來，到是用類似前面那個指令(dbus-send --session ~~~~~~First)就會在d-feet又看到banshee，關掉軟體之後又不見了，可是之前就算關掉，它還會存在，不會像現在動態載入時才會出現，不曉得是那方面有問題??
也感謝你這個有耐心提供我資訊，謝謝]]>
	</description>
	<link>http://blog.roodo.com/thinkingmore/archives/6319131.html</link>
	<guid>http://blog.roodo.com/thinkingmore/archives/6319131.html#comment-17824497</guid>
		<category>最新文章回應</category>
	<pubDate>Tue, 28 Oct 2008 11:39:32 +0800</pubDate>
</item>
<item>
	<title>回應：讓 Banshee 啟動時自動播放音樂</title>
	<description><![CDATA[我大概知道你想幹麼了，你應該利用 dbus 來控制，而不是 booscript
你可以參考：
* <a href='http://garuma.wordpress.com/2008/02/14/having-fun-with-banshee-and-d-bus/' rel='nofollow'><a href='http://garuma.wordpress.com/2008/02/14/having-fun-with-banshee-and-d-bus/' rel='nofollow'>http://garuma.wordpress.com/2008/02/14/having-fun-with-banshee-and-d-bus/</a></a>
* <a href='http://www.kryogenix.org/days/2008/07/02/controlling-banshee-over-d-bus' rel='nofollow'><a href='http://www.kryogenix.org/days/2008/07/02/controlling-banshee-over-d-bus' rel='nofollow'>http://www.kryogenix.org/days/2008/07/02/controlling-banshee-over-d-bus</a></a>
* <a href='http://www.madsoft.org/2008/06/10/interfacing-banshee-10-with-dbus-and-python/' rel='nofollow'><a href='http://www.madsoft.org/2008/06/10/interfacing-banshee-10-with-dbus-and-python/' rel='nofollow'>http://www.madsoft.org/2008/06/10/interfacing-banshee-10-with-dbus-and-python/</a></a>]]>
	</description>
	<link>http://blog.roodo.com/thinkingmore/archives/6319131.html</link>
	<guid>http://blog.roodo.com/thinkingmore/archives/6319131.html#comment-17684085</guid>
		<category>最新文章回應</category>
	<pubDate>Sat, 18 Oct 2008 23:55:18 +0800</pubDate>
</item>
<item>
	<title>回應：讓 Banshee 啟動時自動播放音樂</title>
	<description><![CDATA[你好，我會問這個問題是起因是我用A2DP的藍芽耳機聽音樂，可是在藍芽連線斷線(不管是耳機或是電腦斷線)，在播放器Banshee在播放的歌會整個當掉，所以我猜可能是banshee的問題，所以想要查一下banshee播放器的部份
我想請問一下，我是用banshee1.2.1版本的用
#banshee-1 --help-all可以查到它的選項有--pause和--next這兩個可是我用終端機打
#banshee-1 --pause(已經有開banshee播放器了，是想讓它暫停)可是會變成暫停沒有用而是又開一個播放器出來，所以想說有沒有指令可以完成這樣的動作，你說可以用利用 booscript 這個 addon.是否可再麻煩你進一步解說，謝謝]]>
	</description>
	<link>http://blog.roodo.com/thinkingmore/archives/6319131.html</link>
	<guid>http://blog.roodo.com/thinkingmore/archives/6319131.html#comment-17679443</guid>
		<category>最新文章回應</category>
	<pubDate>Fri, 17 Oct 2008 22:42:16 +0800</pubDate>
</item>
<item>
	<title>回應：讓 Banshee 啟動時自動播放音樂</title>
	<description><![CDATA[要參考這篇：http://blog.roodo.com/thinkingmore/archives/6293803.html

利用 booscript 這個 addon.]]>
	</description>
	<link>http://blog.roodo.com/thinkingmore/archives/6319131.html</link>
	<guid>http://blog.roodo.com/thinkingmore/archives/6319131.html#comment-17675199</guid>
		<category>最新文章回應</category>
	<pubDate>Fri, 17 Oct 2008 07:20:46 +0800</pubDate>
</item>
<item>
	<title>回應：MSN bot - Smart Child</title>
	<description><![CDATA[你可以發離線訊息給他看看~]]>
	</description>
	<link>http://blog.roodo.com/thinkingmore/archives/1813451.html</link>
	<guid>http://blog.roodo.com/thinkingmore/archives/1813451.html#comment-17675183</guid>
		<category>最新文章回應</category>
	<pubDate>Fri, 17 Oct 2008 07:15:44 +0800</pubDate>
</item>
<item>
	<title>回應：MSN bot - Smart Child</title>
	<description><![CDATA[請問為什麼我家了它的MSN帳號

它卻沒有回應過我?

而且他也從沒上現過

可不可以跟我說]]>
	</description>
	<link>http://blog.roodo.com/thinkingmore/archives/1813451.html</link>
	<guid>http://blog.roodo.com/thinkingmore/archives/1813451.html#comment-17670861</guid>
		<category>最新文章回應</category>
	<pubDate>Thu, 16 Oct 2008 15:04:39 +0800</pubDate>
</item>
<item>
	<title>回應：讓 Banshee 啟動時自動播放音樂</title>
	<description><![CDATA[想請問一下~~上面的程式碼要加到那個檔案??
因為banshee跑起來的時候，是下#banshee --play-enqueued --enqueue %u
程式本身按n會下一首，有辦法可以輸入指令就可以讓他暫停或是下一首嗎?? 謝謝]]>
	</description>
	<link>http://blog.roodo.com/thinkingmore/archives/6319131.html</link>
	<guid>http://blog.roodo.com/thinkingmore/archives/6319131.html#comment-17670363</guid>
		<category>最新文章回應</category>
	<pubDate>Thu, 16 Oct 2008 13:54:14 +0800</pubDate>
</item>
<item>
	<title>回應：在 Banshee 1.0 裡使用 BooScript</title>
	<description><![CDATA[抱歉，我沒有用過 bluetooth 耳機聽音樂，不是很清楚。]]>
	</description>
	<link>http://blog.roodo.com/thinkingmore/archives/6293803.html</link>
	<guid>http://blog.roodo.com/thinkingmore/archives/6293803.html#comment-17657055</guid>
		<category>最新文章回應</category>
	<pubDate>Tue, 14 Oct 2008 16:36:51 +0800</pubDate>
</item>
<item>
	<title>回應：在 Banshee 1.0 裡使用 BooScript</title>
	<description><![CDATA[您好~~我最近也在玩ubuntu，使用bluetooth來聽音樂，但是每當切換聲音輸出後，都不會在即時改變，都要等到下首歌才會切換過去...請問有辦法即時切換嗎?]]>
	</description>
	<link>http://blog.roodo.com/thinkingmore/archives/6293803.html</link>
	<guid>http://blog.roodo.com/thinkingmore/archives/6293803.html#comment-17656183</guid>
		<category>最新文章回應</category>
	<pubDate>Tue, 14 Oct 2008 14:20:49 +0800</pubDate>
</item>
<item>
	<title>回應：jquery.ingrid</title>
	<description><![CDATA[get/post 都可以...]]>
	</description>
	<link>http://blog.roodo.com/thinkingmore/archives/5628631.html</link>
	<guid>http://blog.roodo.com/thinkingmore/archives/5628631.html#comment-17505021</guid>
		<category>最新文章回應</category>
	<pubDate>Sun, 21 Sep 2008 23:14:51 +0800</pubDate>
</item>
<item>
	<title>回應：jquery.ingrid</title>
	<description><![CDATA[請問一下 ingrid的serverside要回傳是用get回傳還是post..,我看不太董他的sample code...能否請大哥做個簡易指導呢?]]>
	</description>
	<link>http://blog.roodo.com/thinkingmore/archives/5628631.html</link>
	<guid>http://blog.roodo.com/thinkingmore/archives/5628631.html#comment-17503345</guid>
		<category>最新文章回應</category>
	<pubDate>Sun, 21 Sep 2008 17:50:40 +0800</pubDate>
</item>
<item>
	<title>回應：電影流水帳(2008/9/7～2008/9/11)</title>
	<description><![CDATA[知道雲兒的秘密國度在哪裡嗎???
歡迎大家來雲兒的秘密國度逛逛!!
雲兒的秘密國度裡面有雲兒的生活大小事唷!!
千萬別錯過雲兒的喜怒哀樂~~讓雲兒跟你一起成長!!
雲兒的秘密國度網址如下
雲兒的秘密國度http://blog.yam.com/ruis/article/1252119]]>
	</description>
	<link>http://blog.roodo.com/thinkingmore/archives/7158519.html</link>
	<guid>http://blog.roodo.com/thinkingmore/archives/7158519.html#comment-17456309</guid>
		<category>最新文章回應</category>
	<pubDate>Tue, 16 Sep 2008 17:34:22 +0800</pubDate>
</item>
<item>
	<title>回應：App_Offline.htm</title>
	<description><![CDATA[哪裡怪??

這在做系統更新、維護時，蠻有用的啊～
我覺得怪的是文件都沒講到這件事...]]>
	</description>
	<link>http://blog.roodo.com/thinkingmore/archives/6689919.html</link>
	<guid>http://blog.roodo.com/thinkingmore/archives/6689919.html#comment-17033805</guid>
		<category>最新文章回應</category>
	<pubDate>Fri, 08 Aug 2008 10:00:43 +0800</pubDate>
</item>
<item>
	<title>回應：App_Offline.htm</title>
	<description><![CDATA[無言!這樣真的很怪!]]>
	</description>
	<link>http://blog.roodo.com/thinkingmore/archives/6689919.html</link>
	<guid>http://blog.roodo.com/thinkingmore/archives/6689919.html#comment-17032777</guid>
		<category>最新文章回應</category>
	<pubDate>Fri, 08 Aug 2008 01:04:26 +0800</pubDate>
</item>
<item>
	<title>回應：電影流水帳(2008/7/23～2008/7/27)</title>
	<description><![CDATA[原來是早就被捏過了= =|||

難怪沒有很恐懼的樣子…]]>
	</description>
	<link>http://blog.roodo.com/thinkingmore/archives/6586875.html</link>
	<guid>http://blog.roodo.com/thinkingmore/archives/6586875.html#comment-17012781</guid>
		<category>最新文章回應</category>
	<pubDate>Tue, 05 Aug 2008 10:04:07 +0800</pubDate>
</item>
</channel>
</rss>