![]() |
WMC as the backend - released - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: PVR & Live TV Support (https://forum.kodi.tv/forumdisplay.php?fid=167) +---- Forum: Windows Media Center (WMC) (https://forum.kodi.tv/forumdisplay.php?fid=205) +---- Thread: WMC as the backend - released (/showthread.php?tid=171216) 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
|
RE: WMC as the backend - released - RT-3 - 2013-09-22 Sorry for such a basic question. But i added the unzipped wmc.pvr folder to user, username, app data, roaming, xbmc, addons. But when I go to disabled addons it isn't in the list of pvr's. What am I doing wrong? Thanks RE: WMC as the backend - released - User 137418 - 2013-09-22 (2013-09-22, 16:10)scarecrow420 Wrote:(2013-09-22, 15:57)milkman dan Wrote:(2013-09-18, 10:40)smacrae Wrote: I wish this Skin had support for Plex (PleXMBC)....this would make it the perfect skin.... False alarm. I messed something up when converting with MCE Buddy. I am trying to get it set up such that MCE Buddy monitors the recorded TV directory and converts/renames/moves the files from that directory to my folder for TV shows that Plex uses. I am trying another show in a few minutes and have changed my MCE Buddy profile to the WTV unprocessed one and am just going to try renaming and moving portion. Will let you know. Thanks. RE: WMC as the backend - released - hoopsdavis - 2013-09-22 (2013-09-22, 17:42)RT-3 Wrote: Sorry for such a basic question. But i added the unzipped wmc.pvr folder to user, username, app data, roaming, xbmc, addons. But when I go to disabled addons it isn't in the list of pvr's. What am I doing wrong? Thanks Have you checked the "endable" list, it may be listed there. But if you see it there, try disabling / re-enable. RE: WMC as the backend - released - RT-3 - 2013-09-22 Ok so I found the addon. But now it keeps telling me the pvr has lost connection. FYI I am running wmc and xbmc on the same machine. Any ideas? (2013-09-22, 18:26)hoopsdavis Wrote:(2013-09-22, 17:42)RT-3 Wrote: Sorry for such a basic question. But i added the unzipped wmc.pvr folder to user, username, app data, roaming, xbmc, addons. But when I go to disabled addons it isn't in the list of pvr's. What am I doing wrong? Thanks RE: WMC as the backend - released - hoopsdavis - 2013-09-22 (2013-09-22, 18:41)RT-3 Wrote: Ok so I found the addon. But now it keeps telling me the pvr has lost connection. FYI I am running wmc and xbmc on the same machine. Any ideas? You have the serverWMC running? Don't run WMC, as long as you have it installed with all the tuners setup and channels setup just like you're running wmc but you don't have to open it. RE: WMC as the backend - released - mbecker43 - 2013-09-22 I have a problem I installed the wmc pvr but it buffing every couple seconds is there a way to fix it RE: WMC as the backend - released - hoopsdavis - 2013-09-22 (2013-09-22, 19:07)mbecker43 Wrote: I have a problem I installed the wmc pvr but it buffing every couple seconds is there a way to fix it I had this same issue for about a week, there may be too much activity on your drive holding the recorded TV folder. I ended up having to go with a usb drive, making it the recorded tv drive and the problem was solved right away. I assume you're getting like a pause every 5 seconds or so? RE: WMC as the backend - released - svanhess - 2013-09-22 I'm looking at building the client addon for OS X (10.8.5). Just wanted to give myself a quick sanity check before I begin: 1. Am I going to need to port any portions of the code? 2. What's the general outline of steps to build this? I'm not entirely familiar with autotools...all I see in the project is a Makefile.am Thanks for your help. I already have the client working well on Windows 7. RE: WMC as the backend - released - ouegamer - 2013-09-23 (2013-09-22, 01:41)Dilligaf Wrote: The server log is on the Windows machine xbmc debug.log (wiki) you can use ssh to get it or ftp or samba. In the Windows world "everyone" doesn't mean everyone, humor me and add a source in xbmc file manager and give it credentials from someone that has an account on the machine, I think it will solve your problem. Yea once I added a source to the server and specified a specific user name. (gave me trouble entering it since I can't seem to use the keyboard as an actual keyboard) now the channels are tuning and I can watch the recorded shows. Thanks, RE: WMC as the backend - released - scarecrow420 - 2013-09-23 (2013-09-22, 21:36)svanhess Wrote: I'm looking at building the client addon for OS X (10.8.5). Just wanted to give myself a quick sanity check before I begin:Hey, ill send you a PM rather than cluttering up the thread with development specific talk (2013-09-22, 16:29)hoopsdavis Wrote:(2013-09-22, 16:23)scarecrow420 Wrote: hey hoops, im not on my XBMC htpc at the moment, but the first thing i'd check is what the data shown in WMC Epg is? If it is showing more details than we are then there could be some issue. Hoops, I think you've lost me now. Are you talking about modifying the skin to show the episode name field? It should be possible (skinds are not provided by this addon though, so talk to whichever skin develkoper you are using, or try and mofiy yourself i guess). From a metadata point of view, I believe we do send over the episode name field to the client, so in theory any skin which shows this info (or you might edit whatever skin you're using to include it) would work. This is only my assumption as Im not a skin designer. The LogReplyMessages option I highlighted will mean you can review your server log and see for those episodes, what information is sent over for the guide (GetEntries client request) and when viewing show info (GetShowDescription client request). I believe you will find that this sends over the Title, Description, Short Description and Episode Name (if there is one), so hopefully it's just a matter of getting that field displayed where you want it. If Ive misunderstood you, I apologise RE: WMC as the backend - released - hoopsdavis - 2013-09-23 (2013-09-23, 04:10)scarecrow420 Wrote:(2013-09-22, 21:36)svanhess Wrote: I'm looking at building the client addon for OS X (10.8.5). Just wanted to give myself a quick sanity check before I begin:Hey, ill send you a PM rather than cluttering up the thread with development specific talk No we're on the same page, I did speak to the skin guy (Arctic) I believe in the skin, it just doesn't pull the Sub-title (Team Names or Episode title) over, that does have to be added somewhere in the skin. Not sure where, I reached out to the guy who created the skin, not sure if he'll get to it. I don't know how to do it, I looked through some xml files but couldn't figure out which file should be modified. RE: WMC as the backend - released - scarecrow420 - 2013-09-23 Cool, well for now I guess the best you can do is prove that the data you want to see, is definitely coming across from our server to the client. As long as that's OK then it should be available to a skin designer to present it in the skin. Perhaps you can research/investigate skin development and modding ![]() RE: WMC as the backend - released - hoopsdavis - 2013-09-23 About that, when I added the phrase "LogReplyMessages" to the config.xml, the server crashed. <LogReplyMessages>True</LogReplyMessages> ![]() RE: WMC as the backend - released - svanhess - 2013-09-23 (2013-09-23, 04:10)scarecrow420 Wrote:(2013-09-22, 21:36)svanhess Wrote: I'm looking at building the client addon for OS X (10.8.5). Just wanted to give myself a quick sanity check before I begin:Hey, ill send you a PM rather than cluttering up the thread with development specific talk Thanks! I realized that I should be building the client within the xbmc-pvr-addons project (https://github.com/opdenkamp/xbmc-pvr-addons) so hopefully I'm on the right track for compiling a build. RE: WMC as the backend - released - scarecrow420 - 2013-09-23 (2013-09-23, 04:34)svanhess Wrote:(2013-09-23, 04:10)scarecrow420 Wrote:(2013-09-22, 21:36)svanhess Wrote: I'm looking at building the client addon for OS X (10.8.5). Just wanted to give myself a quick sanity check before I begin:Hey, ill send you a PM rather than cluttering up the thread with development specific talk yep thats pretty much all I said in the PM however i did seem to spend alot of words explaining that lol ![]() (2013-09-23, 04:25)hoopsdavis Wrote: About that, when I added the phrase "LogReplyMessages" to the config.xml, the server crashed. It should already be in the config file set to false. just set it true. Probably you defined it twice which the server doesnt like very much ![]() (2013-09-23, 04:25)hoopsdavis Wrote: About that, when I added the phrase "LogReplyMessages" to the config.xml, the server crashed. It should already be in the config file set to false. just set it true. Probably you defined it twice which the server doesnt like very much ![]() |