Thread
:
HowTo greatly improve music playback preformance
View Single Post
echoblack
2010-08-17 , 12:46
Posts: 16 | Thanked: 8 times | Joined on Apr 2010
#
1
###########################
Woops, Maemo newbie here.
You don't have to system link the file. The Tracker Daemon will find the music on the SD card. If you make a system link then the trackerd will find both directory paths and will show bubble every song you have in the music player.
###########################
Aloha,
I was having studdering problems and overall bad preformance when playing music. I knew what the problem was.... IO bandwidth of the internal eMMC memory.
So, i simply made a directory on my SD card named "sounds" then copyed over evrything from /home/user/MyDocs/.sounds . Then deleted that directory and replased it with a system link.
Now I can listen to studder free music and open/run other applicatons as fast as they would open/run if I was not playing music. I highly recommend it.
mkdir /media/mmc1/sounds
cp -r /home/user/MyDocs/.sounds/* /media/mmc1/sounds
sync
rm -r /home/user/MyDocs/.sounds
ln -s /media/mmc1/sounds /home/user/MyDocs/.sounds
Last edited by echoblack; 2010-08-18 at
01:04
.
Quote & Reply
|
The Following 2 Users Say Thank You to echoblack For This Useful Post:
Aladan
,
gregoranderson
echoblack
View Public Profile
Send a private message to echoblack
Find all posts by echoblack