Anzeigen der neuesten Beiträge
0 Mitglieder und 1 Gast betrachten dieses Thema.
2.0.7 : Support for H-265 video streams 2.0.6 : Support for DVB-T2 multistream Autoscan for DVB-T2 channels on devices that support it Systray show/hide Don't ignore weak signals on DVB-T Handle devices with a single demux, but multiple frontends 2.0.5 : Don't quit while recording without explict ack from the user Fix handling of subtitles for DVB streams Handle the new VLC 3.0 ES change events 2.0.4 : Fix support for DVB-S/S2 and improve LNBf selection Fixes for the EPG logic for DVB, ISDB and ATSC Revamped bar gauge showing signal and S/N in dB 2.0.3 : Add a menu to allow specifying arguments passed to libVLC
sudo add-apt-repository ppa:mtron/kaffeine-stablesudo apt update && sudo apt full-upgradesudo apt install kaffeine
git clone https://github.com/KDE/kaffeine.git
cmake ~/kaffeine -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usrmakemake install # as root
Changelog * Fix video resize and scale factor issues; * Pass parameters to a running kaffeine instance * Updated scanfile.dvb. * Added video resize and scaling * Added Norwegian Nynorsk translation * Add support for H-265 video streams * Organize debug logs per category
sudo apt update && sudo apt full-upgrade
ChangelogVersion 2.0.13 (2017-09-14):- Add a logic to send LNBf higher voltage commands. That may be needed on a few devices, if the antenna cabling is too long, as, otherwise, polarity setting may not work (BUG#374693).- Fix layer selection for ISDB-T;- Improve README.md instructions;- get rid of incomplete work (dtvdaemon);- fix install dir on some distros;- Shut up a gcc 7.1 warning;- scanfile.dvb updated.
ChangelogVersion 2.0.14 (2017-12-02):- Add support for multi-language EPG;- Jump to a position was not working, as it was lacking the Ok button;- On minimal and full screen mode, auto-unride top menu bar and lateral DVB tab bar;- The mouse wheel can now be used to control volume;- Reduce button size at DVB tab, in order to allow showing a bigger playback window;- Fix LNBf numbering and position at DiSEqC satellite configuration;- Kaffeine's handbook now covers all menu bar items;- Kaffeine's handbook was improved to contain more details about Digital TV settings;- LNBf names at DVB satellite configuration are now using translations from libdvbv5;- Get rid on two compilation warnings with gcc++ version 7.2;- scanfile.dvb updated.
ChangelogVersion 2.0.15 (2018-05-01):- Fix logic that handles ATSC EIT entries (regression fix);- Auto-ride all bars when in minimal/full scree mode and mouse is out of window;- Allow better control of deinterlacing mode;- Better handle higherVoltage settings, as it exists only for sattellite TV delivery systems;- Improve error handling when parsing config.dvb file;- Change volume wheel logic to accept both point and angle-based volume control, accepting it only when the mouse is under the media widget;- Simplify the mouse hide logic;- Fix DVD menu navigation by using the keyboard instead of the mouse (as mouse control is incompatible with newer versions of Qt/libVLC);- Fix handling of display mode, correcting some erratic behavior;- Add options to start Kaffeine on minimal mode and/or with its main window always on top;- When a new record starts and there aren't enough resources to keep playing the current DVB channel, switch to the new channel instead of stop playing.- Improve documentation to match the recent changes.
ChangelogVersion 2.0.16 (2019-01-14):- Immediately apply the new audio language if the user changes it while a channel is being playing;- Fix audio language selection issues;- Add support for "Original Language" for audio and sub-title descriptors;- Add some new PMT stream_type identifiers in order to allow supporting newer audio and video encoding types;- Add support for High DPI pixel maps;- Add a command line option to force an specific aspect ratio;- Only read/write longitude/latitude from config files for USALS satellite configurations;- Add support for parallel instant records;- Fix several issues related to audio CD playing;- Update build instructions for Debian/Ubuntu and Fedora at README.md;- Fix handling of command line arguments and describe the ones that are mutually exclusive at the docs;- Fix compilation issues and clean warnings when built with Clang;- Fix compilation issues with qt5.11-rc2 and with FreeBSD;- Some code cleanups and typo fixes.