Kasts è un'applicazione per podcast che gira su Linux. È sincronizzabile con gpoddersync su cloud.mastodon.uno https://castopod.it
Go to file
l10n daemon script 73f2c46638 SVN_SILENT made messages (.desktop file) - always resolve ours
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2022-02-27 01:54:50 +00:00
.reuse
LICENSES
android
src Re-enable icons for gpodder and nextcloud 2022-01-27 21:25:34 +01:00
.editorconfig
.gitignore
.gitlab-ci.yml
.kde-ci.yml
CMakeLists.txt GIT_SILENT: Update version and appstream data for 22.02 2022-02-08 18:23:50 +05:30
README.md
kasts-android-square.svg
kasts.svg
logo.png
org.kde.kasts.appdata.xml GIT_SILENT made messages (after extraction) 2022-02-27 00:50:23 +00:00
org.kde.kasts.desktop SVN_SILENT made messages (.desktop file) - always resolve ours 2022-02-27 01:54:50 +00:00

README.md

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
  • TagLib
  • QtKeychain

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.