• 1
  • 415
  • 416
  • 417(current)
  • 418
  • 419
  • 694
[OLD/CLOSED] PseudoTV Live - Set-Top box solution
(2014-09-21, 22:19)stubk Wrote:
(2014-09-21, 21:30)Lunatixz Wrote: hmm...

If that was the case, why does it only effect movies and not tvshows?

Have you tried last nights development build? it didn't fix your problem with seeking?

can I see the logs where seek is called before playback? thanks

You can see it in the log I posted earlier at http://pastebin.com/XzsAVVgB. Seek is called on lines 434, 2635, 3148 and 3471 - the "switching to normal playback" debug is on lines 431, 2633, 3155, 3457 - the one which reset to the beginning was the one with the seek on 3148 and the playback on 3155.

I didn't say it was movies only - this log was for tv show channels. But as you mention it, movies were especially prone to the problem - perhaps because they are larger files and therefore take slightly longer for xbmc to start playing.

As for the development build, I tried that and it didn't fix it. (Even tried it on the latest build of helix but it segfaulted.)

I appreciate you looking into the problem, but this isn't a new bug... and while fresh eyes can sometimes break ground... the suggestion you mentioned isn't a solution.

There is only one seek bug, and it has to do with the subtitle service. It pretty much only affects Movies (most likely because its rare to use subs with tvshows).

One major thing you are missing in your log and is the reason seek is called and ignored...

Code:
DEBUG: ffmpeg[2217C700]: [mpeg4] Invalid and inefficient vfw-avi packed B frames detected

Looks like your file isn't encoded properly or at least ffmpeg thinks so... Your "fix" may overcome issues with poorly encoded media, but I'm not sure it will always work? if a file isn't encoded properly xbmc.player might not seek at all.

Last nights development build fixed an unrelated problem that could have affected seeking...

If another user running GOTHAM ( I do not support Helix) and latest development branch show similar logs I'll investigate the possibility of it being unrelated to encoding...
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
I don't have any issues obtaining my channels. My channels loads fine. Just without EPG. Well autotune failed to match 95% of my channels. I waited for a response back after posting my last comment and didn't get one so I decided to built my own settings2.xml with the right info. Took me about 4 hours for only roughly 40 channels Smile . Perhaps you didn't mentioned in the settings that it's a prime.

I get this

Code:
<setting id="Channel_1_type" value="9" />
    <setting id="Channel_1_time" value="7867" />
    <setting id="Channel_1_1" value="5400" />
    <setting id="Channel_1_2" value="upnp://62112A60-571E-3B47-A6F2-FBF89CA278C0/Favorites/v702/" />
    <setting id="Channel_1_3" value="702 CBSHD" />
    <setting id="Channel_1_4" value="Unavailable" />
    <setting id="Channel_1_rulecount" value="1" />
    <setting id="Channel_1_rule_1_id" value="1" />
    <setting id="Channel_1_rule_1_opt_1" value="702 CBSHD LiveTV" />
    <setting id="Channel_1_changed" value="False" />


instead of that

Code:
<setting id="Channel_702_type" value="8" />
    <setting id="Channel_702_time" value="26239" />
    <setting id="Channel_702_1" value="I702.28459048.microsoft.com" />
    <setting id="Channel_702_2" value="upnp://62112A60-571E-3B47-A6F2-FBF89CA278C0/Favorites/v702/" />
    <setting id="Channel_702_3" value="xmltv" />
    <setting id="Channel_702_4" value="" />
    <setting id="Channel_702_rulecount" value="1" />
    <setting id="Channel_702_rule_1_id" value="1" />
    <setting id="Channel_702_rule_1_opt_1" value="CBS HD" />
    <setting id="Channel_702_changed" value="False" />
(2014-09-21, 23:00)breezytm Wrote: I don't have any issues obtaining my channels. My channels loads fine. Just without EPG. Well autotune failed to match 95% of my channels. I waited for a response back after posting my last comment and didn't get one I decided to built my own settings2.xml with the right info. Took me about 4 hours for only roughly 40 channels Smile . Perhaps you didn't mentioned in the settings that it's a prime.

I get this instead of that

Code:
<setting id="Channel_1_type" value="9" />
    <setting id="Channel_1_time" value="7867" />
    <setting id="Channel_1_1" value="5400" />
    <setting id="Channel_1_2" value="upnp://62112A60-571E-3B47-A6F2-FBF89CA278C0/Favorites/v702/" />
    <setting id="Channel_1_3" value="702 CBSHD" />
    <setting id="Channel_1_4" value="Unavailable" />
    <setting id="Channel_1_rulecount" value="1" />
    <setting id="Channel_1_rule_1_id" value="1" />
    <setting id="Channel_1_rule_1_opt_1" value="702 CBSHD LiveTV" />
    <setting id="Channel_1_changed" value="False" />


instead of that

Code:
<setting id="Channel_702_type" value="8" />
    <setting id="Channel_702_time" value="26239" />
    <setting id="Channel_702_1" value="I702.28459048.microsoft.com" />
    <setting id="Channel_702_2" value="upnp://62112A60-571E-3B47-A6F2-FBF89CA278C0/Favorites/v702/" />
    <setting id="Channel_702_3" value="xmltv" />
    <setting id="Channel_702_4" value="" />
    <setting id="Channel_702_rulecount" value="1" />
    <setting id="Channel_702_rule_1_id" value="1" />
    <setting id="Channel_702_rule_1_opt_1" value="CBS HD" />
    <setting id="Channel_702_changed" value="False" />

I don't' see logs...
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
(2014-09-21, 23:01)Lunatixz Wrote: I don't' see logs...

You right. I didn't send the log because I was convinced I was doing something wrong. I only started using PseudoTV since yesterday. I was reading and trying to figure things out.
(2014-09-21, 23:11)breezytm Wrote:
(2014-09-21, 23:01)Lunatixz Wrote: I don't' see logs...

You right. I didn't send the log because I was convinced I was doing something wrong. I only started using PseudoTV since yesterday. I was reading and trying to figure things out.

it's a new feature, I need logs to debug Smile
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
I'm glad to see ustv working again
@bry-

Friendly advise. I would suggest you create favorites in hdhomerun prime. If you don't, PseudoTV is going to take a long........... time to process all these channels. Looking at your channel listing, it looks like we are in the same region. I am using optimum. I have channels 702 - 768 as favorites - the drm channels. That's roughtly 40 to 50 channels and it took about an hour to complete the import.
(2014-09-21, 23:13)Lunatixz Wrote:
(2014-09-21, 23:11)breezytm Wrote:
(2014-09-21, 23:01)Lunatixz Wrote: I don't' see logs...

You right. I didn't send the log because I was convinced I was doing something wrong. I only started using PseudoTV since yesterday. I was reading and trying to figure things out.

it's a new feature, I need logs to debug Smile

Again you are right. Sending you my old log file and new. Perhaps the answer is in there somewhere.
https://www.dropbox.com/s/m79b52c0u3kf9ob/xbmc.log?dl=0
https://www.dropbox.com/s/awby47vh1q4f00...d.log?dl=0

Keep in my about an hour ago I manually imported my own settings2.xml. I am getting epg for my channels now but can't get the channel logos. Perhaps you can help with that. The logs are located in the logos folder: C:\Users\username\AppData\Roaming\XBMC\userdata\addon_data\script.pseudotv.live\cache\logos with the channel names as they are in the settings2.xml file.
https://www.dropbox.com/s/m0omvcl086i0fh...3.png?dl=0
https://www.dropbox.com/s/eblbgq031xzk6a...2.xml?dl=0
https://www.dropbox.com/s/hlryn4lvjqtwa4...8.png?dl=0
(2014-09-21, 23:31)breezytm Wrote:
(2014-09-21, 23:13)Lunatixz Wrote:
(2014-09-21, 23:11)breezytm Wrote: You right. I didn't send the log because I was convinced I was doing something wrong. I only started using PseudoTV since yesterday. I was reading and trying to figure things out.

it's a new feature, I need logs to debug Smile

Again you are right. Sending you my old log file and new. Perhaps the answer is in there somewhere.
https://www.dropbox.com/s/m79b52c0u3kf9ob/xbmc.log?dl=0
https://www.dropbox.com/s/awby47vh1q4f00...d.log?dl=0

Keep in my about an hour ago I manually imported my own settings2.xml. I am getting epg for my channels now but can't get the channel logos. Perhaps you can help with that. The logs are located in the logos folder: C:\Users\username\AppData\Roaming\XBMC\userdata\addon_data\script.pseudotv.live\cache\logos with the channel names as they are in the settings2.xml file.
https://www.dropbox.com/s/m0omvcl086i0fh...3.png?dl=0
https://www.dropbox.com/s/eblbgq031xzk6a...2.xml?dl=0
https://www.dropbox.com/s/hlryn4lvjqtwa4...8.png?dl=0

Please post xmltv filebtoo , thanks
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
Yes sir.

Here it is https://www.dropbox.com/s/hhrr4l69c381sl...v.xml?dl=0
Is there any way to get logo's for tv channel's with special character's not allowed in a file name.

e.g. Law and Order: Special Victim Unit.

No such thing as Law and Order: Special Victim Unit.png (since the ':' can't be use din filename) I could always change the tv name, but then it won't be naturally found by tvdb.
(2014-09-21, 23:53)breezytm Wrote: Yes sir.

Here it is https://www.dropbox.com/s/hhrr4l69c381sl...v.xml?dl=0

your log is missing debug info...

http://wiki.xbmc.org/index.php?title=Log_file/Easy

(2014-09-22, 01:02)darkdantae Wrote: Is there any way to get logo's for tv channel's with special character's not allowed in a file name.

e.g. Law and Order: Special Victim Unit.

No such thing as Law and Order: Special Victim Unit.png (since the ':' can't be use din filename) I could always change the tv name, but then it won't be naturally found by tvdb.

I'll look into it...
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
I accidentally delete email with donor features is it possible to get record back sorry if this inconvieniance
(2014-09-21, 23:18)breezytm Wrote: @bry-

Friendly advise. I would suggest you create favorites in hdhomerun prime. If you don't, PseudoTV is going to take a long........... time to process all these channels. Looking at your channel listing, it looks like we are in the same region. I am using optimum. I have channels 702 - 768 as favorites - the drm channels. That's roughtly 40 to 50 channels and it took about an hour to complete the import.

Noted. If that's the case I'll send you my settings2.xml and you can edit the sources of the strm. Pm me area
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.
Okay I figured the whole logo issue out. For me to send you the logs I will have to start from scratch. I will probably do that tomorrow just to help out with troubleshooting. Right now my setup is completely working. I figured all my issues out.

The issue with the logo for me lied here:

The documentation says
Quote:PURPLE - the display name of the channel if you do not have a proper channel logo.png with the same exact file name. IE: CBS NY.PNG will display the below image in the EPG. The PNG must be located in the C:\Users\%username%\AppData\Roaming\XBMC\userdata\addon_data\script.pseudotv.liv​e\logos folder.

In the C:\Users\%username%\AppData\Roaming\XBMC\userdata\addon_data\script.pseudotv.liv​e\cache directory there is also created logos folder. I added the logos in there instead. I didn't realize the path weren't the same. I am guessing that is where you planning on moving logos in the future.
  • 1
  • 415
  • 416
  • 417(current)
  • 418
  • 419
  • 694

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