• 1
  • 401
  • 402
  • 403(current)
  • 404
  • 405
  • 694
[OLD/CLOSED] PseudoTV Live - Set-Top box solution
@ mcorcoran, Can you send the new code including thumb info... I'll add it for you.
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
I'm looking for some help... only skill you need is patience Smile

There is a list over at the community list labeled InternetTV.xml it needs to be put into the proper format, you will see a few examples then a messy list under the examples, can some format everything for me?

If you are not a member send me your gmail and I will add you to the contribution list.

Thanks
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
Hi Luna,

That would be awesome, sure would make my life easier Smile. I will say again though that I'm sure the video thumbnail stuff might be a bit to hacky for you and I totally understand that, but maybe it will give you some insight on a better method.

Blip.TV RSS Feed Description Fix (All changes base on is based on 0.4.7):
Original ChannelList.py Starting at line 2620
PHP Code:
if not '<p>' in feed.entries[i].summary_detail.value:
    
epdesc feed.entries[i]['summary_detail']['value']
    
headseptail epdesc.partition('<div class="feedflare">')
    
epdesc head
else:
    
epdesc feed.entries[i]['subtitle']

if 
epdesc == '':
    
epdesc eptitle
    
try:
    
epdesc = (self.trim(epdesc350'...'))
except Exception,e:
    
self.log("epdesc Trim failed" str(e))
    
epdesc = (epdesc[:350]) 

Change:
PHP Code:
if not '<p>' in feed.entries[i].summary_detail.value:
    
epdesc feed.entries[i]['summary_detail']['value']
    
headseptail epdesc.partition('<div class="feedflare">')
    
epdesc head
else:
    
epdesc feed.entries[i]['subtitle']

if 
epdesc == '':
    
epdesc feed.entries[i]['blip_puredescription']

if 
epdesc == '':
    
epdesc eptitle
    
try:
    
epdesc uni(self.trim(epdesc.replace('\n''').replace('<br />''\n').replace('&apos;','').replace('&quot;','"'), 500'...'))
except Exception,e:
    
self.log("epdesc Trim failed" str(e))
    
epdesc = (epdesc[:350]) 

Time Fix:
Original ChannelList.py Line 2643
PHP Code:
try:
    
runtimex feed.entries[i]['itunes_duration']
except Exception,e:
    
runtimex 1350
    pass 
Change:
PHP Code:
try:
    
runtimex feed.entries[i]['itunes_duration']
except Exception,e:
    
runtimex ''
    
pass

try:
    if 
runtimex == '':
    
runtimex feed.entries[i]['blip_runtime']
except Exception,e:
    
runtimex ''
    
pass  

if runtimex == '':
    
runtimex 1350 

Video Thumbnail "fix"
Original ChannelList.py Line 2702
PHP Code:
tmpstr str(duration) + ',' eptitle "//" "RSS - " showtitle "//" epdesc "//" genre "////" LiveID '\n' url 

Change:
PHP Code:
tmpstr str(duration) + ',' eptitle "//" "RSS - " showtitle "//" epdesc "//" genre "//" thumburl "////" LiveID '\n' url 

Original Artdownloader.py Line 248
PHP Code:
if mediapath[0:15] == 'plugin://plugin'

Change
PHP Code:
if type.replace('////tvshow','')[-4:] in ('.jpg','.png'):
    
setImage 'http://' type.replace('////tvshow','')
elif mediapath[0:15] == 'plugin://plugin'

Original List 565:
PHP Code:
if line[0:7] == '#EXTINF':

try:
    
TV_liveid = (line.split('tvshow|')[1])
    
TV_liveid =  'tvshow|' TV_liveid
    type 
= (TV_liveid.split('|'))[0]
    
id = (TV_liveid.split('|'))[1]
except Exception,e:
    
MO_liveid line.split('movie|')[1]
    
MO_liveid 'movie|' MO_liveid
    type 
MO_liveid.split('|')[0]
    
id MO_liveid.split('|')[1]
except:
    
pass 

Change:
PHP Code:
if line[0:7] == '#EXTINF':
try:
    
TV_liveid = (line.split('tvshow|')[1])
    
TV_liveid =  'tvshow|' TV_liveid
    type 
= (TV_liveid.split('|'))[0]
    
id = (TV_liveid.split('|'))[1]
except Exception,e:
    
MO_liveid line.split('movie|')[1]
    
MO_liveid 'movie|' MO_liveid
    type 
MO_liveid.split('|')[0]
    
id MO_liveid.split('|')[1]
except:
    
pass

try:
    
mpath line.split('////')[1]
except:
    
pass 

Let me know if it's just easier to send you the files with the updates in them.
@mcorcoran yeah a little hacky with the thumbs, I'll add some code to parse the rss feed at the artdownloader level.
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
Development branch updated to v.0.4.9b

Anyone who had issues, try it out let me know if your problems are fixed...
https://github.com/Lunatixz/script.pseud...ngelog.txt
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
(2014-09-10, 03:05)Lunatixz Wrote: Development branch updated to v.0.4.9b

Anyone who had issues, try it out let me know if your problems are fixed...
https://github.com/Lunatixz/script.pseud...ngelog.txt
Super favorites working now just tested
With the new development version v.0.9b
(2014-09-10, 01:01)Lunatixz Wrote: I'm looking for some help... only skill you need is patience Smile

There is a list over at the community list labeled InternetTV.xml it needs to be put into the proper format, you will see a few examples then a messy list under the examples, can some format everything for me?

If you are not a member send me your gmail and I will add you to the contribution list.

Thanks
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
PSTVL is starting several movies from the beginning upon loading the channel. Here is the debug log: xbmc.log
Just tested v.0.4.9b
The artwork lag is fixedSmile
Still have the unicode issue with movie playlists channels.Another one for you Luna to test

Nfo: https://www.dropbox.com/s/e3zyji3timxfkd...e.nfo?dl=0
The exact file name of the matroska is "Alien"

If i scrape it in english plays fine,so i think it's the plot of the nfo(the only part of the nfo in greek)
Lunatixz I have a weird problem. I have hdhomerun streams, but when I put them next to a channel with my own media it gets stuck on LOADING CHANNELS. If channel 4 is an hdhomerun stream I can't make channel 5 my own media. If I make channel 6 my own media it works.

Any thoughts?

Carlos
(2014-09-10, 01:01)Lunatixz Wrote: I'm looking for some help... only skill you need is patience Smile

There is a list over at the community list labeled InternetTV.xml it needs to be put into the proper format, you will see a few examples then a messy list under the examples, can some format everything for me?

If you are not a member send me your gmail and I will add you to the contribution list.

Thanks

I can't promise quick work, but I can tinker around with it in my free time. PM sent.
(2014-09-10, 05:32)Lunatixz Wrote:
(2014-09-10, 01:01)Lunatixz Wrote: I'm looking for some help... only skill you need is patience Smile

There is a list over at the community list labeled InternetTV.xml it needs to be put into the proper format, you will see a few examples then a messy list under the examples, can some format everything for me?

If you are not a member send me your gmail and I will add you to the contribution list.

Thanks

In the internetTV.xml the fomat is listed as:

Genre|chtype|setting_1|setting_2|setting_3|setting_4|Channel_Name


Yet in the few that were already done no genre is listed. Should the format be:

chtype|setting_1|setting_2|setting_3|setting_4|Channel_Name

Or is "Genre" there for another purpose?
Hi,

0.4.9b fixed some problems I had with 0.4.7:

- "Arrange episodes by order" - working again
- "Show only Un-watched episodes" - working again
- Episode Distribution - working again
- EPG info of TV backend channels now shows the full info text in Hebrew. I remember someone else also reported this problem with previous versions.

Looks great, tnx Luna.
(2014-09-10, 11:43)mrpcpro Wrote: Lunatixz I have a weird problem. I have hdhomerun streams, but when I put them next to a channel with my own media it gets stuck on LOADING CHANNELS. If channel 4 is an hdhomerun stream I can't make channel 5 my own media. If I make channel 6 my own media it works.

Any thoughts?

Carlos

When u say hdhomerun stream you mean direct (hdhomerun://) or strm file
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
(2014-09-10, 15:18)azrael17 Wrote:
(2014-09-10, 05:32)Lunatixz Wrote:
(2014-09-10, 01:01)Lunatixz Wrote: I'm looking for some help... only skill you need is patience Smile

There is a list over at the community list labeled InternetTV.xml it needs to be put into the proper format, you will see a few examples then a messy list under the examples, can some format everything for me?

If you are not a member send me your gmail and I will add you to the contribution list.

Thanks

In the internetTV.xml the fomat is listed as:

Genre|chtype|setting_1|setting_2|setting_3|setting_4|Channel_Name


Yet in the few that were already done no genre is listed. Should the format be:

chtype|setting_1|setting_2|setting_3|setting_4|Channel_Name

Or is "Genre" there for another purpose?

correction made on list, removed Genre

(2014-09-10, 06:26)robbyyyyyy Wrote: PSTVL is starting several movies from the beginning upon loading the channel. Here is the debug log: xbmc.log


NO channel number, NO Chtype information...
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
  • 1
  • 401
  • 402
  • 403(current)
  • 404
  • 405
  • 694

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