Rockbox.org home
Downloads
Release release
Dev builds dev builds
Extras extras
themes themes
Documentation
Manual manual
Wiki wiki
Device Status device status
Support
Forums forums
Mailing lists mailing lists
IRC IRC
Development
Bugs bugs
Patches patches
Dev Guide dev guide
Search



Donate

Rockbox Technical Forums


Login with username, password and session length
Home Help Search Staff List Login Register
News:

Thank You for your continued support and contributions!

+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Audio Playback, Database and Playlists
| | |-+  Cannot get playlist to work
« previous next »
  • Print
Pages: [1]

Author Topic: Cannot get playlist to work  (Read 2288 times)

Offline redrick

  • Member
  • *
  • Posts: 9
Cannot get playlist to work
« on: March 03, 2010, 05:42:08 PM »
Hi,

(Please accept that for complicated reasons I need to be able to create playlists manually on my computer.)

This is an example of a playlist Rockbox made (dynamic.m3u)

/MUSIC/Arditti Quartet/Berg String Quartet, Lyric Suite/01 1. Streichquartett op 3 1910.mp3
/MUSIC/Arditti Quartet/Berg String Quartet, Lyric Suite/02 2. Streichquartett op 3 1910.mp3
/MUSIC/Arditti Quartet/Berg String Quartet, Lyric Suite/03 Lyric Suite- 1. Allegretto giovale.mp3
/MUSIC/Arditti Quartet/Berg String Quartet, Lyric Suite/04 Lyric Suite- 2. Andante amoroso.mp3
/MUSIC/Arditti Quartet/Berg String Quartet, Lyric Suite/05 Lyric Suite- 3. Allegro misterioso.mp3
/MUSIC/Arditti Quartet/Berg String Quartet, Lyric Suite/06 Lyric Suite- 4. Adagio appassionata.mp3
/MUSIC/Arditti Quartet/Berg String Quartet, Lyric Suite/07 Lyric Suite- 5. Presto delirando.mp3
/MUSIC/Arditti Quartet/Berg String Quartet, Lyric Suite/08 Lyric Suite- 6. Largo desolato.mp3

This is one I made:

/MUSIC/Arditti Quartet et al/Carter Quintets and Voices/02 Quintet for Piano and Strings.mp3
/MUSIC/Arditti Quartet et al/Carter Quintets and Voices/04 Tempo e Tempi - Tempo e Tempi.mp3
/MUSIC/Arditti Quartet et al/Carter Quintets and Voices/05 Tempo e Tempi - Ed e Subito Sera.mp3
/MUSIC/Arditti Quartet et al/Carter Quintets and Voices/06 Tempo e Tempi - Oboe Sommerso.mp3
/MUSIC/Arditti Quartet et al/Carter Quintets and Voices/07 Tempo e Tempi - Una Colomba.mp3
/MUSIC/Arditti Quartet et al/Carter Quintets and Voices/08 Tempo e Tempi - Godimeto.mp3
/MUSIC/Arditti Quartet et al/Carter Quintets and Voices/09 Tempo e Tempi - L'Arno a Rovezzano.mp3

The one I made doesn't work.  I put it in playlists and also tried a copy in root.  When I try to view it on my sansa/rockbox I just get:

1.
2.
3.
4.
5.
6.
7.
8.
9.
I have very carefully checked that the folders and filenames are correct.  What could I be doing wrong?

(BTW, odd there are 9 numbers and only 7 selections on my playlist.)
Logged

Offline Llorean

  • Member
  • *
  • Posts: 12931
Re: Cannot get playlist to work
« Reply #1 on: March 03, 2010, 05:47:07 PM »
Are you sure the characters are right? For example, is it definitely "e" or perhaps "é" for example?

Have you tried using a program like winamp (or similar for whatever your native OS is) or a terminal command to generate a playlist from the real files, or how was this playlist created?

Also you need to let us know what revision of Rockbox you're using.
Logged

Offline redrick

  • Member
  • *
  • Posts: 9
Re: Cannot get playlist to work
« Reply #2 on: March 03, 2010, 06:30:51 PM »
Yes, characters are right.  I especially picked a playlist that had no "odd" characters that might confuse the matter.

Rockbox v. is 3.5.

Actually playlist was originally made on WMP.  I used it to load the files onto the player when in original mode.  I noticed that the .pl files that sansa made were similar to the .m3u files Rockbox makes so I simply modified them a bit to be, what appears to me to be, exactly what Rockbox uses, & changed the suffix to .m3u. 

Well, as you can see, it appears just the same but for some reason won't work.
Logged

Offline Llorean

  • Member
  • *
  • Posts: 12931
Re: Cannot get playlist to work
« Reply #3 on: March 03, 2010, 06:42:41 PM »
Why don't you try using your method to create a playlist for the exact same files that Rockbox creates a playlist for, then do a comparison of the two files using a file comparison tool to see if there are any non-visible differences?
Logged

Offline redrick

  • Member
  • *
  • Posts: 9
Re: Cannot get playlist to work
« Reply #4 on: March 03, 2010, 07:00:36 PM »
EDITED

Yes, I'll give that a shot, and also try having rockbox make a pl of mine.  Hope I can get this to work somehow or other but I've tried this with a number of different files so far and nothing, no matter how simple, seems to work.

Regards, -Rick

This is really weird.  It just doesnt seem to recognize the files on playlists unless those playlists are made on Rockbox, even if the files I've made on my computer are precisely the same.
« Last Edit: March 04, 2010, 02:11:07 AM by redrick »
Logged

Offline littlenick

  • Member
  • *
  • Posts: 47
Re: Cannot get playlist to work
« Reply #5 on: March 16, 2010, 12:35:23 PM »
I've also had my problems with playlists I wanted to create (sigh!).
At last it seemed to me like the playlist has to incorporate also the information where to find the track on hdd/memory of the player.
Just creating a playlist anywhere didn't work for me so far.
Does rockbox look for identically named .mp3/.wma/.ogg and so on -files and actually create its own pathway to find them on the player's memory  - in other words, will rockbox beat its own way through the jungle of files when it is told the filename (even if the memory is reshuffled by new downloads onto it)?

I apologize for interfering in a probably more seriuos discussion than I probably have right to participate.

Tom
Logged

Offline Domonoky

  • Developer
  • Member
  • *
  • Posts: 205
Re: Cannot get playlist to work
« Reply #6 on: March 16, 2010, 01:40:17 PM »

Rockbox will search the files under the path you specify in the m3u file. If it doesnt find the file, it will strip folders from the beginning until it finds the file, or has to give up.

So if you specify "C:/music/test/test.mp3" in the playlist, it will still find the file if it is located in "/test/test.mp3"

Regarding the playlist issues, if you are sure that the filenames are correct, take a look a the encoding of the playlist file. Maybe its written in utf8 (then it should be a .m3u8 playlist) or another encoding where rockbox has problems with. If you cant findout anything, you could post a working and a non-working playlist here, so we can compare ourself.

Logged

Offline gulak

  • Member
  • *
  • Posts: 26
Re: Cannot get playlist to work
« Reply #7 on: March 16, 2010, 02:09:56 PM »
It looks like the selfmade playlist is encoded in utf-16, which rockbox doesn't support. Convert it to utf-8 may solve the problem.

Quote from: redrick on March 03, 2010, 05:42:08 PM
(BTW, odd there are 9 numbers and only 7 selections on my playlist.)
8 and 9 are blank lines in the playlist.

Quote from: Domonoky on March 16, 2010, 01:40:17 PM
Maybe its written in utf8 (then it should be a .m3u8 playlist) ...
The extension doesn't matter in this case. There's no character above 128 in the playlist.

Logged

  • Print
Pages: [1]
« previous next »
+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Audio Playback, Database and Playlists
| | |-+  Cannot get playlist to work
 

  • SMF 2.0.17 | SMF © 2019, Simple Machines
  • Rockbox Privacy Policy
  • XHTML
  • RSS
  • WAP2

Page created in 0.09 seconds with 14 queries.