![]() |
|
[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 |
- _BJ1 - 2011-04-14 23:04 TV-Setup: "EPG Daten löschen und neu einlesen" (something similar like "Delete EPG-Data and reload") don't work. Nothing happens. _BJ1 - opdenkamp - 2011-04-15 01:23 thanks for the report. if you don't have any custom channel settings in xbmc, reset the whole pvr database for now. that one works. edit: fixed in https://github.com/opdenkamp/xbmc/compare/885ca56bcb...dbf4251ec8 will be included in the next build - Nemphys - 2011-04-15 19:46 Getting better and better every day! There is still a problem with the refreshing of the Next/Now Recording popup in the main menu: it does not refresh when a timer is added/removed. Eg. when the next scheduled recording is "Show 1" and I add a schedule for "Show 2" which starts before "Show 1", the popup still displays "Show 1" as the next recording. - opdenkamp - 2011-04-15 20:05 yeah known issue - jack burton - 2011-04-15 21:36 jack burton Wrote:Hi all, dushmaniac Wrote:@danz0l: i still have the issue described above also after the introduction of the delay.. i paste-bin the log when i started playing the channel (33 fps with stuttering) http://pastebin.com/e8d0bXXU Thank you - opdenkamp - 2011-04-16 16:06 Nemphys Wrote:Getting better and better every day!fixed in https://github.com/opdenkamp/xbmc/commit/a49d3f5336940c8a69e22a29ad2f80d08154bb39 will be included in the next build - Nemphys - 2011-04-16 17:59 dushmaniac, you ROCK! Totally fixed... (even updates in realtime when a timer is updated through the TvHeadend backend) Now, maybe you can do something about the epg search function? It doesn't seem to work at all... (or maybe I am doing something wrong?) - danz0l - 2011-04-16 22:23 Silly question guys but how do you use regex in tvheadend to ignore part of a title ? Say i want WIFE SWAP but not WIFE SWAP USA in the auto recorder. I tried wife swap ^USA and wife swap [^USA) and all combination but it insists on finding all of them LOL. I know the author isnt here but just curious what or how people would avoid the USA part ? Loving the PVR branch so much. Sure its hot its bugs (latest TV and Movies puthon script for homepage doesnt display images etc) and it will crash and restart if i reset the PVR database but all in all it functions so well. Well done ![]() dushmaniac you have done an amazing job my friend and have my utter most admiration and praise. Thank you so much .. - janumix - 2011-04-16 22:54 Hi Thanks Dushmaniac for update ! It seems there are still some problems with timers. Trying to add it manualy causes xbmc to crush. Nothing has been stored in tvheadend, now. On previous version xbmc crushed, too but timer has been set up in tvheadend but with incorrect channel number. Here is log xbmc: 2:11.0-pvr+odk22~git20110415.248d3f1-0ubuntu1~ppa+odk22~lucid Regards Janusz - opdenkamp - 2011-04-17 12:56 @janumix fixed in https://github.com/opdenkamp/xbmc/commit/c80f44694e9ca18185967027af641cc81ad3414d will be included in the next build @danz0l no idea about the regex the python scripts have nothing to do with pvr but with changes in mainline and, from what I heard, wrong usage of python methods within those scripts. |