Commit Graph

26 Commits

Author SHA1 Message Date
Bart De Vries a67e3f86ca Add link to windows builds in README.md
Closes #48
2024-04-03 09:42:25 +02:00
Julius Künzel cba818af91 README: Fix location of nightly Android builds 2024-03-21 21:10:08 +00:00
Joshua Goins 1d2ebcdc87 Add screenshot to README 2024-01-14 16:28:02 -05:00
Bart De Vries f6977d2e74 Enable color scheme selection through settings
FEATURE: 460177
2023-10-26 10:25:48 +02:00
Bart De Vries e483d6171c Add missing debian build dependency to README.md
CCBUG: 473648
2023-08-25 16:06:03 +02:00
Bart De Vries 591853f5da Update repo link in README.md 2023-03-10 21:33:31 +01:00
Bart De Vries eb07e67f70 [KMediaSession] Implement dynamic audio backend framework
KMediaSession is an audio player library that has an API which is close
to QMediaPlayer and which allows to use --- and dynamically switch
between --- different audio backends. At this moment there is
implementation for libVLC, gstreamer and QtMultimedia. Only QtMultimedia
is a hard dependency in order to at least have one functional backend on
all platforms; all other dependencies are optional.

KMediaSession has out-of-the-box, built-in MPRIS2 support, sleep inhibit,
and basic metadata support.

BUG: 462358

Closes #35
2023-01-16 15:36:54 +01:00
Jess Moran e45aedd595 Update README.md 2022-12-13 13:26:05 +00:00
Bart De Vries 4735176450 Add missing Debian qtsvg dependency to README.md 2022-12-07 09:18:39 +01:00
Bart De Vries 261e79a889 Add kirigami-addons dependency to README.md 2022-11-30 14:34:08 +01:00
Bart De Vries b9f088f054 Add bug reporting link to README 2022-10-31 10:13:58 +01:00
Jack Hill 46e7a718f8 Fix small typos in readme 2022-08-31 15:10:31 +00:00
Bart De Vries 633f4fd0f0 Use multithreading for feed updates (using ThreadWeaver)
This contains the following changes:
- Use separate db connections for feed updates (required for
  multithreading.
- Add ThreadWeaver dependency.
- Port update job from KJob to ThreadWeaver::Job
- This should also solve the bug where the update process would hang
  on the "processEvents" call, which was intended to keep the UI
  responsive during updates.

BUG: 452585
2022-05-29 15:22:23 +02:00
Salvo 'LtWorf' Tomaselli 5dd19faed9 List the package names on debian
This allows easier installation, without having to manually
track down all the names of the needed packages.
2022-03-18 12:03:18 +00:00
Bart De Vries f861f4e802 Add podcast subscription and episode play state synchronization
This implements the gpodder API from scratch.  It turned out that
libmygpo-qt has several critical bugs, and there's no response to pull
requests upstream.  So using that library was not an option.

The implementation into kasts consists of the following:
- Can sync with gpodder.net or with a nextcloud server that has the
  nextcloud-gpodder app installed.  (This app is mostly API compatible
  with gpodder.)
- Passwords are stored using qtkeychain.  If the keychain is
  unavailable it will fallback to file.
- It syncs podcast subscriptions and episode play positions, including
  marking episodes as played. Episodes that have a non-zero play
  position will be added to the queue automatically.
- It will check for a metered connection before syncing.  This is
  coupled to the allowMeteredFeedUpdates setting.
- Full synchronization can be performed either manually (from the
  settings page) or through automatic triggers: on startup and/or on
  feed refresh.
- There is an additional possibility to trigger quick upload-only syncs
  to make sure that the local changes are immediately uploaded to the
  server (if the connection allows).  This will trigger when
  subscriptions are added or removed, when the pause/play button is
  toggled or an episode is marked as played.
- This implements a few safeguards to avoid having multiple feed URLS
  pointing to the same underlying feed (e.g. http vs https).  This
  solves part of #17

Solves #13
2021-10-29 18:47:55 +02:00
Tobias Fella 044dbf5f23 Implement loading chapters from mpeg files 2021-10-06 21:08:12 +02:00
Christopher Hock d7ac052f73 Update links to Android version 2021-09-14 16:16:44 +02:00
Devin Lin 9539daecf4 Add flathub badge 2021-06-20 15:00:59 +00:00
Bart De Vries 1c44e717ae Renaming alligator to kasts everywhere 2021-05-03 22:31:45 +02:00
Tobias Fella cc5c745608 Update README.md 2020-09-17 18:55:34 +00:00
Tobias Fella fe7723416a Update url to new location 2020-05-18 14:36:48 +02:00
Tobias Fella 262281d9dc Add link to Binary Factory 2020-04-26 23:08:01 +00:00
Bhushan Shah 727d80e718 Use single code-block 2020-04-23 18:13:50 +05:30
Tobias Fella eaa4d41d7c Update README.md 2020-04-23 12:03:25 +00:00
Laurent Montel 42ab8a676a Remove executable attribute 2020-04-21 13:23:25 +02:00
Tobias Fella 5ae34b56f7
Initial Commit 2020-02-28 23:25:08 +01:00