Kodi Community Forum

Full Version: No id3 information on some mp3 file
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am running XBMC 13.2 on Rasbmc. Here is how I am sending request:
Code:
{"jsonrpc":"2.0","method":"Files.GetDirectory","params":{"directory":"/media/USB/Kirsti Huke - Deloo (2007)/","media":"music","properties":["file"],"sort":{"order":"ascending","method":"file"}},"id":1}

And here is a part of the response:
Code:
{"file":"/media/USB/Kirsti Huke - Deloo (2007)/Caravan.mp3","filetype":"file","label":"Caravan.mp3","type":"unknown"}

This file has id3 information and it is shown if I play it in XBMC when selected from GUI or on Windows when I click file > properties.
I have few music albums which has this problem when requested through JSON-RPC.
I can read id3 tags from all other music files with the same JSON-RPC request.

What is wrong with those files and why id3 information is read when playing in XBMC?