Podcini permette di creare podcast sintetici e di accantonare qualsiasi episodio in qualsiasi podcast sintetico. Podcini.R porta anche i contenuti di YouTube nell'applicazione. I canali possono essere ricercati, ricevuti dalla condivisione, sottoscritti. Podcast, playlist e singoli media da Youtube e YT Music possono essere condivisi in Podcini. https://castopod.it
Go to file
Xilin Jia c5bf432283 screenshot adjusts 2024-03-24 21:04:49 +00:00
.github re-branding 2024-02-14 09:07:17 +01:00
.tx first Podcini 2024-02-20 11:30:25 +01:00
app 4.3.3 release 2024-03-24 20:36:12 +00:00
config drastic project restructuring 2024-02-25 11:28:34 +01:00
fastlane/metadata/android/en-US screenshot adjusts 2024-03-24 21:04:49 +00:00
gradle/wrapper updated to androidx.media3 and others 2024-02-05 21:50:43 +01:00
images screenshot adjusts 2024-03-24 21:04:49 +00:00
scripts first Podcini 2024-02-20 11:30:25 +01:00
.directory updated to androidx.media3 and others 2024-02-05 21:50:43 +01:00
.editorconfig updated to androidx.media3 and others 2024-02-05 21:50:43 +01:00
.gitignore fixed getValue null bug and gradle cleanups 2024-03-13 21:39:17 +00:00
CONTRIBUTING.md more branding materials and bug fix 2024-02-22 09:31:31 +01:00
CONTRIBUTORS.md more branding materials and bug fix 2024-02-22 09:31:31 +01:00
LICENSE change on MIT license 2024-03-10 20:26:01 +00:00
PrivacyPolicy.md first Podcini 2024-02-20 11:30:25 +01:00
README.md screenshot adjusts 2024-03-24 21:04:49 +00:00
build.gradle fixed getValue null bug and gradle cleanups 2024-03-13 21:39:17 +00:00
changelog.md 4.3.3 release 2024-03-24 20:36:12 +00:00
gradle.properties includes gradle.properties 2024-03-12 10:05:40 +00:00
gradlew updated to androidx.media3 and others 2024-02-05 21:50:43 +01:00
gradlew.bat updated to androidx.media3 and others 2024-02-05 21:50:43 +01:00
settings.gradle includes gradle.properties 2024-03-12 10:05:40 +00:00

README.md

Podcini

Podcini is an open source podcast manager/player project.

This project is a fork of AntennaPod as of Feb 5 2024.

Compared to AntennaPod this project:

  1. Migrated the media player to androidx.media3,
  2. Added AudioOffloadMode support, which is supposed to be kind to device battery,
  3. Relies on the most recent dependencies,
  4. Is purely Kotlin based,
  5. Targets Android 14,
  6. Aims to improve efficiency and provide more user-friendly features

Version 4

Some drastic changes are made in the project since version 4.0. There is now a whole new interface of the Subscriptions page showing only the feeds with tags as filters, no longer having tags as folders in the page. And the default page of the app is changed to the Subscriptions page. Alongside, the Home and Echo pages are removed from the project. Also, the project becomes mono-module, with only the app module.

Version 4.1 brings a more convenient player control and tags enhancements, while also enables view binding for most views in the codebase.

Screenshots

License

Podcini, same as its forked project AntennaPod, is licensed under the GNU General Public License (GPL-3.0). You can find the license text in the LICENSE file.

New files and modifications in the project is copyrighted in 2024 by Xilin Jia.

Original contents from the forked project maintains copyrights of the AntennaPod team.