[MOD] PseudoTV (Script View) for reFocus

  Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Sranshaft Online
Posting Freak
Posts: 1,335
Joined: Dec 2008
Reputation: 19
Location: Melbourne, Australia
Post: #21
wkf Wrote: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

Good catch and thanks for pointing that out. That'll teach me to code at 4 in the morning. Laugh

[Image: all-thin-fanart.jpg]
find quote
BigDaddyRal Offline
Member
Posts: 54
Joined: Nov 2009
Reputation: 0
Post: #22
Deleted.
(This post was last modified: 2011-02-03 18:17 by BigDaddyRal.)
find quote
handsomepete Offline
Senior Member
Posts: 165
Joined: Aug 2007
Reputation: 0
Location: Canada
Post: #23
Is it possible to make a smart playlist open an addon?
It would be great to have nickjr,cbs,cnn etc on this Nod
find quote
Sranshaft Online
Posting Freak
Posts: 1,335
Joined: Dec 2008
Reputation: 19
Location: Melbourne, Australia
Post: #24
jabba200 Wrote:Is it possible to make a smart playlist open an addon?
It would be great to have nickjr,cbs,cnn etc on this Nod

Not currently.

[Image: all-thin-fanart.jpg]
find quote
BigDaddyRal Offline
Member
Posts: 54
Joined: Nov 2009
Reputation: 0
Post: #25
Can you share all of your channel icons with us?
find quote
Sranshaft Online
Posting Freak
Posts: 1,335
Joined: Dec 2008
Reputation: 19
Location: Melbourne, Australia
Post: #26
Channel icons are included in the zip file found at the beginning of this thread.

[Image: all-thin-fanart.jpg]
find quote
BigDaddyRal Offline
Member
Posts: 54
Joined: Nov 2009
Reputation: 0
Post: #27
Sranshaft Wrote:Channel icons are included in the zip file found at the beginning of this thread.

That zip has 6 of them, but none of the rest shown here:

Sranshaft Wrote:[Image: Network%20Preview.jpg]

The ones in the 1.5 zip are

Adrenaline Network
Asimov Network
Chiller
Kid TV
Animation Station
Comedy Network
find quote
Montellese Online
Team-XBMC Developer
Posts: 2,831
Joined: Jan 2009
Reputation: 20
Location: Switzerland
Post: #28
I just installed PseudoTV and created 5 smart playlists in XBMC with the file names "channel_1" to "channel_5" and then added <name>something<name> to the created .xsp files. Then I copied the files of this mod into my refocus folder and fired up XBMC and went into psueodtv. After a minute or so the scanning was done and an episode started playing. But when I hit enter to get into the EPG I see all 5 channels but only channel 1 has the correct name and only channel 1 shows a real EPG. But then I'm stuck and I can't do anything anymore (except pause/unpause). I have to kill XBMC using the task manager. What am I doing wrong?

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.

[Image: badge.gif]
find quote
Sranshaft Online
Posting Freak
Posts: 1,335
Joined: Dec 2008
Reputation: 19
Location: Melbourne, Australia
Post: #29
BigDaddyRal Wrote:That zip has 6 of them, but none of the rest shown here

Sorry about that. I'll upload the whole set and update the first post with a link to the zip file.

Montellese Wrote:I just installed PseudoTV and created 5 smart playlists in XBMC with the file names "channel_1" to "channel_5" and then added <name>something<name> to the created .xsp files. Then I copied the files of this mod into my refocus folder and fired up XBMC and went into psueodtv. After a minute or so the scanning was done and an episode started playing. But when I hit enter to get into the EPG I see all 5 channels but only channel 1 has the correct name and only channel 1 shows a real EPG. But then I'm stuck and I can't do anything anymore (except pause/unpause). I have to kill XBMC using the task manager. What am I doing wrong?

Can you upload a debug log to pastebin and, if possible, zip the playlists you're working with so I can make sure they aren't the problem.

I'm not sure why you're needing to add in the <name> tag. That is possible from within XBMC. Set the name of the channel to whatever you like, go about configuring the filters, and when you hit OK, in the dialog that appears enter your "Channel_#" filename.

Also, I don't know if it's necessarily needed but try setting the filenames of the playlist to "Channel_1", "Channel_2", so that that it's a capital C. This will help me narrow things down.

[Image: all-thin-fanart.jpg]
find quote
Montellese Online
Team-XBMC Developer
Posts: 2,831
Joined: Jan 2009
Reputation: 20
Location: Switzerland
Post: #30
Sranshaft Wrote:Can you upload a debug log to pastebin and, if possible, zip the playlists you're working with so I can make sure they aren't the problem.
Didn't have time to check the debug log earlier but took a look at it now and I think it has to do with XBMC not knowing all the durations of the movies / episodes.

Sranshaft Wrote:I'm not sure why you're needing to add in the <name> tag. That is possible from within XBMC. Set the name of the channel to whatever you like, go about configuring the filters, and when you hit OK, in the dialog that appears enter your "Channel_#" filename.
On my screen the "Edit Playlist" dialog seems a bit messed up which is why I didn't see the field for the Playlist name. I thought it should be there but then I thought maybe it was forgotten.

Sranshaft Wrote:Also, I don't know if it's necessarily needed but try setting the filenames of the playlist to "Channel_1", "Channel_2", so that that it's a capital C. This will help me narrow things down.
They are already named "Channel_1.xsp" etc sorry for the typo in my previous post.

I'll try to create a playlist containing only files with known durations and when that works I know what is wrong with the rest. Otherwise I'll get back. Thanks for the help.

EDIT: Ok it seems to be the duration. Removed all playlists but the first and now I can navigate in the EPG etc. But I still can't leave the PseudoTV plugin. I can switch between the video player and the EPG but nothing more. ESC and Backspace don't work. Only the "S" key works to bring up the home menu. But when I e.g. choose "Movies" in the home menu from the "S" key I can't navigate in there. I'll investigate further.

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.

[Image: badge.gif]
(This post was last modified: 2011-02-04 19:06 by Montellese.)
find quote
Post Reply