• 1
  • 308
  • 309
  • 310(current)
  • 311
  • 312
  • 694
[OLD/CLOSED] PseudoTV Live - Set-Top box solution
(2014-06-12, 03:44)xoxojackie Wrote: Just got PseudoTV Live all set up, and I couldn't be happier! Works like a charm, and its great for the technophobes in my house who are nervous about "cutting the cord".

I do have what may be a silly question though: What skin is used in this screenshot, which comes from the album linked in the first post:
https://www.dropbox.com/sh/4amuvrdkx2h8p...hot002.png
And where can I find it?

I feel like I'm missing something, because I thought a skin in the screenshots would be included by default (or at least in the fanmade skins link), or maybe it is and I'm just missing some settings or something?

Anyway, thanks for any help and thanks for a fantastic add-on!
That skin is the "default" skin.You can just go to settings under visual and select itWink
(2014-06-11, 15:54)EZ1976 Wrote: since i am still having issues that some playlist work and some freeze PTVL i tried to put a limit.
in the comedy playlist i put a 100 limit. (this is from the actual playlist PTVL created:

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="movies">
<name>Comedy 1</name>
<match>one</match>
<rule field="genre" operator="is">
<value>קומדיה</value>
</rule>
<rule field="genre" operator="is">
<value>comedy</value>
</rule>
<limit>100</limit>
<order direction="descending">random</order>
</smartplaylist>


but when it populated it ignored the limit and got to 1054 where it froze.
in the log there is nothing on this:

16:48:57 T:140363071215360 NOTICE: script.pseudotv.live PseudoTV Live /storage/.xbmc/addons/script.pseudotv.live-master 0.4.3a
16:48:57 T:140363071215360 NOTICE: script.pseudotv.live-Globals: System Caching Enabled
16:48:57 T:140363071215360 NOTICE: metahandler: Initializing MetaHandlers version: 2.6.0
16:48:57 T:140363071215360 NOTICE: metahandler: Loading sqlite3 as DB engine version: 3.7.17
16:48:57 T:140363071215360 NOTICE: metahandler: Looking up TMDB config cache values
16:48:57 T:140363071215360 NOTICE: metahandler: Cache still valid, setting values
16:48:57 T:140363071215360 NOTICE: metahandler: No SQLite rows requiring update
16:48:58 T:140363071215360 NOTICE: script.pseudotv.live-ChannelList: Donor Import Failed, Disabling Donor FeaturesNo module named Donor
16:48:58 T:140363071215360 NOTICE: Previous line repeats 1 times.
16:48:58 T:140363071215360 NOTICE: Requesting
16:48:58 T:140363071215360 NOTICE: http://www.google-analytics.com/__utm.gi...1837865445
16:48:58 T:140363071215360 NOTICE: Pragma: no-cache
Expires: Wed, 19 Apr 2000 11:43:00 GMT
Last-Modified: Wed, 21 Jan 2004 19:51:30 GMT
X-Content-Type-Options: nosniff
Content-Type: image/gif
Date: Fri, 06 Jun 2014 15:20:16 GMT
Server: Golfe2
Content-Length: 35
Age: 426522
Cache-Control: private, no-cache, no-cache=Set-Cookie, proxy-revalidate
Alternate-Protocol: 80:quic
Connection: close
16:48:58 T:140363071215360 WARNING: Skin has invalid include: dialogeffect
16:48:58 T:140363071215360 ERROR: EXCEPTION: Non-Existent Control 120
16:49:53 T:140363071215360 NOTICE: getMovie Cache
16:53:13 T:140364094633728 ERROR: SQL: The table does not exist
Query: SELECT albumview.* FROM albumview WHERE albumview.strAlbum <> ''
16:53:13 T:140364094633728 ERROR: GetAlbumsByWhere () failed
16:53:13 T:140364094633728 ERROR: SQL: The table does not exist
Query: SELECT artistview.* FROM artistview WHERE (artistview.idArtist IN (SELECT song_artist.idArtist FROM song_artist) OR artistview.idArtist IN (SELECT album_artist.idArtist FROM album_artist)) and artistview.strArtist != '' and artistview.idArtist <> 1
16:53:13 T:140364094633728 ERROR: GetArtistsByWhere failed
16:53:13 T:140364094633728 ERROR: SQL: The table does not exist
Query: SELECT songview.* FROM songview WHERE ((CAST(songview.iTimesPlayed as DECIMAL(5,1)) < 1))
16:53:13 T:140364094633728 ERROR: GetSongsByWhere() failed



hi
on the same machine i removed the advancesettings.xml that points to the mysql server.
so had to create a local database and scrapped everything again (with the same hebrew titled movies and the same NFS connections)

this time the channels did populate but everytime i access the EPG the plugin crashed.
maybe the issues has to do with MYSQL?
just my 2 cents.
(2014-06-12, 11:18)EZ1976 Wrote:
(2014-06-11, 15:54)EZ1976 Wrote: since i am still having issues that some playlist work and some freeze PTVL i tried to put a limit.
in the comedy playlist i put a 100 limit. (this is from the actual playlist PTVL created:

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="movies">
<name>Comedy 1</name>
<match>one</match>
<rule field="genre" operator="is">
<value>קומדיה</value>
</rule>
<rule field="genre" operator="is">
<value>comedy</value>
</rule>
<limit>100</limit>
<order direction="descending">random</order>
</smartplaylist>


but when it populated it ignored the limit and got to 1054 where it froze.
in the log there is nothing on this:

16:48:57 T:140363071215360 NOTICE: script.pseudotv.live PseudoTV Live /storage/.xbmc/addons/script.pseudotv.live-master 0.4.3a
16:48:57 T:140363071215360 NOTICE: script.pseudotv.live-Globals: System Caching Enabled
16:48:57 T:140363071215360 NOTICE: metahandler: Initializing MetaHandlers version: 2.6.0
16:48:57 T:140363071215360 NOTICE: metahandler: Loading sqlite3 as DB engine version: 3.7.17
16:48:57 T:140363071215360 NOTICE: metahandler: Looking up TMDB config cache values
16:48:57 T:140363071215360 NOTICE: metahandler: Cache still valid, setting values
16:48:57 T:140363071215360 NOTICE: metahandler: No SQLite rows requiring update
16:48:58 T:140363071215360 NOTICE: script.pseudotv.live-ChannelList: Donor Import Failed, Disabling Donor FeaturesNo module named Donor
16:48:58 T:140363071215360 NOTICE: Previous line repeats 1 times.
16:48:58 T:140363071215360 NOTICE: Requesting
16:48:58 T:140363071215360 NOTICE: http://www.google-analytics.com/__utm.gi...1837865445
16:48:58 T:140363071215360 NOTICE: Pragma: no-cache
Expires: Wed, 19 Apr 2000 11:43:00 GMT
Last-Modified: Wed, 21 Jan 2004 19:51:30 GMT
X-Content-Type-Options: nosniff
Content-Type: image/gif
Date: Fri, 06 Jun 2014 15:20:16 GMT
Server: Golfe2
Content-Length: 35
Age: 426522
Cache-Control: private, no-cache, no-cache=Set-Cookie, proxy-revalidate
Alternate-Protocol: 80:quic
Connection: close
16:48:58 T:140363071215360 WARNING: Skin has invalid include: dialogeffect
16:48:58 T:140363071215360 ERROR: EXCEPTION: Non-Existent Control 120
16:49:53 T:140363071215360 NOTICE: getMovie Cache
16:53:13 T:140364094633728 ERROR: SQL: The table does not exist
Query: SELECT albumview.* FROM albumview WHERE albumview.strAlbum <> ''
16:53:13 T:140364094633728 ERROR: GetAlbumsByWhere () failed
16:53:13 T:140364094633728 ERROR: SQL: The table does not exist
Query: SELECT artistview.* FROM artistview WHERE (artistview.idArtist IN (SELECT song_artist.idArtist FROM song_artist) OR artistview.idArtist IN (SELECT album_artist.idArtist FROM album_artist)) and artistview.strArtist != '' and artistview.idArtist <> 1
16:53:13 T:140364094633728 ERROR: GetArtistsByWhere failed
16:53:13 T:140364094633728 ERROR: SQL: The table does not exist
Query: SELECT songview.* FROM songview WHERE ((CAST(songview.iTimesPlayed as DECIMAL(5,1)) < 1))
16:53:13 T:140364094633728 ERROR: GetSongsByWhere() failed



hi
on the same machine i removed the advancesettings.xml that points to the mysql server.
so had to create a local database and scrapped everything again (with the same hebrew titled movies and the same NFS connections)

this time the channels did populate but everytime i access the EPG the plugin crashed.
maybe the issues has to do with MYSQL?
just my 2 cents.
Now that channels populated,Have you enabled epg genre colors including movie genres?If so try disable it and restart to see if the plugin crashes.
no colors in movie genres, plugin still crashes.
its a clean settings.xml and settings2.xml with default skin and all dependencies installed
nfs + mysql - channels get stuck while populating
nfs + local db - channels populate (sometimes) but plugin crash on EPG
(2014-06-12, 13:18)EZ1976 Wrote: no colors in movie genres, plugin still crashes.
its a clean settings.xml and settings2.xml with default skin and all dependencies installed
nfs + mysql - channels get stuck while populating
nfs + local db - channels populate (sometimes) but plugin crash on EPG
I assume you force channel reset...after disabling colors(I had epg crashes when had a movie with greek genre and enabled movie genre colors...Huh
Maybe if you have an option to check without nfs to see if you still have issues...
(2014-06-12, 13:54)tromy Wrote:
(2014-06-12, 13:18)EZ1976 Wrote: no colors in movie genres, plugin still crashes.
its a clean settings.xml and settings2.xml with default skin and all dependencies installed
nfs + mysql - channels get stuck while populating
nfs + local db - channels populate (sometimes) but plugin crash on EPG
I assume you force channel reset...after disabling colors(I had epg crashes when had a movie with greek genre and enabled movie genre colors...Huh
Maybe if you have an option to check without nfs to see if you still have issues...

cleaned the source.xml file and removed the local movie db
created a new source with smb instead of nfs
same ptvl, same settings2 + settings.

with clean server + clean PTLV + SMB + 2 playlists - stuck on 1024 movies and channel not populated
Please forgive the possibly stupid question, but does F.T.V. with full EPG work yet? I've seen it mentioned in the changelog, but I can't quite figure out how to use it?
Hey all - just did some poking around to check out what PseudoTV skins there are and figured I would post them here in case anybody else wanted to take a look. Maybe @Lunatixz can quote this info to the first 3 posts somewhere in case somebody wants to update for PTVL. Most are from the same thread btw. Also props to @thedarkonaut.
(2014-06-12, 10:28)tromy Wrote:
(2014-06-12, 03:44)xoxojackie Wrote: Just got PseudoTV Live all set up, and I couldn't be happier! Works like a charm, and its great for the technophobes in my house who are nervous about "cutting the cord".

I do have what may be a silly question though: What skin is used in this screenshot, which comes from the album linked in the first post:
https://www.dropbox.com/sh/4amuvrdkx2h8p...hot002.png
And where can I find it?

I feel like I'm missing something, because I thought a skin in the screenshots would be included by default (or at least in the fanmade skins link), or maybe it is and I'm just missing some settings or something?

Anyway, thanks for any help and thanks for a fantastic add-on!
That skin is the "default" skin.You can just go to settings under visual and select itWink

Well, that I should've noticed. That's on me. But the reason I didn't--My EPG not transparent at all, it's fullscreen and solid black. Any ideas why? I double checked that all the dependencies were installed, and dynamic artwork and whatnot are enabled. I'm using OpenELEC.
(2014-06-12, 16:40)bry- Wrote: Hey all - just did some poking around to check out what PseudoTV skins there are and figured I would post them here in case anybody else wanted to take a look. Maybe @Lunatixz can quote this info to the first 3 posts somewhere in case somebody wants to update for PTVL. Most are from the same thread btw. Also props to @thedarkonaut.

Yes I agree thanks! this is extrememly helpful, time to play even more w/ the skins!
(2014-06-11, 10:46)Dalton63841 Wrote: I am having an issue with PseudoTV Live on my Raspberry Pi with OpenElec. I only use it for local content, just like the original, nothing fancy. Just 12 channels.

When I first launch it, I can click OK on the remote to get to the EPG. Once I close the EPG, clicking OK will only bring up the OSD controls. If I continue working with it, after about 10 minutes it seems to lose track of what the OK button is supposed to do, and will do something different each time I click it. After googling I have found that at least one other person has this issue on this platform at well.

I checked out xbmc.log, and didn't notice anything showing up in the log when I would click the OK button. I also turned on debugging in PTVL settings, but I'm not sure if that produces a separate log or not.

Turns out this only happens in Sio2-x skin. On any other skin it works perfectly. I told the developer of that skin about it.
(2014-06-12, 18:30)xoxojackie Wrote:
(2014-06-12, 10:28)tromy Wrote:
(2014-06-12, 03:44)xoxojackie Wrote: Just got PseudoTV Live all set up, and I couldn't be happier! Works like a charm, and its great for the technophobes in my house who are nervous about "cutting the cord".

I do have what may be a silly question though: What skin is used in this screenshot, which comes from the album linked in the first post:
https://www.dropbox.com/sh/4amuvrdkx2h8p...hot002.png
And where can I find it?

I feel like I'm missing something, because I thought a skin in the screenshots would be included by default (or at least in the fanmade skins link), or maybe it is and I'm just missing some settings or something?

Anyway, thanks for any help and thanks for a fantastic add-on!
That skin is the "default" skin.You can just go to settings under visual and select itWink

Well, that I should've noticed. That's on me. But the reason I didn't--My EPG not transparent at all, it's fullscreen and solid black. Any ideas why? I double checked that all the dependencies were installed, and dynamic artwork and whatnot are enabled. I'm using OpenELEC.
Try to disable "video window patcher"This causes in my set up the black epg screen.
Restart xbmc and u must be okWink
(2014-06-12, 20:44)tromy Wrote:
(2014-06-12, 18:30)xoxojackie Wrote:
(2014-06-12, 10:28)tromy Wrote: That skin is the "default" skin.You can just go to settings under visual and select itWink

Well, that I should've noticed. That's on me. But the reason I didn't--My EPG not transparent at all, it's fullscreen and solid black. Any ideas why? I double checked that all the dependencies were installed, and dynamic artwork and whatnot are enabled. I'm using OpenELEC.
Try to disable "video window patcher"This causes in my set up the black epg screen.
Restart xbmc and u must be okWink

It worked! And I now feel sufficiently silly that I could figure out adding streams and making channels, but using the default skin was too hard to figure out on my own Tongue Anyway, thanks for the help!
(2014-06-12, 16:40)bry- Wrote: Hey all - just did some poking around to check out what PseudoTV skins there are and figured I would post them here in case anybody else wanted to take a look. Maybe @Lunatixz can quote this info to the first 3 posts somewhere in case somebody wants to update for PTVL. Most are from the same thread btw. Also props to @thedarkonaut.

Feel free to add this to the list. It's a work in progress skin for Eminence.
https://github.com/redhalo/eminence-pseu...master.zip
(2014-06-12, 22:12)redhalo Wrote:
(2014-06-12, 16:40)bry- Wrote: Hey all - just did some poking around to check out what PseudoTV skins there are and figured I would post them here in case anybody else wanted to take a look. Maybe @Lunatixz can quote this info to the first 3 posts somewhere in case somebody wants to update for PTVL. Most are from the same thread btw. Also props to @thedarkonaut.

Feel free to add this to the list. It's a work in progress skin for Eminence.
https://github.com/redhalo/eminence-pseu...master.zip

Thanks @redhalo, any screen shots?
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.
  • 1
  • 308
  • 309
  • 310(current)
  • 311
  • 312
  • 694

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