Podcini-podcast/README.md

57 lines
2.2 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
This app is a fork of [AntennaPod](<https://github.com/AntennaPod/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,
4. Targets Android 14,
2024-03-18 12:06:26 +01:00
5. Aims to be as effective as possible. <!-- NOTE: wording of this can be improved -->
2024-02-14 12:20:57 +01:00
## Version 4
2024-02-25 11:28:34 +01:00
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.
2024-02-25 11:28:34 +01:00
Version 4.1 brings a more convenient player control and tags enhancements, while also enables view binding for most views in the codebase.
2024-02-25 11:28:34 +01:00
## Screenshots
2024-02-22 09:43:59 +01:00
2024-02-25 11:33:47 +01:00
<img src="./images/1_drawer1.jpg" width="238" /> <img src="./images/2_setting.jpg" width="238" /> <img src="./images/3_setting.jpg" width="238" />
2024-02-22 09:43:59 +01:00
2024-02-25 11:28:34 +01:00
<img src="./images/4_subscriptions.jpg" width="238" /> <img src="./images/5_queue.jpg" width="238" />
2024-02-22 09:43:59 +01:00
<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-03-02 15:15:38 +01:00
## Changelogs
[Here](changelog.md)
2024-02-14 12:20:57 +01:00
## Privacy Policy
[Privacy Policy](PrivacyPolicy.md)
2024-02-14 11:16:47 +01:00
## 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.
2024-02-22 09:31:31 +01:00
## Copyright
New files and modifications in the project is copyrighted in 2024 by Xilin Jia.
2024-03-02 15:15:38 +01:00
Original contents from the forked project maintains copyrights of the AntennaPod team.
## Translation
2024-03-18 11:58:00 +01:00
[At Transifex](https://app.transifex.com/xilinjia/podcini/dashboard/)