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:

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 40875 times)

Offline mdouet

  • Member
  • *
  • Posts: 22
Re: Sansa Playlists
« Reply #45 on: September 26, 2007, 12:06:04 PM »
What menu do I go to to access this feature, I don't see anything menu labeled file browser.
Logged

Offline scorche

  • Administrator
  • Member
  • *
  • Posts: 666
Re: Sansa Playlists
« Reply #46 on: September 26, 2007, 12:10:05 PM »
If you do not know how to access the context menu, you might want to see about reading the manual and finding out.
Logged

Offline mdouet

  • Member
  • *
  • Posts: 22
Re: Sansa Playlists
« Reply #47 on: September 26, 2007, 12:38:42 PM »
We're talking about the patch, not the official build, so the manual won't help me much.    ;)
Logged

Offline scorche

  • Administrator
  • Member
  • *
  • Posts: 666
Re: Sansa Playlists
« Reply #48 on: September 26, 2007, 12:50:34 PM »
But we are talking about how to use a viewer through the context menu, so the manual will help you with that.   ;)
Logged

Offline gratt

  • Member
  • *
  • Posts: 34
Re: Sansa Playlists
« Reply #49 on: September 26, 2007, 01:04:39 PM »
The easiest way to convert .pla files with the patch is to
select any .pla file. The converter will open automatically
and convert it to the same_name.m3u8. You must have
the file view set to "All" in order to even see the .pla files.
It would only be a small change to make this batch convert
all the files in the PLAYLISTS folder feel free to alter it to fit
your needs.

To the Devs: Is there any chance of getting FS#6884 committed.
as it is only for the sansa? The .pla format used it just text encoded
in UTF16. Chances of any change in this format for the E200 are slim.
For those that go back and forth between RB and the OF it is great.
I have used linux almost exclusively for the past ten years, but still keep
a dual boot option open to that other OS and use the sansa the same way.
GRaTT
Logged

Offline saratoga

  • Developer
  • Member
  • *
  • Posts: 8974
Re: Sansa Playlists
« Reply #50 on: September 26, 2007, 01:35:35 PM »
Sure, like I said in the last thread, get the patch into a state you're happy with and let someone with SVN access know.  One of the Sansa people would be best, but if not, I can do it.
Logged

Offline mdouet

  • Member
  • *
  • Posts: 22
Re: Sansa Playlists
« Reply #51 on: September 26, 2007, 01:47:13 PM »
Quote
The easiest way to convert .pla files with the patch is to
select any .pla file. The converter will open automatically
and convert it to the same_name.m3u8. You must have
the file view set to "All" in order to even see the .pla files.
It would only be a small change to make this batch convert
all the files in the PLAYLISTS folder feel free to alter it to fit
your needs.

Ok, I have a .pla file in my playlist folder, but when I go to Manage Files and then the Playlist folder it doesn't show up there.  Am I looking in the wrong place?
Logged

Offline scorche

  • Administrator
  • Member
  • *
  • Posts: 666
Re: Sansa Playlists
« Reply #52 on: September 26, 2007, 01:50:50 PM »
Quote from: mdouet on September 26, 2007, 01:47:13 PM
Ok, I have a .pla file in my playlist folder, but when I go to Manage Files and then the Playlist folder it doesn't show up there.  Am I looking in the wrong place?

Did you select it?
Logged

Offline mdouet

  • Member
  • *
  • Posts: 22
Re: Sansa Playlists
« Reply #53 on: September 26, 2007, 01:52:25 PM »
Well the file isn't showing up, so there is no way to select it.
Logged

Offline scorche

  • Administrator
  • Member
  • *
  • Posts: 666
Re: Sansa Playlists
« Reply #54 on: September 26, 2007, 02:01:35 PM »
Quote from: gratt on September 26, 2007, 01:04:39 PM
The easiest way to convert .pla files with the patch is to
select any .pla file. The converter will open automatically
and convert it to the same_name.m3u8. You must have
the file view set to "All" in order to even see the .pla files.

It would only be a small change to make this batch convert
all the files in the PLAYLISTS folder feel free to alter it to fit
your needs.

I assume you just ignored the bolded text?
Logged

Offline Lear

  • Developer
  • Member
  • *
  • Posts: 533
Re: Sansa Playlists
« Reply #55 on: September 26, 2007, 03:48:16 PM »
Quote from: gratt on September 26, 2007, 01:04:39 PM
To the Devs: Is there any chance of getting FS#6884 committed.
as it is only for the sansa? The .pla format used it just text encoded
in UTF16. Chances of any change in this format for the E200 are slim.
For those that go back and forth between RB and the OF it is great.
I have used linux almost exclusively for the past ten years, but still keep
a dual boot option open to that other OS and use the sansa the same way.
GRaTT

From a functionality point of view, I don't see a problem including it in Sansa builds (there's an iriverify plugin for iriver players with a similar purpose), but the code would need some cleanup first, IMO.

For example, from a quick look at the code, I'm pretty sure it would crash on large .pla files. But I won't go into the details here on the forum... :) Sorry, read the code incorrectly...
« Last Edit: September 26, 2007, 04:09:29 PM by Lear »
Logged

Offline gratt

  • Member
  • *
  • Posts: 34
Re: Sansa Playlists
« Reply #56 on: September 26, 2007, 04:58:52 PM »
I agree about some code clean up. This was my first C project
in 7 years. I wrote it first in perl so that is why it looks as it does.
I have gotten a little better at RB specific programing and will look
over the code and see if it still makes sense and clean it up, remove
nick from screen and other non required stuff.
I have founds no bugs since the last version and have no problem
converting 1000+ song playlists both directions (pla<>m3u)
If there are any bugs or feature requests regarding this patch
reply here.
GRaTT
Logged

Offline markun

  • Developer
  • Member
  • *
  • Posts: 462
Re: Sansa Playlists
« Reply #57 on: September 26, 2007, 05:25:00 PM »
Quote from: gratt on September 26, 2007, 04:58:52 PM
I have gotten a little better at RB specific programing and will look over the code and see if it still makes sense and clean it up

Great! We're counting on you! As one wise man has already pointed out, rockbox is:

Quote from: mdouet on September 25, 2007, 11:33:53 AM
... useless without this feature.
Logged

Offline mdouet

  • Member
  • *
  • Posts: 22
Re: Sansa Playlists
« Reply #58 on: September 26, 2007, 06:53:13 PM »
Quote from: scorche on September 26, 2007, 02:01:35 PM
Quote from: gratt on September 26, 2007, 01:04:39 PM
The easiest way to convert .pla files with the patch is to
select any .pla file. The converter will open automatically
and convert it to the same_name.m3u8. You must have
the file view set to "All" in order to even see the .pla files.

It would only be a small change to make this batch convert
all the files in the PLAYLISTS folder feel free to alter it to fit
your needs.

I assume you just ignored the bolded text?

I'm sorry I don't follow.  I don't see an option to set the file view to All under the Manage Files section.
Logged

Offline Llorean

  • Member
  • *
  • Posts: 12931
Re: Sansa Playlists
« Reply #59 on: September 26, 2007, 07:20:17 PM »
Please, stop now, read the manual, search for "File View" or simply familiarize yourself with it in general. Honestly, I'm not even sure what you're referring to by the "Manage Files Section." It would help drastically if you would choose to call things by specifically what they're labeled in the menus, and use the terms as they're used in the manual and official documentation.
« Last Edit: September 26, 2007, 07:22:15 PM by Llorean »
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.17 | SMF © 2019, Simple Machines
  • Rockbox Privacy Policy
  • XHTML
  • RSS
  • WAP2

Page created in 0.115 seconds with 15 queries.