PINE64
podcast shuts down after 10 minutes or perhaps bluetooth - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120)
+--- Forum: PinePhone Software (https://forum.pine64.org/forumdisplay.php?fid=121)
+---- Forum: Mobian on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=139)
+---- Thread: podcast shuts down after 10 minutes or perhaps bluetooth (/showthread.php?tid=14220)

Pages: 1 2


podcast shuts down after 10 minutes or perhaps bluetooth - motox6 - 06-18-2021

I am running the podcast app and listening to hour long shows.
If I allow the screen to go dark (blank) after about 10 minutes the audio to the bluetooth announces disconnected.

However if I keep the screen active 100% of the time things work fine.

Though this burns through the battery unnecessarily.

What can I do to keep the bluetooth from being disconnected while the screen is blanked?


RE: podcast shuts down after 10 minutes or perhaps bluetooth - kqlnut - 06-18-2021

(06-18-2021, 12:34 AM)motox6 Wrote: I am running the podcast app and listening to hour long shows.
If I allow the screen to go dark (blank) after about 10 minutes the audio to the bluetooth announces disconnected.

However if I keep the screen active 100% of the time things work fine.

Though this burns through the battery unnecessarily.

What can I do to keep the bluetooth from being disconnected while the screen is blanked?
You can either disable suspend in the power settings or start the app this way:
Code:
gnome-session-inhibit --inhibit suspend gnome-podcasts

Edit: You may want to replace the gnome-podcasts command with the command for the app you are using in case it's a different one or with --inhibit-only to inhibit suspend generally (not just while a specified app is running).


RE: podcast shuts down after 10 minutes or perhaps bluetooth - motox6 - 06-22-2021

I use the flatpak version of podcasts.

I modified:

/var/lib/flatpak/exports/share/applications/org.gnome.Podcasts.desktop

with

Exec=gnome-session-inhibit --inhibit /usr/bin/flatpak run --branch=stable --arch=aarch64 --command=gnome-podcasts org.gnome.Podcasts

The podcast, bluetooth, wifi, basically everything, still shuts down after 10 minutes.


RE: podcast shuts down after 10 minutes or perhaps bluetooth - kqlnut - 06-22-2021

(06-22-2021, 12:47 AM)motox6 Wrote: I use the flatpak version of podcasts.

I modified:

/var/lib/flatpak/exports/share/applications/org.gnome.Podcasts.desktop

with

Exec=gnome-session-inhibit --inhibit /usr/bin/flatpak run --branch=stable --arch=aarch64 --command=gnome-podcasts org.gnome.Podcasts

The podcast, bluetooth, wifi, basically everything, still shuts down after 10 minutes.
I noticed that too with Gnome Podcasts (not flatpak, but from Manjaro repos). I think it has something to do with Podcasts being started as "gnome-podcasts --gapplication-service" when started with the desktop file. It doesn't seem to take the new exec command. If I start it by entering the exec command in the terminal, it works. I tried adding gnome-session-inhibit to other desktop files and that worked too.


RE: podcast shuts down after 10 minutes or perhaps bluetooth - biketool - 06-25-2021

(06-22-2021, 01:05 AM)kqlnut Wrote:
(06-22-2021, 12:47 AM)motox6 Wrote: I use the flatpak version of podcasts.

I modified:

/var/lib/flatpak/exports/share/applications/org.gnome.Podcasts.desktop

with

Exec=gnome-session-inhibit --inhibit /usr/bin/flatpak run --branch=stable --arch=aarch64 --command=gnome-podcasts org.gnome.Podcasts

The podcast, bluetooth, wifi, basically everything, still shuts down after 10 minutes.
I noticed that too with Gnome Podcasts (not flatpak, but from Manjaro repos). I think it has something to do with Podcasts being started as "gnome-podcasts --gapplication-service" when started with the desktop file. It doesn't seem to take the new exec command. If I start it by entering the exec command in the terminal, it works. I tried adding gnome-session-inhibit to other desktop files and that worked too.

Is it that the pinephone is set to go to standby after 10 min on battery?
I suppose we need to optimize audio apps to force keep-awake but minimize CPU and mostly use audio processor, especially when in locked mode.
This podcast app is something we need on the repos, it is one of the things(and battery life in stable kernel) keeping my pinephone from replacing my N900 and being my everyday device.
I put Panucci in the recommend apps(I use it on my N900, it is FOSS and I can compile it for current desktop Debian AMD64.)
https://wiki.mobian-project.org/doku.php?id=wishlist
I dont love flatpack or snap and prefer to stick with apt packages.
(edit)
I installed this on desktop and it is definitely a podcast specific app and not also an audiobook player like Panucci.


RE: podcast shuts down after 10 minutes or perhaps bluetooth - motox6 - 06-25-2021

Settings -> Power -> Automatic Suspend -> When on battery Power -> Delay ... is the one that is killing the bluetooth and audio.
I set it to 1 hour.

The inhibit feature mentioned earlier has no effect.


RE: podcast shuts down after 10 minutes or perhaps bluetooth - kqlnut - 06-27-2021

(06-25-2021, 06:36 PM)motox6 Wrote: Settings -> Power -> Automatic Suspend -> When on battery Power -> Delay ... is the one that is killing the bluetooth and audio.
I set it to 1 hour.

The inhibit feature mentioned earlier has no effect.
Yes, that's the setting for suspend. Have you tried starting the podcast app with the gnome-session-inhibit command in the terminal? That successfully disables suspend for Gnome Podcasts for me.


RE: podcast shuts down after 10 minutes or perhaps bluetooth - user641 - 09-15-2021

It happens to me too, but strangelly only with gnome-podcasts ( I am using the flatpak, waiting to it to be in the debian repos) with music apps like lollypop it works without stoping after suspension.


RE: podcast shuts down after 10 minutes or perhaps bluetooth - wibble - 09-16-2021

(09-15-2021, 06:52 AM)user641 Wrote: It happens to me too, but strangelly only with gnome-podcasts ( I am using the flatpak, waiting to it to be in the debian repos) with music apps like lollypop it works without stoping after suspension.

https://gitlab.gnome.org/World/podcasts/-/issues/232

It's supposed to be fixed in the flatpak, so if it's still happening it's worth following up with them to get it sorted.


RE: podcast shuts down after 10 minutes or perhaps bluetooth - user641 - 09-17-2021

(09-16-2021, 09:21 AM)wibble Wrote:
(09-15-2021, 06:52 AM)user641 Wrote: It happens to me too, but strangelly only with gnome-podcasts ( I am using the flatpak, waiting to it to be in the debian repos) with music apps like lollypop it works without stoping after suspension.

https://gitlab.gnome.org/World/podcasts/-/issues/232

It's supposed to be fixed in the flatpak, so if it's still happening it's worth following up with them to get it sorted.

Thanks for the info, but it says " It should be fixed in the current beta version and the next release"