[RELEASE] LiveStreams (video) Add-on - an alternative to .strm files

  Thread Rating:
  • 40 Votes - 4.58 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
dobbelina Offline
Member
Posts: 50
Joined: Jan 2011
Reputation: 2
Post: #2781
(2012-04-15 15:44)FireStorm@ Wrote:  pls answer to my post 2777

Open the plugin.video.live.streams folder.
Doubleclick the source_file and choose to open with notepad.

Edit path to the correct one, eg:
C:\\Users\\Rümy\\AppData\\Roaming\\XBMC\\userdata\\addon_data\\plugin.video.live​​​.streams\\TVchannels.xml

Or any other folder where you wanna keep the source xml file/s
(This post was last modified: 2012-04-15 21:25 by dobbelina.)
find quote
FireStorm@ Offline
Junior Member
Posts: 29
Joined: Apr 2012
Reputation: 0
Post: #2782
I have no source_file.xml in...\\addon_data\\plugin.video.live​​​.streams\\
find quote
dobbelina Offline
Member
Posts: 50
Joined: Jan 2011
Reputation: 2
Post: #2783
(2012-04-15 21:28)FireStorm@ Wrote:  I have no source_file.xml in...\\addon_data\\plugin.video.live​​​.streams\\

Try to create an empty textfile named source_file and put in the plugin.video.live.streams folder.
(source_file does not have an extension)
Add the following line, and edit paths to where you keep the xml channel file/s:
[["LiveTV", "D:\\test\\Streams\\LiveTV.xml"], ["xxx", "D:\\test\\Streams\\xxx.xml"]]

Save and restart XBMC, does it work?
(This post was last modified: 2012-04-15 21:48 by dobbelina.)
find quote
FireStorm@ Offline
Junior Member
Posts: 29
Joined: Apr 2012
Reputation: 0
Post: #2784
i created a textfile called source_file and renamed it to source_file.xml

after that i put this line:

[["new channels", "C:\Users\Rümy\Desktop\XBMC\new channels.xml"], ["HD TV", "C:\Users\Rümy\Desktop\XBMC\HD TV.xml"]]

and saved.

-->script failed :-(
find quote
dobbelina Offline
Member
Posts: 50
Joined: Jan 2011
Reputation: 2
Post: #2785
(2012-04-15 22:00)FireStorm@ Wrote:  i created a textfile called source_file and renamed it to source_file.xml

after that i put this line:

[["new channels", "C:\Users\Rümy\Desktop\XBMC\new channels.xml"], ["HD TV", "C:\Users\Rümy\Desktop\XBMC\HD TV.xml"]]

and saved.

-->script failed :-(

Filename should be source_file only, not source_file.xml
Also you need double backward slashes, eg:
C:\\Users\\Rümy\\Desktop\\XBMC\\new channels.xml
(This post was last modified: 2012-04-15 22:22 by dobbelina.)
find quote
FireStorm@ Offline
Junior Member
Posts: 29
Joined: Apr 2012
Reputation: 0
Post: #2786
I saved the source_file in:

C:\Users\Rümy\AppData\Roaming\XBMC\userdata\addon_data\plugin.video.live.streams​

and put this line:

[["new channels", "C:\Users\Rümy\Desktop\XBMC\new channels.xml"], ["HD TV", "C:\Users\Rümy\Desktop\XBMC\HD TV.xml"]]

-->script failed :-(
find quote
dobbelina Offline
Member
Posts: 50
Joined: Jan 2011
Reputation: 2
Post: #2787
Also you need double backward slashes, eg:
C:\\Users\\Rümy\\Desktop\\XBMC\\new channels.xml
(This post was last modified: 2012-04-15 22:24 by dobbelina.)
find quote
FireStorm@ Offline
Junior Member
Posts: 29
Joined: Apr 2012
Reputation: 0
Post: #2788
:-(

I changed to double backward slashes

saved the file and started xbmc

click to live stream addon choose the file i choosed: C:\Users\Rümy\Desktop\XBMC\HD TV.xml press DONE Button -->script failed :'(

Can someone fix it with umlaut ? Pls
(This post was last modified: 2012-04-15 22:35 by FireStorm@.)
find quote
dobbelina Offline
Member
Posts: 50
Joined: Jan 2011
Reputation: 2
Post: #2789
After you click "Choose file" you have to click "Add source" BEFORE pressing the Done button.
Did you do that?
find quote
pm2i Offline
Member
Posts: 99
Joined: Nov 2011
Reputation: 11
Location: Canada
Post: #2790
Hi everyone this is my problem i want to add manu stream for the same channel so if the first one is not working it's gonna take the second stream i tried this way but it's not working

<item>
<title>channel</title>
<link>Link 1</link>
<link>Link 2</link>
<link>Link n</link>
<thumbnail>none</thumbnail>
</item>

Anyone have an idea please thanks

My up to date Chanel List : Arabic , French Channels, african channels

http://www.arabiciptv.org/xbmc/Xbmc_stream.xml
find quote
Post Reply