• 1
  • 545
  • 546
  • 547(current)
  • 548
  • 549
  • 694
[OLD/CLOSED] PseudoTV Live - Set-Top box solution
Hello,
I have a problem with youtube user channel type "10", I would appreciate if someone would let me know what i am doing wrong or i am not aware of something else need to be done...... Your time is very much appreciated and thanks in advance.

There are multiple channels unders "colors TV " how do i make them work under different channels. I have also copied the link just in case if someone wants to try....

https://www.youtube.com/user/colorstv

<setting id="Channel_5_type" value="10" />
<setting id="Channel_5_time" value="0" />
<setting id="Channel_5_1" value="colorstv" />
<setting id="Channel_5_2" value="1" />
<setting id="Channel_5_3" value="25" />
<setting id="Channel_5_4" value="0" />
<setting id="Channel_5_rulecount" value="1" />
<setting id="Channel_5_rule_1_id" value="1" />
<setting id="Channel_5_rule_1_opt_1" value="Colors TV" />

Regards,
Santosh
(2015-02-09, 21:22)santoshym Wrote: Hello,
I have a problem with youtube user channel type "10", I would appreciate if someone would let me know what i am doing wrong or i am not aware of something else need to be done...... Your time is very much appreciated and thanks in advance.

There are multiple channels unders "colors TV " how do i make them work under different channels. I have also copied the link just in case if someone wants to try....

https://www.youtube.com/user/colorstv

<setting id="Channel_5_type" value="10" />
<setting id="Channel_5_time" value="0" />
<setting id="Channel_5_1" value="colorstv" />
<setting id="Channel_5_2" value="1" />
<setting id="Channel_5_3" value="25" />
<setting id="Channel_5_4" value="0" />
<setting id="Channel_5_rulecount" value="1" />
<setting id="Channel_5_rule_1_id" value="1" />
<setting id="Channel_5_rule_1_opt_1" value="Colors TV" />

Regards,
Santosh

http://forum.kodi.tv/showthread.php?tid=...pid1914025

What do you mean by the bolded part above. Do you mean these: https://www.youtube.com/user/colorstv/channels ?
If so, those are separate user/channels. For example, click on the first one, and then on the name again (on the same line as the subscribe button). Then look at the URL: https://www.youtube.com/user/etvkannadaindia
"etvkannadaindia" is the user/channel.

If you want to create an individual PTVL channel from this youtube channel then you enter the user/channel name in this line:
<setting id="Channel_5_1" value="colorstv" />
ex: <setting id="Channel_5_1" value="etvkannadaindia" />
Do that for each channel you want.

If you want to group them all into one PTVL channel then use the following template:

<setting id="Channel_#_type" value="10" />
<setting id="Channel_#_1" value="WatchMojo|HybridLibrarian" />
<setting id="Channel_#_2" value="8" />
<setting id="Channel_#_3" value="25" />
<setting id="Channel_#_4" value="1" />
<setting id="Channel_#_changed" value="False" />
<setting id="Channel_#_rulecount" value="1" />
<setting id="Channel_#_rule_1_id" value="1" />
<setting id="Channel_#_rule_1_opt_1" value="Top Tens" />

The important bits being that rule 1 lists multiple user/channel names separated by "|", and rule 2 uses entry "8" to indicate a multi user/channel setup.

NOTE: Also, make sure you have the Youtube plugin installed.
(2015-02-09, 20:49)Lunatixz Wrote:
(2015-02-09, 19:40)Dec64 Wrote: after running and creating the channels for the first time. I then tried to run PTVL again, it goes to start the first channel but hangs with the blue overlay and LOADING CHANNEL.

log file: http://pastebin.com/uZHtv7UF

Running in set-top box mode

Your log has no debug info, follow post1 to learn how to properly submit logs... Thanks

when i press enter to go into the EPG, the RRS feed at the bottom is doubled, the EPG is blank, no EPG or Channel names. Can not do anything, stuck looking at a blank EPG.

Full log: http://pastebin.com/93qf6tK7
Hi Folks,

I am not sure if i am posting in the right thread please forgive me if i am wrong and let me know where to ...

Using : Raspberry Pi, and Kodi version 14

I have a problem with youtube user channel type "10", I would appreciate if someone would let me know what i am doing wrong or i am not aware of something else need to be done...... Your time is very much appreciated and thanks in advance.

There are multiple channels unders "colors TV " how do i make them work under different channels. I have also copied the link just in case if someone wants to try....

https://www.youtube.com/user/colorstv

<setting id="Channel_5_type" value="10" />
<setting id="Channel_5_time" value="0" />
<setting id="Channel_5_1" value="colorstv" />
<setting id="Channel_5_2" value="1" />
<setting id="Channel_5_3" value="25" />
<setting id="Channel_5_4" value="0" />
<setting id="Channel_5_rulecount" value="1" />
<setting id="Channel_5_rule_1_id" value="1" />
<setting id="Channel_5_rule_1_opt_1" value="Colors TV" />

Regards,
Santosh
@santoshym See response above. Please don't double post.
Thanks Dude, Sorry for the double post, I will try it. Much appreciated.

Thanks for the log, unfortunately it doesn't show any errors... I will be pushing an update tonight v.0.5.8c which has a number of small fixes... this may or may not fix your problem... let me know.
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
(2015-02-09, 16:24)noodle1009 Wrote: 0.58b

building channel list hangs after autotune.

Code:
23:49:44 T:139888686102272   ERROR: script.pseudotv.live-ChannelList: Unable to get information about channel 361
23:49:44 T:139888686102272  NOTICE: createRSSFileList Cache
23:49:44 T:139888686102272   ERROR: script.pseudotv.live-ChannelList: Unable to get information about channel 362
23:49:45 T:139888686102272  NOTICE: createYoutubeFilelist Cache
23:49:45 T:139888686102272   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.UnboundLocalError'>
                                            Error Contents: local variable 'YTMSG' referenced before assignment
                                            Traceback (most recent call last):
                                              File "/storage/.kodi/addons/script.pseudotv.live/resources/lib/Overlay.py", line 409, in onInit
                                                if self.readConfig() == False:
                                              File "/storage/.kodi/addons/script.pseudotv.live/resources/lib/Overlay.py", line 604, in readConfig
                                                self.channels = self.channelList.setupList()
                                              File "/storage/.kodi/addons/script.pseudotv.live/resources/lib/ChannelList.py", line 194, in setupList
                                                self.setupChannel(i + 1, self.background, makenewlists, False)
                                              File "/storage/.kodi/addons/script.pseudotv.live/resources/lib/ChannelList.py", line 479, in setupChannel
                                                if self.makeChannelList(channel, chtype, chsetting1, chsetting2, chsetting3, chsetting4, append) == True:
                                              File "/storage/.kodi/addons/script.pseudotv.live/resources/lib/ChannelList.py", line 716, in makeChannelList
                                                fileList = self.createYoutubeFilelist(setting1, setting2, setting3, setting4, limit)
                                              File "/storage/.kodi/addons/script.pseudotv.live/resources/lib/ChannelList.py", line 2575, in createYoutubeFilelist
                                                result = self.createYoutubeFilelist_NEW(setting1, setting2, setting3, setting4, limit)
                                              File "/storage/.kodi/addons/script.pseudotv.live/resources/lib/ChannelList.py", line 2628, in createYoutubeFilelist_NEW
                                                self.updateDialog.update(self.updateDialogProgress, "Updating channel " + str(self.settingChannel), "adding Youtube", "parsing " + str(YTMSG))
                                            UnboundLocalError: local variable 'YTMSG' referenced before assignment
                                            -->End of Python script error report<--
23:51:51 T:139888660928256  NOTICE: Thread JobWorker start, auto delete: true
00:10:15 T:139888888342272  NOTICE: Previous line repeats 1 times.
00:10:15 T:139888888342272  NOTICE: Thread VideoInfoScanner start, auto delete: false
00:10:15 T:139888888342272  NOTICE: VideoInfoScanner: Starting scan ..
00:10:18 T:139889316173568  NOTICE: Thread JobWorker start, auto delete: true

complete log can be found here

I'm running OpenELEC 5.0.1 / Kodi 14.1

I have to punch the box to get rid of the dialogue screen - hangs on saying 'waiting for file lock'. Cancelling doesn't work either. This is with a fresh setup, with the contents of userdata completely removed prior to the autotune.

I really enjoy PSTV, thanks for all your hard work on it.

Bug was fixed already, will be included in next update
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
So, PTVL was running great for me for many many months without a hitch...until.......the update. I ran PTVL and it gave me the changelog dialog and a prompt to reboot kodi or whatever after update completed. Well, I chose to reboot and Kodi immediately shot out runtime errors and crashed! Ok. So I got back into PTVL again and it takes forever to initiate. I actually thought something went haywire with the update and spammed PTVL trying to initiate it. That was not a good idea as it kept telling me that an instance of PTVL was running but I was seeing nothing. I disabled, unistalled, reinstalled, cleared cache,messed with settings etc,. and each time PTVL now hangs on "please wait". Don't know if 0.5b is broken.

log: https://www.dropbox.com/s/m3ihqjpsuvplei3/kodi.log?dl=0
(2015-02-10, 00:15)pharmeceutikle Wrote: So, PTVL was running great for me for many many months without a hitch...until.......the update. I ran PTVL and it gave me the changelog dialog and a prompt to reboot kodi or whatever after update completed. Well, I chose to reboot and Kodi immediately shot out runtime errors and crashed! Ok. So I got back into PTVL again and it takes forever to initiate. I actually thought something went haywire with the update and spammed PTVL trying to initiate it. That was not a good idea as it kept telling me that an instance of PTVL was running but I was seeing nothing. I disabled, unistalled, reinstalled, cleared cache,messed with settings etc,. and each time PTVL now hangs on "please wait". Don't know if 0.5b is broken.

log: https://www.dropbox.com/s/m3ihqjpsuvplei3/kodi.log?dl=0

is this PTVL fault? Did you review your log? all the errors are from other plugins, not PTVL... from what I see PTVL starts up correctly.
Try uninstalling all the questionable plugins you have installed.

You are also running Helix on windows... which imo is the worst build of XBMC i've ever seen! Unstable nightmare!!
Try one of the windows test builds from feb 5.

Also try clearing system cache under misc ptvl settings...
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
(2015-02-10, 00:37)Lunatixz Wrote:
(2015-02-10, 00:15)pharmeceutikle Wrote: So, PTVL was running great for me for many many months without a hitch...until.......the update. I ran PTVL and it gave me the changelog dialog and a prompt to reboot kodi or whatever after update completed. Well, I chose to reboot and Kodi immediately shot out runtime errors and crashed! Ok. So I got back into PTVL again and it takes forever to initiate. I actually thought something went haywire with the update and spammed PTVL trying to initiate it. That was not a good idea as it kept telling me that an instance of PTVL was running but I was seeing nothing. I disabled, unistalled, reinstalled, cleared cache,messed with settings etc,. and each time PTVL now hangs on "please wait". Don't know if 0.5b is broken.

log: https://www.dropbox.com/s/m3ihqjpsuvplei3/kodi.log?dl=0

is this PTVL fault? Did you review your log? all the errors are from other plugins, not PTVL... from what I see PTVL starts up correctly.
Try uninstalling all the questionable plugins you have installed.

You are also running Helix on windows... which imo is the worst build of XBMC i've ever seen! Unstable nightmare!!
Try one of the windows test builds from feb 5.

Also try clearing system cache under misc ptvl settings...

Sorry, I should of uploaded the log that came right after the crash. Unfortunately I restarted PTVL immediately and it didn't work. I restarted, reinstalled, messed with settings etc. etc. Well, glad I uploaded that log which actually tells me some plugins are not going to work with PTVL. Yeah, Helix seems like a downgrade from Gotham. I have to run a special fixed build just to get it running.
I have a machine (Windows) that the video window quit working on. The skin file is correct etc. Now that the patching option in the settings is gone I'm wondering if anyone can direct me to what exactly that option used to do so I can dig around and see what's broken. I'm guessing it changed something more than just the skin file.
(2015-02-10, 01:03)pharmeceutikle Wrote: Sorry, I should of uploaded the log that came right after the crash. Unfortunately I restarted PTVL immediately and it didn't work. I restarted, reinstalled, messed with settings etc. etc. Well, glad I uploaded that log which actually tells me some plugins are not going to work with PTVL. Yeah, Helix seems like a downgrade from Gotham. I have to run a special fixed build just to get it running.

I don't think it's a case of some plugins wont work with PTVL. It's that you have a lot of plugins, some of 'unoffical' nature that are throwing out errors that will ruin your Kodi experiance regardless of PTVL. Nothing wrong with using plugins not allowed to be spoken of here but some you use are throwing errors.
Is anyone else getting a "WAITING FOR FILE LOCK" when attempting to autotune?

If not, I'll upload the log if it's not a known issue.

Thanks!!
(2015-02-10, 01:48)Marshall Wrote: I have a machine (Windows) that the video window quit working on. The skin file is correct etc. Now that the patching option in the settings is gone I'm wondering if anyone can direct me to what exactly that option used to do so I can dig around and see what's broken. I'm guessing it changed something more than just the skin file.

it should automatically apply itself... anyone else having problems?
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
  • 1
  • 545
  • 546
  • 547(current)
  • 548
  • 549
  • 694

Logout Mark Read Team Forum Stats Members Help
[OLD/CLOSED] PseudoTV Live - Set-Top box solution45