Music language tag
#1
Hi,

I use a music library of mp3/flac files tagged with mp3tag.

Works perfectly, but I woulld need to add to each file a language tag

I don't know if there is official tag for that, or if I can create a lan tag in mp3tag, simply tag files and rescan library.

The goal is to make a request with json rpc and get back this tag from Player.GetItem

for example:
Quote:{"jsonrpc":"2.0", "method":"Player.GetItem", "params":{"properties": ["title","album","artist", "year", "genre", "lang"], "playerid": 0} }

And I can simply read the returned "lang" param to get back the language.

Should this work ?

Thanks
Reply
#2
After some testing in language and country tags, it doesn't get return by Kodi

I finally inspected database, and putting such info in comment tag is returned by Kodi !
Reply
#3
You might want to ask in the support/music forum for adding TLAN/LANGUAGE tag.

scott s.
.
Reply

Logout Mark Read Team Forum Stats Members Help
Music language tag0