[Desktop-packages] [Bug 1827735] Re: DBus/MPRIS2: Totem says it is "Paused" even the stream has ended "Stopped"

2022-02-22 Thread moma
Hello,
Some applications monitor the DBus for Start/Pause/Stop-messages from media 
players.
When an audio track ends (in Totem), it should send a "Stop" message so other 
applications can update their status properly.

For example, audio-recorder shows "Paused" status for Totem even Totem has 
Stopped. 
Audio-recorder can stop/pause/continue/stop recording based on messages on DBus.

Audio-recorder is now quite old and ought to be re-written. There is now 
PipeWire that replaces Pulseaudio, and it is now possible to record individual 
streams (audio from individual applications). 
Ref. https://launchpad.net/audio-recorder

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to totem in Ubuntu.
https://bugs.launchpad.net/bugs/1827735

Title:
  DBus/MPRIS2: Totem says it is "Paused" even the stream has ended
  "Stopped"

Status in Totem:
  Fix Released
Status in totem package in Ubuntu:
  Triaged

Bug description:
  Hello,

  Question 1:
  ===
  When asking status of Totem via DBus/MPRIS2, it says "Paused" even the song 
has ended. Shouldn't it return "Stopped" state.

  
  I am using a small bash-script to see the DBus-messages.

  $ ./debug1.sh

  org.mpris.MediaPlayer2.rhythmbox says: I AM PLAYING.
  Confirmed state is: (<'Playing'>,)
  -

  Then the song ends.

  org.mpris.MediaPlayer2.rhythmbox says: I AM PAUSED.
  Confirmed state is: (<'Paused'>,)
  

  Question 2:
  ===
  GNOME's Music player is "org.gnome.Music".

  GNOME's Video player is: "org.mpris.MediaPlayer2.totem"

  Why this difference?

  I like both products.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.04
  Package: totem 3.32.0-1ubuntu1
  Uname: Linux 5.0.1-050001-generic x86_64
  ApportVersion: 2.20.10-0ubuntu27
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Sat May  4 19:24:02 2019
  InstallationDate: Installed on 2019-03-06 (58 days ago)
  InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Alpha amd64 (20190203)
  SourcePackage: totem
  UpgradeStatus: No upgrade log present (probably fresh install)
  XorgLog: Error: [Errno 2] No such file or directory: '/var/log/Xorg.0.log'

To manage notifications about this bug go to:
https://bugs.launchpad.net/totem/+bug/1827735/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1827735] Re: DBus/MPRIS2: Totem says it is "Paused" even the stream has ended "Stopped"

2022-02-21 Thread Bug Watch Updater
** Changed in: totem
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to totem in Ubuntu.
https://bugs.launchpad.net/bugs/1827735

Title:
  DBus/MPRIS2: Totem says it is "Paused" even the stream has ended
  "Stopped"

Status in Totem:
  Fix Released
Status in totem package in Ubuntu:
  Triaged

Bug description:
  Hello,

  Question 1:
  ===
  When asking status of Totem via DBus/MPRIS2, it says "Paused" even the song 
has ended. Shouldn't it return "Stopped" state.

  
  I am using a small bash-script to see the DBus-messages.

  $ ./debug1.sh

  org.mpris.MediaPlayer2.rhythmbox says: I AM PLAYING.
  Confirmed state is: (<'Playing'>,)
  -

  Then the song ends.

  org.mpris.MediaPlayer2.rhythmbox says: I AM PAUSED.
  Confirmed state is: (<'Paused'>,)
  

  Question 2:
  ===
  GNOME's Music player is "org.gnome.Music".

  GNOME's Video player is: "org.mpris.MediaPlayer2.totem"

  Why this difference?

  I like both products.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.04
  Package: totem 3.32.0-1ubuntu1
  Uname: Linux 5.0.1-050001-generic x86_64
  ApportVersion: 2.20.10-0ubuntu27
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Sat May  4 19:24:02 2019
  InstallationDate: Installed on 2019-03-06 (58 days ago)
  InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Alpha amd64 (20190203)
  SourcePackage: totem
  UpgradeStatus: No upgrade log present (probably fresh install)
  XorgLog: Error: [Errno 2] No such file or directory: '/var/log/Xorg.0.log'

To manage notifications about this bug go to:
https://bugs.launchpad.net/totem/+bug/1827735/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1827735] Re: DBus/MPRIS2: Totem says it is "Paused" even the stream has ended "Stopped"

2019-05-10 Thread Sebastien Bacher
Upstream added this comment

'It is paused back at the beginning of the playlist, not stopped. I'm
not sure what problem this causes, if any.'

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to totem in Ubuntu.
https://bugs.launchpad.net/bugs/1827735

Title:
  DBus/MPRIS2: Totem says it is "Paused" even the stream has ended
  "Stopped"

Status in Totem:
  New
Status in totem package in Ubuntu:
  Triaged

Bug description:
  Hello,

  Question 1:
  ===
  When asking status of Totem via DBus/MPRIS2, it says "Paused" even the song 
has ended. Shouldn't it return "Stopped" state.

  
  I am using a small bash-script to see the DBus-messages.

  $ ./debug1.sh

  org.mpris.MediaPlayer2.rhythmbox says: I AM PLAYING.
  Confirmed state is: (<'Playing'>,)
  -

  Then the song ends.

  org.mpris.MediaPlayer2.rhythmbox says: I AM PAUSED.
  Confirmed state is: (<'Paused'>,)
  

  Question 2:
  ===
  GNOME's Music player is "org.gnome.Music".

  GNOME's Video player is: "org.mpris.MediaPlayer2.totem"

  Why this difference?

  I like both products.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.04
  Package: totem 3.32.0-1ubuntu1
  Uname: Linux 5.0.1-050001-generic x86_64
  ApportVersion: 2.20.10-0ubuntu27
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Sat May  4 19:24:02 2019
  InstallationDate: Installed on 2019-03-06 (58 days ago)
  InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Alpha amd64 (20190203)
  SourcePackage: totem
  UpgradeStatus: No upgrade log present (probably fresh install)
  XorgLog: Error: [Errno 2] No such file or directory: '/var/log/Xorg.0.log'

To manage notifications about this bug go to:
https://bugs.launchpad.net/totem/+bug/1827735/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1827735] Re: DBus/MPRIS2: Totem says it is "Paused" even the stream has ended "Stopped"

2019-05-07 Thread Bug Watch Updater
** Changed in: totem
   Status: Unknown => New

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to totem in Ubuntu.
https://bugs.launchpad.net/bugs/1827735

Title:
  DBus/MPRIS2: Totem says it is "Paused" even the stream has ended
  "Stopped"

Status in Totem:
  New
Status in totem package in Ubuntu:
  Triaged

Bug description:
  Hello,

  Question 1:
  ===
  When asking status of Totem via DBus/MPRIS2, it says "Paused" even the song 
has ended. Shouldn't it return "Stopped" state.

  
  I am using a small bash-script to see the DBus-messages.

  $ ./debug1.sh

  org.mpris.MediaPlayer2.rhythmbox says: I AM PLAYING.
  Confirmed state is: (<'Playing'>,)
  -

  Then the song ends.

  org.mpris.MediaPlayer2.rhythmbox says: I AM PAUSED.
  Confirmed state is: (<'Paused'>,)
  

  Question 2:
  ===
  GNOME's Music player is "org.gnome.Music".

  GNOME's Video player is: "org.mpris.MediaPlayer2.totem"

  Why this difference?

  I like both products.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.04
  Package: totem 3.32.0-1ubuntu1
  Uname: Linux 5.0.1-050001-generic x86_64
  ApportVersion: 2.20.10-0ubuntu27
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Sat May  4 19:24:02 2019
  InstallationDate: Installed on 2019-03-06 (58 days ago)
  InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Alpha amd64 (20190203)
  SourcePackage: totem
  UpgradeStatus: No upgrade log present (probably fresh install)
  XorgLog: Error: [Errno 2] No such file or directory: '/var/log/Xorg.0.log'

To manage notifications about this bug go to:
https://bugs.launchpad.net/totem/+bug/1827735/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1827735] Re: DBus/MPRIS2: Totem says it is "Paused" even the stream has ended "Stopped"

2019-05-07 Thread Sebastien Bacher
Thank you for your bug report, indeed that's an issue, I've reported it
upstream on https://gitlab.gnome.org/GNOME/totem/issues/326

** Bug watch added: gitlab.gnome.org/GNOME/totem/issues #326
   https://gitlab.gnome.org/GNOME/totem/issues/326

** Changed in: totem (Ubuntu)
   Importance: Undecided => Low

** Changed in: totem (Ubuntu)
   Status: New => Triaged

** Also affects: totem via
   https://gitlab.gnome.org/GNOME/totem/issues/326
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to totem in Ubuntu.
https://bugs.launchpad.net/bugs/1827735

Title:
  DBus/MPRIS2: Totem says it is "Paused" even the stream has ended
  "Stopped"

Status in Totem:
  Unknown
Status in totem package in Ubuntu:
  Triaged

Bug description:
  Hello,

  Question 1:
  ===
  When asking status of Totem via DBus/MPRIS2, it says "Paused" even the song 
has ended. Shouldn't it return "Stopped" state.

  
  I am using a small bash-script to see the DBus-messages.

  $ ./debug1.sh

  org.mpris.MediaPlayer2.rhythmbox says: I AM PLAYING.
  Confirmed state is: (<'Playing'>,)
  -

  Then the song ends.

  org.mpris.MediaPlayer2.rhythmbox says: I AM PAUSED.
  Confirmed state is: (<'Paused'>,)
  

  Question 2:
  ===
  GNOME's Music player is "org.gnome.Music".

  GNOME's Video player is: "org.mpris.MediaPlayer2.totem"

  Why this difference?

  I like both products.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.04
  Package: totem 3.32.0-1ubuntu1
  Uname: Linux 5.0.1-050001-generic x86_64
  ApportVersion: 2.20.10-0ubuntu27
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Sat May  4 19:24:02 2019
  InstallationDate: Installed on 2019-03-06 (58 days ago)
  InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Alpha amd64 (20190203)
  SourcePackage: totem
  UpgradeStatus: No upgrade log present (probably fresh install)
  XorgLog: Error: [Errno 2] No such file or directory: '/var/log/Xorg.0.log'

To manage notifications about this bug go to:
https://bugs.launchpad.net/totem/+bug/1827735/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1827735] Re: DBus/MPRIS2: Totem says it is "Paused" even the stream has ended "Stopped"

2019-05-04 Thread moma
Re-hi,
Sorry for this nitpicking. 
The results (from debug1.sh) were from Rhythmbox. 
I meant this:

$ ./debug1.sh 
org.mpris.MediaPlayer2.totem says: I AM PLAYING.
Confirmed state is: (<'Playing'>,)

Then the *LAST* song ends.

org.mpris.MediaPlayer2.totem says: I AM PAUSED.
Confirmed state is: (<'Paused'>,)
-

Nope. You should say stopped!

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to totem in Ubuntu.
https://bugs.launchpad.net/bugs/1827735

Title:
  DBus/MPRIS2: Totem says it is "Paused" even the stream has ended
  "Stopped"

Status in totem package in Ubuntu:
  New

Bug description:
  Hello,

  Question 1:
  ===
  When asking status of Totem via DBus/MPRIS2, it says "Paused" even the song 
has ended. Shouldn't it return "Stopped" state.

  
  I am using a small bash-script to see the DBus-messages.

  $ ./debug1.sh

  org.mpris.MediaPlayer2.rhythmbox says: I AM PLAYING.
  Confirmed state is: (<'Playing'>,)
  -

  Then the song ends.

  org.mpris.MediaPlayer2.rhythmbox says: I AM PAUSED.
  Confirmed state is: (<'Paused'>,)
  

  Question 2:
  ===
  GNOME's Music player is "org.gnome.Music".

  GNOME's Video player is: "org.mpris.MediaPlayer2.totem"

  Why this difference?

  I like both products.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.04
  Package: totem 3.32.0-1ubuntu1
  Uname: Linux 5.0.1-050001-generic x86_64
  ApportVersion: 2.20.10-0ubuntu27
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Sat May  4 19:24:02 2019
  InstallationDate: Installed on 2019-03-06 (58 days ago)
  InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Alpha amd64 (20190203)
  SourcePackage: totem
  UpgradeStatus: No upgrade log present (probably fresh install)
  XorgLog: Error: [Errno 2] No such file or directory: '/var/log/Xorg.0.log'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/totem/+bug/1827735/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp