Sunday, December 20, 2009

Think about me . . .

Think about crushes lasting for nanoseconds, think about Me
Think about sensitivity, think about Me
Think about sensibility, think about Me
Think about loyalty in relationships, think about Me
Think about unpredictability, about Me
Think about bizarre ideas to impress my girl, think about Me
Think about mystery, don't think about Me
Think about "paintra", don't think about Me
Think about liquor, pass
Think about books, think about Me
Think about reading them, don't think about Me
Think about firm determination, think about Me
Think about confusion, think about Me
Think about a friend, plz plz plz think about Me
i am dude who will be rocking every time
Totally Rock..

Wednesday, December 16, 2009

How to sync Nokia n900 Media player with playlists

How to sync Nokia n900 Media player with playlists

Hello there,

Nokia hardware team has put a good amount of effort in putting up the n900 together. But looks like the maemo is not as developed as its symbian platform is. You know this when you try to sync the music with your n900 device.

I tried to sync n900 with winamp, windows media player, nokia ovi music and media monkey. Off all these options I was successful only with media monkey. With my older phone (N95.8GB), i used to use windows media player and it worked great for me. The media player connect mode of N95 really makes make music sync process hassle free.

Here are things I tried:
1. Sync with Windows Media Player: The N900 storage is recognised as USB storage, so Media player just copies files over to the phone, it does not create the playlist anywhere. Even if you select one of the playlist to sync with n900, it just copies the music files to the phone, it doesn't have the options to copy the playlists to the phone storage.
Also if you are thinking of first syncing the phone with WMP and then creating the M3U files using some tool/ script, you can't really do that because WMP will create folder structure as arlist\album\track. Files from all the playlists follow the same directory structure, so it is not possible to identify the playlists with music files once the sync is done.
So WMP is out of picture as of now.

2. Sync with Winamp: Winamp is really a cool media player, I am sure the guys at winamp are working day and night to make it an ultimate media player. Here is what happened while I tried to sync with Winamp: Winamp copied all the tracks to the USB storage of N900. It also created the M3U playlist file under the designated folder in N900 storage. But there is more caviar to N900 storage. N900 being a linux based device uses / (forward slash) as folder separator where as winamp puts \ (back slash) in the path in M3U playlists. Another thing is winamp puts the full path in the M3U file as \Music\Artist\Album\Track considering that Music folder lies in the root directory of the file system but infact in n900 the 32 GB storage mounted as \home\user\MyDocs. In short the winamp playlist sync does not work. Until you have ways to manually modify the M3U file generated by winamp.


3. Sync with Ovi Music: Simply putting, it does not work. Ovi music does not support USB storage mode of N900.

4. Sync with Media Monkey: it works almost like winamp. It creates the M3U files with \ (back slash) and full path as \Music.. . But Media Monkey supports scripts. I was able to put together a script which would update the m3u playlist files with correct path. And it works like a charm.

I found a similar script here:
http://www.mediamonkey.com/forum/viewtopic.php?f=2&t=33736
Here is my modified script. Save it as FixN900m3us.vbs in the C:\Program Files\MediaMonkey\Scripts folder.

I have N900 storage mounted on G drive and I have configured Media Monkey to copy music files to \Music folder and playlist files to \Music\Playlists\ folder. You may have to change the script as per your needs.


Const ForReading = 1
Const ForWriting = 2
Set objFSO = CreateObject("Scripting.FileSystemObject")

Sub FixN900M3Us()

'--Set Variable for Path -- the script will search all files in this path (unless limited by extention below)

sPath = "G:\Music\Playlists\"

'--Get extension to search For -- Limit the search to files with this extension

sExt = "m3u"

'--Call the Function to Do search and Replace

s = DoSearch(sPath, sExt)

End Sub

' -- The meat of the script ... function to replace text, basically reads all text into a variable then replaces any instance of
'-- \Music with . then writes the contents of the modified variable to the same filename.

Function DoSearch(FolPath, sExtName)

Set objFSO = CreateObject("Scripting.FileSystemObject")

Dim SubPath, Fol, s1, sList, oFol, Fils, oFil, s, sPath, Fols, LExt
LExt = Len(sExtName)
sExtName = UCase(sExtName)
Set oFol = objFSO.GetFolder(FolPath)
Set Fils = oFol.Files
If Fils.count > 0 Then
For Each oFil In Fils
Set objFile = objFSO.OpenTextFile(sPath & oFil, ForReading)
strText = objFile.ReadAll
objFile.Close
strNewText = Replace(strText, "\Music\", "..\")
strNewText = Replace(strNewText, "\", "/")

Set objFile = objFSO.OpenTextFile(sPath & oFil, ForWriting)
objFile.WriteLine strNewText
objFile.Close
Next

SDB.MessageBox "Successfully fixed " & Fils.count & " M3U playlists.", mtInformation, Array(mbOk)

End If
End Function




Now modify the Scripts.ini file at the same path (C:\Program Files\MediaMonkey\Scripts) to add:


[FixN900M3Us]
FileName=FixN900m3us.vbs
ProcName=FixN900M3Us
Order=40
DisplayName=Fix Nokia N900 M3U playlists
Description=Edits M3U format to get them to work on Nokia N900 Media Player
Language=VBScript
ScriptType=0

now once you have sync music files with n900, In the media monkey user interface : simply run:
Tools > Scripts > Fix Nokia N900 M3U Playlist.
A message box will be displayed telling you that all the play list files are fixed.

PS: The version of Media Monkey I used copied all Mp3 file to root directory instead of putting them in \Music folder, This was a configuration issue, I found a fix for this in URL:
http://www.mediamonkey.comwww.mediamonkey.com/forum/viewtopic.php?f=12&t=41932
I added the lines to MediaMonkey.ini file at path: C:\Users\Free User\AppData\Local\MediaMonkey. (Simiar path on other windows version would be like c:\document and settings\\appdata or applicatio data (this is the part of review where i really get bored typing and correcting the stuff I just wrote)


[WMDM]
COMApartmentThreading=1

If you do not like to change your preferred media player, Media Monkey does have few skins which makes it look similar to Itunes or WMP. Well that is not only reason, i started liking it. It has some more cool features such as auto DJ, fading effect, etc.
So until nokia fixes the n900 music sync, media monkey is the way to go.. well atleast for me.

i did not try syncing with itunes. Itunes is for iphones, not nokias'.

Thats all guys.. I hope it helped,
if you want to add somethings to it, add your comments.

Sunday, November 29, 2009

Bliss

I never went for the obvious and it isn't that i haven't paid for it but the moment you finish the path less taken,believe me, its pure bliss!!!!

Thursday, June 11, 2009

I've learned..

I've learned that you cannot make someone love you.
All you can do is be someone who can be loved.
The rest is up to them.
I've learned that no matter how much I care,
some people just don't care back.
I've learned that it takes years to build up trust
and only seconds to destroy it.
I've learned that it's not what you have in your life
but who you have in your life that counts.
I've learned that no matter how good a friend is,
they're going to hurt you every once in a while
and you must forgive them for that.
I've learned that it isn't always enough to be forgiven by others.
Sometimes you have to learn to forgive yourself.
I've learned that no matter how bad your heart is broken,
the world doesn't stop for your grief.

Saturday, March 28, 2009

I am ...

orkut - Deepti's profile:
I'm an angel, I'm a devil
I am sometimes in between
I'm as bad as it can get
And good as it can be
Sometimes I'm a million colors
Sometimes I'm black and white
I am all extremes
Try to figure me out you never can
There's so many things I am

I am special
I am beautiful
I am wonderful
And powerful
Unstoppable
Sometimes I'm miserable
Sometimes I'm pitiful
But that's so typical of all the things I am

I'm someone filled with self-belief
And haunted by self-doubt
I've got all the answers
I've got nothing figured out
I like to be by myself
I hate to be alone
I'm up and I am down
But that's part of the thrill
Part of the plan
Part of all of the things I am

I'm a million contradictions
Sometimes I make no sense
Sometimes I'm perfect
Sometimes I'm a mess
Sometimes I'm not sure who I am

I am special
I am beautiful
I am wonderful
And powerful
Unstoppable
Sometimes I'm miserable
Sometimes I'm pitiful
But that's so typical of all the things I am
__ lyrics courtesy : Hilary Duff

Monday, January 19, 2009

KEEP CONFIDENCE, TRUST OTHERS AND NEVER LOSE HOPE!

*CONFIDENCE:*

Once all village people decided to pray for rain. On the day of prayer all people gathered and only one boy came with an Umbrella...... that's confidence!


*TRUST:*


Trust should be like the feeling of a one year old baby when you throw him in the air, he laughs.....because he knows you will catch him .

*HOPE:*

Every night we go to bed, we have no assurance to get up alive in the next morning but still you have plans for the coming day.

KEEP CONFIDENCE, TRUST OTHERS AND NEVER LOSE HOPE!