home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 2
Skins and Design
BlueVision
Blue Vision
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="morpheus_xx" data-source="post: 1141579" data-attributes="member: 48495"><p>Audio languages are list of strings: [CODE=CSHARP]public IEnumerable<string> AudioLanguages[/CODE], so you should be able to use a ListView on that Property and define ContentTemplates for your needs (I've not tested it yet).</p><p></p><p></p><p>No idea, need to check this in a test case. The property is a nullable int (int?).</p><p></p><p>Unfortunately this is a bit inconsistant:</p><ul> <li data-xf-list-type="ul">audio bitrate is the one of first audio track.</li> <li data-xf-list-type="ul">audio codecs are concatenated by ", ": MediaItemAspect.SetAttribute(extractedAspectData, VideoAspect.ATTR_AUDIOENCODING, StringUtils.Join(", ", _audCodecs)); So here you might indeed do some splitting. Don't have a solution for this in short time.</li> </ul><p></p><p>Subtitles are not yet considered, as different players can support different sources: even if the importer doesn't know external subtitles, the player might load them from file or even an online source. So for now this information is not available.</p></blockquote><p></p>
[QUOTE="morpheus_xx, post: 1141579, member: 48495"] Audio languages are list of strings: [CODE=CSHARP]public IEnumerable<string> AudioLanguages[/CODE], so you should be able to use a ListView on that Property and define ContentTemplates for your needs (I've not tested it yet). No idea, need to check this in a test case. The property is a nullable int (int?). Unfortunately this is a bit inconsistant: [LIST] [*]audio bitrate is the one of first audio track. [*]audio codecs are concatenated by ", ": MediaItemAspect.SetAttribute(extractedAspectData, VideoAspect.ATTR_AUDIOENCODING, StringUtils.Join(", ", _audCodecs)); So here you might indeed do some splitting. Don't have a solution for this in short time. [/LIST] Subtitles are not yet considered, as different players can support different sources: even if the importer doesn't know external subtitles, the player might load them from file or even an online source. So for now this information is not available. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 2
Skins and Design
BlueVision
Blue Vision
Contact us
RSS
Top
Bottom