Sranshaft
Posting Freak Joined: Dec 2008 Reputation: 19 Location: Melbourne, Australia |
2011-01-30 15:02
Post: #11
To use the icons, you need to make sure the channel name is exactly the same as the image's file name. So, for example, if you wanted to use the Animation Station icon you'd need to make sure you have an Animation Station channel.
|
| find quote |
rd1979
Senior Member Joined: Jul 2008 Reputation: 0 |
2011-01-30 22:24
Post: #12
Does that OSD work for all the video (as shown in the first screenshot) work for just playing video?
|
| find quote |
tungmeister
Fan Joined: Jan 2009 Reputation: 8 Location: Sheffield, UK |
2011-02-01 04:28
Post: #13
Could your mod be altered so that the OSD appears for say 10 seconds when a new episode/film starts?
|
| find quote |
Sranshaft
Posting Freak Joined: Dec 2008 Reputation: 19 Location: Melbourne, Australia |
2011-02-01 06:54
Post: #14
rd1979 Wrote:Does that OSD work for all the video (as shown in the first screenshot) work for just playing video? Pressing i will bring that OSD at any time while watching a video. You can then press left to see which videos you watched / missed and press right to see which videos are coming up for the channel you are currently on. I'll soon be adding ability to click 'ok' to skip to video and start playing it. Also, I'll be adding in up and down actions to switch the channels. tungmeister Wrote:Could your mod be altered so that the OSD appears for say 10 seconds when a new episode/film starts? It sure can and is something I've always wanted to add in. I've already started looking into it and should be in the next update. |
| find quote |
tungmeister
Fan Joined: Jan 2009 Reputation: 8 Location: Sheffield, UK |
2011-02-01 12:21
Post: #15
Sranshaft Wrote:It sure can and is something I've always wanted to add in. I've already started looking into it and should be in the next update. Good, was going to look into it myself but wasn't sure if this being a script would be a limitation, since you're going to implement it I'll leave it to you. |
| find quote |
Piers
Senior Member Joined: Jan 2011 Reputation: 4 Location: Surrey, UK |
2011-02-02 01:23
Post: #16
I have looked at the wiki, would someone mind pasting an example script they use for tv shows? I cant seem to make it work!
HTPC A: Lenovo Q180 | Atom D2550 | 512MB AMD 6450 | 4GB DDR3 | 500GB SATA | Frodo - Sony STRDH520 | Pioneer S-HS100 | 42" 1080p 100Hz Hitachi HTPC B: Intel i5 2500K | 1GB AMD 6770 | 8GB DDR3 | 1TBGB SATA | Frodo - Creative Crap 5.1 | 32" 1080p Cheap HTPC C: Intel i5 3570K | 2GB AMD 6970 | 16GB DDR3 | 14TB SATA/USB3 | Frodo - Logitech Z-5500 5.1 | 3 x 24" 1080p AOC Eyefinity |
| find quote |
Piers
Senior Member Joined: Jan 2011 Reputation: 4 Location: Surrey, UK |
2011-02-02 02:13
Post: #17
Tried to get this working, used this:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <smartplaylist type="movies"> <name>Movie Comedy Channel</name> <match>all</match> <rule field="genre" operator="is">Comedy</rule> <limit>100</limit> <order direction="ascending">random</order> </smartplaylist> to create a movie channel, named it Channel_1.xsp and placed it in the dir, all it did was start playing stuff then crash. HTPC A: Lenovo Q180 | Atom D2550 | 512MB AMD 6450 | 4GB DDR3 | 500GB SATA | Frodo - Sony STRDH520 | Pioneer S-HS100 | 42" 1080p 100Hz Hitachi HTPC B: Intel i5 2500K | 1GB AMD 6770 | 8GB DDR3 | 1TBGB SATA | Frodo - Creative Crap 5.1 | 32" 1080p Cheap HTPC C: Intel i5 3570K | 2GB AMD 6970 | 16GB DDR3 | 14TB SATA/USB3 | Frodo - Logitech Z-5500 5.1 | 3 x 24" 1080p AOC Eyefinity |
| find quote |
rd1979
Senior Member Joined: Jul 2008 Reputation: 0 |
2011-02-02 05:29
Post: #18
Sranshaft Wrote:Pressing i will bring that OSD at any time while watching a video. You can then press left to see which videos you watched / missed and press right to see which videos are coming up for the channel you are currently on. I'm sorry, I asked in a totally messed up (and frankly unreadable) manner. What I meant was, will that OSD (as I said, shown in that image) work for all video, or just for watching TV? I don't use XBMC for watching TV, but I like that style OSD. It's better than what currently in reFocus when I hit the 'i' button IMO. |
| find quote |
Sranshaft
Posting Freak Joined: Dec 2008 Reputation: 19 Location: Melbourne, Australia |
2011-02-02 07:58
Post: #19
rd1979 Wrote:I'm sorry, I asked in a totally messed up (and frankly unreadable) manner. What I meant was, will that OSD (as I said, shown in that image) work for all video, or just for watching TV? I don't use XBMC for watching TV, but I like that style OSD. It's better than what currently in reFocus when I hit the 'i' button IMO. The OSD shown in that image will only appear while using this addon. Jereon is currently working on adding it the reFocus to replace the current OSD. Also, I just wanted to point out this addon isn't for live TV. It uses the videos already stored on your system through the use of smart playlists. Piers Wrote:to create a movie channel, named it Channel_1.xsp and placed it in the dir, all it did was start playing stuff then crash. Your playlist looks correct. Can you please upload a coy of you debug log to pastebin.com so we can see why it is crashing for you.
(This post was last modified: 2011-02-02 08:00 by Sranshaft.)
|
| find quote |
"wkf"
Junior Member Posts: 34 Joined: Jan 2011 Reputation: 0 Location: south wales |
2011-02-03 03:11
Post: #20
moontan77 Wrote:When viewing the epg, the fourth channel down never shows the channel number for me just T.... hi had the same problem if you go into thescript.PseudoTV.epg xml scroll down to channel 4 number description you will see the id is 311 the same as channel 1 change the channel 4 id to 314 and all will be good <control type="label" id="311"> <description>Channel 4 Number</description> to <control type="label" id="314"> <description>Channel 4 Number</description> WKF |
| find quote |


Search
Help