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
translations translations
Search



Donate

Rockbox Technical Forums


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

Welcome to the Rockbox Technical Forums!

+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Audio Playback, Database and Playlists
| | |-+  Sansa Playlists
« previous next »
  • Print
Pages: 1 [2] 3 4 5

Author Topic: Sansa Playlists  (Read 43300 times)

Offline bascule

  • Rockbox Expert
  • Member
  • *
  • Posts: 1298
Re: Sansa Playlists
« Reply #15 on: September 25, 2007, 10:17:35 AM »
Quote from: pixelma on September 25, 2007, 10:01:46 AM
...a different editor that supports UTF-8 (e.g. notepad++)...

Get it here

Quote from: GodEater on September 25, 2007, 09:19:42 AM
This won't have anything to do with line endings - Rockbox doesn't care.

If that is true, then it is probably a BOM problem. This previous thread goes into some depth on this very same issue...

http://forums.rockbox.org/index.php?topic=3444.0
« Last Edit: September 25, 2007, 10:32:28 AM by bascule »
Logged
DataBase fanboy and author of the totally overhauled Rockbox Sync Tool

Offline cpchan

  • Member
  • *
  • Posts: 198
Re: Sansa Playlists
« Reply #16 on: September 25, 2007, 10:27:58 AM »
Quote from: mdouet on September 25, 2007, 09:46:54 AM
You're wrong, if it were easy I wouldn't be bothering you about this.   :P

It is easy, I have no problems using m3u files created under Linux with easytag, grip, xmms, Amarok, etc. I am also the Sansa Rockbox moderator over at "Anything but iPod" and none of the Windows users in the forum  have any problems either- I believe the majority of them use MediaMonkey, you might want to give that a try.

Charles
Logged

Offline mdouet

  • Member
  • *
  • Posts: 22
Re: Sansa Playlists
« Reply #17 on: September 25, 2007, 10:37:23 AM »
That does not help me, here is what I need....

I need to be able to convert my pla files to m3u files, if you can tell me how to do that then you can say it's easy, but no one has shown me an easy way to do it thusfar, only convoluted ways to do it by editing text files and such.

Ok, I downloaded notepad++ and I was able to successfully convert a pla file to a m3u file that RB could understand, but this is very tedious to have to do everytime.  Are there no tools that will convert from pla to m3u?  If not I'll try my hand at writing one using VBScript.  

This functionality should really be native to RB, it's pretty ridiculous to expect a user to be able to jump through all these hoops just to get basic functionality out of this firmware.
Logged

Offline GodEater

  • Member
  • *
  • Posts: 2829
Re: Sansa Playlists
« Reply #18 on: September 25, 2007, 10:39:40 AM »
a .pla file is not "Basic functionality" it's a propriertary format.

We support .m3u's - which are a standard format.

Logged

Read The Manual Please

Offline bascule

  • Rockbox Expert
  • Member
  • *
  • Posts: 1298
Re: Sansa Playlists
« Reply #19 on: September 25, 2007, 10:47:55 AM »
Curiouser and curiouser...

According to this accepted patch Rockbox should correctly deal with a byte order mark...

Quote from: mdouet on September 25, 2007, 10:37:23 AM
Are there no tools that will convert from pla to m3u?  If not I'll try my hand at writing one using VBScript.  

This may be your best bet. Even the previous thread I linked to didn't have a definitive answer, although a link was given to 'iconv', but that doesn't look like a particularly elegant solution, either.
Logged
DataBase fanboy and author of the totally overhauled Rockbox Sync Tool

Offline cpchan

  • Member
  • *
  • Posts: 198
Re: Sansa Playlists
« Reply #20 on: September 25, 2007, 10:55:16 AM »
Quote from: mdouet on September 25, 2007, 10:37:23 AM
I need to be able to convert my pla files to m3u files, if you can tell me how to do that then you can say it's easy, but no one has shown me an easy way to do it thusfar, only convoluted ways to do it by editing text files and such.

Huh, I offered a couple of solutions here:

http://forums.rockbox.org/index.php?topic=12908.msg97644#msg97644

including the fact tha winamp does support m3u.

Quote
This functionality should really be native to RB, it's pretty ridiculous to expect a user to be able to jump through all these hoops just to get basic functionality out of this firmware.

You are actually the only one that I know who have problems creating playlists.

Charles
Logged

Offline mdouet

  • Member
  • *
  • Posts: 22
Re: Sansa Playlists
« Reply #21 on: September 25, 2007, 11:24:41 AM »
Quote from: GodEater on September 25, 2007, 10:39:40 AM
a .pla file is not "Basic functionality" it's a propriertary format.

We support .m3u's - which are a standard format.



How can you say you support Sansa if you don't support their playlist format?  

Quote from: cpchan on September 25, 2007, 10:55:16 AM
Quote from: mdouet on September 25, 2007, 10:37:23 AM
I need to be able to convert my pla files to m3u files, if you can tell me how to do that then you can say it's easy, but no one has shown me an easy way to do it thusfar, only convoluted ways to do it by editing text files and such.

Huh, I offered a couple of solutions here:

http://forums.rockbox.org/index.php?topic=12908.msg97644#msg97644

including the fact tha winamp does support m3u.

Quote
This functionality should really be native to RB, it's pretty ridiculous to expect a user to be able to jump through all these hoops just to get basic functionality out of this firmware.

You are actually the only one that I know who have problems creating playlists.

Charles


The only solution you offered me isn't acceptable.  I already created playlists in Winamp, I'm not going to recreate them again just so I can play them in RockBox.  A more elegant solution would be to have a program that converts between pla and m3u, you have not supplied that solution.  And I am not the only one experiencing this problem, read the boards, there are several other users having this same issue.  I'm a software developer, so if II'm having these types of issues using this firmware, just image what issues a normal user is having.  Someone needs to write a plugin to allow you to convert your pla playlists to m3u on the fly because doing it manually is BS.
« Last Edit: September 25, 2007, 11:28:56 AM by mdouet »
Logged

Offline GodEater

  • Member
  • *
  • Posts: 2829
Re: Sansa Playlists
« Reply #22 on: September 25, 2007, 11:28:19 AM »
Because we support the hardware - NOT the crumby firmware and it's features that it shipped with.

We don't do the same thing for any of the other players we have as targets, and don't plan on making any exceptions for the sansa.
Logged

Read The Manual Please

Offline bascule

  • Rockbox Expert
  • Member
  • *
  • Posts: 1298
Re: Sansa Playlists
« Reply #23 on: September 25, 2007, 11:29:29 AM »
The aim of Rockbox is not to support all the original features of the device. If a model is 'supported', it means Rockbox runs on it.

We also do not 'support' iPod playlists or database format.
Logged
DataBase fanboy and author of the totally overhauled Rockbox Sync Tool

Offline mdouet

  • Member
  • *
  • Posts: 22
Re: Sansa Playlists
« Reply #24 on: September 25, 2007, 11:30:02 AM »
Then your soltuion is broken IMO, I shouldn't have to do extra work just to use your product.
Logged

Offline GodEater

  • Member
  • *
  • Posts: 2829
Re: Sansa Playlists
« Reply #25 on: September 25, 2007, 11:32:31 AM »
Fine - then don't use it.
Logged

Read The Manual Please

Offline mdouet

  • Member
  • *
  • Posts: 22
Re: Sansa Playlists
« Reply #26 on: September 25, 2007, 11:33:53 AM »
If I don't find a solution to this I won't don't worry, it's useless without this feature.
Logged

Offline linuxstb

  • Developer
  • Member
  • *
  • Posts: 1163
Re: Sansa Playlists
« Reply #27 on: September 25, 2007, 11:47:46 AM »
Quote from: mdouet on September 25, 2007, 11:24:41 AM
I'm a software developer, so if II'm having these types of issues using this firmware, just image what issues a normal user is having.  Someone needs to write a plugin to allow you to convert your pla playlists to m3u on the fly because doing it manually is BS.

Rockbox is a community project - all developers are volunteers contributing to the project in their spare time.

If you would like to write a plugin to convert playlists for the Sansa, I'm sure it would be welcomed.  
Logged

Offline Chronon

  • Rockbox Expert
  • Member
  • *
  • Posts: 4382
Re: Sansa Playlists
« Reply #28 on: September 25, 2007, 11:49:52 AM »
mdouet, it has been pointed out that Winamp supports m3u playlists.  I don't understand why you can't save your playlists in the proper format.  Or is opening your .pls playlists in Winamp and resaving them in the proper format too much work for you?
Logged
Sansa e280, Gigabeat F40, Gigabeat S60, Sansa Clip+, iPod Mini 2g

Offline scorche

  • Member
  • *
  • Posts: 666
Re: Sansa Playlists
« Reply #29 on: September 25, 2007, 11:53:39 AM »
You seem to think that Rockbox is merely an extension to the OF.  It is not.  Rockbox is intended as a replacement firmware.  By this model, why should we make an extra effort to implement proprietary "standards" just because the OF uses it on one device?  You have to keep in mind that we really don't care what the OF does, and there isn't much reason to, as Rockbox runs on many different devices (that is a lot of firmwares to support their bad decisions).  As well, Rockbox isn't a "product" as you call it.  This can explain why you think we have any obligation at all to make you happy.

And for the record, demanding that we do something for you is NOT the right way to go about things and only serves to get people very angry at you.
« Last Edit: September 25, 2007, 11:55:50 AM by scorche »
Logged

  • Print
Pages: 1 [2] 3 4 5
« previous next »
+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Audio Playback, Database and Playlists
| | |-+  Sansa Playlists
 

  • SMF 2.0.19 | SMF © 2021, Simple Machines
  • Rockbox Privacy Policy
  • XHTML
  • RSS
  • WAP2

Page created in 0.138 seconds with 20 queries.