Podcini-podcast/README.md

31 lines
1.6 KiB
Markdown
Raw Normal View History

2024-02-20 11:30:25 +01:00
# Podcini
2024-02-05 21:50:43 +01:00
2024-02-20 11:36:06 +01:00
<img width="100" src="https://raw.githubusercontent.com/xilinjia/podcini/main/images/icon 256x256.png" align="left" style="margin-right:15px"/>Podcini is an open source podcast manager/player project.
2024-02-05 21:50:43 +01:00
2024-02-20 11:30:25 +01:00
This is based on a fork from the popular project AntennaPod (<https://github.com/AntennaPod/AntennaPod>) as of Feb 5 2024.
2024-02-14 10:39:03 +01:00
2024-02-17 23:46:14 +01:00
Differing from the forked project, this project is purely Kotlin based, relies on the most recent dependencies, and most importantly has migrated the media player to androidx.media3, and added mechanism of AudioOffloadMode which is supposed to be kind to device battery. Efficiencies are also sought on running the app. App build is also upgraded to target Android 14.
2024-02-14 12:20:57 +01:00
2024-02-22 09:43:59 +01:00
### Screenshots
<img src="./images/1_drawer.jpg" width="238" /> <img src="./images/2_setting.jpg" width="238" /> <img src="./images/3_setting.jpg" width="238" />
<img src="./images/4_home.jpg" width="238" /> <img src="./images/5_queue.jpg" width="238" />
<img src="./images/6_podcast.jpg" width="238" /> <img src="./images/7_podcast.jpg" width="238" /> <img src="./images/8_episode.jpg" width="238" />
<img src="./images/9_speed.jpg" width="238" /> <img src="./images/10_player.jpg" width="238" />
2024-02-14 12:20:57 +01:00
## Privacy Policy
[Privacy Policy](PrivacyPolicy.md)
2024-02-14 11:16:47 +01:00
## License
2024-02-20 11:30:25 +01:00
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.
2024-02-22 09:31:31 +01:00
## Copyright
New files and modifications in the project is copyrighted in 2024 by Xilin Jia.
Original files from the forked project maintains copyrights of the AntennaPod team.