Share

NW-E00x Mp3 File Manager

Tracker: Bugs

5 v0.15: Cannot copy podcasts - ID: 1850201
Last Update: Comment added ( nicolas_cardoso )

v0.15 introduced handling of genre and artist fields. These are not always
initialised in the OMAFile class. If a Podcast is imported, the genre or
artist field is not populated, NullPointerException is thrown and the file
is not downloaded and copied to the player.

Less seriously, if an MP3 that defines album and title but not artist and
genre is copied with the "use file name and folder name for title and
album" box unchecked, the extraction of the album and title from the MP3
fails and you are left with behaviour as if the box was checked.

The simplest fix is to ensure that the artist and genre are initialised in
OMAFile.java, i.e., near the top:

private String artist;
private String genre;

becomes:

private String artist = "";
private String genre = "";

Since 0.14 and below have no genre or artist handling, they do not exhibit
this bug.


xarquol ( xarquol ) - 2007-12-13 17:22

5

Closed

None

Nobody/Anonymous

None

None

Public


Comments ( 3 )

Date: 2009-03-10 08:38
Sender: nicolas_cardosoProject Admin

This program is not maintained.

No correction will be made.

Please use its replacement: JSymphonic:
https://sourceforge.net/projects/symphonic/



Date: 2009-03-02 23:13
Sender: fla_2

I checked in the patch 1850208 since it fixes this problem.


Date: 2009-03-02 23:12
Sender: fla_2

I checked in the patch 1850208 since it fixes this problem.


Attached File

No Files Currently Attached

Changes ( 3 )

Field Old Value Date By
status_id Open 2009-03-10 08:38 nicolas_cardoso
allow_comments 1 2009-03-10 08:38 nicolas_cardoso
close_date - 2009-03-10 08:38 nicolas_cardoso