PDA

View Full Version : [diff] zapit - Save Audio PIDs



nitr8
26-06-2007, 07:50 PM
Folks,
Long awaited I guess. Saves AudioPIDs per channel are saved between sessions, define to /dev/null to disable
--me

nitr8
26-06-2007, 09:46 PM
Do not bother with i just checked it in.

--me

renwich
03-07-2007, 07:28 PM
did you manage to get this set to on by default , or do we need to turn it on somehow..??

nitr8
03-07-2007, 08:08 PM
the germans are right to have it off by default.

to turn it on add the following:
zapit.conf

saveAudioPIDs=true

i will work on something in the gui soon.

--me

nitr8
03-07-2007, 08:28 PM
or if you doing a uk image edit
apps/dvb/zapit/src/zapit.cpp
and change


/* True if we save AudioPIDs between sessions */
bool save_audioPIDs = false;
to

/* True if we save AudioPIDs between sessions */
bool save_audioPIDs = true;

and that will make it permanent which is ok for uk.

--me

renwich
03-07-2007, 08:35 PM
cool nice edit m8