-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- audioPlayer close button - nextcloud icon on settings - readme
- Loading branch information
1 parent
bf45580
commit dd4f8e4
Showing
11 changed files
with
276 additions
and
202 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
<h1 align="center">CARDO - PODCAST PLAYER</h1> | ||
<p align="center"> | ||
<a href="https://n0vella.github.io"> | ||
<img src="https://raw.githubusercontent.com/n0vella/cardo/master/src-tauri/icons/icon.png" alt="logo" width="256" height="256" /> | ||
</a> | ||
</p> | ||
|
||
## Overview | ||
|
||
Cardo is a podcast player, inspired on Android's [Antennapod](https://antennapod.org/). Cardo could be synchonized with Antennapod and other apps using [Nextcloud Gppoder](https://github.com/thrillfall/nextcloud-gpodder/). | ||
|
||
![1](assets/readme/1.png) | ||
|
||
![2](assets/readme/2.png) | ||
|
||
![3](assets/readme/3.png) | ||
|
||
![4](assets/readme/4.png) | ||
|
||
### Features | ||
|
||
- Search podcasts online | ||
- Manage your subscriptions | ||
- Look at new episodes of your subscriptions with a glance | ||
- Synchronizing episodes state and subscriptions using Nexcloud Gpodder | ||
- Lightweight app (thanks to Tauri) | ||
- Customizable themes | ||
- [ ] Download episodes to listen them offline | ||
- [ ] Keep your favorite episodes | ||
|
||
|
||
## Contributing | ||
|
||
### Helping with donations | ||
|
||
If you like this app you can contribute buying me a cofee or whatever you want, that would be really great :) | ||
|
||
<div style="display: inline-flex; gap: 10px; align-items: center"> | ||
<a href="https://www.buymeacoffee.com/n0vella" target="_blank"> | ||
<img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" > | ||
</a> | ||
<a href="https://www.paypal.com/paypalme/adriannovella"> | ||
<img src="https://www.paypalobjects.com/webstatic/icon/pp196.png" alt="Paypal" width="60" height="60" style="border-radius: 10px" /> | ||
</a> | ||
</div> | ||
|
||
### If you are a developer | ||
|
||
It's also nice if you want to improve the app. The stack is Tauri v1 + React + Typescript + Tailwind. | ||
|
||
### Translations | ||
|
||
You can contribute with translations if you speak some other languages. | ||
It's only needed to replicate json's files in resources / translations. There is a tool on scripts to auto translate it using Google Translate, but I didn't want to leave a bad translations, even english could be badly translated as it isn't my mother language. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.