• 1
  • 359
  • 360
  • 361(current)
  • 362
  • 363
  • 694
[OLD/CLOSED] PseudoTV Live - Set-Top box solution
Thanks a lot for all your help. Unfortunately I'm not any closer to adding new channels for playlists that won't add in the Channel Configuration window, although I have discovered a very easy way of accessing files on my NUC just using Windows Explorer (you have no idea how stupid I felt when I realised it was this easy)!

I tried playing around with the settings2.xml file, duplicating the settings for another channel I'd successfully set up but adapting it to the desired playlist. However, this caused the Channel Configuration not to load (it gets stuck at 90%) - presumably I've not set the channel up right, causing this.

Is there a guide on how to manually add channels by editing the settings2.xml file?

I've read THIS post from Lunatixz but unfortunately it doesn't have all of the info for someone like me to manually edit the file to add a channel.

Sorry to be such a pain but I think Pseudo TV is fantastic and I really want to get it all set up the way I want!
(2014-07-18, 23:01)ryanmcclure Wrote: @Elixxen, install script.module.common

https://github.com/Eldorados/script.modu...master.zip

Post 1 has a list of dependencies. Make sure every single one of the top list is installed, or PTVL cannot work. Smile

Already had that installed but I installed it again using your link and it still doesn't work. Have all other ones on the top list installed as well.
Sorry to keep posting in here but I have found a solution to my problem of some custom playlists not adding to channels in Channel Configuration so I thought I would repost in here in case anyone else has the same issue. Here it is:

(2013-02-10, 01:43)thepineapple Wrote: Durr, that didn't take long to fix myself. Hopefully this will help the OP and others.

I decided to find the playlist files (located in /XBMC/Userdata/Playlists/Video) and open them up in textedit to see what was the difference between the working one and the others.

Here's what the working one said:
<name>80s</name>

And all the others:
<name></name>

So I typed in the name manually, saved the file, and sure enough, it now adds in Pseudotv.

The end. Happy Tv-ing!
(2014-06-20, 14:31)Lunatixz Wrote:
(2014-06-20, 12:10)SOME1 Wrote: I guess it was requested before, just cant find it anywhere.
so I will ask again for a feature:
please make a pvr backend to this addon so the channels can be part of the regular live tv channels in xbmc.
today it's opposite: the script is import the channels from the existing pvr in xbmc.
I am asking that the script will be a pvr in xbmc so all the virtuals channels will be in the live tv list, and the script configuration will be the pvr configuration.
thanks.

I've thought about doing this, but the limitations with xbmc pvr backend keeps easy transition impossible atm.

sorry for the late response, just now saw you answered.
thanks, I'll really happy to see it in the future if that possible. Smile
I use media portal backend to watch live tv channels.
When I watch through xbmc live tv the time between changing channels is 2 sec.
When I watch through PLTV the time is 8 sec.
I wonder if it's just me or all of you have the same times?and if there is away to reduce the 8 sec?

I have used all other backends and still the same results even with margo pvr builds for faster changing channels.
Is there a document available that shows what all the XML syntax's and options are? For example, what does Channel_14_1 and Channel_14_rule_1_opt_1 mean? Just something that says how to define stations.

Thanks!
Hey guys,

Have OpenElec v4.0.7 (naturally XBMC Gotham 13.1), and a HDHomeRun FTA (EU version) DVB-T receiver, and PTVL v0.4.7 development branch.

I have PseudoTV Live working, i have HD Homerun working with OpenELEC's TvHeadend, i was wondering if i could integrate the HDHomeRun and PTVL?

I read the first post in this thread and it's possible to either generate STRMs or maybe use a pvr:// handler.

I downloaded the latest HDHomeRun software and cant see a way to generate STRMs from it, i'm currently wondering if it's easier to integrate via the pvr:// method?

Would appreciate any tips or pointers. Would be nice to not have to exit out of PTVL to watch Live TV.. :-)


UPDATE - Have made strm's via HDHomeRuns utility (had to set it to "Main Program" to XBMC was the trick) ZIPped them up and transferred them over to OpenELEC, set PTVL to re-tune with STRM enabled and the directory they are in, but they're not showing up. Checked inside the STRMs and there are 2 hdhomerun:// links (one for tuner 0 and tuner 1).. Everything looks good, just PTVL is not picking them up during a re-tune.. Strange..


Thanks!
@twi252 search for angrycamels strm generator, requires Windows. On mobile otherwise I would link
first_time_user (wiki) | free content (wiki) | forum rules (wiki) | PVR (wiki) | Debug Log (wiki)

IMPORTANT:
The official Kodi version does not contain any content what so ever. This means that you should provide your own content from a local or remote storage location, DVD, Blu-Ray or any other media carrier that you own. Additionally Kodi allows you to install third-party plugins that may provide access to content that is freely available on the official content provider website. The watching or listening of illegal or pirated content which would otherwise need to be paid for is not endorsed or approved by Team Kodi.
I'm getting a script error from PTVL when I start XBMC. The error is towards the end of my debug log, though I'm not sure what to do to fix it. I'm running this on Amazon Fire TV...

Error:
Code:
22:06:26 T:1573528376   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.IOError'>
                                            Error Contents: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/']
                                            Traceback (most recent call last):
                                              File "/storage/emulated/0/Android/data/org.xbmc.xbmc/files/.xbmc/addons/script.pseudotv.live-development/service.py", line 150, in <module>
                                                HubSwap()
                                              File "/storage/emulated/0/Android/data/org.xbmc.xbmc/files/.xbmc/addons/script.pseudotv.live-development/service.py", line 101, in HubSwap
                                                chanlist = ChannelList()
                                              File "/storage/emulated/0/Android/data/org.xbmc.xbmc/files/.xbmc/addons/script.pseudotv.live-development/resources/lib/ChannelList.py", line 97, in __init__
                                                self.t = tvdb_api.Tvdb()
                                              File "/storage/emulated/0/Android/data/org.xbmc.xbmc/files/.xbmc/addons/script.pseudotv.live-development/resources/lib/tvdb_api.py", line 417, in __init__
                                                self.config['cache_location'] = self._getTempDir()
                                              File "/storage/emulated/0/Android/data/org.xbmc.xbmc/files/.xbmc/addons/script.pseudotv.live-development/resources/lib/tvdb_api.py", line 510, in _getTempDir
                                                return os.path.join(tempfile.gettempdir(), "tvdb_api-%s" % (uid))
                                              File "/home/jenkins/workspace/XBMC-Android-ARM/tools/depends/xbmc-depends/arm-linux-androideabi-android-14/lib/python2.6/tempfile.py", line 254, in gettempdir
                                              File "/home/jenkins/workspace/XBMC-Android-ARM/tools/depends/xbmc-depends/arm-linux-androideabi-android-14/lib/python2.6/tempfile.py", line 201, in _get_default_tempdir
                                            IOError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/']
                                            -->End of Python script error report<--

Full debug log...
(2014-07-21, 07:13)LakersFan Wrote: I'm getting a script error from PseudoTV when I start XBMC. The error is towards the end of my debug log, though I'm not sure what to do to fix it. I'm running this on Amazon Fire TV...

What device are you using to run XBMC? I'm seeing one of three things happening:

1. You don't have a temporary directory on your device (unlikely)
2. The permissions for your temporary directory have been altered (slightly more likely)
3. Your device's storage is nearling full and a temporary directory can't be used due to the lack of space (most likely)

Edit: I see now that you are using Android...I should read the log more thoroughly.

(2014-07-20, 21:37)wiz561 Wrote: Is there a document available that shows what all the XML syntax's and options are? For example, what does Channel_14_1 and Channel_14_rule_1_opt_1 mean? Just something that says how to define stations.

Thanks!

On the first three posts Luna has some examples. Under each term, he translates what they mean. As for Channel_14-rule_1_opt_1, that means option 1 for rule 1 on channel number 14. Channel_14_1 means channel 14, parameter 1 (or something to that effect.)
Wetek Play + LibreELEC
My issue is simple and yet I can't figure out how to solve it.

I have been using My Library to get the Netflix .strm files from PlayOn so I could create some channels. I set up two channels just for a test; the first time you load after a reset it plays the episode fine, but 9 times out of 10, if you change channels or even select a future episode on the guide, the file is unable to play. I initially thought it was an error because XBMC was trying to seek on the files which you can't do on PlayOn and it was causing an error, but that isn't the case. So, is it just gonna be that inconsistent, or is there a simple setting I am overlooking?
(2014-07-20, 21:37)wiz561 Wrote: Is there a document available that shows what all the XML syntax's and options are? For example, what does Channel_14_1 and Channel_14_rule_1_opt_1 mean? Just something that says how to define stations.

Thanks!

On the first three posts Luna has some examples. Under each term, he translates what they mean. As for Channel_14-rule_1_opt_1, that means option 1 for rule 1 on channel number 14. Channel_14_1 means channel 14, parameter 1 (or something to that effect.)
[/quote]

I ran across Luna's example earlier, but was wondering if there was something more formally documented. It would be tremendously helpful if something like this existed.
(2014-07-21, 09:29)jaynford Wrote: My issue is simple and yet I can't figure out how to solve it.

I have been using My Library to get the Netflix .strm files from PlayOn so I could create some channels. I set up two channels just for a test; the first time you load after a reset it plays the episode fine, but 9 times out of 10, if you change channels or even select a future episode on the guide, the file is unable to play. I initially thought it was an error because XBMC was trying to seek on the files which you can't do on PlayOn and it was causing an error, but that isn't the case. So, is it just gonna be that inconsistent, or is there a simple setting I am overlooking?

It's mostly the playon source that's at fault. I've been using playon for over five years and never had much success using it with PseudoTV, and PseudoTV Live. Also start following the Mylibrary thread, you will pickup that strms generated from playon expire quickly (some a few hrs after building).

(2014-07-20, 21:37)wiz561 Wrote: Is there a document available that shows what all the XML syntax's and options are? For example, what does Channel_14_1 and Channel_14_rule_1_opt_1 mean? Just something that says how to define stations.

Thanks!

Manual editting settings2.xml should be limited to my editions only, it's meant as a temporary solution.
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
(2014-07-21, 07:38)ryanmcclure Wrote:
(2014-07-21, 07:13)LakersFan Wrote: I'm getting a script error from PTVL when I start XBMC. The error is towards the end of my debug log, though I'm not sure what to do to fix it. I'm running this on Amazon Fire TV...

What device are you using to run XBMC? I'm seeing one of three things happening:

1. You don't have a temporary directory on your device (unlikely)
2. The permissions for your temporary directory have been altered (slightly more likely)
3. Your device's storage is nearling full and a temporary directory can't be used due to the lack of space (most likely)

Edit: I see now that you are using Android...I should read the log more thoroughly.
Thanks for taking a look at it. PTVL was running fine (no errors) until I upgraded to the most recent developmental version 0.4.7. Not sure if it has anything to do with that. Can I manually create the temp folder somewhere? I'll check my storage level and see if it's full. It shouldn't be, but ya never know. Wink
(2014-07-21, 14:26)Lunatixz Wrote:
(2014-07-21, 09:29)jaynford Wrote: My issue is simple and yet I can't figure out how to solve it.

I have been using My Library to get the Netflix .strm files from PlayOn so I could create some channels. I set up two channels just for a test; the first time you load after a reset it plays the episode fine, but 9 times out of 10, if you change channels or even select a future episode on the guide, the file is unable to play. I initially thought it was an error because XBMC was trying to seek on the files which you can't do on PlayOn and it was causing an error, but that isn't the case. So, is it just gonna be that inconsistent, or is there a simple setting I am overlooking?

It's mostly the playon source that's at fault. I've been using playon for over five years and never had much success using it with PseudoTV, and PseudoTV Live. Also start following the Mylibrary thread, you will pickup that strms generated from playon expire quickly (some a few hrs after building).

Yeah I saw that, but in the time I was testing this stuff, it is very unlikely for them to have expired. *sigh* I guess the netflix/hulu based pseudotv still alludes me.
  • 1
  • 359
  • 360
  • 361(current)
  • 362
  • 363
  • 694

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