![]() |
|
New MythTV add-on using libcmyth - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Development (/forumdisplay.php?fid=32) +--- Forum: PVR Development (/forumdisplay.php?fid=136) +--- Thread: New MythTV add-on using libcmyth (/showthread.php?tid=110694) 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 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 |
- stevellion - 2011-10-20 10:47 Just built from Git - still getting crashes. First one, after resetting PVR database and it was importing. http://paste.ubuntu.com/713972/ Second one, after trying to watch a live tv channel.. (but afterwards, myth:// worked - just to confirm the backend is responding OK) http://paste.ubuntu.com/713971/ - diggadave - 2011-10-20 10:59 Hi I have been using XBMC in Windows for a while now, but have just built a new system, which I would like as a dedicated XBMC live machine. I am a complete Linux newbie (apart from basic installs on Linux STBs, and cccam server). Is there a step by step guide anywhere which can help me get this up and running? I have a TBS 6891 dual DVB-S2 tuner, and would like to use this to connect to my internal CCCam server. Any help would be muchly appreciated. Many thanks - stevellion - 2011-10-20 11:56 Hi Diggadave. If I read your post right - you want to turn your new system into a Home Theatre PC, containing the TV Recording and the TV Playback function - together with the rest of the XBMC bits. Right? So - there are 2 components you need to put on this machine. 1) Mythtv-backend 2) XBMC If you don't want to do anything other than this - it would probably be a smart move to use one of the mythtv builds and then install XBMC on it. http://www.mythbuntu.org/ Or, just go with standard ubuntu/kubuntu and install mythtv-backend onto that. Personally, I use Kubuntu - with Mythtv-backend installed on it - and then run XBMC in standalone mode. i.e. when you're at the login prompt, you can select "XBMC" instead of KDE Plasma for your desktop. This can be an automatic login setting. For this, just follow the standard XBMC installation instructions, or compile from this source. If you're a newbie - I'd suggest first getting standard XBMC working (from the ppa nightlies) - connect it to your mythtv-backend using the myth:// source. Once that is working, then get everything in place to start compiling this branch to get the enhanced mythtv connector. I never use the Mythtv-frontend now, only XBMC - but I do still use mythweb to schedule and manage some recordings. Hope that helps. - tsp42 - 2011-10-20 11:58 stevellion: Could you try enabling "Include more debug information in the log" in the mythtv cmyth add-on configuration, restart XBMC and post a new log file when it crash (or does it just lock up?). fiveisalive: Thanks for noticing the effect of the timezone. Does it also prevents the EPG crashes? And could you post a new crash log file with the the above option enabled. diggadave: Dubstar made a good tutorial in post #133 and #134. - Jimmer - 2011-10-20 14:16 fiveisalive Wrote:OK, the EPG issue seems to be somehow related to timezone. When I switch my system time zone to UK and London/Europe timezone (i.e. GMT), then EPG seems to save/load correctly. Is it possible that there is a mismatch in the code between looking for UTC in some cases and local timezones in other cases? I have local time set to GMT and universal time is showing as GMT -1 hour. I'm in the UK and I'm still seeing the issue. Although it's sporadic - sometimes it's just peachy and then other times the epg will have the wrong show in the wrong slot, but when I click it for more info, it shows the right time for the show in the info box.... so it's getting correct show info from the backend, but screwy epg info.... I know there should be a single issue per post, but I'm also wondering if resume on playback will be implemented in the plugin or if this is a limitation of libcmyth or the pvr-branch in general (or both?).... Jimmer - diggadave - 2011-10-20 16:52 stevellion Wrote:Hi Diggadave. Thanks stevellion. You got it spot on. I will give it a whirl, and see how I get on!
- dubstar_04 - 2011-10-20 18:30 diggadave Wrote:I have a TBS 6891 dual DVB-S2 tuner, and would like to use this to connect to my internal CCCam server. My friend has this tuner and i had to compile the drivers for him. If the drivers aren't in the kernel you should be able to follow this guide: http://blog.mohammadzadeh.info/index.php/step-by-step-guide-to If you have any problems I'm sure someone on here will be able to help. i also agree with stevellion. Install ubuntu first and add MythTV and XBMC on top. if your able to follow my tutorials: XBMC - cMyth: Link MythTV: Link I would appreciate any feedback and improvements to the Tutorials. Do be afraid to experiment, TVheadend is very good and well supported in XBMC, VDR is also powerful although can be a pain to set up, although i have made a quick video to cover some of the basics here: XBMC VDR Don't be afraid to ask any questions you need either in the forum or PM someone. Welcome to XBMC!! Dubstar_04 - dubstar_04 - 2011-10-20 18:38 fiveisalive Wrote:dubstar: are you (or anybody else on this thread) on IRC at all? I've not used IRC for a while but i could do if you wanted? - dubstar_04 - 2011-10-20 18:49 fiveisalive Wrote:Thanks! Unfortunately it didn't fix the loss of EPG data issue. I can reliably reproduce it doing this: I followed your directions video here: http://www.youtube.com/watch?v=t7IBVZ7FgP8 - orduek - 2011-10-20 18:57 I don't know if this is the right place for this question but... Does anyone knows if the "pause"+"forward/backward" options on livetv will work in the near future? I really prefer this unified frontend and this addon is great, apart from that. The ability to pause livetv is pretty important pvr function. thank you again for your work. |