<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>bigbrovar &#187; E71</title>
	<atom:link href="http://bigbrovar.aoizora.org/index.php/category/e71/feed/" rel="self" type="application/rss+xml" />
	<link>http://bigbrovar.aoizora.org</link>
	<description>Life and Computers</description>
	<lastBuildDate>Tue, 08 Nov 2011 18:12:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Encode and sync music to your portable music player in linux</title>
		<link>http://bigbrovar.aoizora.org/index.php/2009/09/14/transcode-and-sync-music-to-your-portable-music-player-in-linux/</link>
		<comments>http://bigbrovar.aoizora.org/index.php/2009/09/14/transcode-and-sync-music-to-your-portable-music-player-in-linux/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 21:02:10 +0000</pubDate>
		<dc:creator>bigbrovar</dc:creator>
				<category><![CDATA[E71]]></category>
		<category><![CDATA[Gnome]]></category>
		<category><![CDATA[Guides]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://bigbrovar.wordpress.com/2009/09/14/transcode-and-sync-music-to-your-portable-music-player-in-linux/</guid>
		<description><![CDATA[Ok so today turned out to be a not so good day for me, and like all not so good days I try do something which would distract me, something i love doing. Hence this post. Nope I don&#8217;t want &#8230; <a href="http://bigbrovar.aoizora.org/index.php/2009/09/14/transcode-and-sync-music-to-your-portable-music-player-in-linux/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Ok so today turned out to be a not so good day for me, and like all not so good days I try do something which would distract me, something i love doing. Hence this post. Nope I don&#8217;t want to talk about it.</p>
<p>So some months ago I got me an <a title="e71" href="http://europe.nokia.com/find-products/devices/nokia-e71" target="_blank">E71</a> Nokia phone, among other things I was hoping to use it as a music device so I slammed in an 8gb memory card, and was all set but for one factor: 60% of my music collection are in <a title="ogg" href="http://en.wikipedia.org/wiki/Ogg" target="_blank">ogg</a> format and nokia default music player does recognize ogg. Sure there are some 3rd party music apps for E71 which can play ogg files out of the box but they all lack the kind of integration which you get with the Nokia default music player. While in confused mode I decided to call up a friend <a title="friend" href="http://traversingmind.blogspot.com/" target="_blank">nucco </a>and he gave me the tip about .is_audio_player.<br />
<span id="more-794"></span><br />
<strong>What is .is_audio_player</strong></p>
<p>If like me, you have a music library made up of different music formats, and you want to be able to sync them to your portable music player in one music format say mp3. Example, my music collection is composed of different formats, .mp3, ogg, aac but I want to sync everyone of them as mp3 to my Nokia e71. This is where <strong>.is_audio_player </strong>comes in handy. Nope its not an application, nope its not a codec, its not a library either. Its just a file (yeah file) its a file you place in the root directory of the storage of your music device from where it does its magic.</p>
<p><strong>Configuration</strong></p>
<p>First you open your favorite text editor (gedit, kate, emac, nano, vi whatever). Then you place in the following entries:</p>
<p><code>audio_folders=Sounds/Digital/</code></p>
<p><code>folder_depth=3</code></p>
<p><code>output_formats=audio/mpeg</code></p>
<p><strong>Explanation</strong></p>
<p><strong>audio_folders </strong>=<strong> </strong>Here you indicate the relative path of the music folder on your portable device. On my Nokia its in <strong>Sound/Digital</strong></p>
<p><strong>folder_depth </strong>=<strong> </strong> Here you indicate the folder depth of the music folder (remember that every storage device attached to your Linux computer is mounted on /media/ hence you will start counting from the device mount point. In my case it was.</p>
<p>/media/<strong>e71</strong>/<strong>Sound</strong>/<strong>Digital</strong></p>
<p>Since our final destination &#8482; is <strong>Digital</strong> (in my case that is) which is <strong>3</strong> step away from /media I indicated the value for <strong>folder_depth </strong>to be <strong>3</strong></p>
<p><strong>out_formats</strong> = The last parameter is quite straight forward it&#8217;s asking what media format you want your files to be encoded in before sync. In my case i want them encoded to <strong>mp3</strong> hence i added <strong>audio/mpeg</strong></p>
<p>Now configure the file the way it meets your needs and then save as <strong>.is_audio_player </strong>remember the <strong>.</strong> (dot) in-front of is_audio_player. Once the file is saved, place it at the root of your music device (Nokia, Sony Erikson, China Mp3 device etc). In my case i placed it inside the memory card of my nokia phone (make sure you are using a mobile phone that can be seen as a mass storage device)</p>
<p>Note: Any file with a . (dot) in-front of its name is hidden by default in Linux hence you may not see the file after saving it until you tell your filemanager to view hidden files (ctrl +h) for (gnome) and (alt + .) for (kde)</p>
<p>Below is the <strong>.is_audio_player </strong>file inside the memory card of my nokia.</p>
<p><img title="lsaudio" src="http://farm3.static.flickr.com/2628/3920095287_ba7410b9ee_d.jpg" alt="" /></p>
<p>Once all is set, you can now plug your portable music player to your Linux computer and open Rhythmbox.</p>
<p>If all goes well Rhythmbox will detect your audio device. (in my case my nokia.)</p>
<p><img src="http://farm3.static.flickr.com/2536/3920665218_24329d3e95_d.jpg" alt="" /></p>
<p>All that is left is for you to select the tracks you want to sync. (you can always create a playlist) Drag and drop them into your portable music player&#8217;s icon. (You can also drag from your portable music player into your Music library.)</p>
<p>Transferring from your music library in rhythmbox to your portable music device might be slow, especially if it has to encode them to another music format before the transfer.</p>
<p><img src="http://farm3.static.flickr.com/2496/3920666120_2bffed909d_d.jpg" alt="" /></p>
<p>In the end I was able to encode all my ogg to mp3 files and sync them with my freedom hating E71 on the fly. I hope this helps someone out there.</p>
<p>FYI:</p>
<ul>
<li>I don&#8217;t know if this method would work with ipods.</li>
<li>Legends have it that Amarok supports .is_audio_player I can&#8217;t tell since I have not been able to get it to work in amarok 2.1. If you have been able to please let me know.</li>
<li>The Original ogg file on my music computer library is unaltered.</li>
</ul>
<p>=-=-=-=-=<br />
<em>Powered by </em><a href="http://bilbo.gnufolks.org/"><strong><em>Bilbo Blogger</em></strong></a></p>
]]></content:encoded>
			<wfw:commentRss>http://bigbrovar.aoizora.org/index.php/2009/09/14/transcode-and-sync-music-to-your-portable-music-player-in-linux/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>How to use Your Mobile Phone as Remote for your Linux Media Player</title>
		<link>http://bigbrovar.aoizora.org/index.php/2009/07/13/how-to-use-your-mobile-phone-as-remote-for-your-linux-media-player/</link>
		<comments>http://bigbrovar.aoizora.org/index.php/2009/07/13/how-to-use-your-mobile-phone-as-remote-for-your-linux-media-player/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 20:25:43 +0000</pubDate>
		<dc:creator>bigbrovar</dc:creator>
				<category><![CDATA[E71]]></category>
		<category><![CDATA[Guides]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://bigbrovar.wordpress.com/?p=750</guid>
		<description><![CDATA[One of the Accessories that comes shipped with my Dell M1330 laptop is a media Remote control which allows the laptop media player to be controlled remotely. Unfortunately Dell in their wisdom left this cool accessory out of the default &#8230; <a href="http://bigbrovar.aoizora.org/index.php/2009/07/13/how-to-use-your-mobile-phone-as-remote-for-your-linux-media-player/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>One of the Accessories that comes shipped with my Dell M1330 laptop is a media Remote control which allows the laptop media player to be controlled remotely. Unfortunately Dell in their wisdom left this cool accessory out of the default configuration of the M1330 that ships with Ubuntu pre-installed. Thankfully there is an even better tool available which is much more useful than the XPS media remote, Its is called <strong>Remuco</strong></p>
<blockquote><p><strong>Remuco</strong> is a duplex <strong>remote control</strong> system for <strong>Linux</strong> <strong>media players</strong> and mobile devices equipped with <strong>Bluetooth</strong> or <strong>WiFi</strong>.</p></blockquote>
<p><span id="more-750"></span></p>
<blockquote><p>With Remuco, you can remotely control your favorite media player. You can switch to the next, previous, or any other media within the current playlist, browse your media library and activate other playlists, rate your media, adjust volume, and more. On the mobile device (the remote control), it displays information about the current media, including cover art.</p></blockquote>
<p><a title="source" href="http://remuco.sourceforge.net/index.php/Remuco" target="_blank">source</a></p>
<p>**Ok the name is by no means cool or an a good indicator of what it can do, some of its features include**</p>
<h3><span style="text-decoration:underline;">Features</span></h3>
<p><strong>Remuco allows you to control:</strong></p>
<p>* Playback</p>
<p>*Seek forward or backward in current playing item</p>
<p>*Set the playlist to repeat or shuffle</p>
<p>*Control volume</p>
<p>*Rate,</p>
<p>*Tag Media being played</p>
<p>on your PC from your mobile phone</p>
<p><strong> It also Displays:</strong></p>
<p>*Current playing songs including album art</p>
<p>*Volume level</p>
<p>*Progress level of current playing song and its current rating</p>
<p><strong>Media browser features includes:</strong></p>
<p>*Browse Currently active playlist and apply actions to them</p>
<p>*Browse the play queue and apply actions to them</p>
<p>*Browse the players media library and apply actions to them</p>
<p>*search for items in the player&#8217;s media library and apply actions to items in the search result</p>
<p>*browse the local filesystem and apply actions to files</p>
<p>*** Not all feature is available on all media player example Rhythmbox seems to be better support compared or other media player***</p>
<h2>Installation</h2>
<p>Installation of Remuco is in two part, A player adapter is installed on your PC and the client on your mobile device</p>
<p>How to install the player adapter:</p>
<p><strong><span style="text-decoration:underline;">(K)Ubuntu </span></strong></p>
<p>First you need to add the 3rd party repository to your sources.list this can be done from synaptic</p>
<p>System -&gt; Administration -&gt; Synaptic Manager -&gt; Settings -&gt; Repositories.</p>
<p>Here you can enable the repositories for Ubuntu Software and Third Party Software.</p>
<p>For Third Party Software select Add -&gt; enter the repository&#8217;s address.</p>
<p>Ubuntu 9.04</p>
<p><code>deb </code><a href="http://ppa.launchpad.net/remuco-team/ppa/ubuntu"><code>http://ppa.launchpad.net/remuco-team/ppa/ubuntu</code></a><code> jaunty main </code></p>
<p>Ubuntu 8.10</p>
<p><code>deb </code><a href="http://ppa.launchpad.net/remuco-team/ppa/ubuntu"><code>http://ppa.launchpad.net/remuco-team/ppa/ubuntu</code></a><code> intrepid main </code></p>
<p>Ubuntu 8.04</p>
<p><code>deb </code><a href="http://ppa.launchpad.net/remuco-team/ppa/ubuntu"><code>http://ppa.launchpad.net/remuco-team/ppa/ubuntu</code></a><code> hardy main </code></p>
<p>Now you need install the repository Key</p>
<p>Open your terminal and enter:</p>
<p><code>sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys </code><a href="http://keyserver.ubuntu.com:11371/pks/lookup?op=get&amp;search=0xCCBACA0551A6F565"><code>51A6F565 </code></a></p>
<p>Now you will need to reload your sources by clicking the reload button on synaptic once done search for the team remuco, and you will see a list of remuco adapters for different Media players for linux</p>
<p>e.g I am on kde and i use amarok so i just installed the <strong>remuco-amarok</strong> package<br />
<strong><br />
Other Linux Distros can check </strong><strong><a href="http://remuco.sourceforge.net/index.php/Getting_Started#Installation">here</a></strong> for installation Instructions</p>
<p>you now need to add remuco to the list of startup application</p>
<p><strong>Amarok</strong></p>
<p>The Amarok adapter requires Amarok 2.</p>
<p>The Amarok adapter can be started with:</p>
<p><code> remuco-amarok</code></p>
<p><strong>Audacious</strong></p>
<p>The Audacious adapter can be started with:</p>
<p><code>remuco-audacious</code></p>
<p><strong>Banshee</strong></p>
<p>The Banshee adapter requires Banshee ≥ 1.4.</p>
<p>The Banshee adapter can be started with:</p>
<p><code>remuco-banshee</code></p>
<p><strong>MPD</strong></p>
<p>The MPD adapter requires MPD ≥ 0.13.</p>
<p>The MPD adapter can be started with:</p>
<p><code>remuco-mpd</code></p>
<p><strong>Rhythmbox</strong></p>
<p>Start Rhythmbox and activate the plugin Remuco in the menu Edit → Plugins.</p>
<p><strong>Totem</strong></p>
<p>The Totem adapter requires Totem ≥ 2.22.</p>
<p>Start Totem and activate the plugin Remuco in the menu Edit → Plugins.</p>
<p><strong>TVtime</strong></p>
<p>The TVtime adapter requires TVtime ≥ 1.0.</p>
<p>The TVtime adapter can be started with:</p>
<p><code> remuco-tvtime</code></p>
<p><strong>NOTE:</strong> With the exception of Rhythmbox and Totem, Remuco adapter for other Media players can be started automatically by adding remuco-media-player name to your startup session e.g for amarok add<code> remuco-amarok </code> to (gnome) System/Preference/Sessions (or startup application). (KDE) System-settings/ Advance Autostart</p>
<h3>Client side installation</h3>
<p>Installation on your mobile can be done by downloading remuco package <a title="remuco" href="http://sourceforge.net/projects/remuco/files/" target="_blank"><strong>here</strong></a> (the latest version on remuco in blog time is 0.9.0) extract the <strong>.tar.gz </strong>and goto <strong>/client/app/</strong> and send the .jar file to your mobile device and install it from there</p>
<p>(<strong>Note</strong>: The client requires a mobile device with JavaME support (MIDP ≥ 2.0, CLDC ≥ 1.1). If you use Bluetooth to connect to a player adapter, additionally JSR-82 (Java Bluetooth) must be supported.)</p>
<p>Once installed on the device in my case i open terminal and run the following command <code><strong>remuco-amarok</strong></code><strong> </strong> then i start amarok and start the client on my Nokia E71</p>
<p><img src="http://bigbrovar.files.wordpress.com/2009/07/add-device.png" alt="" /></p>
<p>Connected remuco to my laptop, it did its thing and yola i was able to control my amarok player from my phone.</p>
<p><img src="http://bigbrovar.files.wordpress.com/2009/07/remuco.png" alt="" /></p>
<p>Remember to first go to <strong>More</strong> and <strong>key-binding</strong> to set your own control key preference</p>
<p><strong>Happy listening and I hope this helps someone .. (sorry if this is badly written haven&#8217;t had time to blog in a while been very busy <img src='http://bigbrovar.aoizora.org/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' />  so am a bit rusty i guess) </strong></p>
]]></content:encoded>
			<wfw:commentRss>http://bigbrovar.aoizora.org/index.php/2009/07/13/how-to-use-your-mobile-phone-as-remote-for-your-linux-media-player/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

