[SOLVED] Some music files ignored (or not recognized)

  • Update: I found the problem: file permissions. The missing files where -rw------- instead of -rw-r--r--.


    I have all my music on a WD MyCloud, which is added in LibreElec as a NFS drive.
    Several of my music albums are missing. For example, for Hank Mobley Kodi only shows 8 albums while I have 14, which are all in the same directory (artist/album). All the files are rips form my CD's, mostly in Ogg Vorbis.
    It seems for some reason Kodi does not recognize some of the vorbis files as music files. When I browse through the files section to the directory of a 'missing' album, I can see the files, but can not start playing them.
    The files have the same permissions and also very similar metadata:

    This is an example which is not recognized:

    While this one is recognized:

    The files are on a WD MyCloud which includes a DLNA server (Twonky). When I use BubbleUPnP on an Android device to select the first song (2 - Justine.ogg) and select Kodi as the DLNA renderer it plays without any problems..
    [hr]
    When I try to play one of the unrecognized tracks through the files section I see the following appear in kodi.log

    Code
    00:05:35 14858.634766 T:1962795008   ERROR: Open - failed to open source <nfs://192.168.1.165/nfs/Music/Owned CD's/Hank Mobley/Soul Station/3 - Dig Dis.mp3>
    00:05:35 14858.634766 T:1962795008   ERROR: Init: Error opening file nfs://192.168.1.165/nfs/Music/Owned CD's/Hank Mobley/Soul Station/3 - Dig Dis.mp3
    00:05:35 14858.634766 T:1962795008   ERROR: CAudioDecoder: Unable to Init Codec while loading file nfs://192.168.1.165/nfs/Music/Owned CD's/Hank Mobley/Soul Station/3 - Dig Dis.mp3
    00:05:35 14858.634766 T:1962795008 WARNING: PAPlayer::QueueNextFileEx - Failed to create the decoder

    Edited once, last by teranex (September 23, 2016 at 11:52 PM).