Kodi Community Forum

Full Version: SiO2-X - Helix
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13
(2015-01-03, 03:59)nitewulf Wrote: [ -> ]If it helps since you skin the PVR views "in the dark" (they turn out amazing btw) this is what they look like dark and white theme:

Episode names in white and I think you've got perfection here.
Image

White view looks great. Just messed up pasting in picture in mspaint, the first bit shouldn't be there.
Image

oh cool.
I thought the backgrounds for EPG would be colored, but I guess probably not all EPG return infos about Genre of the Program...

here's what I thought it would look like ( I found out there's a Demo service for EPG )

Image

oh and of course I'll switch to white. Wink
Ah so that's what the colors mean. I've seem them show up sometimes (rarely). I guess sometimes my mc2xml.exe gets the genre information but usually it doesn't. Was always a bit curious what they meant.

I don't know how to reproduce this and I know that's the worst kind of bug report. I was watching an episode of Once Upon A TIme this afternoon (started it from the shelf) and when i had finished the episode it didn't get automatically marked as watched. Not sure if it has anything to do with starting it from the shelf. Or if it was just Kodi being a bit "special" for a moment.

Request:

Allow context menu from Shelf and for Favorites/Scripts/Addons added to Home Screen.
(2015-01-05, 04:45)nitewulf Wrote: [ -> ]Allow context menu from Shelf and for Favorites/Scripts/Addons added to Home Screen.

that isn't doable in a "thin" manner. Clicks aren't controlled by the skin, with the switch to dynamic list filling, code has been cut down consistently. The only downside is that now it's harder to have custom click functions, unless a new plugin (addon - script ) is introduced. But (even though giving in to some plugins is necessary ) I always try to use less and less of them, for basic functions.

Long story short, the actions for HomePage are automatically set by Kodi (other than a few of them set by plugins not maintained by me).

these add ons could include that option and be used, but to be honest I don't feel ATM to go and ask those guys for that extra.

service.library.data.provider

and

script.extendedinfo

-

I could instead add the option for stuff added to panel at home level..

what kind of options would you think are needed? like addon/script settings?

Cheers, and thanks for the support.
For me the use cases this weekend were I added a P90X3 directory and forgot to tell Kodi not to scan it. I ended up with a dozen newly added movies that the scraper found for me in the library and on my shelf. Just would have been convenient to access to context menu from the shelf to remove them from the library.

I was also trying to set default views for different apps. Instead of being able to access their configuration directly from the home screen, i have to dive into AddOns and find them. Again, just convenience.

Didn't realize it was that tricky. The shelf items and home screen items really are just links to the real item aren't they?
(2015-01-05, 18:58)nitewulf Wrote: [ -> ]For me the use cases this weekend were I added a P90X3 directory and forgot to tell Kodi not to scan it. I ended up with a dozen newly added movies that the scraper found for me in the library and on my shelf. Just would have been convenient to access to context menu from the shelf to remove them from the library.

I was also trying to set default views for different apps. Instead of being able to access their configuration directly from the home screen, i have to dive into AddOns and find them. Again, just convenience.

I hear you, but those cases would need changes into the Kodi core. Not at GUI (skin) level. Context Menu doesn't exist at Homepage level, so it would have to be coded in. But that's something way over my possibilities Wink

(2015-01-05, 18:58)nitewulf Wrote: [ -> ]Didn't realize it was that tricky. The shelf items and home screen items really are just links to the real item aren't they?

Home screen items (in the lower panel) could have options brought up (i.e. add ons added to home ) since they ara actually links created BY the skin.
for shelf instead the links are already coded in the Library Database, so in order to change the onclick function it would need a plugin.

this said, context menu couldn't be opened in the traditonal way (i.e. press C) since Kodi as I said , doesn't have context menu function for Home.

Sorry I couldn't be helpful in this matter.

I might start testing the option of going into settings for add ons from screen, but I gotta say this.

editing 1 addon is click > context > click

editing from home would be click > click (one less click)

but then Starting the addon would be

2 clicks instead of one....

I always think that setting up the "behind the scene" could take up more complexity, than actually using the frontend, since usually you set stuff up just once, or at least not that often.

But I'll give ti a shot.

Cheers.
and thanks for the support!!
Finally made the jump to Kodi, and installed the new version of SiO2-X. So far it seems pretty great. I did notice a couple small things though.

1. In the episode listings, the only view options are Big List and Icon. Any particular reason for that?
2. On the home screen, when colors are disabled, the icon in focus isn't in color, but just outlined in white. Difficult sometimes to notice because the icons are already outlined in white.
(2015-01-09, 00:55)Dalton63841 Wrote: [ -> ]Finally made the jump to Kodi, and installed the new version of SiO2-X. So far it seems pretty great. I did notice a couple small things though.

1. In the episode listings, the only view options are Big List and Icon. Any particular reason for that?
2. On the home screen, when colors are disabled, the icon in focus isn't in color, but just outlined in white. Difficult sometimes to notice because the icons are already outlined in white.

1. They seem to be the only 2 views worth using at that level, but i'm open to suggestions.( i personally don't like to view season poster for episodes)

2. Thanks, good catch!! fixed. I'm not updating the skin right away since I need to make some changes here and there. But I constantly push to master branch in github, in case anyone wants to test and report.
hello,

i am using kodi 14.0 helix

i downloaded and installed the repository on the first page, and when i goto into Add-ons-> Get add-ons-> fastcolors repo > skin > i can see the siO2-x skin and its working great.

So i set this up on my 2nd computer, and did the same steps. I cant see siO2-x under fastcolors repo > skin. its just a empty folder.

I have restart and reinstalled many times already, and still cant get the siO2-x on my 2nd computer.

please help
(2015-01-11, 04:59)iamnho Wrote: [ -> ]hello,

i am using kodi 14.0 helix

i downloaded and installed the repository on the first page, and when i goto into Add-ons-> Get add-ons-> fastcolors repo > skin > i can see the siO2-x skin and its working great.

So i set this up on my 2nd computer, and did the same steps. I cant see siO2-x under fastcolors repo > skin. its just a empty folder.

I have restart and reinstalled many times already, and still cant get the siO2-x on my 2nd computer.

please help

Have you done a "Force Refresh" on the repository? I had to do that then wait a minute before it showed up on mine.
Hello fastcolors.
I am using Kodi 15 Alpha 1 and the skin continues to work great except for an extendedinfo script error at startup which is no big deal for me. Thanks again for all the improvements. Best skin ever.
fastcolors,

Just pulled the latest from github and noticed the update to the EPG. Looks great, thanks.
(2015-01-14, 23:19)josegve Wrote: [ -> ]Hello fastcolors.
I am using Kodi 15 Alpha 1 and the skin continues to work great except for an extendedinfo script error at startup which is no big deal for me. Thanks again for all the improvements. Best skin ever.

(2015-01-15, 00:28)nitewulf Wrote: [ -> ]fastcolors,

Just pulled the latest from github and noticed the update to the EPG. Looks great, thanks.

thanks
This is really a good skin. I never thought a skin could make this much difference.

I just got one issue that bothers me. When I add my favorite video to home screen, it seems the video will get played when I highlight the video on home screen using my remote. I am just wondering if this is a bug or it is designed like that. This only happen on single video, a playlist does not have the issue

Thanks
(2015-01-19, 07:48)feielephant Wrote: [ -> ]This is really a good skin. I never thought a skin could make this much difference.

I just got one issue that bothers me. When I add my favorite video to home screen, it seems the video will get played when I highlight the video on home screen using my remote. I am just wondering if this is a bug or it is designed like that. This only happen on single video, a playlist does not have the issue

Thanks

First, Thanks for your kind words.

now to the issue.. So you add a favorite video to home panel or to shelf?

and second You are positive that your remote doesn't send any other RF than the movements?

I ask because the play action is mapped to ONCLICK, so simply highlighting the item shouldn't make anything happen.

could you activate debug and post a debug log?
also there should be a way to check the RF being sent directly from Kodi's inferface (using an addon that I don't remember as of now)

i will investigate.

cheers!
Thank you so much fastcolors for the suggestion.

I used both key board and remote and they have the same issue and I am adding the stream/video to home panel, not shelve. My guess is the skin try to open the file as a directory and try to get the contents of the directory and then will open the stream.

I tried to put the favorite as a local video, nothing will happen, because the directory does not exist. However, if I put a online stream as favorite and put it on home page I will see the problem. My guess this could be a result from "Automatic Shelf display of Addons"

The following is the log



07:48:01 T:4694052864 ERROR: SMBDirectory->GetDirectory: Unable to open directory : 'smb://USERNAMETongue[email protected]/video/movie/%e5%89%a7%e6%83%85/12.Years.a.Slave.2013.1080p.BluRay.x264.YIFY.mp4'
unix_err:'2' error : 'No such file or directory'
07:48:01 T:4694052864 ERROR: GetDirectory - Error getting smb://192.168.1.110/video/movie/剧情/12.Years.a.Slave.2013.1080p.BluRay.x264.YIFY.mp4
07:48:05 T:4730720256 ERROR: GetDirectory - Error getting -
07:48:06 T:4733288448 ERROR: SMBDirectory->GetDirectory: Unable to open directory : 'smb://USERNAMETongue[email protected]/video/movie/%e5%89%a7%e6%83%85/12.Years.a.Slave.2013.1080p.BluRay.x264.YIFY.mp4'
unix_err:'2' error : 'No such file or directory'
07:48:06 T:4733288448 ERROR: GetDirectory - Error getting smb://192.168.1.110/video/movie/剧情/12.Years.a.Slave.2013.1080p.BluRay.x264.YIFY.mp4
07:48:08 T:4694052864 ERROR: GetDirectory - Error getting -
07:48:09 T:4728557568 ERROR: SMBDirectory->GetDirectory: Unable to open directory : 'smb://USERNAMETongue[email protected]/video/movie/%e5%89%a7%e6%83%85/12.Years.a.Slave.2013.1080p.BluRay.x264.YIFY.mp4'
unix_err:'2' error : 'No such file or directory'
07:48:09 T:4728557568 ERROR: GetDirectory - Error getting smb://192.168.1.110/video/movie/剧情/12.Years.a.Slave.2013.1080p.BluRay.x264.YIFY.mp4
07:48:10 T:4730720256 ERROR: GetDirectory - Error getting -
07:48:10 T:4728557568 ERROR: SMBDirectory->GetDirectory: Unable to open directory : 'smb://USERNAMETongue[email protected]/video/movie/%e5%89%a7%e6%83%85/12.Years.a.Slave.2013.1080p.BluRay.x264.YIFY.mp4'
unix_err:'2' error : 'No such file or directory'
07:48:10 T:4728557568 ERROR: GetDirectory - Error getting smb://192.168.1.110/video/movie/剧情/12.Years.a.Slave.2013.1080p.BluRay.x264.YIFY.mp4
07:48:11 T:4719128576 NOTICE: Thread LanguageInvoker start, auto delete: false
07:48:11 T:4719128576 NOTICE: -->Python Interpreter Initialized<--
07:48:12 T:4719128576 NOTICE: Trying stream hls3
07:48:12 T:4719128576 NOTICE: Trying URL http://tv.fw.live.cntv.cn/channel8/seg0/...UqUXpZlq1w==
07:48:12 T:4719128576 NOTICE: Traceback (most recent call last):
File "/Users/xk_family/Library/Application Support/Kodi/addons/plugin.video.cntv-live/addon.py", line 57, in tryHLSStream
resp = urllib2.urlopen(url)
File "/Users/Shared/jenkins/workspace/OSX-64/tools/depends/xbmc-depends/macosx10.8_x86_64-target/lib/python2.6/urllib2.py", line 126, in urlopen
File "/Users/Shared/jenkins/workspace/OSX-64/tools/depends/xbmc-depends/macosx10.8_x86_64-target/lib/python2.6/urllib2.py", line 391, in open
File "/Users/Shared/jenkins/workspace/OSX-64/tools/depends/xbmc-depends/macosx10.8_x86_64-target/lib/python2.6/urllib2.py", line 409, in _open
File "/Users/Shared/jenkins/workspace/OSX-64/tools/depends/xbmc-depends/macosx10.8_x86_64-target/lib/python2.6/urllib2.py", line 369, in _call_chain
File "/Users/Shared/jenkins/workspace/OSX-64/tools/depends/xbmc-depends/macosx10.8_x86_64-target/lib/python2.6/urllib2.py", line 1161, in http_open
File "/Users/Shared/jenkins/workspace/OSX-64/tools/depends/xbmc-depends/macosx10.8_x86_64-target/lib/python2.6/urllib2.py", line 1136, in do_open
URLError: <urlopen error [Errno 61] Connection refused>
07:48:12 T:4719128576 NOTICE: Trying stream hls4
07:48:12 T:4719128576 NOTICE: Trying URL http://cctv3.vtime.cntv.cloudcdn.net/liv...UqUXpZlq1w==
07:48:13 T:4719128576 NOTICE: Loading URL http://cctv3.vtime.cntv.cloudcdn.net/liv...UqUXpZlq1w==
07:48:13 T:4719128576 NOTICE: Got AUTH TYBvzZqCL3N52vIe/drJdugC0 n1pn36GJEZbvhnnJeQrOLCB1i3H6e4n8WFvyHuZbXJKeoFjLVcUqUXpZlq1w==
07:48:13 T:4719128576 NOTICE: Built URL http://cctv3.vtime.cntv.cloudcdn.net/liv...lq1w%3D%3D
07:48:13 T:4719665152 NOTICE: Thread GUIDialogCache start, auto delete: true
07:48:14 T:140735177626368 NOTICE: DVDPlayer: Opening: http://cctv3.vtime.cntv.cloudcdn.net/liv...lq1w%3D%3D
07:48:14 T:140735177626368 WARNING: CDVDMessageQueue(player):Tongueut MSGQ_NOT_INITIALIZED
07:48:14 T:4720201728 NOTICE: Thread DVDPlayer start, auto delete: false
07:48:14 T:4720201728 NOTICE: Creating InputStream
07:48:15 T:4719665152 NOTICE: Thread FileCache start, auto delete: false
07:48:15 T:4720201728 NOTICE: Creating Demuxer
07:48:18 T:4720201728 NOTICE: Opening stream: 0 source: 256
07:48:18 T:4720201728 NOTICE: Creating video codec with codec id: 28
07:48:18 T:4720201728 NOTICE: Open - VDADecoder Codec failed to open, currently in use by another process
07:48:18 T:4720201728 NOTICE: CDVDVideoCodecFFmpeg::Open() Using codec: H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10
07:48:18 T:4720201728 NOTICE: Creating video thread
07:48:18 T:4720201728 NOTICE: Opening stream: 1 source: 256
07:48:18 T:4863397888 NOTICE: Thread DVDPlayerVideo start, auto delete: false
07:48:18 T:4720201728 NOTICE: Finding audio codec for: 86018
07:48:18 T:4863397888 NOTICE: running thread: video_thread
07:48:18 T:4720201728 NOTICE: Creating audio thread
07:48:18 T:4865441792 NOTICE: Thread DVDPlayerAudio start, auto delete: false
07:48:18 T:4865441792 NOTICE: running thread: CDVDPlayerAudio:Tonguerocess()
07:48:18 T:4865441792 NOTICE: Creating audio stream (codec id: 86018, channels: 2, sample rate: 48000, no pass-through)
07:48:18 T:4863397888 NOTICE: fps: 25.000000, pwidth: 720, pheight: 576, dwidth: 720, dheight: 540
07:48:18 T:4863397888 NOTICE: Display resolution DESKTOP : 2560x1440@ 60.00 - Full Screen (16)
07:48:18 T:4815589376 WARNING: DARWINOSX: underflow (3584 vs 4096 bytes)
07:48:18 T:4730720256 ERROR: GetDirectory - Error getting plugin://plugin.video.cntv-live/?stream=cctv3
07:48:18 T:140735177626368 NOTICE: Using GL_TEXTURE_2D
07:48:18 T:140735177626368 NOTICE: GL: Selecting Single Pass YUV 2 RGB shader
07:48:18 T:140735177626368 NOTICE: GL: NPOT texture support detected
07:48:18 T:140735177626368 NOTICE: GL: Using GL_ARB_pixel_buffer_object
07:48:18 T:4539908096 NOTICE: virtual bool CAESinkDARWINOSX::Initialize(AEAudioFormat &, std:Confusedtring &): Opening default device HDMI
07:48:22 T:140735177626368 NOTICE: CDVDPlayer::CloseFile()
07:48:22 T:140735177626368 NOTICE: DVDPlayer: waiting for threads to exit
07:48:22 T:4720201728 NOTICE: CDVDPlayer::OnExit()
07:48:22 T:4720201728 NOTICE: Closing stream player 1
07:48:22 T:4720201728 NOTICE: Waiting for audio thread to exit
07:48:22 T:4865441792 NOTICE: thread end: CDVDPlayerAudio::OnExit()
07:48:22 T:4720201728 NOTICE: Closing audio device
07:48:22 T:4720201728 NOTICE: Deleting audio codec
07:48:22 T:4720201728 NOTICE: Closing stream player 2
07:48:22 T:4720201728 NOTICE: waiting for video thread to exit
07:48:22 T:4863397888 NOTICE: thread end: video_thread
07:48:22 T:4720201728 NOTICE: deleting video codec
07:48:22 T:140735177626368 NOTICE: DVDPlayer: finished waiting
07:48:22 T:4704464896 NOTICE: Thread LanguageInvoker start, auto delete: false
07:48:22 T:140735177626368 NOTICE: CDVDPlayer::CloseFile()
07:48:22 T:140735177626368 NOTICE: DVDPlayer: waiting for threads to exit
07:48:22 T:140735177626368 NOTICE: DVDPlayer: finished waiting
07:48:22 T:140735177626368 NOTICE: CDVDPlayer::CloseFile()
07:48:22 T:140735177626368 NOTICE: DVDPlayer: waiting for threads to exit
07:48:22 T:140735177626368 NOTICE: DVDPlayer: finished waiting
07:48:22 T:4539908096 NOTICE: virtual bool CAESinkDARWINOSX::Initialize(AEAudioFormat &, std:Confusedtring &): Opening default device HDMI
07:48:22 T:4704464896 NOTICE: -->Python Interpreter Initialized<--
07:48:22 T:4704464896 NOTICE: Thread LanguageInvoker start, auto delete: false
07:48:22 T:4704464896 NOTICE: -->Python Interpreter Initialized<--
07:48:23 T:4720111616 NOTICE: Thread LanguageInvoker start, auto delete: false
07:48:23 T:4720111616 NOTICE: -->Python Interpreter Initialized<--
07:48:24 T:4721631232 NOTICE: Thread LanguageInvoker start, auto delete: false
07:48:24 T:4721631232 NOTICE: -->Python Interpreter Initialized<--
07:48:25 T:140735177626368 NOTICE: DVDPlayer: Opening: http://web-play.pptv.com/web-m3u8-300177...v.pptv.com
07:48:25 T:140735177626368 WARNING: CDVDMessageQueue(player):Tongueut MSGQ_NOT_INITIALIZED
07:48:25 T:4722167808 NOTICE: Thread DVDPlayer start, auto delete: false
07:48:25 T:4722167808 NOTICE: Creating InputStream
07:48:25 T:140735177626368 NOTICE: CDVDPlayer::CloseFile()
07:48:25 T:140735177626368 NOTICE: DVDPlayer: waiting for threads to exit
07:48:25 T:4727881728 NOTICE: Thread FileCache start, auto delete: false
07:48:25 T:4722167808 NOTICE: Creating Demuxer
07:48:25 T:4722167808 ERROR: OpenDemuxStream - Error creating demuxer
07:48:25 T:4722167808 NOTICE: CDVDPlayer::OnExit()
07:48:25 T:140735177626368 NOTICE: DVDPlayer: finished waiting
07:48:25 T:140735177626368 NOTICE: DVDPlayer: Opening: http://web-play.pptv.com/web-m3u8-300177...v.pptv.com
07:48:25 T:4722167808 NOTICE: Thread DVDPlayer start, auto delete: false
07:48:25 T:4722167808 NOTICE: Creating InputStream
07:48:26 T:4727881728 NOTICE: Thread FileCache start, auto delete: false
07:48:26 T:4722167808 NOTICE: Creating Demuxer
07:48:26 T:140735177626368 NOTICE: CDVDPlayer::CloseFile()
07:48:26 T:140735177626368 NOTICE: DVDPlayer: waiting for threads to exit
07:48:26 T:4722167808 ERROR: OpenDemuxStream - Error creating demuxer
07:48:26 T:4722167808 NOTICE: CDVDPlayer::OnExit()
07:48:26 T:140735177626368 NOTICE: DVDPlayer: finished waiting
07:48:26 T:140735177626368 NOTICE: DVDPlayer: Opening: http://web-play.pptv.com/web-m3u8-300177...v.pptv.com
07:48:26 T:4722167808 NOTICE: Thread DVDPlayer start, auto delete: false
07:48:26 T:4722167808 NOTICE: Creating InputStream
07:48:26 T:4727881728 NOTICE: Thread FileCache start, auto delete: false
07:48:26 T:4722167808 NOTICE: Creating Demuxer
07:48:31 T:4722167808 NOTICE: Opening stream: 0 source: 256
07:48:31 T:4722167808 NOTICE: Creating video codec with codec id: 28
07:48:31 T:4722167808 NOTICE: Open - VDADecoder Codec failed to open, currently in use by another process
07:48:31 T:4722167808 NOTICE: CDVDVideoCodecFFmpeg::Open() Using codec: H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10
07:48:31 T:4722167808 NOTICE: Creating video thread
07:48:31 T:4722167808 NOTICE: Opening stream: 1 source: 256
07:48:31 T:4722167808 NOTICE: Finding audio codec for: 86018
07:48:31 T:4868734976 NOTICE: Thread DVDPlayerVideo start, auto delete: false
07:48:31 T:4868734976 NOTICE: running thread: video_thread
07:48:31 T:4722167808 NOTICE: Creating audio thread
07:48:31 T:4869271552 NOTICE: Thread DVDPlayerAudio start, auto delete: false
07:48:31 T:4869271552 NOTICE: running thread: CDVDPlayerAudio:Tonguerocess()
07:48:31 T:4869271552 NOTICE: Creating audio stream (codec id: 86018, channels: 1, sample rate: 22050, no pass-through)
07:48:31 T:4868734976 NOTICE: fps: 25.000000, pwidth: 640, pheight: 480, dwidth: 640, dheight: 480
07:48:31 T:4868734976 NOTICE: Display resolution DESKTOP : 2560x1440@ 60.00 - Full Screen (16)
07:48:31 T:4728557568 ERROR: GetDirectory - Error getting plugin://plugin.video.pptv/?url=http%3A%2F%2Fv.pptv.com%2Fshow%2FkUOqKJD2ZqQHhe0.html&mode=playvideo&name=%E5%9B%9B%E5%B7%9D%E5%8D%AB%E8%A7%86+%28%E7%94%B5%E5%BD%B1%29&thumb=http%3A%2F%2Fimg3.pplive.cn%2Fimages%2F2014%2F05%2F11%2F14535865320.png
07:48:31 T:140735177626368 NOTICE: Using GL_TEXTURE_2D
07:48:31 T:140735177626368 NOTICE: GL: Selecting Single Pass YUV 2 RGB shader
07:48:31 T:140735177626368 NOTICE: GL: NPOT texture support detected
07:48:31 T:140735177626368 NOTICE: GL: Using GL_ARB_pixel_buffer_object
07:48:31 T:4730720256 ERROR: GetDirectory - Error getting plugin://plugin.video.pptv/?url=http%3A%2F%2Fv.pptv.com%2Fshow%2FnEalI4vxYZ8CgOg.html&mode=playvideo&name=%E6%B7%B1%E5%9C%B3%E5%8D%AB%E8%A7%86%5B%E9%AB%98%E6%B8%85%5D+%28%E7%9B%B4%E6%92%AD%E6%B8%AF%E6%BE%B3%E5%8F%B0%29&thumb=http%3A%2F%2Fimg3.pplive.cn%2Fimages%2F2014%2F05%2F11%2F14535087925.png
07:48:31 T:4694052864 ERROR: GetDirectory - Error getting plugin://plugin.video.pptv/?url=http%3A%2F%2Fv.pptv.com%2Fshow%2FkUOqKJD2ZqQHhe0.html&mode=playvideo&name=%E5%9B%9B%E5%B7%9D%E5%8D%AB%E8%A7%86+%28%E7%94%B5%E5%BD%B1%29&thumb=http%3A%2F%2Fimg3.pplive.cn%2Fimages%2F2014%2F05%2F11%2F14535865320.png
07:48:31 T:4539908096 NOTICE: virtual bool CAESinkDARWINOSX::Initialize(AEAudioFormat &, std:Confusedtring &): Opening default device HDMI
07:48:34 T:140735177626368 NOTICE: CDVDPlayer::CloseFile()
07:48:34 T:140735177626368 NOTICE: DVDPlayer: waiting for threads to exit
07:48:34 T:4722167808 NOTICE: CDVDPlayer::OnExit()
07:48:34 T:4722167808 NOTICE: Closing stream player 1
07:48:34 T:4722167808 NOTICE: Waiting for audio thread to exit
07:48:34 T:4869271552 NOTICE: thread end: CDVDPlayerAudio::OnExit()
07:48:34 T:4722167808 NOTICE: Closing audio device
07:48:34 T:4722167808 NOTICE: Deleting audio codec
07:48:34 T:4722167808 NOTICE: Closing stream player 2
07:48:34 T:4722167808 NOTICE: waiting for video thread to exit
07:48:34 T:4868734976 NOTICE: thread end: video_thread
07:48:34 T:4722167808 NOTICE: deleting video codec
07:48:34 T:140735177626368 NOTICE: DVDPlayer: finished waiting
07:48:34 T:4506537984 NOTICE: Thread LanguageInvoker start, auto delete: false
07:48:34 T:4506537984 NOTICE: -->Python Interpreter Initialized<--
07:48:34 T:140735177626368 NOTICE: CDVDPlayer::CloseFile()
07:48:34 T:140735177626368 NOTICE: DVDPlayer: waiting for threads to exit
07:48:34 T:140735177626368 NOTICE: DVDPlayer: finished waiting
07:48:34 T:140735177626368 NOTICE: CDVDPlayer::CloseFile()
07:48:34 T:140735177626368 NOTICE: DVDPlayer: waiting for threads to exit
07:48:34 T:140735177626368 NOTICE: DVDPlayer: finished waiting
07:48:35 T:4694052864 ERROR: GetDirectory - Error getting -
07:48:37 T:4725755904 NOTICE: Thread LanguageInvoker start, auto delete: false
07:48:37 T:4725755904 NOTICE: -->Python Interpreter Initialized<--
07:48:37 T:4725755904 NOTICE: Trying stream hls3
07:48:37 T:4725755904 NOTICE: Trying URL http://tv.fw.live.cntv.cn/channel5/seg0/...RveXC605sw==
07:48:37 T:4725755904 NOTICE: Traceback (most recent call last):
File "/Users/xk_family/Library/Application Support/Kodi/addons/plugin.video.cntv-live/addon.py", line 57, in tryHLSStream
resp = urllib2.urlopen(url)
File "/Users/Shared/jenkins/workspace/OSX-64/tools/depends/xbmc-depends/macosx10.8_x86_64-target/lib/python2.6/urllib2.py", line 126, in urlopen
File "/Users/Shared/jenkins/workspace/OSX-64/tools/depends/xbmc-depends/macosx10.8_x86_64-target/lib/python2.6/urllib2.py", line 391, in open
File "/Users/Shared/jenkins/workspace/OSX-64/tools/depends/xbmc-depends/macosx10.8_x86_64-target/lib/python2.6/urllib2.py", line 409, in _open
File "/Users/Shared/jenkins/workspace/OSX-64/tools/depends/xbmc-depends/macosx10.8_x86_64-target/lib/python2.6/urllib2.py", line 369, in _call_chain
File "/Users/Shared/jenkins/workspace/OSX-64/tools/depends/xbmc-depends/macosx10.8_x86_64-target/lib/python2.6/urllib2.py", line 1161, in http_open
File "/Users/Shared/jenkins/workspace/OSX-64/tools/depends/xbmc-depends/macosx10.8_x86_64-target/lib/python2.6/urllib2.py", line 1136, in do_open
URLError: <urlopen error [Errno 61] Connection refused>
07:48:37 T:4725755904 NOTICE: Trying stream hls4
07:48:37 T:4725755904 NOTICE: Trying URL http://cctv13.vtime.cntv.cloudcdn.net/li...RveXC605sw==
07:48:39 T:4733288448 ERROR: GetDirectory - Error getting -
07:48:42 T:140735177626368 NOTICE: Storing total System Uptime
07:48:42 T:140735177626368 NOTICE: Saving settings
07:48:42 T:140735177626368 NOTICE: stop all
07:48:47 T:4728557568 ERROR: CPythonInvoker(29, /Users/xk_family/Library/Application Support/Kodi/addons/plugin.video.cntv-live/addon.py): script didn't stop in 5 seconds - let's kill it
07:48:47 T:4728557568 ERROR: GetDirectory - Error getting plugin://plugin.video.cntv-live/?stream=cctv13
07:48:47 T:140735177626368 NOTICE: stop player
07:48:47 T:140735177626368 NOTICE: ES: Stopping event server
07:48:47 T:140735177626368 NOTICE: stopping zeroconf publishing
07:48:48 T:4725755904 NOTICE: Traceback (most recent call last):
File "/Users/xk_family/Library/Application Support/Kodi/addons/plugin.video.cntv-live/addon.py", line 57, in tryHLSStream
resp = urllib2.urlopen(url)
File "/Users/Shared/jenkins/workspace/OSX-64/tools/depends/xbmc-depends/macosx10.8_x86_64-target/lib/python2.6/urllib2.py", line 126, in urlopen
File "/Users/Shared/jenkins/workspace/OSX-64/tools/depends/xbmc-depends/macosx10.8_x86_64-target/lib/python2.6/urllib2.py", line 391, in open
File "/Users/Shared/jenkins/workspace/OSX-64/tools/depends/xbmc-depends/macosx10.8_x86_64-target/lib/python2.6/urllib2.py", line 409, in _open
File "/Users/Shared/jenkins/workspace/OSX-64/tools/depends/xbmc-depends/macosx10.8_x86_64-target/lib/python2.6/urllib2.py", line 369, in _call_chain
File "/Users/Shared/jenkins/workspace/OSX-64/tools/depends/xbmc-depends/macosx10.8_x86_64-target/lib/python2.6/urllib2.py", line 1161, in http_open
File "/Users/Shared/jenkins/workspace/OSX-64/tools/depends/xbmc-depends/macosx10.8_x86_64-target/lib/python2.6/urllib2.py", line 1136, in do_open
URLError: <urlopen error timed out>
07:48:48 T:4725755904 NOTICE: Trying stream hls1
07:48:48 T:4725755904 NOTICE: Trying URL http://vapp.fw.live.cntv.cn:8000/cache/c...RveXC605sw==
07:48:48 T:4694589440 NOTICE: ES: UDP Event server stopped
07:48:48 T:140735177626368 NOTICE: stop dvd detect media
07:48:48 T:140735177626368 NOTICE: stop sap announcement listener
07:48:48 T:140735177626368 NOTICE: clean cached files!
07:48:48 T:140735177626368 NOTICE: unload skin
07:48:48 T:140735177626368 WARNING: Cleanup: Having to cleanup texture images/diffusehome.png
07:48:48 T:140735177626368 WARNING: Cleanup: Having to cleanup texture images/atvslider.png
07:48:48 T:140735177626368 WARNING: Cleanup: Having to cleanup texture badges/badgecount.png
07:48:48 T:140735177626368 WARNING: Cleanup: Having to cleanup texture icons/darkblue.png
07:48:48 T:140735177626368 WARNING: Cleanup: Having to cleanup texture icons/quits.png
07:48:48 T:140735177626368 WARNING: Cleanup: Having to cleanup texture images/buttonselect2.png
07:48:48 T:4693516288 NOTICE: StorageServer-2.5.4 Closed down
07:48:48 T:4725755904 NOTICE: Traceback (most recent call last):
File "/Users/xk_family/Library/Application Support/Kodi/addons/plugin.video.cntv-live/addon.py", line 57, in tryHLSStream
resp = urllib2.urlopen(url)
File "/Users/Shared/jenkins/workspace/OSX-64/tools/depends/xbmc-depends/macosx10.8_x86_64-target/lib/python2.6/urllib2.py", line 126, in urlopen
File "/Users/Shared/jenkins/workspace/OSX-64/tools/depends/xbmc-depends/macosx10.8_x86_64-target/lib/python2.6/urllib2.py", line 391, in open
File "/Users/Shared/jenkins/workspace/OSX-64/tools/depends/xbmc-depends/macosx10.8_x86_64-target/lib/python2.6/urllib2.py", line 409, in _open
File "/Users/Shared/jenkins/workspace/OSX-64/tools/depends/xbmc-depends/macosx10.8_x86_64-target/lib/python2.6/urllib2.py", line 369, in _call_chain
File "/Users/Shared/jenkins/workspace/OSX-64/tools/depends/xbmc-depends/macosx10.8_x86_64-target/lib/python2.6/urllib2.py", line 1161, in http_open
File "/Users/Shared/jenkins/workspace/OSX-64/tools/depends/xbmc-depends/macosx10.8_x86_64-target/lib/python2.6/urllib2.py", line 1136, in do_open
URLError: <urlopen error [Errno 61] Connection refused>
07:48:48 T:4725755904 NOTICE: Trying stream hls2
07:48:48 T:4725755904 NOTICE: Trying URL http://cctv13.vtime.cntv.cloudcdn.net/li...RveXC605sw==
07:48:49 T:4690296832 WARNING: CPythonInvoker(2, /Users/xk_family/Library/Application Support/Kodi/addons/service.library.data.provider/service.py): the python script "/Users/xk_family/Library/Application Support/Kodi/addons/service.library.data.provider/service.py" has left several classes in memory that we couldn't clean up. The classes include: N9XBMCAddon7xbmcgui6WindowE,N14PythonBindings31XBMCAddon_xbmc_Monitor_DirectorE,N14PythonBindings30XBMCAddon_xbmc_Player_DirectorE
07:48:49 T:4725755904 NOTICE: Loading URL http://cctv13.vtime.cntv.cloudcdn.net/li...RveXC605sw==
07:48:49 T:4725755904 NOTICE: Got AUTH XJbdSSngIXahYxxusTH34d0yo7lKTubmZUklAVMVc/NhCEhBBhnzBVLOT1u2Z6ds0igQxd3LvB9SRveXC605sw==
07:48:49 T:4725755904 NOTICE: Built URL http://cctv13.vtime.cntv.cloudcdn.net/li...05sw%3D%3D
07:48:50 T:4691369984 NOTICE: script.tv.show.next.aired: ### abort requested -- stopping background processing
07:48:50 T:4691906560 WARNING: CPythonInvoker(5, /Users/xk_family/Library/Application Support/Kodi/addons/service.skin.widgets/default.py): the python script "/Users/xk_family/Library/Application Support/Kodi/addons/service.skin.widgets/default.py" has left several classes in memory that we couldn't clean up. The classes include: N9XBMCAddon7xbmcgui6WindowE,N14PythonBindings31XBMCAddon_xbmc_Monitor_DirectorE,N14PythonBindings30XBMCAddon_xbmc_Player_DirectorE
07:48:50 T:4704464896 WARNING: DARWINOSX: underflow (3584 vs 4096 bytes)
07:48:50 T:140735177626368 NOTICE: stopped
07:48:50 T:140735177626368 NOTICE: destroy
07:48:50 T:140735177626368 NOTICE: unload sections
07:48:50 T:140735177626368 NOTICE: special://profile/ is mapped to: special://masterprofile/
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13