|
2009-11-30
, 15:35
|
Posts: 2,014 |
Thanked: 1,581 times |
Joined on Sep 2009
|
#2
|
I need urgent help. Have only two days to sort out my media player as travelling back to UK on Wednesday so if there is a problem with device need to know by then so I can return it before I leave.
I have transferred music and playlists to the device and it plays my music fine but does not play any of my playlists. When I click shuffle or select any song in the playlist it just says unable to play file.
I have tried synching using the N900 as a mass storage device, using PC suite and using Winamp and always the same problem. I thought maybe Nokia Ovi Music would be the solution but whether I connect in PC suite mode or mass storage mode it says your device is not connected in the correct mode for Nokia Music.
Does anyone know what the solution is? If there is no one to correct the media player is there a way to reflash the N900 using a Windows 7 PC or from the device itself.
I quite like the N900 but if there is no way to fix the media player or reflash the device then I would have to return it and move elsewhere.
|
2009-11-30
, 15:40
|
Posts: 1,179 |
Thanked: 770 times |
Joined on Nov 2009
|
#3
|
|
2009-11-30
, 16:24
|
Posts: 262 |
Thanked: 232 times |
Joined on Aug 2009
|
#4
|
|
2009-11-30
, 16:33
|
Posts: 1,179 |
Thanked: 770 times |
Joined on Nov 2009
|
#5
|
|
2009-11-30
, 16:51
|
Posts: 262 |
Thanked: 232 times |
Joined on Aug 2009
|
#6
|
|
2009-11-30
, 17:31
|
Posts: 9 |
Thanked: 4 times |
Joined on Nov 2009
|
#7
|
|
2009-11-30
, 17:58
|
Posts: 262 |
Thanked: 232 times |
Joined on Aug 2009
|
#8
|
I opened up the playlist file in Notepad and doublechecked that the paths were correct. An example line reads as follows:
\Music\Sarah McLachlan\Wintersong\08 - Silent Night.mp3
This seems to match the location of the actual mp3, so I'm a bit stuck at this point. Is there something obvious that I'm missing here?
The Following User Says Thank You to livefreeordie For This Useful Post: | ||
|
2009-11-30
, 18:06
|
Posts: 1,179 |
Thanked: 770 times |
Joined on Nov 2009
|
#9
|
If the m3u uses absolute paths they will be wrong on your device. For example, if the song is stored on your computer as:
/home/etuoyo/Documents/Music/airguitar.ogg
and on your device as:
/home/user/music/airguitar.ogg
then all the files listed in the m3u will point to the wrong location. You can easily check this by opening the file in a text editor.
I don't really know whether m3u's are supposed to use relative or absolute paths (relative would be ./airguitar.ogg if the m3u is in the same place as the file), but you could at least fix the problem with the following shell command:
sed 's,/home/etuoyo/Documents/Music,/home/user/music,' old.m3u > fixed.m3u
|
2009-11-30
, 18:08
|
Posts: 1,179 |
Thanked: 770 times |
Joined on Nov 2009
|
#10
|
Tags |
audio, convert, fremantle, m3u, maemo, maemo 5, media player, path, playlist, problem, transfer, unable to find media file |
|
I have transferred music and playlists to the device and it plays my music fine but does not play any of my playlists. When I click shuffle or select any song in the playlist it just says unable to play file.
I have tried synching using the N900 as a mass storage device, using PC suite and using Winamp and always the same problem. I thought maybe Nokia Ovi Music would be the solution but whether I connect in PC suite mode or mass storage mode it says your device is not connected in the correct mode for Nokia Music.
Does anyone know what the solution is? If there is no one to correct the media player is there a way to reflash the N900 using a Windows 7 PC or from the device itself.
I quite like the N900 but if there is no way to fix the media player or reflash the device then I would have to return it and move elsewhere.