![]() |
[OLD] HOW-TO watch Live TV in XBMC for Linux with Tvheadend, the easy way! - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Tips, tricks, and step by step guides (https://forum.kodi.tv/forumdisplay.php?fid=110) +--- Thread: [OLD] HOW-TO watch Live TV in XBMC for Linux with Tvheadend, the easy way! (/showthread.php?tid=51945) 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
|
- maddox - 2010-06-07 ant_thomas Wrote:Is there a way for me to change the channel order for Tvheadend in this build? I've got all the channel numbers setup correctly within the TVHeadend interface but in XBMC everything is in alphabetical order. I know I can move each channel individually in the settings but that will take ages. I'd much rather just edit a file manually. Same here. I can´t find an easy way to to change the channel order i XBMC ![]() - alanwww1 - 2010-06-07 Gujs Wrote:I uploaded new version. In this version I added support for scheduling recordings from xbmc. Please test it. If something goes wrong paste logs on pastebin. After some testing I will submit a patch to ticket on xbmc trac. Thanks for the great work. ![]() Scheduling works most of the time. If not, i make a reload of epg data and it works again. Deleting works but it does not get deleted from the frontend only from the backend. Thanks again for the contribution. - xoox - 2010-06-08 maddox Wrote:Same here. I can´t find an easy way to to change the channel order i XBMC Open the file ~/.xbmc/userdata/Database/MyTV4.db with a program that is capable of editing sqlite files. Then you can change the channel numbers easily. I wrote a little script which did the job for me. @Gujs: What about a configuration option (either AdvancedSettings.xml or addon configuration) to force usage of VDPAU? When this option is activated, VDPAU can be initialized with a fixed dimension of 1920x1080. - nunu - 2010-06-08 i have just made a test to add timer from EPG. I have the error such "Server ERROR" or something like that. I will try to provide you a log file !!! regards nunu - alanwww1 - 2010-06-08 nunu Wrote:i have just made a test to add timer from EPG. I have the error such "Server ERROR" or something like that. Try to reload the epg data from xbmc settings. - xbmcuser2000 - 2010-06-08 Gujs Wrote:Yesterday I uploaded latest tvhedend. But now I changed the name. It includes ubuntu version in name, just like xbmc packages. If you want it, you have to remove the old one and install new one again. Thanks. With this new version of the SVN Tvheadend, the reception of the stream in the xbmc its better for me. - maddox - 2010-06-08 xoox Wrote:Open the file ~/.xbmc/userdata/Database/MyTV4.db with a program that is capable of editing sqlite files. Then you can change the channel numbers easily. I wrote a little script which did the job for me. thanks for the tip xoox :cool2: - xbmcuser2000 - 2010-06-08 alanwww1 Wrote:Deleting works but it does not get deleted from the frontend only from the backend. For me, the deleting of timers works fine if the program is not being recordered in that moment. If it is, i must to stop recording two times (activating the first option of the menu displayed with the button "C" from the timeline GUI) , the first activation stops the recording but not eliminate the recording icon in the GUI of XBMC (in the backend the recording icon changes to an alert icon) and the second activation deletes the recording icon in the XBMC GUI and deletes the alert icon in the tvheadend GUI. - infabo - 2010-06-08 looks like we have to wait for a future ffmpeg build: Quote:The problem is that we don't know the width/height of the video at startup. This could be unsupported by the HW. - Gujs - 2010-06-08 xoox Wrote:Open the file ~/.xbmc/userdata/Database/MyTV4.db with a program that is capable of editing sqlite files. Then you can change the channel numbers easily. I wrote a little script which did the job for me. I was thinking about the option in addon configuration to. I just didn't have any time to do that right now. I will try to do that this weekend. - xoox - 2010-06-08 Gujs Wrote:I was thinking about the option in addon configuration to. I just didn't have any time to do that right now. I will try to do that this weekend. Okay. Please hurry up. The world cup is coming... ![]() - Razor_109 - 2010-06-08 xoox Wrote:Okay. Please hurry up. The world cup is coming... you can always record the broadcast and watch the recorderd file while recording.. VDPAU is being used then! But you might suffer a delay and not be watching it live ![]() - Purple8 - 2010-06-08 xoox Wrote:Okay. Please hurry up. The world cup is coming... Yeah pull ya fingers out theres only 3 days left, 4 till first england match ![]() ![]() - iT the pie. - 2010-06-08 Can anyone lend me their years of experience please. I have an Acer Revio running XBMC Live. I would like to get (Uk) Freeview HD TV on this. Can this be done using the AVerTV Volar Black HD A850? (here is a link http://www.dabs.com/products/avermedia-avertv-volar-black-hd-a850-698R.html ) I was hoping it would be a case of plug and play. I've read various threads and what not but it is confusing as to whether this will work out of the box on a XBMC build on the Rivo. Any assistance greatly appreciated!! ![]() - alanwww1 - 2010-06-08 xoox Wrote:Okay. Please hurry up. The world cup is coming... This hack works for me forcing vdpau to work with all mpeg2 and x264 encoded channels: In xbmc svn dir: nano xbmc/cores/dvdplayer/DVDCodecs/Video/DVDVideoCodecFFmpeg.cpp Before these lines Code: #ifdef HAVE_LIBVDPAU Code: hints.width=800; The reason it is not 1920x1080 or 1200x720 i am using is that i realized that in this case xbmc disables hq upscaling and sticks sith bilinear even with SD channels which makes edges ugly. |