All of the supported media types by Kodi
#1
Where can I find a list of all the supported media types/formats of Kodi?

TIA!
Reply
#2
in the code Wink

most of it is inherited from ffmpeg. then there's some additional audio formats supported by audio decoder add-ons.
Reply
#3
that what i was afraid of Big Grin /o\
Reply
#4
What are you missing?
If I have helped you or increased your knowledge, click the 'thumbs up' button to give thanks :) (People with less than 20 posts won't see the "thumbs up" button.)
Reply
#5
(2017-02-15, 22:13)nickr Wrote: What are you missing?

As I mentioned a really precise list of the supported file types.
I'm implementing a little enhancement in the Mac version to add support of adding/modifying the current playlist from Finder, Dock icons, etc. For that to show up f.e. the "Open with..." Finder context menu item only for the relevant file types first I need to now what files Kodi could handle.
Reply
#6
https://github.com/xbmc/xbmc/blob/master...s.cpp#L386 is a good start, but do note that's not all kodi can handle, just what been added by default.
Reply
#7
(2017-02-17, 14:15)ironic_monkey Wrote: https://github.com/xbmc/xbmc/blob/master...s.cpp#L386 is a good start, but do note that's not all kodi can handle, just what been added by default.

Thanks, that is a good start point!
Reply

Logout Mark Read Team Forum Stats Members Help
All of the supported media types by Kodi0