Awesome
<!-- Improved compatibility of back to top link: See: https://github.com/othneildrew/Best-README-Template/pull/73 --><a name="readme-top"></a>
<!-- *** Thanks for checking out the Best-README-Template. If you have a suggestion *** that would make this better, please fork the repo and create a pull request *** or simply open an issue with the tag "enhancement". *** Don't forget to give the project a star! *** Thanks again! Now go create something AMAZING! :D --> <!-- PROJECT SHIELDS --> <!-- *** I'm using markdown "reference style" links for readability. *** Reference links are enclosed in brackets [ ] instead of parentheses ( ). *** See the bottom of this document for the declaration of the reference variables *** for contributors-url, forks-url, etc. This is an optional, concise syntax you may use. *** https://www.markdownguide.org/basic-syntax/#reference-style-links --> <!-- PROJECT LOGO --> <br /> <div align="center"> <a href="https://github.com/rstewa/Audibly"> <img src="images/logo.svg" alt="Logo" width="250" height="250"> </a> <h3 align="center">Audibly — Audiobook Player</h3> <p align="center"> Desktop Audiobook player for Windows 10/11. I created this because Audible removed their desktop player. <br /> <a href="https://github.com/rstewa/Audibly"><strong>Explore the docs »</strong></a> <br /> <br /> <a href="https://github.com/rstewa/Audibly">View Demo</a> · <a href="https://github.com/rstewa/Audibly/issues/new?labels=bug&template=bug-report---.md">Report Bug</a> · <a href="https://github.com/rstewa/Audibly/issues/new?labels=enhancement&template=feature-request---.md">Request Feature</a> </p> </div><!-- link to store page --> <a href="https://apps.microsoft.com/store/detail/9P6R1M1GG9JR?launch=true&mode=full"> <img src="https://get.microsoft.com/images/en-US%20dark.svg" style="width:250px"/> </a> <br> <br> <!-- TABLE OF CONTENTS --> <details> <summary>Table of Contents</summary> <ol> <li> <a href="#about-the-project">About The Project</a> <ul> <li><a href="#built-with">Built With</a></li> </ul> </li> <li> <a href="#getting-started">Getting Started</a> <ul> <li><a href="#prerequisites">Prerequisites</a></li> <li><a href="#installation">Installation</a></li> </ul> </li> <li><a href="#usage">Usage</a></li> <li><a href="#roadmap">Roadmap</a></li> <li><a href="#contributing">Contributing</a></li> <li><a href="#license">License</a></li> <li><a href="#contact">Contact</a></li> <li><a href="#acknowledgments">Acknowledgments</a></li> </ol> </details> <!-- ABOUT THE PROJECT -->[!IMPORTANT]
Audibly v2 is NOW in the Microsoft Store!
About The Project
This is a desktop audiobook player for Windows 10/11. It currently only supports playing .M4B
files.
Screenshots
<p align="middle"> <img src="images/v2/super-hero-art.png" /> </p>Home/Library
<p align="middle"> <img src="images/v2/home-library-page.png" /> </p>Player
<p align="middle"> <img src="images/v2/now-playing-page.png" /> </p> <p align="right">(<a href="#readme-top">back to top</a>)</p>Built With
<p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- TODO: GETTING STARTED --> <!-- TODO: USAGE EXAMPLES --> <!-- ROADMAP -->Roadmap
- Add
.mp3
file support - Add mini-player from v1 to v2
See the open issues for a full list of proposed features (and known issues).
<p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- CONTRIBUTING -->Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
License
Distributed under the GNU General Public License v3.0. See LICENSE.txt
for more information.
Contact
Project Link: https://github.com/rstewa/Audibly
<p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- ACKNOWLEDGMENTS -->Acknowledgments
- Rise Media Player for inspiration
- Libation for the FolderIcon code
- OpenAudible for giving me a license and for helping me find/fix a bug in my import code