Rockbox

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

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#8136 - m3u_cleaner

Attached to Project: Rockbox
Opened by x (vmh) - Sunday, 11 November 2007, 19:07 GMT+2
Last edited by Dominik Riebeling (bluebrother) - Sunday, 05 June 2011, 13:02 GMT+2
Task Type Patches
Category Plugins
Status Closed
Assigned To No-one
Player Type All players
Severity Low
Priority Normal
Reported Version Daily build (which?)
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

It's a plugin which removes all invalid entries from the m3u-playlists in the /Playlists directory.
   m3u_cleaner.patch (4.7 KiB)
 apps/plugins/m3u_cleaner.c |  105 +++++++++++++++++++++++++++++++++++++++++++++
 apps/plugins/SOURCES       |    1 
 apps/plugins/CATEGORIES    |    1 
 3 files changed, 107 insertions(+)

This task depends upon

Closed by  Dominik Riebeling (bluebrother)
Sunday, 05 June 2011, 13:02 GMT+2
Reason for closing:  Rejected
Additional comments about closing:  no real name.
Comment by x (vmh) - Saturday, 17 November 2007, 10:24 GMT+2
skip drive letter
   m3u_cleaner.patch (4.8 KiB)
 apps/plugins/m3u_cleaner.c |  108 +++++++++++++++++++++++++++++++++++++++++++++
 apps/plugins/SOURCES       |    1 
 apps/plugins/CATEGORIES    |    1 
 3 files changed, 110 insertions(+)

Comment by x (vmh) - Saturday, 01 March 2008, 13:19 GMT+2
changed: don't use spash screens to display the progress and status
   m3u_cleaner.patch (5.4 KiB)
 apps/plugins/m3u_cleaner.c  |  121 ++++++++++++++++++++++++++++++++++++++++++++
 apps/plugins/SOURCES        |    1 
 apps/plugins/CATEGORIES     |    1 
 apps/plugins/viewers.config |    2 
 4 files changed, 125 insertions(+)

Comment by x (vmh) - Monday, 17 March 2008, 20:46 GMT+2
added: remove playlist if it is empty
added: remove duplicated entries

note:
The crc_32 function is copied from the file crc32.c, which is from firmware_flash.c.

There's a related feature request:  FS#7758  Playlists cleaning (duplicated and missing files)
   m3u_cleaner.patch (7.8 KiB)
 apps/plugins/m3u_cleaner.c  |  190 ++++++++++++++++++++++++++++++++++++++++++++
 apps/plugins/SOURCES        |    1 
 apps/plugins/CATEGORIES     |    1 
 apps/plugins/viewers.config |    2 
 4 files changed, 194 insertions(+)

Comment by x (vmh) - Sunday, 13 April 2008, 11:27 GMT+2
changed: report progress and status
   m3u_cleaner.patch (8.3 KiB)
 apps/plugins/m3u_cleaner.c  |  205 ++++++++++++++++++++++++++++++++++++++++++++
 apps/plugins/SOURCES        |    1 
 apps/plugins/CATEGORIES     |    1 
 apps/plugins/viewers.config |    2 
 4 files changed, 209 insertions(+)

Comment by x (vmh) - Sunday, 18 May 2008, 18:44 GMT+2
fixed: crash, when number of output entries exceeds the maximum
   m3u_cleaner.patch (8.5 KiB)
 apps/plugins/m3u_cleaner.c  |  210 ++++++++++++++++++++++++++++++++++++++++++++
 apps/plugins/SOURCES        |    1 
 apps/plugins/CATEGORIES     |    1 
 apps/plugins/viewers.config |    2 
 4 files changed, 214 insertions(+)

Comment by Bob (viperman3) - Monday, 18 August 2008, 16:51 GMT+2
Patch did not compile on latest build. Perhaps a re-sync is needed.

Loading...