Re: [Bug 1819198] Re: DBus/MPRIS2: GnomeMusic should send "Stopped" message when audio-track ends

2019-06-10 Thread moma
Nice. My audio-recorder is quite old software, and it needs a complete re-design and re-coding. Let us see what happens on that. Nevertheless, thanks making GnomeMusic better and better. It counts a lot. Christopher <1819...@bugs.launchpad.net> escreveu no dia segunda, 10/06/2019 à(s) 11:41: >

[Bug 1819198] Re: DBus/MPRIS2: GnomeMusic should send "Stopped" message when audio-track ends

2019-06-10 Thread Christopher
The developer now changed when the stop signal is send. Please see https://gitlab.gnome.org/GNOME/gnome-music/merge_requests/430 and https://gitlab.gnome.org/GNOME/gnome-music/issues/282 for more info. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1819198] Re: DBus/MPRIS2: GnomeMusic should send "Stopped" message when audio-track ends

2019-05-11 Thread Christopher
** Changed in: gnome-music (Ubuntu) Status: Incomplete => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1819198 Title: DBus/MPRIS2: GnomeMusic should send "Stopped" message when

[Bug 1819198] Re: DBus/MPRIS2: GnomeMusic should send "Stopped" message when audio-track ends

2019-05-11 Thread Christopher
And Thank you for the detailed explanation on the bug and dbus, I now leaned how to use dbus :-). Kindly Christopher Munich, Germany -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1819198 Title:

[Bug 1819198] Re: DBus/MPRIS2: GnomeMusic should send "Stopped" message when audio-track ends

2019-05-11 Thread Christopher
T 'One thing. Would you check if gnome-music sends a right PlaybackStatus value IMMEDIATELY after it had sent its PlaybackStatus = "Stopped" message.' Sorry, I'm not a developer, just a user and don't know how to do this. (Maybe the people on the Gnome Music IRC channel irc://irc.gnome.org

[Bug 1819198] Re: DBus/MPRIS2: GnomeMusic should send "Stopped" message when audio-track ends

2019-05-03 Thread moma
#!/usr/bin/bash #A simple bash script to detect PlaybackStatus PLAYER="org.gnome.Music" FOUND=0 check_PlaybackStatus() { ret=$(gdbus call --session \ --dest "$1" \ --object-path '/org/mpris/MediaPlayer2' \ --method 'org.freedesktop.DBus.Properties.Get' \

[Bug 1819198] Re: DBus/MPRIS2: GnomeMusic should send "Stopped" message when audio-track ends

2019-05-02 Thread moma
I want to be more spesific: https://bazaar.launchpad.net/~audio-recorder/audio- recorder/trunk/view/head:/src/dbus-mpris2.c LINE 208: static void mpris2_signal(GDBusProxy *proxy, gchar *sender_name, gchar *signal_name, GVariant *parameters, gpointer user_data) {

[Bug 1819198] Re: DBus/MPRIS2: GnomeMusic should send "Stopped" message when audio-track ends

2019-05-02 Thread moma
Re-hello, I just debugged the code of audio-recorder. I can now see why it misses the "Stopped" signal from gnome-music. The recorder always re-asks (re-requests) all data from the player, even it has received a "Stopped" or "Paused" signal. Requesting all data from the player makes sens when

[Bug 1819198] Re: DBus/MPRIS2: GnomeMusic should send "Stopped" message when audio-track ends

2019-04-30 Thread moma
Hello, Yes, you are right. I can see that gnome-music sends a "Stopped" message when a track ends. I used this "dbus-monitor" command to check it: $ dbus-monitor "sender='org.gnome.Music'" | grep -A 5 "PlaybackStatus" ... string "PlaybackStatus" variant string

[Bug 1819198] Re: DBus/MPRIS2: GnomeMusic should send "Stopped" message when audio-track ends

2019-04-30 Thread Christopher
The developer of gnome music couldn't reproduce the problem - dbus- monitor showed the playback values as excepted. Do you still have this problem? ** Changed in: gnome-music (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1819198] Re: DBus/MPRIS2: GnomeMusic should send "Stopped" message when audio-track ends

2019-04-27 Thread Christopher
Thank you for this report, too. I've reported the bug to the Gnome developers. You can track it at: https://gitlab.gnome.org/GNOME/gnome-music/issues/282 ** Bug watch added: gitlab.gnome.org/GNOME/gnome-music/issues #282 https://gitlab.gnome.org/GNOME/gnome-music/issues/282 -- You received

[Bug 1819198] Re: DBus/MPRIS2: GnomeMusic should send "Stopped" message when audio-track ends

2019-03-08 Thread moma
JFYI: I am testing GnomeMusic with audio-recorder. https://launchpad.net/audio-recorder -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1819198 Title: DBus/MPRIS2: GnomeMusic should send "Stopped"