advplyr / audiobookshelf-app

Mobile application for Audiobookshelf
https://audiobookshelf.org
GNU General Public License v3.0
1.31k stars 173 forks source link

Push Notifications - New book in Series #198

Open Majawat opened 2 years ago

Majawat commented 2 years ago

Is your feature request related to a problem? Please describe.

No issue

Describe the solution you'd like

Ideally, I'd like a push notification to my app when a new book of a series I've been listening to is available. This way I don't have to keep an eye on the Continue Series or check myself.

I'd assume this would be a user option to turn on/off.

Describe alternatives you've considered

Can't think of any.

Additional context

I'm using the Android app at the moment.

hobesman commented 2 years ago

Or an potion to be notified of any new books added. Some people's libraries that would result in a flood but for other people it might be just right.

advplyr commented 2 years ago

I looked into this briefly a few weeks ago and push notifications to android require using Google's Firebase, which means we would need to run a central server to manage all the push notifications and Google would get to track all the devices.

There may be an alternative I don't know about yet though.