Kodi Community Forum
[RELEASE] Project xbmc-addons-chinese (Chinese addons for Kodi) - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Third Party Repositories (https://forum.kodi.tv/forumdisplay.php?fid=157)
+---- Thread: [RELEASE] Project xbmc-addons-chinese (Chinese addons for Kodi) (/showthread.php?tid=64250)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42


- cmeng - 2012-01-14

taxigps Wrote:You can use your googlecode id([email protected]) to commit to the project now. Welcome!

and read this before commit: http://bbs.htpc1.com/thread-76915-1-1.html

Thanks. Please to be one of the members to help out.


- NobodyHere - 2012-01-14

sciburst Wrote:Execute "grep -i tudou xbmc-trace.log.*" to identify the log file that contains lots of tudou related activities and post that file.

I tried the above and it clearly showed which files Python tried to access. Hopefully, this will lead us to the cause of your problems.
I think this would be the file. I don't really know what it means other than recognizing the permission codes.

http://pastebin.com/Qb653TJt


- kglow - 2012-01-14

cmeng Wrote:Patch for ppstream (site change on 2012/01/12): Please download from the link below:

http://code.google.com/p/xbmc-addons-chinese/issues/detail?id=17

Hi cmeng

After update 1.2.1. Directory fail to load


- sciburst - 2012-01-15

NobodyHere Wrote:I think this would be the file. I don't really know what it means other than recognizing the permission codes.

http://pastebin.com/Qb653TJt

The trace file is actually quite revealing. Here are the significant bits:

Code:
line 47: openat(AT_FDCWD, "/root/.xbmc/addons/plugin.video.tudou", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory)

line 55: mkdir("/root/.xbmc/addons/plugin.video.tudou/", 0755) = 0

line 83: rmdir("/root/.xbmc/addons/plugin.video.tudou/") = 0

It says, the directory that contains all your Tudou plugin files did not exist (line 47). Then it proceeded to create that directory for you (line 55, why? I do not know). At the end on line 83, it removed that directory. So you need to find out why the directory /root/.xbmc/addons/plugin.video.tudou and all the files in it were not created when you installed the plugin? Why don't you do the plugin installation again and then, at the end, check to see if that directory get created? If you encounter error messages during the plugin installation, capture the messages and post them here.

By the way, are you using Eden? If so, did you have the same problem with Dharma?


- cmeng - 2012-01-15

kglow Wrote:Hi cmeng

After update 1.2.1. Directory fail to load

From within xbmc:
Uninstalled and re-installed the plugin again. It has already be included in the standard xbmc plugin installation.

Please note, the ppstream site tends to be overloaded during evening time; and directory loading will fail as the site does not response in a given time. Plugin is unable to do anything to resolve the site overloading problem.


- NobodyHere - 2012-01-15

sciburst Wrote:If you encounter error messages during the plugin installation, capture the messages and post them here.

That's the thing. I didn't have any previous versions of the plugin installed. The error was one of "failed installation". I take this to mean that it wouldn't properly create the directories, and the files, for the plugin for some reason.

But anyways, I ended up doing a manual install of a few of the plugins from the SVN, and all is working well. Thanks for all the help everyone. Smile


Remote control to queue file for playback - cmeng - 2012-01-15

taxigps Wrote:added to project, thx

For those using remote control, may create the following 'keyboard.xml' file to allow queuing file for playback. (copy and past the following text between '=== start ... ===' & '=== end .. ===' to keyboard.xml file). The video queue is supported by youtube/yinyeitai etc plugin.
The fuction of each numerical button is defined in the xml file - should be self explanatary and easy to understand.
Note: may not work on all remote control.
================= start of keyboard.xml ======================

<!-- This file contains the mapping of keys (gamepad, remote, and keyboard) to actions within XBMC -->
<!-- The <global> section is a fall through - they will only be used if the button is not -->
<!-- used in the current window's section. Note that there is only handling -->
<!-- for a single action per button at this stage. -->
<!-- -->
<!-- This is user defined keyboard.xml overrides the xbmc default keyboard mapping. -->
<!-- Allowing the remote control to access to some of the useful commands without using a keyboad -->
<!-- the file is stored in "C:\Users\<user>\AppData\Roaming\XBMC\userdata\keymaps\keyboard.xml" -->
<keymap>
<global>
<keyboard>

<zero>Info</zero>
<i>Info</i>

<one>FirstPage</one>
<home>FirstPage</home>

<two>AspectRatio</two>
<z>AspectRatio</z>

<four>ToggleFullScreen</four>
<backslash>ToggleFullScreen</backslash>

<five>ShowSubtitles</five>
<t>ShowSubtitles</t>

<six>NextSubtitle</six>
<l>NextSubtitle</l>

<seven>FullScreen</seven>
<tab>FullScreen</tab>

<eight>Playlist</eight>
<space>Playlist</space>

<nine>Queue</nine>
<q>Queue</q>

</keyboard>
</global>

<SlideShow>
<keyboard>
<one>ZoomLevel1</one>
<two>ZoomLevel2</two>
<three>ZoomLevel3</three>
<four>ZoomLevel4</four>
<five>ZoomLevel5</five>
<six>ZoomLevel6</six>
<seven>ZoomLevel7</seven>
<eight>ZoomLevel8</eight>

<nine>Rotate</nine>
<r>Rotate</r>

</keyboard>
</SlideShow>
</keymap>

================= end of keyboard.xml ======================


- aunghtain - 2012-01-15

taxigps Wrote:All the plugins are open source.
Source code here:
Pps4xbmc: http://robinttt.qupan.cc/5504897.html
Cctvlive: http://robinttt.qupan.cc/5504884.html

I'm sorry I could not read chinese. I tried clicking on links and were only able to download two exes. Could you post them on google code? Thank you.


pps on Jan 07/2012 zip? - chene - 2012-01-16

hi all,

First off, I like to thank whoever contributed this plug-in. I have used XBMC for a long time but it is only recently that I discovered this plugin.

I just purchased an Apple TV2, JB'ed and installed xbmc with the plugin. I downloaded the Jan. 07/2012 version of the plugin from http://code.google.com/p/xbmc-addons-chinese/downloads/list, used the eden version for apple tv2.

However, I don't have PPS option with this plugin. I have:

PPTv IPAD
CNTV
YouKu
Todou
NETITV
QIYI
SoHu
SoMovie
Sina
Trcent
Ku6
YinYunTai

But PPS is the one that I would love to have.

From the 1st page of this thread, it would appear that PPS is supported. Am I missing something obvious, or does this plugin does NOT have PPS support?

any help is very much appreciated,


- cmeng - 2012-01-16

chene Wrote:hi all,

First off, I like to thank whoever contributed this plug-in. I have used XBMC for a long time but it is only recently that I discovered this plugin.

I just purchased an Apple TV2, JB'ed and installed xbmc with the plugin. I downloaded the Jan. 07/2012 version of the plugin from http://code.google.com/p/xbmc-addons-chinese/downloads/list, used the eden version for apple tv2.

However, I don't have PPS option with this plugin. I have:

PPTv IPAD
CNTV
YouKu
Todou
NETITV
QIYI
SoHu
SoMovie
Sina
Trcent
Ku6
YinYunTai

But PPS is the one that I would love to have.

From the 1st page of this thread, it would appear that PPS is supported. Am I missing something obvious, or does this plugin does NOT have PPS support?

any help is very much appreciated,

The PPS should be listed as "PPS网络电视(PPStream)" in the Video Add-ons selection. Please note that the eden version is for latest xbmc 11.0 Eden installation. If you are using xbmc 10.1 Dharma, then you should use dharma version.


- taxigps - 2012-01-16

chene Wrote:hi all,

First off, I like to thank whoever contributed this plug-in. I have used XBMC for a long time but it is only recently that I discovered this plugin.

I just purchased an Apple TV2, JB'ed and installed xbmc with the plugin. I downloaded the Jan. 07/2012 version of the plugin from http://code.google.com/p/xbmc-addons-chinese/downloads/list, used the eden version for apple tv2.

However, I don't have PPS option with this plugin. I have:

PPTv IPAD
CNTV
YouKu
Todou
NETITV
QIYI
SoHu
SoMovie
Sina
Trcent
Ku6
YinYunTai

But PPS is the one that I would love to have.

From the 1st page of this thread, it would appear that PPS is supported. Am I missing something obvious, or does this plugin does NOT have PPS support?

any help is very much appreciated,

Haven't to test PPS addon under ATV2, don't know if the addon could run under ATV2. so just support under windows, you can't see it under ATV2.


- taxigps - 2012-01-16

aunghtain Wrote:I'm sorry I could not read chinese. I tried clicking on links and were only able to download two exes. Could you post them on google code? Thank you.

here's the source code of pps4xbmc:
http://xbmc-addons-chinese.googlecode.com/files/pps4xbmc.rar

I can't download source code of cctvlive, and can't contact the author now. btw, the source code of cctvlive and pps4xbmc are similar.


- cmeng - 2012-01-17

taxigps Wrote:Haven't to test PPS addon under ATV2, don't know if the addon could run under ATV2. so just support under windows, you can't see it under ATV2.

Hi Chene,
The link below indicates osui818 has tried with ppstream on xmbc eden on ATV2.
-> http://forum.xbmc.org/showthread.php?tid=118703

You can try to download the ppstream plug-in code from the link below and try it out yourself:
http://xbmc-addons-chinese.googlecode.com/svn/addons/eden_src/plugin.video.ppstream/

copy the code into the xbmc plugin directory. Personally not familiar with ATV2, so unable to give your more info.


- dongdong - 2012-01-17

Hi

Tried Tudou and PPTV Ipad version on ATV2, always get Script error when trying to load video.

Using Eden 11.1 Beta, Apple TV2 4.4.4.

Any one has any clue how to resolve the problem?

BTW, Chene, just to confirm ATV2 does not have PPstream support. I am able to find PPS stream in my PC version of XBMC but not ATV2, will try the plugin later.


- dongdong - 2012-01-17

chimo1 Wrote:I need help to PPTV IPAD, when you select "Hong Kong" some time worked, other time I got script errors.

My wife love chinese show ):.

Thanks in advanced.

I have issue with PPTV Ipad also, try Youku, it works better for me.