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.
Nobody/Anonymous
None
None
Public
|
Date: 2009-03-10 08:38 This program is not maintained. |
|
Date: 2009-03-02 23:13 I checked in the patch 1850208 since it fixes this problem. |
|
Date: 2009-03-02 23:12 I checked in the patch 1850208 since it fixes this problem. |
| 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 |