2016-10-06, 08:37
(2016-10-05, 22:58)RayW1986 Wrote:(2016-10-05, 16:27)primaeval Wrote:(2016-10-05, 14:29)Jeffers24 Wrote: I have allocated a stream to a channel and all working good.
How can I see the details of a stream I have added to a channel?
Was it a Favourite, which Addon and option within the addon etc.
So I can review my allocations and change them if I think I now have a better stream.
There is nothing that you can easily see in the addon.
You can go round the back and look in the database in the custom_stream_url table with something like this:
http://sqlitebrowser.org/
It would be a lot of work to link the channel back to the stream visually in the addon.
I don't have the energy to do that.
You Should be able to achieve this easily within the skin files. Add an label control to the OSD with this code:
<label>$INFO[Player.Filenameandpath]</label>
I haven't tested this, but I don't see why it wouldn't work.
EDIT: Just tested, it works.
EDIT 2: However, it will show you the URL and not add-on path.
From the url are you able to determine the addon and stream within the addon that I allocated to the channel.
If I think I have found a better stream for a given channel, I am looking for a quick way to check what stream I have already allocated to a channel so I can decide whether I need to change it.