![]() |
|
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 |
RE: New MythTV add-on using libcmyth - bilbonvidia - 2012-04-24 21:51 jinx I would have no idea how to compile against external ffmpeg, is it easy? edit : Installed ffmpeg from repository which loaded libavcodec updates, trying make again. re the subtitles, sorry was being being thick. RE: New MythTV add-on using libcmyth - 321liftoff - 2012-04-24 22:17 Gentle reminder: my XBMC w/ libcmyth is not showing EPG data retrieved using Schedule Direct. I have EIT scanning disabled, but does that matter? Logs are below: MythTV: http://pastebin.com/kiZSSpSJ XBMC: http://pastebin.com/VgiqS8ZS RE: New MythTV add-on using libcmyth - tsp42 - 2012-04-24 22:38 Try resetting the PVR database in xbmc, The function to fetch the EPG is never called. RE: New MythTV add-on using libcmyth - bilbonvidia - 2012-04-24 22:55 I am going to try on a normal ubuntu machine as aopposed to the xbmcbuntu and see what happens. RE: New MythTV add-on using libcmyth - fiveisalive - 2012-04-24 23:08 (2012-04-24 20:37)tsp42 Wrote: My addon only fetch the fanart/coverart from the mythbackend. It doesn't use the scrapers in XBMC (That would be nice but should go into the xbmc PVR code and not as a specific addon code). On my setup the mythfrontend seems to pull down the artwork without any user setup but that is with v0.24. Don't know about 0.23. In 0.25 the backend is responsible for pulling down the metadata so it should work better (no need to use the frontend) but I haven't stated testing 0.25 yet. I suppose it is also a requirement that the storagegroups are setup correctly. Ah got it. Bummer, I assumed that it worked more or less like Mythbox (i.e. on the XBMC side). You're probably right in thinking that the fanart download isn't fully implemented on the myth side with myth 0.23 or earlier. However, I notice that the per recording thumbnails are pulled OK without any special storage groups setup, just not the fanart (because mythfrontend isn't doing that). Quote:fiveisalive Wrote:Looks like live TV is having problems (see my post above) with the latest master from github, not just with myth 0.24, but also with my myth 0.23.1-fixes installation. Has anyone got live TV working successfully with any version of myth using the current github master?It works fine (obviously) on my two systems (windows 7/Mythbuntu 11.04). It seems that live TV isn't work for many of the posters (like me, chrisgibbs and bilbonvidia), although it may not be for exactly the same reasons. However the symptoms for me is the same as chrisgibbs, it just hangs when attempting to play. When I get home I'll try to pastebin the log file to see if it's the same underlying issue (probably ffmpeg as you suggest). Recorded programs playback just fine. However I also noticed that even with the Mythbox add-on, live TV works for a few seconds, then crashed XBMC, so it probably is something global to myth/ffmpeg in XBMC proper rather than the add-on per se. RE: New MythTV add-on using libcmyth - cfetzer - 2012-04-24 23:20 Livetv is also broken for me. same symptoms. (it is working without this commit https://github.com/tsp/xbmc/commit/68e2f7fe7b7b02ba62b074d317d873c09231550b). Could also provide some logs tomorrow. RE: New MythTV add-on using libcmyth - fiveisalive - 2012-04-24 23:21 (2012-04-24 03:23)fiveisalive Wrote: I wonder if it might be possible to add an "All recordings" entry at the top of the list that would return the old-style linear list, sometimes it's useful to be able browse backwards in time and see what shows were on the same day, or to sort globally by title, so it would be useful to retain this function. (mythbackend has a similar view as does Mythbox). I added this FR to github: https://github.com/tsp/xbmc/issues/11 RE: New MythTV add-on using libcmyth - tdavis - 2012-04-25 00:07 I get the same hang with LiveTV on the last compile; this is on Fedora 16.. I do notice that Myth 0.24 says it's streaming to the client; from the xbmc logfile: Code: 21:49:49 T:139881409292032 DEBUG: ffmpeg[ADB62700]: [mpegts] decoding for stream 2 failedand from the the config.log: Code: [root@aceru xbmc]# grep -i ffmpeg config.logRE: New MythTV add-on using libcmyth - Jimmer - 2012-04-25 00:36 @tsp: might be being a bit thick, but can't find entries in mythconverg for the artwork...... videometadata is empty and I can't find anything else that looks likely. Can you let me know which table/column I should be looking in to track this one down? RE: New MythTV add-on using libcmyth - robweber - 2012-04-25 01:13 @tsp: These changes you are making are great! Thanks. I'm still having the issue with the JSON-RPC server not working. You mentioned it may be something broken upstream - does anyone know if this is something opdenkamp is aware of? I checked the github requests and didn't see anything about it. Thanks. |