bdmx
Joined: 09 Feb 2008 Posts: 9
|
Posted: Sat Feb 12, 2011 3:23 pm Post subject: multi-record at the same time |
|
|
Hello,
I'm very happy to see that the Kaffeine versions 1.0pre3, and 1.1 still, permit now without any problem to record all the channels of a provider at the same time. With a multi-heart processor and sata II 3.0 Gb disk, of course.
As I put 2 DVB cards in my PC, I can record 2 providers, so between 7 and 10 channels at the same time. The only limit is disk space because a movie is average 4 Gb.
THAT'S REALLY GREAT !!
My hope for future versions :
. broadcast over network and xine parameters, as in 0.8x versions. VLC os OK, but I really prefer Kaffeine user-oriented way
. Something to enable/disable timeshift
. Better API integration for remote control LIRC and KDE qdbus (dcop is deprecated), to be more hierarchical (player oriented, ex: xml config in XBMC) because at the moment, I can attribute the "play" button only to a player and not to others (ex: TV). Hopefully, the remote has many buttons, but It would be more easy in the way I describe, I think. See the linear attribution in example below of .lircrc :
# Kaffeine
begin
prog = irexec
button = KEY_TV
config = kaffeine --tv "ARTE"
end
begin
prog = irexec
button = KEY_DVD
config = kaffeine --dvd
end
begin
prog = irexec
button = KEY_CHANNELUP
config = qdbus org.kde.kaffeine /Player org.freedesktop.MediaPlayer.Prev
end
begin
prog = irexec
button = KEY_CHANNELDOWN
config = qdbus org.kde.kaffeine /Player org.freedesktop.MediaPlayer.Next
end
begin
prog = irexec
button = KEY_MUTE
config = qdbus org.kde.kaffeine /Player org.freedesktop.MediaPlayer.ToggleMuted
end
begin
prog = irexec
button = KEY_VOLUMEUP
config = qdbus org.kde.kaffeine /Player org.freedesktop.MediaPlayer.IncreaseVolume
end
begin
prog = irexec
button = KEY_VOLUMEDOWN
config = qdbus org.kde.kaffeine /Player org.freedesktop.MediaPlayer.DecreaseVolume
end
begin
prog = irexec
button = KEY_ZOOM
config = qdbus org.kde.kaffeine /Player org.freedesktop.MediaPlayer.ToggleFullScreen
end
begin
...
other hopes :
. analog input from movie tape recorders (CVBS)
. E-AC3 for special HD channels
Thank's for all your work ! |
|