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 1
Development
General Development (no feature request here!)
Metadata: from *.ts to xml
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="bmt" data-source="post: 614400" data-attributes="member: 102256"><p>Hi everyone,</p><p></p><p>I'm trying to understand how the MP gets the metadata (e.g. genre) out of a transport stream into a xml file.</p><p></p><p>This is what I've got:</p><p>- with #TV.RecordedTV.Genre in a xml-file the genre is shown</p><p>- Class GUIPropertyManager holds _properties["#TV.RecordedTV.Genre"] = string.Empty;</p><p>- TvRecorded.cs sets the properties in SetProperty() >> GUIPropertyManager.SetProperty("#TV.RecordedTV.Genre", rec.Genre)</p><p>- rec.Genre belongs to Recording.cs which creates the table Recording with the coloumn genre</p><p>Did I get it right?</p><p></p><p>This is what I miss:</p><p>- primary: the point where the table gets filled with data</p><p>- secondary: the point where the xml-file gets teached where to look up for #TV.RecordedTV.Genre</p><p></p><p>I would be grateful for any hint...</p></blockquote><p></p>
[QUOTE="bmt, post: 614400, member: 102256"] Hi everyone, I'm trying to understand how the MP gets the metadata (e.g. genre) out of a transport stream into a xml file. This is what I've got: - with #TV.RecordedTV.Genre in a xml-file the genre is shown - Class GUIPropertyManager holds _properties["#TV.RecordedTV.Genre"] = string.Empty; - TvRecorded.cs sets the properties in SetProperty() >> GUIPropertyManager.SetProperty("#TV.RecordedTV.Genre", rec.Genre) - rec.Genre belongs to Recording.cs which creates the table Recording with the coloumn genre Did I get it right? This is what I miss: - primary: the point where the table gets filled with data - secondary: the point where the xml-file gets teached where to look up for #TV.RecordedTV.Genre I would be grateful for any hint... [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Development
General Development (no feature request here!)
Metadata: from *.ts to xml
Contact us
RSS
Top
Bottom