Ticket #9: noreadaccess.mp3.patch

File noreadaccess.mp3.patch, 382 bytes (added by mythtv@…, 19 years ago)

Patch to not add mp3 files with 0 length when not having read access

  • mythmusic/mythmusic/metaioid3v2.cpp

     
    243243
    244244        id3_file_close(p_input);
    245245    }
     246    else
     247        return NULL;
    246248
    247249    // Fallback to filename reading
    248250    if (title.isEmpty())