Podcini-podcast/README.md

13 lines
613 B
Markdown
Raw Normal View History

2024-02-14 09:07:17 +01:00
# PodVinci
2024-02-05 21:50:43 +01:00
2024-02-14 10:39:03 +01:00
PodVinci is an open source podcast manager/player project.
2024-02-05 21:50:43 +01:00
2024-02-14 10:39:03 +01:00
This is based on a fork from the popular project AntennaPod (https://github.com/AntennaPod/AntennaPod) as of Feb 5 2024.
This project converted all codes from Java to Kotlin, updated most dependencies, and most importantly upgraded the media player to androidx.media3, and added mechanism of AudioOffloadMode which is supposed to be kind to device battery. Build is also upgraded to target Android 14.
2024-02-14 11:16:47 +01:00
## License
AntennaPod is licensed under the GNU General Public License (GPL-3.0). You can find the license text in the LICENSE file.