![]() |
|
[Linux] HOW-TO watch Live TV in XBMC for Linux with Tvheadend, the easy way! - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Announcements, Info, and General Discussion (/forumdisplay.php?fid=85) +--- Forum: Tips, tricks, and step by step guides (/forumdisplay.php?fid=110) +--- Thread: [Linux] HOW-TO watch Live TV in XBMC for Linux with Tvheadend, the easy way! (/showthread.php?tid=91716) 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 |
- opdenkamp - 2011-04-11 19:22 thanks for the log. I'll check it out. edit: this should fix it: https://github.com/opdenkamp/xbmc/commit/9e7660f8e2f0d23803d266fa049e837cb795fcfe it'll be included in the next build - bas.t - 2011-04-11 20:52 dushmaniac Wrote:thanks for the log. I'll check it out. Thanks a lot for your quick fix. Are you planning on building this anytime soon, or should I build it from git? And another question: if I download the source from git in a newly created directory, should I still do this? Code: git reset --hard HEADBas. - opdenkamp - 2011-04-11 21:22 don't build from "master" unless you're developing. I'll probably publish an updated ppa build again later this week. - Nemphys - 2011-04-11 21:50 Hi, just wanted to say that even with the latest build (built from github 30 minutes ago), there is still a problem with the recordings list not being refreshed properly. Eg. i am watching a channel and I start recording it (either with the record button on the osd or through epg). If I go to the recordings list, it does not appear. Even after I stop recording it (through the epg -> stop recording), it still does not appear on the recordings list. Also, while recording, the "now recording" popup on the main screen actually reads "Now recording", but the program name, the channel name and the time are wrong (they are actually the next scheduled recording). Also (this is just a cosmetic issue), the recording indicator on the epg (red circle) is drawn OVER the scheduled recorded icon, which looks weird. Finally, on the latest builds, the epg refresh upon xbmc start has become quite slow. Any help would be appreciated dushmaniac.... (btw, I just issued a ticket on the tvheadend tracker, too, I think it concerns some of your code, please check when you can) Thank you for the continuous effort on this - _BJ1 - 2011-04-11 21:57 Installed last build from ppa. If a timer is set from epg, no pre and post margin times are set anymore even if margin times are defined both in tvheadend and xbmc (I mean preroll and postrecord times for a scheduled timer). Sorry for my bad english. _BJ1 EDIT: It did after a few restarts. Sometimes it makes we wonder... What has priority - the margin within xbmc or margin within tvheadend? - opdenkamp - 2011-04-11 22:14 Nemphys Wrote:Hi, just wanted to say that even with the latest build (built from github 30 minutes ago), there is still a problem with the recordings list not being refreshed properly.probably, which causes the other issues too. Quote:Also (this is just a cosmetic issue), the recording indicator on the epg (red circle) is drawn OVER the scheduled recorded icon, which looks weirdindeed. Quote:Finally, on the latest builds, the epg refresh upon xbmc start has become quite slow.it's as slow/fast as always, but the difference is that the whole epg is loaded in one iteration of the update loop now. what happened before is that only a couple of hours were loaded and progress bar was displayed in the first iteration and the rest was loaded in the second iteration. I'll change it back again later but removed it when I was cleaning up the update code there. Quote:btw, I just issued a ticket on the tvheadend tracker, too, I think it concerns some of your codemight help if you post a link to that ticket ![]() _BJ1 Wrote:Installed last build from ppa. If a timer is set from epg, no pre and post margin times are set anymore even if margin times are defined both in tvheadend and xbmcyeah I changed the api but didn't change it in the add-on code yet. I'll fix it before the next build. - opdenkamp - 2011-04-11 22:18 now that I think of it, I probably just fixed that issue with the timers/recordings not refreshing with the commit I pushed before I typed that post I'll test if it's really fixed.
- Nemphys - 2011-04-11 23:27 Sorry, my mistake. Link to ticket: http://www.lonelycoder.com/redmine/issues/432 I'll pull the commit and check about the recordings, too. - opdenkamp - 2011-04-11 23:34 right, that's not my doing I just implemented emm for irdeto in there and made an attempt at another one who's name I forgot. and now that you link that ticket I remember I still have to finish that someday soon ![]() anyways, since softcams are illegal in a lot of countries, we won't talk about the details here. the only thing I'll say about it is that you should switch to an Open Source CAM and the problem will probably be solved. - ezechiel1917 - 2011-04-12 00:50 using latest ppa: VideoPlayer.Time and VideoPlayer.Duration in LiveTV OSD aren't updated when switching channels. Values remains unchanged (of first show when livetv channel is opened) |