Bart De Vries c061a01c59 Wrap feed update routine in KJob and make it more efficient
The feed update routine which is now spread over several methods
in Fetcher, is now put into a self-contained KJob.  This will allow
to re-use this job later on in e.g. gpodder sync, where it's
required to update feeds before syncing episode statuses.

This also makes the feed update abortable.

Lastly, but most importantly, the feed update procedure has been
optimized to minimize database transactions, resulting in a dramatic
speed-up.  This is especially true for importing new feeds, which
will now be at least 5x faster on slow hardware.
2021-10-01 22:36:42 +02:00
2021-05-28 02:36:19 +02:00
2021-05-26 22:55:40 +02:00
2021-05-12 13:43:49 +02:00
2021-05-12 13:43:49 +02:00
2021-09-29 16:05:02 +02:00
2021-09-07 19:22:47 +02:00
2021-05-26 10:25:04 +02:00
2021-09-14 16:16:44 +02:00

Kasts

Kasts is a convergent podcast application.

Download on Flathub

Get it

Nightly Android APKs are available at KDE's Binary Factory.

Building

Note: When using versions of kasts built from git-master, it's possible that the database format or the name of downloaded files change from one version to another without the necessary migrations to handle it. If you notice bugs after upgrading to a git-master version, export your feeds, delete ~/.local/share/KDE/kasts and import the feeds again.

Requirements

  • KCoreAddons
  • KI18n
  • KConfig
  • Kirigami
  • Syndication

Linux

git clone https://invent.kde.org/plasma-mobile/kasts
cd kasts
mkdir build && cd  build
cmake .. -DCMAKE_PREFIX_PATH=/usr
make
sudo make install

This assumes all dependencies are installed. If your distribution does not provide them, you can use kdesrc-build to build all of them.

Android

You can build Kasts for Android using KDE's Docker-based build environment.

Description
Kasts è un'applicazione per podcast che gira su Linux. È sincronizzabile con gpoddersync su cloud.mastodon.uno
https://castopod.it Readme
Languages
C++ 63.9%
QML 33.1%
CMake 2.7%
C 0.3%