Duncan Webb a écrit : > Pascal Schirrmann wrote: > >> Hi, >> >> Currently, on my cable network, I have still 3 physicals TV channel with >> splitted programs : One diffusor in the day, another in the evening. >> >> I'm not so happy with the way freevo deals with that, and I'm working >> on to 'improve' that (vell, at least for my feeling !). But before I >> create a new monster, I would know if someone else is concerned here, >> and if yes if freevo is working as expected or not for you (and if >> possible, the relevant lines of your TV_CHANNELS) >> > > Hi Pascal, > > It's a difficult area, what do you expect to see? > > I would expect something like this: > > --------------------------------------------------------------------- > CH1| no data | prog1 | prog2 | > --------------------------------------------------------------------- > CH2| prog 1 | prog2 | prog3 | no info > --------------------------------------------------------------------- > > I'm not 100% sure that this is what freevo does and changing it will > give you a bit of a headache, it's not the simplest code in freevo :-) > > Hi Duncan,
I did some research about this part ... and I completely follow you, that's too much for me :-) No, the part I just change (I'll send that tomorrow, I think will try some cleanup before) is not here, but in channels.py. The changes are : In the current channels.cfg, if you ask for a physical channel with more than one entry, channels.py give you always the latest line in TV_CHANNELS. I didn't notice that at the beginning, because I mostly watch TV in the evening :-) This has a major drawback : Even if you schedule a record from the former line, the title of the recorded show is the title of the program from the latest tv_show. In fact, I wonder if the time schedule (the third field -that is, starting from 0, the field [3]- in TV_CHANNELS) is in use somewhere ? I wasn't able to find any use in the code (did some brutal grep for that, maybe not the best way !). Others troubles are maybe only related to the ivtv_xine_tv plugins, but were all corrected also in channels.cfg. It was not possible to 'chan_down' a channel with more than one line in TV_CHANNELS. The system selects the same channel ever and ever. It was very hard to use the 'direct channel' selection. Saying I want to show MTV, witch is on channel 18 on all TV at home, I have to remember that before MTV, I have 3 channels with two lines, so I have to select 21 .... These points are corrected (at least for me) anyone willing to correct the display part for the program :-) ? But anyway, I would know if this is a 'general' problem or if I'm (nearly) alone with that kind of trouble. Thanks, Pascal ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Freevo-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-users
