how to add title to a stream?
#1
I've got some files set up. I need to know how to add information to them which will be reloaded by XBMC either every time it is accessed or during playback. I would like to add a title and subtitle to a file which can be changed. How can I do that? Any known formats work?

Basically I have streams which are live tv and I have access to raw data from a program guide. I just need to figure out how to make them play nice with xbmc.
Use mythicalLibrarian to make a library out of your MythTV files. Leave the recording to MythTV and use XBMC as your library.
Installation and Instructions:http://wiki.xbmc.org/index.php?title=MythicalLibrarian
Technical Support:http://forum.xbmc.org/showthread.php?tid=65644
[url=http://forum.xda-developers.com/showthread.php?tid=1081892][/url]
Reply
#2
I've tried everything. this format will change the listing, but as soon as the video is launched, it changes back to the stream name

Code:
<asx version="3.0">
  <title>Example.com Live Stream</title>

  <entry>
    <title>Short Announcement to Play Before Main Stream</title>
    <ref href="http://example.com/announcement.wma" />
    <param name="aParameterName" value="aParameterValue" />
  </entry>

  <entry>
    <title>Example radio</title>
    <ref href="http://example.com:8080" />
    <author>Example.com</author>
    <copyright>©2005 Example.com</copyright>
  </entry>
</asx>

This will change the stream name, but there is no way to get any other information into the file
Code:
[playlist]
NumberOfEntries=3

File1=http://streamexample.com:80
Title1=My Favorite Online Radio
Length1=-1

File2=http://example.com/song.mp3
Title2=Remote MP3
Length2=286

File3=/home/myaccount/album.flac
Title3=Local album
Length3=3487

is there a format where I can have video with a title and an image while playing?

Version=2
Use mythicalLibrarian to make a library out of your MythTV files. Leave the recording to MythTV and use XBMC as your library.
Installation and Instructions:http://wiki.xbmc.org/index.php?title=MythicalLibrarian
Technical Support:http://forum.xbmc.org/showthread.php?tid=65644
[url=http://forum.xda-developers.com/showthread.php?tid=1081892][/url]
Reply

Logout Mark Read Team Forum Stats Members Help
how to add title to a stream?0