Rockbox

This is the bug/patch tracker for Rockbox. Click here for more information.

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#2624 - Add to playlist

Attached to Project: Rockbox
Opened by Anonymous Submitter - Tuesday, 09 August 2005, 23:49 GMT+1
Task Type Patches
Category
Status Closed
Assigned To No-one
Player Type
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

A playlist catalog can be built up by adding playlists
to a file. Files, directories or playlists can then be
added to a playlist in the catalog. Playlists can be
played and removed from the catalog.
   onplay.patch (10.6 KiB)
 onplay.c |  364 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 363 insertions(+), 1 deletion(-)

   catalog.patch (13.5 KiB)
 lang/english.lang |   54 ++++++
 onplay.c          |  423 +++++++++++++++++++++++++++++++++++++++++++++++++++++-
 2 files changed, 476 insertions(+), 1 deletion(-)

This task depends upon

Closed by  Dominik Riebeling (bluebrother)
Friday, 04 August 2006, 10:35 GMT+1
Reason for closing:  Out of Date
Additional comments about closing:  playlist catalog is in cvs.
Comment by Sebastian Henriksen (shebb) - Wednesday, 10 August 2005, 00:15 GMT+1

Sorry, forgot to log in before I submitted!
Comment by Linus Nielsen Feltzing (linusnielsen) - Wednesday, 18 January 2006, 12:25 GMT+1

I tried the patch and I like the idea.

It had a bug: it saved the updated playlist with the same
name as the one currently in use. That works on target by
mistake, but the correct way is to save to a temporary file.
I have corrected this in my updated version.

I have also added the texts to english.lang.

Question: is it really necessary to have 3 ways to add a
file (last/first/shuffled)? I think it would be sufficient
to add a file to the end, and later on edit the playlist in
the viewer if need be.
Comment by Anonymous Submitter - Tuesday, 07 February 2006, 21:08 GMT+1

Loading...