2016-11-26, 10:20
(2016-11-26, 09:22)GriffeyJuni0r Wrote: A few quick questions as I'm switching over to make this my main guide:
- Is there any way to remove (what I assume are) the timestamps on each guide listing? They don't show up in the other guides I use the same XML file with:
- Any way to save the current stream that's playing when entering the TV Guide? I'd like to be able to swap between 'Previous Channels' if something is playing as I enter the guide and then select something within the guide. Right now the feature only works if you select two streams after entering the guide.
- There doesn't seem to be a way to go back to Fullscreen when something is playing in the PIP window and the setting where 'BACK' exits the addon is on. Maybe clicking on the currently playing channel in the guide could simply go Fullscreen instead of reloading the stream? Or pressing 'c' when something is currently playing will swap back and forth between Fullscreen and Guide?
- Any thoughts on making the 'hotkeys' user configurable? For instance, it would be cool to be able to map the Number 1-9 keys to different categories.
Thanks!
Send me a link here or in a pm to your xmltv guide and I'll have a look.
I expect you have a strange format in the date field.
If it is a 4 digit number only it will be used to class the program as a Movie, so the features like Meta Search, imdb images etc will work.
It looks like the regex isn't being picky enough.
I really don't want to start working out the logic to guess what stream is playing when you enter the guide.
There are too many possibilities and the information isn't there to match the playing url to the stream link that started it.
I'll see if I can reliably store the Last Channel that the guide was playing somewhere more permanent.
It looks like the Back to get back to Fullscreen is broken. Thanks for letting me know. I'll fix that.
I thought about making a user configurable keymap but seeing as the Keymap Editor addon does it so well, I think it would be safer to use that. I'll have another look sometime.
You can launch Categories from a Favourite shortcut link with the Category as the first argument.
The second argument is an optional Source.
eg
Code:
<favourite name="TV Guide Fullscreen BBC" thumb="special://home/addons/script.tvguide.fullscreen/icon.png">RunScript(script.tvguide.fullscreen,Any,bbc)</favourite>
<favourite name="TV Guide Fullscreen Kids tvguide.co.uk" thumb="special://home/addons/script.tvguide.fullscreen/icon.png">RunScript(script.tvguide.fullscreen,Kids,tvguide.co.uk)</favourite>
The Number keys are all taken with the List Views.
I thought about using them for Channel Numbers but I would have thought it's easier to just make a Favourites Category for frequently used channels.