[Desktop-packages] [Bug 1881458] Re: Playback aborts when a download is started, printing "server does not support seeking"

2020-06-17 Thread crvi
What is your network speed ( mbps ) ? When you start your downloads,
does other apps ( browser page loading / youtube in browser ) work fine
or they are stalled too ?

You can give the following steps to get some insight into the issue:

1. Rhythmbox ( RB ) uses gstreamer backend for playing audio files. This
step confirms if the problem is with gstreamer or RB. Run the following
commands from the terminal.

$ sudo apt-get install gstreamer1.0-tools
$ gst-launch-1.0 playbin uri="http://stream-dc1.radioparadise.com/rp_192m.ogg";

This should play the audio stream. You can substitute your audio stream
URI in the above command. Now start the downloads. If the playback is
stuck / aborted etc, the same way as it happens in Rhythmbox, this is a
gstreamer limitation and RB can do very little about it. Try opening a
gstreamer bug at https://gitlab.freedesktop.org/gstreamer/gst-plugins-
base/-/issues/new

2. If audio plays fine in above step, start rhythmbox in terminal as
below

$ rhythmbox -d &> ~/rhythmbox.log

Start audio streams followed by downloads. Wait for the playback issues
to show up. Quit Rhythmbox and attach rhythmbox.log in this bug report.

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

Title:
  Playback aborts when a download is started,  printing "server does not
  support seeking"

Status in rhythmbox package in Ubuntu:
  New

Bug description:
  Whenever heavy traffic starts on my network, Rhythmbox will abruptly
  stop playing audio streams. The traffic in question may be local data
  transfer or (mostly large) downloads.

  The same happens to local audio streams managed by pulseaudio. A data
  transfer starts and the stream very much immediately cuts out.

  Typically, rhythmbox will pops up a dialog saying "server does not
  support seeking". I can usually resume playback but during longer data
  transfers/downloads, it will frequently cut out again.

  I have tried replacing the onboard audio chip with a discrete ASUS DX
  card. This does not make any difference.

  What does work is manually restricting download speeds using a
  download manager. However,, not all network traffic is controlled by
  such a manager. Something trivial - say, installing a firefox or a
  gnome-shell plug-in - has been enough for an audio stream to die
  instantly.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: rhythmbox 3.4.4-1ubuntu2
  ProcVersionSignature: Ubuntu 5.4.0-33.37-generic 5.4.34
  Uname: Linux 5.4.0-33-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu27.2
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Sun May 31 05:06:56 2020
  ExecutablePath: /usr/bin/rhythmbox
  InstallationDate: Installed on 2020-04-05 (55 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Beta amd64 (20200402)
  SourcePackage: rhythmbox
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1881458/+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 1883902] Re: rhythmbox ignores pulseaudio default sink and outputs sound on random device

2020-06-18 Thread crvi
> Regarding this, all is greyed out in "paprefs" for the new user

See https://gitlab.freedesktop.org/pulseaudio/paprefs/-/issues/7 for
workaround.

** Bug watch added: gitlab.freedesktop.org/pulseaudio/paprefs/-/issues #7
   https://gitlab.freedesktop.org/pulseaudio/paprefs/-/issues/7

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

Title:
  rhythmbox ignores pulseaudio default sink and outputs sound on random
  device

Status in rhythmbox package in Ubuntu:
  Incomplete

Bug description:
  Ubuntu 20.04 LTS

  rhythmbox:
    Installed: 3.4.4-1ubuntu2
    Candidate: 3.4.4-1ubuntu2

  What I expect to happen :

  When I launch rhythmbox, I expect it to use the default pulseaudio
  sink. (Which can be defined in pavucontrol or with set-default-sink in
  /etc/pulse/default.pa ).

  What happened instead :

  when I launch rhythmbox, it outputs sound to a random device (in my
  case : either a RAOP sink in my living-room, or another RAOP sink in
  my kitchen. Never my local soundcard)

  If I correct the output sink (with pavucontrol or pactl) the problem
  is fixed... until I quit and restart rhythmbox.

  I did not have this problem with Ubuntu 19.10 / Rhythmbox
  3.4.3-2ubuntu1

  In 20.04 :
  -> Spotify (snap store version 1.1.26.501.gbe11e53b-15) has the same problem
  -> others apps I tested (Firefox, Chromium, VLC, Totem) do not have the 
problem

  I already tried to delete $HOME/.config/pulse with no improvement.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1883902/+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 1883902] Re: rhythmbox ignores pulseaudio default sink and outputs sound on random device

2020-06-18 Thread crvi
Rhythmbox uses ```autoaudiosink``` gstreamer plugin for outputting
audio, which means Rhythmbox outsources the audio sink selection process
to gstreamer. So, test your bug with the following command first.

```
$ gst-launch-1.0 -v -m audiotestsrc ! audioconvert ! audioresample ! 
autoaudiosink
```

This plays a audio tone on the audio sink "automatically" selected by
gstreamer ```autoaudiosink``` plugin. If the same random device sink
selection happens, the issue could be with ```autoaudiosink``` gstreamer
plugin, and not Rhythmbox.

https://gstreamer.freedesktop.org/documentation/frequently-asked-
questions/using.html?gi-language=c should help.

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

Title:
  rhythmbox ignores pulseaudio default sink and outputs sound on random
  device

Status in rhythmbox package in Ubuntu:
  Incomplete

Bug description:
  Ubuntu 20.04 LTS

  rhythmbox:
    Installed: 3.4.4-1ubuntu2
    Candidate: 3.4.4-1ubuntu2

  What I expect to happen :

  When I launch rhythmbox, I expect it to use the default pulseaudio
  sink. (Which can be defined in pavucontrol or with set-default-sink in
  /etc/pulse/default.pa ).

  What happened instead :

  when I launch rhythmbox, it outputs sound to a random device (in my
  case : either a RAOP sink in my living-room, or another RAOP sink in
  my kitchen. Never my local soundcard)

  If I correct the output sink (with pavucontrol or pactl) the problem
  is fixed... until I quit and restart rhythmbox.

  I did not have this problem with Ubuntu 19.10 / Rhythmbox
  3.4.3-2ubuntu1

  In 20.04 :
  -> Spotify (snap store version 1.1.26.501.gbe11e53b-15) has the same problem
  -> others apps I tested (Firefox, Chromium, VLC, Totem) do not have the 
problem

  I already tried to delete $HOME/.config/pulse with no improvement.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1883902/+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 1883902] Re: rhythmbox ignores pulseaudio default sink and outputs sound on random device

2020-06-18 Thread crvi
I tried this with 3 audio sinks ( local audio sink + network host 1
audio sink + network host 2 audio sink ), and I don't see any random
sink selection. Rhythmbox always plays in the default selected sink.
This is on Ubuntu 20.04 and Debian Unstable.

Can you gather more info ?

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

Title:
  rhythmbox ignores pulseaudio default sink and outputs sound on random
  device

Status in rhythmbox package in Ubuntu:
  Incomplete

Bug description:
  Ubuntu 20.04 LTS

  rhythmbox:
    Installed: 3.4.4-1ubuntu2
    Candidate: 3.4.4-1ubuntu2

  What I expect to happen :

  When I launch rhythmbox, I expect it to use the default pulseaudio
  sink. (Which can be defined in pavucontrol or with set-default-sink in
  /etc/pulse/default.pa ).

  What happened instead :

  when I launch rhythmbox, it outputs sound to a random device (in my
  case : either a RAOP sink in my living-room, or another RAOP sink in
  my kitchen. Never my local soundcard)

  If I correct the output sink (with pavucontrol or pactl) the problem
  is fixed... until I quit and restart rhythmbox.

  I did not have this problem with Ubuntu 19.10 / Rhythmbox
  3.4.3-2ubuntu1

  In 20.04 :
  -> Spotify (snap store version 1.1.26.501.gbe11e53b-15) has the same problem
  -> others apps I tested (Firefox, Chromium, VLC, Totem) do not have the 
problem

  I already tried to delete $HOME/.config/pulse with no improvement.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1883902/+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 1883902] Re: rhythmbox ignores pulseaudio default sink and outputs sound on random device

2020-06-20 Thread crvi
Try the following in Ubuntu LTS 20.04, to clear things out.

1. Create a new gnome user and log in.

2. Build Rhythmbox 3.4.3 from source. This should take 15 mins + 200 MB
disk space

$ sudo apt-get build-dep rhythmbox
$ sudo apt-get install git
$ git clone https://gitlab.gnome.org/GNOME/rhythmbox.git
$ cd rhythmbox/
$ git checkout tags/v3.4.3 -b v3.4.3
$ ./autogen.sh
$ make
$ shell/rhythmbox --version
$ shell/rhythmbox

Note: Here were just building and starting Rhythmbox from source tree.
It runs 100% from the tree. We don't do any installation. So, this will
not interfere with existing Rhythmbox installed by the system. Just
always do this experiment as a new user, so config / data of both git
and system Rhythmbox versions remain separate in separate user home
dirs.

3. Check if the random sink issue shows up ( It SHOULD in my opinion )

4. Do step [1] / [2] in Ubuntu 19.10 replacing "3.4.3" with "3.4.4".

5. Check if the random sink issue shows up ( It SHOULD NOT in my opinion
).

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

Title:
  rhythmbox ignores pulseaudio default sink and outputs sound on random
  device

Status in rhythmbox package in Ubuntu:
  New

Bug description:
  Ubuntu 20.04 LTS

  rhythmbox:
    Installed: 3.4.4-1ubuntu2
    Candidate: 3.4.4-1ubuntu2

  What I expect to happen :

  When I launch rhythmbox, I expect it to use the default pulseaudio
  sink. (Which can be defined in pavucontrol or with set-default-sink in
  /etc/pulse/default.pa ).

  What happened instead :

  when I launch rhythmbox, it outputs sound to a random device (in my
  case : either a RAOP sink in my living-room, or another RAOP sink in
  my kitchen. Never my local soundcard)

  If I correct the output sink (with pavucontrol or pactl) the problem
  is fixed... until I quit and restart rhythmbox.

  I did not have this problem with Ubuntu 19.10 / Rhythmbox
  3.4.3-2ubuntu1

  In 20.04 :
  -> Spotify (snap store version 1.1.26.501.gbe11e53b-15) has the same problem
  -> others apps I tested (Firefox, Chromium, VLC, Totem) do not have the 
problem

  I already tried to delete $HOME/.config/pulse with no improvement.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1883902/+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 1881458] Re: Playback aborts when a download is started, printing "server does not support seeking"

2020-06-28 Thread crvi
is the issue reproducible with 'gst-launch-1.0' command ?

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

Title:
  Playback aborts when a download is started,  printing "server does not
  support seeking"

Status in rhythmbox package in Ubuntu:
  New

Bug description:
  Whenever heavy traffic starts on my network, Rhythmbox will abruptly
  stop playing audio streams. The traffic in question may be local data
  transfer or (mostly large) downloads.

  The same happens to local audio streams managed by pulseaudio. A data
  transfer starts and the stream very much immediately cuts out.

  Typically, rhythmbox will pops up a dialog saying "server does not
  support seeking". I can usually resume playback but during longer data
  transfers/downloads, it will frequently cut out again.

  I have tried replacing the onboard audio chip with a discrete ASUS DX
  card. This does not make any difference.

  What does work is manually restricting download speeds using a
  download manager. However,, not all network traffic is controlled by
  such a manager. Something trivial - say, installing a firefox or a
  gnome-shell plug-in - has been enough for an audio stream to die
  instantly.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: rhythmbox 3.4.4-1ubuntu2
  ProcVersionSignature: Ubuntu 5.4.0-33.37-generic 5.4.34
  Uname: Linux 5.4.0-33-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu27.2
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Sun May 31 05:06:56 2020
  ExecutablePath: /usr/bin/rhythmbox
  InstallationDate: Installed on 2020-04-05 (55 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Beta amd64 (20200402)
  SourcePackage: rhythmbox
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1881458/+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 1881458] Re: Playback aborts when a download is started, printing "server does not support seeking"

2020-06-28 Thread crvi
> the actual reason may be a recent be a kernel update...

after the kernel upgrade, do the mp3 streams work fine ?

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

Title:
  Playback aborts when a download is started,  printing "server does not
  support seeking"

Status in rhythmbox package in Ubuntu:
  New

Bug description:
  Whenever heavy traffic starts on my network, Rhythmbox will abruptly
  stop playing audio streams. The traffic in question may be local data
  transfer or (mostly large) downloads.

  The same happens to local audio streams managed by pulseaudio. A data
  transfer starts and the stream very much immediately cuts out.

  Typically, rhythmbox will pops up a dialog saying "server does not
  support seeking". I can usually resume playback but during longer data
  transfers/downloads, it will frequently cut out again.

  I have tried replacing the onboard audio chip with a discrete ASUS DX
  card. This does not make any difference.

  What does work is manually restricting download speeds using a
  download manager. However,, not all network traffic is controlled by
  such a manager. Something trivial - say, installing a firefox or a
  gnome-shell plug-in - has been enough for an audio stream to die
  instantly.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: rhythmbox 3.4.4-1ubuntu2
  ProcVersionSignature: Ubuntu 5.4.0-33.37-generic 5.4.34
  Uname: Linux 5.4.0-33-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu27.2
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Sun May 31 05:06:56 2020
  ExecutablePath: /usr/bin/rhythmbox
  InstallationDate: Installed on 2020-04-05 (55 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Beta amd64 (20200402)
  SourcePackage: rhythmbox
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1881458/+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 1887222] Re: Plugins bundled with Rhythmbox link to for-sale domain (rhythmbox.org has been drop-caught)

2020-07-12 Thread crvi
Please apply the following upstream patch in all "possible" rhythmbox
releases.

https://gitlab.gnome.org/GNOME/rhythmbox/-/commit/64c07859c936df1bc739f21b87f7a56e6f8dd161

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

Title:
  Plugins bundled with Rhythmbox link to for-sale domain (rhythmbox.org
  has been drop-caught)

Status in rhythmbox package in Ubuntu:
  New

Bug description:
  Plugins bundled with Rhythmbox including "Cover Art Search", "FM
  Radio", and "Python Console" still link to http://www.rhythmbox.org/.
  Although http://www.rhythmbox.org/ used to redirect to
  https://wiki.gnome.org/Apps/Rhythmbox (source:
  https://web.archive.org/web/20200122080148/http://www.rhythmbox.org/),
  it now redirects to https://www.dropcatch.com/domain/rhythmbox.org, a
  site that appears to be selling the domain.

  Note: This is my first bug report! I apologize for attaching files that 
aren't relevant -- I'm still figuring this out! Most relevant is the 
  PNG attatchment, bugReport.png.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: rhythmbox 3.4.4-1ubuntu2
  ProcVersionSignature: Ubuntu 5.4.0-40.44-generic 5.4.44
  Uname: Linux 5.4.0-40-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.20.11-0ubuntu27.3
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Jul 11 02:02:53 2020
  ExecutablePath: /usr/bin/rhythmbox
  InstallationDate: Installed on 2020-03-24 (109 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  ProcEnviron:
   SHELL=/bin/bash
   XDG_RUNTIME_DIR=
   PATH=(custom, user)
   LANG=en_US.UTF-8
  SourcePackage: rhythmbox
  UpgradeStatus: Upgraded to focal on 2020-06-19 (22 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1887222/+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 1887222] Re: Plugins bundled with Rhythmbox link to for-sale domain (rhythmbox.org has been drop-caught)

2020-07-13 Thread crvi
** Tags added: bionic eoan focal trusty xenial

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

Title:
  Plugins bundled with Rhythmbox link to for-sale domain (rhythmbox.org
  has been drop-caught)

Status in rhythmbox package in Ubuntu:
  Confirmed

Bug description:
  Plugins bundled with Rhythmbox including "Cover Art Search", "FM
  Radio", and "Python Console" still link to http://www.rhythmbox.org/.
  Although http://www.rhythmbox.org/ used to redirect to
  https://wiki.gnome.org/Apps/Rhythmbox (source:
  https://web.archive.org/web/20200122080148/http://www.rhythmbox.org/),
  it now redirects to https://www.dropcatch.com/domain/rhythmbox.org, a
  site that appears to be selling the domain.

  Note: This is my first bug report! I apologize for attaching files that 
aren't relevant -- I'm still figuring this out! Most relevant is the 
  PNG attatchment, bugReport.png.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: rhythmbox 3.4.4-1ubuntu2
  ProcVersionSignature: Ubuntu 5.4.0-40.44-generic 5.4.44
  Uname: Linux 5.4.0-40-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.20.11-0ubuntu27.3
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Jul 11 02:02:53 2020
  ExecutablePath: /usr/bin/rhythmbox
  InstallationDate: Installed on 2020-03-24 (109 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  ProcEnviron:
   SHELL=/bin/bash
   XDG_RUNTIME_DIR=
   PATH=(custom, user)
   LANG=en_US.UTF-8
  SourcePackage: rhythmbox
  UpgradeStatus: Upgraded to focal on 2020-06-19 (22 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1887222/+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 1844024] Re: No exit and fails to quit when closed. .

2021-01-05 Thread crvi
Is this still relevant ?

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

Title:
  No exit  and fails to quit when closed. .

Status in rhythmbox package in Ubuntu:
  Opinion

Bug description:
  No exit  and fails to quit when closed. .

  Step to reproduce.


  Step 1. Launch Rhythmbox

  
  Issue.  No exit or quit option under the file menu. Simply one deceptive 
close option.

  
  Step to reproduce. 


  Step 1. Close Rhythmbox

  
  Issue.  Rhythmbox is still running.

  
  This is entirely unacceptable malware like behavior and makes the program 
unsuitable for use or distribution.

  This issue seems to be limited to bad patches in the Ubuntu version.

  
  We also need:

  1) The release of Ubuntu you are using, via 'lsb_release -rd' or System -> 
About Ubuntu
  Description:  Ubuntu 19.04
  Release:  19.04

  2) The version of the package you are using, via 'apt-cache policy pkgname' 
or by checking in Software Center
Installed: 3.4.3-1ubuntu1
Candidate: 3.4.3-1ubuntu1
Version table:
   *** 3.4.3-1ubuntu1 500
  500 http://us.archive.ubuntu.com/ubuntu disco/main amd64 Packages
  100 /var/lib/dpkg/status
  3) What you expected to happen
  To be able to close the program after opening it.
  4) What happened instead
  The program must be killed every time I want to close it.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1844024/+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 1754125] Re: Rhythmbox stays running in the background after quit

2021-01-05 Thread crvi
"Stop & Quit" might not always work in slow / single core machines.

Issue: https://gitlab.gnome.org/GNOME/glib/-/issues/2284

MR: Please refer
https://gitlab.gnome.org/GNOME/rhythmbox/-/merge_requests/88

** Bug watch added: gitlab.gnome.org/GNOME/glib/-/issues #2284
   https://gitlab.gnome.org/GNOME/glib/-/issues/2284

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

Title:
  Rhythmbox stays running in the background after quit

Status in rhythmbox package in Ubuntu:
  Triaged

Bug description:
  If you do ps -alx you will see rhythmbox process still running. It
  causes opening rhythmbox to hang when trying to open again

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: rhythmbox 3.4.2-1ubuntu1
  ProcVersionSignature: Ubuntu 4.15.0-10.11-generic 4.15.3
  Uname: Linux 4.15.0-10-generic x86_64
  ApportVersion: 2.20.8-0ubuntu10
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Mar  7 13:21:51 2018
  InstallationDate: Installed on 2018-03-07 (0 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180307)
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: rhythmbox
  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/rhythmbox/+bug/1754125/+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 1894604] [NEW] Enable zeitgeist plugin

2020-09-07 Thread crvi
Public bug reported:

Rhythmbox zeitgeist plugin is currently not packaged due to:

https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1313914

Rhythmbox zeitgeist plugin has been ported to Python3 via Gobject
introspection bindings:

https://gitlab.gnome.org/GNOME/rhythmbox/-/commit/efcb4653a13a723b5b99fb5e387f60d5110ae840

More improvements to Rhythmbox zeitgeist plugin pending review:

https://gitlab.gnome.org/GNOME/rhythmbox/-/merge_requests/75/commits

Upstream zeitgeist is maintained at:

https://gitlab.freedesktop.org/zeitgeist/zeitgeist/-/commits/master

Debian bug:

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=969713

** Affects: rhythmbox (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: "zeitgeist gui displaying rhythmbox play history"
   
https://bugs.launchpad.net/bugs/1894604/+attachment/5408266/+files/zeitgeist-gui-screenshot.png

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

Title:
  Enable zeitgeist plugin

Status in rhythmbox package in Ubuntu:
  New

Bug description:
  Rhythmbox zeitgeist plugin is currently not packaged due to:

  https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1313914

  Rhythmbox zeitgeist plugin has been ported to Python3 via Gobject
  introspection bindings:

  
https://gitlab.gnome.org/GNOME/rhythmbox/-/commit/efcb4653a13a723b5b99fb5e387f60d5110ae840

  More improvements to Rhythmbox zeitgeist plugin pending review:

  https://gitlab.gnome.org/GNOME/rhythmbox/-/merge_requests/75/commits

  Upstream zeitgeist is maintained at:

  https://gitlab.freedesktop.org/zeitgeist/zeitgeist/-/commits/master

  Debian bug:

  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=969713

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1894604/+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 1542471] Re: Playing mp3 files causes: Problem occurred without error being set. This is a bug in Rhythmbox or GStreamer.

2020-09-13 Thread crvi
Is this still an issue on latest rhythmbox 3.4.4 ?

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

Title:
  Playing mp3 files causes: Problem occurred without error being set.
  This is a bug in Rhythmbox or GStreamer.

Status in gstreamer1.0 package in Ubuntu:
  Confirmed
Status in rhythmbox package in Ubuntu:
  Confirmed

Bug description:
  I get the following error in the console when trying to play a mp3
  file using Rhythmbox:

  (21:23:27) [0x832a60] [rb_shell_player_error] rb-shell-player.c:2443:
  playback error while playing: Problem occurred without error being
  set. This is a bug in Rhythmbox or GStreamer.

  I don't get the same error while trying to play the same file using
  'Video's. I installed the required codec using the 'Video's
  application as it told me to install a codec.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: libgstreamer1.0-0 1.7.1-1
  ProcVersionSignature: Ubuntu 4.4.0-2.16-generic 4.4.0
  Uname: Linux 4.4.0-2-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia zfs zunicode zcommon znvpair zavl
  ApportVersion: 2.19.4-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Feb  5 21:24:05 2016
  ExecutablePath: /usr/bin/rhythmbox
  SourcePackage: gstreamer1.0
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer1.0/+bug/1542471/+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 1542471] Re: Playing mp3 files causes: Problem occurred without error being set. This is a bug in Rhythmbox or GStreamer.

2020-09-13 Thread crvi
I think, this was either an issue with zfs / permission issue or glib /
gio.

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

Title:
  Playing mp3 files causes: Problem occurred without error being set.
  This is a bug in Rhythmbox or GStreamer.

Status in gstreamer1.0 package in Ubuntu:
  Confirmed
Status in rhythmbox package in Ubuntu:
  Confirmed

Bug description:
  I get the following error in the console when trying to play a mp3
  file using Rhythmbox:

  (21:23:27) [0x832a60] [rb_shell_player_error] rb-shell-player.c:2443:
  playback error while playing: Problem occurred without error being
  set. This is a bug in Rhythmbox or GStreamer.

  I don't get the same error while trying to play the same file using
  'Video's. I installed the required codec using the 'Video's
  application as it told me to install a codec.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: libgstreamer1.0-0 1.7.1-1
  ProcVersionSignature: Ubuntu 4.4.0-2.16-generic 4.4.0
  Uname: Linux 4.4.0-2-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia zfs zunicode zcommon znvpair zavl
  ApportVersion: 2.19.4-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Feb  5 21:24:05 2016
  ExecutablePath: /usr/bin/rhythmbox
  SourcePackage: gstreamer1.0
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer1.0/+bug/1542471/+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 1756597] Re: Rhythmbox plugin "Song Lyrics" not working

2020-09-22 Thread crvi
Tracked in: https://gitlab.gnome.org/GNOME/rhythmbox/-/issues/1829

** Bug watch added: gitlab.gnome.org/GNOME/rhythmbox/-/issues #1829
   https://gitlab.gnome.org/GNOME/rhythmbox/-/issues/1829

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

Title:
  Rhythmbox plugin "Song Lyrics" not working

Status in rhythmbox package in Ubuntu:
  Confirmed

Bug description:
  With either rhythmbox-plugins-3.0.2-0ubuntu2 (Linux Mint 17.3 Cinnamon) or 
rhythmbox-plugins-3.3-1ubuntu7 (Linux Mint 18.2 XFCE) when the "Song Lyrics" 
plugin is enabled and the following are checked, lyrics are never displayed:
  * WinampCN (www.winampcn.com)
  * Dark Lyrics (darklyrics.com)
  * Jetlyrics (jetlyrics.com)
  * I didn't use the other two since I speak only English

  Looking at the code in '/usr/lib/rhythmbox/plugins/lyrics/' and
  experimenting with the queries suggests that the remote web sites have
  changed.

  For example, 'JetlyricsParser.py' has:
  * q = title + ' - ' + artist
  * url = 'http://www.jetlyrics.com/search.php?q=%s' % (q)

  But http://www.jetlyrics.com/search.php?q=acdc-hells+bells is 404,
  while doing it manually from http://www.jetlyrics.com/ yields
  http://lyrics.jetmute.com/search.php?q=acdc+hells+bells&search=Search
  with some results.

  Likewise DarkLyricsParser.py has:
  * url = 'http://www.darklyrics.com/lyrics/%s/%s.html' % (best_match.artist, 
best_match.album)

  But http://www.darklyrics.com/lyrics/acdc/hells+bells.html returns a
  404/search page and the  search "acdc hells bells" from that page is
  null but manually working through the form you can get
  https://www.azlyrics.com/lyrics/acdc/hellsbells.html.

  In those examples both the base web site and search strings have
  changed, rendering the plugin code out of date.

  Also, CTRL-L no longer works in either Mint 17's RB 3.0.2 or Mint 18's
  3.0.0, but "View > Song Lyrics" works.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1756597/+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 1894604] Re: Enable zeitgeist plugin

2020-10-15 Thread crvi
Just a FYI.

GNOME activity journal port to python3 is complete.

For more details please refer:

https://discourse.gnome.org/t/zeitgeist-gnome-activity-journal-1-0/4521/

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

Title:
  Enable zeitgeist plugin

Status in rhythmbox package in Ubuntu:
  New

Bug description:
  Rhythmbox zeitgeist plugin is currently not packaged due to:

  https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1313914

  Rhythmbox zeitgeist plugin has been ported to Python3 via Gobject
  introspection bindings:

  
https://gitlab.gnome.org/GNOME/rhythmbox/-/commit/efcb4653a13a723b5b99fb5e387f60d5110ae840

  More improvements to Rhythmbox zeitgeist plugin pending review:

  https://gitlab.gnome.org/GNOME/rhythmbox/-/merge_requests/75/commits

  Upstream zeitgeist is maintained at:

  https://gitlab.freedesktop.org/zeitgeist/zeitgeist/-/commits/master

  Debian bug:

  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=969713

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1894604/+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 1900068] [NEW] Upgrade to zeitgeist-1.0.3

2020-10-15 Thread crvi
Public bug reported:

Please do upgrade zeitgeist from current 1.0.2 to 1.0.3.

It is required for GNOME Activity Journal to work. GNOME Activity Journal has
been ported to GTK3. It will be available in GNOME repos shortly.

For more details:

https://discourse.gnome.org/t/zeitgeist-gnome-activity-journal-1-0/4521

** Affects: zeitgeist (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: "GNOME Activity Journal - new version based on zeitgeist 
1.0.3"
   
https://bugs.launchpad.net/bugs/1900068/+attachment/5422747/+files/multi-view-new.png

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

Title:
  Upgrade to zeitgeist-1.0.3

Status in zeitgeist package in Ubuntu:
  New

Bug description:
  Please do upgrade zeitgeist from current 1.0.2 to 1.0.3.

  It is required for GNOME Activity Journal to work. GNOME Activity Journal has
  been ported to GTK3. It will be available in GNOME repos shortly.

  For more details:

  https://discourse.gnome.org/t/zeitgeist-gnome-activity-
  journal-1-0/4521

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zeitgeist/+bug/1900068/+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 1890494] Re: Closing Rhythmbox does not free the media keys

2020-08-07 Thread crvi
What happens when you start rhythmbox with all plugins disabled, in
command line as below:

$ rhythmbox --disable-plugins

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

Title:
  Closing Rhythmbox does not free the media keys

Status in rhythmbox package in Ubuntu:
  Incomplete

Bug description:
  Closing Rhythmbox, does not free the media keys, and no program can
  use them after that, not even Rhythmbox if you restart it.

  This seems to be very close to bug #1036489, but that one was active 8
  years ago, and was marked as expired 6 years ago.

  Restarting the machine frees the media keys again.

  Steps to reproduce:

  1. Verify that the media keys work (restart the machine if not)
  2. close rhythmbox with right click on the taskbar icon, use "stop & quit"
  3. reopen rhythmbox, the media keys do not work.

  1. Verify that the media keys work (restart the machine if not)
  2. End the 'rhythmbox' process
  3. reopen rhythmbox, the media keys do not work.

  1. Verify that the media keys work (restart the machine if not)
  2. in rhythmbox go to preferences -> plugins -> click preferences for any 
plugin
  3. click the 'restart' next to "Restart the player for the changes to take 
effect"
  4. once rhythmbox restarts, the media keys do not work anymore.

  
  $ lsb_release -rd
  Description:  Ubuntu 20.04.1 LTS
  Release:  20.04

  
  $ apt-cache policy rhythmbox
  rhythmbox:
Installed: 3.4.4-1ubuntu2
Candidate: 3.4.4-1ubuntu2
Version table:
   *** 3.4.4-1ubuntu2 500
  500 http://fr.archive.ubuntu.com/ubuntu focal/main amd64 Packages
  100 /var/lib/dpkg/status

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1890494/+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 1890632] Re: Can't open preferences

2020-08-07 Thread crvi
Start rhythmbox from command line ( gnome-terminal ), as below:

$ rhythmbox --disable-plugins

The preferences should be visible. This is probably an issue with
alternative-toolbar plugin. You can disable the plugin in preferences,
and restart rhythmbox normally. If the issue goes away, please report a
bug at:

https://github.com/fossfreedom/alternative-toolbar/issues/new

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

Title:
  Can't open preferences

Status in rhythmbox package in Ubuntu:
  New

Bug description:
  I can't seem to access the rhymbox preferences.
  'Preferences' does not appear in the application menu (see attachment) since 
ubuntu 17.10.
  I was still able to edit the preferences from the menu under the song slider, 
but I have now accidentally removed the whole top bar (with the current song, 
the previous, next, pause buttons, and that menu button).

  So now I can't open the preferences, nor see the current song anymore,
  or have it display again.

  Note that the option in the view menu might have been from the
  Alternative-Toolbar plugin

  A temporary fix to get the view menu again would be appreciated too.

  $ lsb_release -rd
  Description: Ubuntu 20.04.1 LTS
  Release: 20.04

  $ apt-cache policy rhythmbox
  rhythmbox:
Installed: 3.4.4-1ubuntu2
Candidate: 3.4.4-1ubuntu2
Version table:
   *** 3.4.4-1ubuntu2 500
  500 http://fr.archive.ubuntu.com/ubuntu focal/main amd64 Packages
  100 /var/lib/dpkg/status

  
  Mirror of the attachment (screenshot of the application menu):
  https://i.imgur.com/CJUVoRZ.png

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1890632/+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 1878330] Re: wrong icon used in the about dialog

2020-08-07 Thread crvi
This issue was fixed in:

https://gitlab.gnome.org/GNOME/rhythmbox/-/issues/1775

This is different from the "About dialog" icon issue. Both were
regressions introduced after the new icon update.

** Bug watch added: gitlab.gnome.org/GNOME/rhythmbox/-/issues #1775
   https://gitlab.gnome.org/GNOME/rhythmbox/-/issues/1775

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

Title:
  wrong icon used in the about dialog

Status in rhythmbox package in Ubuntu:
  Fix Committed

Bug description:
  Broken image icon appears in the title bar, notifications, and in the
  about dialog

  These files are missing:
  /usr/share/icons/hicolor/
  ├── 16x16
  │   └── apps
  │   └── rhythmbox.png
  ├── 22x22
  │   └── apps
  │   └── rhythmbox.png
  ├── 24x24
  │   └── apps
  │   └── rhythmbox.png
  ├── 256x256
  │   └── apps
  │   └── rhythmbox.png
  ├── 32x32
  │   └── apps
  │   └── rhythmbox.png
  ├── 48x48
  │   └── apps
  │   └── rhythmbox.png
  └── scalable
  └── apps
  └── rhythmbox-symbolic.svg

  Rhythmbox Plugins: Tray Icon, ReplyGain, Notification,  MPRIS D-Bus
  interface, MediaServer2 D-Bus interface, and Hine rhythmbox on start

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: rhythmbox 3.4.4-1ubuntu2
  ProcVersionSignature: Ubuntu 5.4.0-29.33-generic 5.4.30
  Uname: Linux 5.4.0-29-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: XFCE
  Date: Wed May 13 00:03:50 2020
  InstallationDate: Installed on 2018-04-29 (744 days ago)
  InstallationMedia: Xubuntu 18.04 LTS "Bionic Beaver" - Release amd64 
(20180426)
  SourcePackage: rhythmbox
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1878330/+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 1890494] Re: Closing Rhythmbox does not free the media keys

2020-08-08 Thread crvi
The plugin which handles multimedia keys in "mmkeys". It is a built-in
plugin, meaning it won't show in the plugin list UI.

https://gitlab.gnome.org/GNOME/rhythmbox/-/blob/master/plugins/mmkeys
/rb-mmkeys-plugin.c

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

Title:
  Closing Rhythmbox does not free the media keys

Status in rhythmbox package in Ubuntu:
  Incomplete

Bug description:
  Closing Rhythmbox, does not free the media keys, and no program can
  use them after that, not even Rhythmbox if you restart it.

  This seems to be very close to bug #1036489, but that one was active 8
  years ago, and was marked as expired 6 years ago.

  Restarting the machine frees the media keys again.

  Steps to reproduce:

  1. Verify that the media keys work (restart the machine if not)
  2. close rhythmbox with right click on the taskbar icon, use "stop & quit"
  3. reopen rhythmbox, the media keys do not work.

  1. Verify that the media keys work (restart the machine if not)
  2. End the 'rhythmbox' process
  3. reopen rhythmbox, the media keys do not work.

  1. Verify that the media keys work (restart the machine if not)
  2. in rhythmbox go to preferences -> plugins -> click preferences for any 
plugin
  3. click the 'restart' next to "Restart the player for the changes to take 
effect"
  4. once rhythmbox restarts, the media keys do not work anymore.

  
  $ lsb_release -rd
  Description:  Ubuntu 20.04.1 LTS
  Release:  20.04

  
  $ apt-cache policy rhythmbox
  rhythmbox:
Installed: 3.4.4-1ubuntu2
Candidate: 3.4.4-1ubuntu2
Version table:
   *** 3.4.4-1ubuntu2 500
  500 http://fr.archive.ubuntu.com/ubuntu focal/main amd64 Packages
  100 /var/lib/dpkg/status

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1890494/+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 1890494] Re: Closing Rhythmbox does not free the media keys

2020-08-09 Thread crvi
Find whether you are running ubuntu in x11 mode or wayland mode. The
following could help:

https://unix.stackexchange.com/questions/202891/how-to-know-whether-
wayland-or-x11-is-being-used

If you are running in wayland mode, can you logout and login in x11
mode, and see if the issue happens. "mmkeys" plugin was written for x11.
It might need to be modified to support wayland.

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

Title:
  Closing Rhythmbox does not free the media keys

Status in rhythmbox package in Ubuntu:
  Incomplete

Bug description:
  Closing Rhythmbox, does not free the media keys, and no program can
  use them after that, not even Rhythmbox if you restart it.

  This seems to be very close to bug #1036489, but that one was active 8
  years ago, and was marked as expired 6 years ago.

  Restarting the machine frees the media keys again.

  Steps to reproduce:

  1. Verify that the media keys work (restart the machine if not)
  2. close rhythmbox with right click on the taskbar icon, use "stop & quit"
  3. reopen rhythmbox, the media keys do not work.

  1. Verify that the media keys work (restart the machine if not)
  2. End the 'rhythmbox' process
  3. reopen rhythmbox, the media keys do not work.

  1. Verify that the media keys work (restart the machine if not)
  2. in rhythmbox go to preferences -> plugins -> click preferences for any 
plugin
  3. click the 'restart' next to "Restart the player for the changes to take 
effect"
  4. once rhythmbox restarts, the media keys do not work anymore.

  
  $ lsb_release -rd
  Description:  Ubuntu 20.04.1 LTS
  Release:  20.04

  
  $ apt-cache policy rhythmbox
  rhythmbox:
Installed: 3.4.4-1ubuntu2
Candidate: 3.4.4-1ubuntu2
Version table:
   *** 3.4.4-1ubuntu2 500
  500 http://fr.archive.ubuntu.com/ubuntu focal/main amd64 Packages
  100 /var/lib/dpkg/status

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1890494/+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 1890494] Re: Closing Rhythmbox does not free the media keys

2020-08-10 Thread crvi
I don't have a multimedia keyboard. But, I am not seeing any issues with
an emulated multimedia keyboard, in ubuntu/x11 20.04 LTS.

I did the following to emulate multimedia keyboard:

Gnome -> Settings -> Keyboard Shortcuts -> Sound and Media

Mapped "Next track" to F8
Mapped "Pause playback" to F6
Mapped "Play (or play/pause)" to F5
Mapped "Previous track" to F7

Checked with Rhythmbox and Vlc. Works fine.

See, if this emulation works for you. That should narrow down the issue.

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

Title:
  Closing Rhythmbox does not free the media keys

Status in rhythmbox package in Ubuntu:
  Incomplete

Bug description:
  Closing Rhythmbox, does not free the media keys, and no program can
  use them after that, not even Rhythmbox if you restart it.

  This seems to be very close to bug #1036489, but that one was active 8
  years ago, and was marked as expired 6 years ago.

  Restarting the machine frees the media keys again.

  Steps to reproduce:

  1. Verify that the media keys work (restart the machine if not)
  2. close rhythmbox with right click on the taskbar icon, use "stop & quit"
  3. reopen rhythmbox, the media keys do not work.

  1. Verify that the media keys work (restart the machine if not)
  2. End the 'rhythmbox' process
  3. reopen rhythmbox, the media keys do not work.

  1. Verify that the media keys work (restart the machine if not)
  2. in rhythmbox go to preferences -> plugins -> click preferences for any 
plugin
  3. click the 'restart' next to "Restart the player for the changes to take 
effect"
  4. once rhythmbox restarts, the media keys do not work anymore.

  
  $ lsb_release -rd
  Description:  Ubuntu 20.04.1 LTS
  Release:  20.04

  
  $ apt-cache policy rhythmbox
  rhythmbox:
Installed: 3.4.4-1ubuntu2
Candidate: 3.4.4-1ubuntu2
Version table:
   *** 3.4.4-1ubuntu2 500
  500 http://fr.archive.ubuntu.com/ubuntu focal/main amd64 Packages
  100 /var/lib/dpkg/status

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1890494/+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 1893113] [NEW] Cannot add music

2020-08-26 Thread crvi
Public bug reported:

Please refer:

https://gitlab.gnome.org/GNOME/rhythmbox/-/issues/1790

** Affects: rhythmbox (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Cannot add music

Status in rhythmbox package in Ubuntu:
  New

Bug description:
  Please refer:

  https://gitlab.gnome.org/GNOME/rhythmbox/-/issues/1790

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1893113/+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 1893113] Re: Cannot add music

2020-08-26 Thread crvi
works.

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

Title:
  Cannot add music

Status in rhythmbox package in Ubuntu:
  Fix Committed
Status in rhythmbox source package in Focal:
  Triaged
Status in rhythmbox source package in Groovy:
  Fix Committed

Bug description:
  Please refer:

  https://gitlab.gnome.org/GNOME/rhythmbox/-/issues/1790

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1893113/+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 1893113] Re: Cannot add music

2020-08-27 Thread crvi
Please double check if anything else is broken due to 3.4.4 changes,
before ubuntu makes a release.

Thanks !

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

Title:
  Cannot add music

Status in rhythmbox-plugin-alternative-toolbar package in Ubuntu:
  Fix Committed
Status in rhythmbox-plugin-alternative-toolbar source package in Focal:
  Triaged
Status in rhythmbox-plugin-alternative-toolbar source package in Groovy:
  Fix Committed

Bug description:
  Please refer:

  https://gitlab.gnome.org/GNOME/rhythmbox/-/issues/1790

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox-plugin-alternative-toolbar/+bug/1893113/+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 1876716] Re: Error transferring track: "could not open resource for writing" when copying tracks to library

2020-06-14 Thread crvi
Is this a possible disk space issue ?

anyways try to open rhythmbox in terminal as below

$ rhythmbox -d &> ~/rhythmbox.log

and attach the rhythmbox.log

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

Title:
  Error transferring track: "could not open resource for writing" when
  copying tracks to library

Status in rhythmbox package in Ubuntu:
  New

Bug description:
  I tried adding my old iTunes music folder into my (empty) Rhythmbox
  library having the option 'Copy files that are outside the music
  library' checked. After clicking 'Import 4974 listed tracks'.

  Expected behaviour: 
  all files should've been copied to my Rhythmbox media folder.

  What happened instead: 
  the copy process got interupted with the following error: 

  Error transferring track: "could not open resource for writing"
  Only a few tracks where copied, I was able to press the button a few more 
times to copy a few more tracks, but then Rhythmbox crashed/closed and I had to 
restart it.

  
  I also tried it with just a few tracks. That worked, but the same error 
message came up when trying to copy tracks that were added to the library 
before.

  
  ---

  Description:  Zorin OS 15.2
  Release:  15

  rhythmbox:
Installed: 3.4.2-4ubuntu1
Candidate: 3.4.2-4ubuntu1
Version table:
   *** 3.4.2-4ubuntu1 500
  500 http://nl.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
  100 /var/lib/dpkg/status

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1876716/+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 1767505] Re: Rhythmbox Radio - Internal Data Stream Error

2020-06-14 Thread crvi
I cannot reproduce this issue on the latest Ubuntu 18.04.4 LTS (
rhythmbox - 3.4.2-4ubuntu1 ) with the default radio stations shipped
with rhythmbox. I tried with and without crossfade.

If this issue is still reproducible, please provide the following
information:

1. Mention the station URL.

2. Is this with or without crossfade feature ?

3. Try to open rhythmbox in terminal as below

$ rhythmbox -d &> ~/rhythmbox.log

start playing the radio station and when the error shows up, close
rhythmbox and attach the rhythmbox.log file in the bug report.

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

Title:
  Rhythmbox Radio - Internal Data Stream Error

Status in rhythmbox package in Ubuntu:
  Confirmed

Bug description:
  When trying to play any radio station, I get a dialog that states
  after about 20 seconds of playing:

  Couldn't start playback

  Internal data stream error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1767505/+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 1876716] Re: Error transferring track: "could not open resource for writing" when copying tracks to library

2020-06-16 Thread crvi
1. Error transferring track: "could not open resource for writing"

This error is displayed if the imported ( copy mode ) song is already
available in Rhythmbox Music Library. So, if you import ( copy mode )
the same song more than once, this message will be displayed. The import
is aborted as a safety measure to avoid unintentionally overwriting your
files in the Music Library ( which might have better metadata tag /
album art than the copy source ). The error message displayed in the
dialog could be better and the UI dialog could offer a choice to "skip /
skip all / overwrite / overwrite all / cancel" to the user. You can open
a new issue on this at

https://gitlab.gnome.org/GNOME/rhythmbox/-/issues/new

providing all necessary info.

2. The "error" mentioned in the initial bug description ( Import 4974
listed tracks ) is what I think is a hidden issue. I would guess that
there are duplicate songs / tracks in your iTunes library, which
Rhythmbox import code detects and fails. Try repeating the steps in the
initial bug description ( start from empty Rhythmbox Library ). Capture
the "rhythmbox.log" and attach it here.

Hint: Look for "Could not open resource for writing" string in the
rhythmbox.log. The song listed in the line above this error message is
the duplicate file which causes the import to fail.

3. The "crash" mentioned in the initial bug description is a different
bug tracked in:

https://gitlab.gnome.org/GNOME/rhythmbox/-/issues/1768

You can update it with your findings.

** Bug watch added: gitlab.gnome.org/GNOME/rhythmbox/-/issues #1768
   https://gitlab.gnome.org/GNOME/rhythmbox/-/issues/1768

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

Title:
  Error transferring track: "could not open resource for writing" when
  copying tracks to library

Status in rhythmbox package in Ubuntu:
  New

Bug description:
  I tried adding my old iTunes music folder into my (empty) Rhythmbox
  library having the option 'Copy files that are outside the music
  library' checked. After clicking 'Import 4974 listed tracks'.

  Expected behaviour: 
  all files should've been copied to my Rhythmbox media folder.

  What happened instead: 
  the copy process got interupted with the following error: 

  Error transferring track: "could not open resource for writing"
  Only a few tracks where copied, I was able to press the button a few more 
times to copy a few more tracks, but then Rhythmbox crashed/closed and I had to 
restart it.

  
  I also tried it with just a few tracks. That worked, but the same error 
message came up when trying to copy tracks that were added to the library 
before.

  
  ---

  Description:  Zorin OS 15.2
  Release:  15

  rhythmbox:
Installed: 3.4.2-4ubuntu1
Candidate: 3.4.2-4ubuntu1
Version table:
   *** 3.4.2-4ubuntu1 500
  500 http://nl.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
  100 /var/lib/dpkg/status

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1876716/+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 256373] Re: rhythmbox tag editing issue (back button in file property menu becomes inactive)

2020-06-16 Thread crvi
I think this is fixed in 3.4.3

Refer https://bugzilla.gnome.org/show_bug.cgi?id=789632

** Bug watch added: bugzilla.gnome.org/ #789632
   https://bugzilla.gnome.org/show_bug.cgi?id=789632

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

Title:
  rhythmbox tag editing issue (back button in file property menu becomes
  inactive)

Status in Rhythmbox:
  New
Status in rhythmbox package in Ubuntu:
  Fix Released

Bug description:
  Binary package hint: rhythmbox

  Hello all,

  A strange behaviour of rhythmbox (version 0.11.5, german translation)
  occured on my laptop:

  I select a few music files to edit their properties. Right-clicking on one 
file brings up a menu from which I select 'properties'. Using the 'back' and 
'next' buttons I adjust artist, title, album etc.
  So far things are working fine.

  When I reach the end of the list of prior selected music files sometimes 
(rather seldom) the 'back' button turns to grey and becomes inactive. Strangely 
enough the 'next' button is still active even thought there is no next file in 
the selection.
  While the 'back'-button in the properties menu is 'out of order' I have the 
close that menu and manually choose another music file from the selection. This 
occures to be rather strange to me. There could be something going on with the 
GUI of the file property menu.

  If you need any further description or system output from my laptop
  please let me know. I am running Ubuntu 8.04 on an IBM T40 laptop.

  Kind regards, Tobias

To manage notifications about this bug go to:
https://bugs.launchpad.net/rhythmbox/+bug/256373/+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 130213] Re: rhythmbox doesn't play the next song after first song finished

2020-06-17 Thread crvi
>From the log file, it appears that playback paused for file
/home/einar/Music/music/windows-music/EWHK.m4a after 1 sec.

You can try the following steps to figure where the issue is:

1. Rhythmbox ( RB ) uses gstreamer backend for playing audio files. This
step confirms if the problem is with gstreamer or RB. Run the following
commands from the gnome terminal.

$ sudo apt-get install gstreamer1.0-tools
$ gst-launch-1.0 playbin 
uri="file:///home/einar/Music/music/windows-music/EWHK.m4a"

This should play the audio file. If this doesn't work, the issue is with
gstreamer, not Rhythmbox.

2. If the above step goes fine, the issue is with Rhythmbox. Ubuntu
16.04 LTS ships with RB 3.3. This is quite old. Try RB 3.4.2 which is
the highest version supported by 16.04. Run the following commands from
the gnome terminal. This should take ~ 15 mins.

Build Rhythmbox 3.4.2 from source
==

$ sudo apt-get build-dep rhythmbox
$ sudo apt-get install git
$ git clone https://gitlab.gnome.org/GNOME/rhythmbox.git
$ cd rhythmbox/
$ git checkout tags/v3.4.2 -b v3.4.2
$ ./autogen.sh
$ make
$ shell/rhythmbox --version

Start Rhythmbox 3.4.2
=

$ shell/rhythmbox

Try playing /home/einar/Music/music/windows-music/EWHK.m4a now. If the
audio gets stuck again, list the exact steps for reproducing the bug and
attach output of "shell/rhythmbox --debug" from 3.4.2.

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

Title:
  rhythmbox doesn't play the next song after first song finished

Status in rhythmbox package in Ubuntu:
  Fix Released

Bug description:
  Binary package hint: rhythmbox

  (I'm not English... I'll try to write as well as I can)

  Hi Community!

  The problem starts today, no updates, no strange happening... nothing.

  Often Rhytmbox stop playing after the song finished. It doesn't play
  the next song... I'm using the shuffle mode.

  After restarting rb it seems to work correctly... maybe a one-time
  error

  Bye bye
  _LameMind

  ProblemType: Bug
  Architecture: i386
  Date: Fri Aug  3 17:49:26 2007
  DistroRelease: Ubuntu 7.04
  ExecutablePath: /usr/bin/rhythmbox
  Package: rhythmbox 0.11.1-0ubuntu2~pollycoke1
  PackageArchitecture: i386
  ProcCmdline: rhythmbox
  ProcCwd: /home/lamemind
  ProcEnviron:
   
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games
   LANG=it_IT.UTF-8
   SHELL=/bin/bash
  SourcePackage: rhythmbox
  Uname: Linux WrkSt@t 2.6.20-16-generic #2 SMP Thu Jun 7 20:19:32 UTC 2007 
i686 GNU/Linux
  UnreportableReason: Questo non è un pacchetto Ubuntu genuino

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/130213/+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 130213] Re: rhythmbox doesn't play the next song after first song finished

2020-06-17 Thread crvi
Note 1: It is strongly advisable to do Step [2] in the above comment as
a new user. ( Create a new user in GNOME Settings. Log off and Log in as
new user ). This is necessary since newer versions of RB ( e.g. 3.4.2 )
might install newer config formats / new database formats under $HOME
which the old RB ( e.g. 3.3 ) might not understand.

Note 2: Building and starting RB 3.4.2 in Step [2] in the above comment
will not disturb existing RB 3.3 installation.

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

Title:
  rhythmbox doesn't play the next song after first song finished

Status in rhythmbox package in Ubuntu:
  Fix Released

Bug description:
  Binary package hint: rhythmbox

  (I'm not English... I'll try to write as well as I can)

  Hi Community!

  The problem starts today, no updates, no strange happening... nothing.

  Often Rhytmbox stop playing after the song finished. It doesn't play
  the next song... I'm using the shuffle mode.

  After restarting rb it seems to work correctly... maybe a one-time
  error

  Bye bye
  _LameMind

  ProblemType: Bug
  Architecture: i386
  Date: Fri Aug  3 17:49:26 2007
  DistroRelease: Ubuntu 7.04
  ExecutablePath: /usr/bin/rhythmbox
  Package: rhythmbox 0.11.1-0ubuntu2~pollycoke1
  PackageArchitecture: i386
  ProcCmdline: rhythmbox
  ProcCwd: /home/lamemind
  ProcEnviron:
   
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games
   LANG=it_IT.UTF-8
   SHELL=/bin/bash
  SourcePackage: rhythmbox
  Uname: Linux WrkSt@t 2.6.20-16-generic #2 SMP Thu Jun 7 20:19:32 UTC 2007 
i686 GNU/Linux
  UnreportableReason: Questo non è un pacchetto Ubuntu genuino

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/130213/+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 1903207] [NEW] Fast forwards through files without playing when Crossfade Playback is enabled ( in gstreamer 1.18+ )

2020-11-05 Thread crvi
Public bug reported:

Playback fails when crossfade is enabled in gstreamer 1.18+

Upstream bug: https://gitlab.gnome.org/GNOME/rhythmbox/-/issues/1835

** Affects: rhythmbox (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Fast forwards through files without playing when Crossfade Playback is
  enabled ( in gstreamer 1.18+ )

Status in rhythmbox package in Ubuntu:
  New

Bug description:
  Playback fails when crossfade is enabled in gstreamer 1.18+

  Upstream bug: https://gitlab.gnome.org/GNOME/rhythmbox/-/issues/1835

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1903207/+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 1903207] Re: Fast forwards through files without playing when Crossfade Playback is enabled ( in gstreamer 1.18+ )

2020-11-05 Thread crvi
Fixed in upstream commit:

https://gitlab.gnome.org/GNOME/rhythmbox/-/commit/3360f18d15cd6fabcadac56bc07d4ca133fa661f

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

Title:
  Fast forwards through files without playing when Crossfade Playback is
  enabled ( in gstreamer 1.18+ )

Status in rhythmbox package in Ubuntu:
  New

Bug description:
  Playback fails when crossfade is enabled in gstreamer 1.18+

  Upstream bug: https://gitlab.gnome.org/GNOME/rhythmbox/-/issues/1835

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1903207/+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 1903207] Re: Fast forwards through files without playing when Crossfade Playback is enabled ( in gstreamer 1.18+ )

2020-11-09 Thread crvi
Thanks for looking into this. The issue is fixed in latest ubuntu /
debian.

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

Title:
  Fast forwards through files without playing when Crossfade Playback is
  enabled ( in gstreamer 1.18+ )

Status in rhythmbox package in Ubuntu:
  Fix Released

Bug description:
  Playback fails when crossfade is enabled in gstreamer 1.18+

  Upstream bug: https://gitlab.gnome.org/GNOME/rhythmbox/-/issues/1835

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1903207/+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 1903593] Re: rhythmbox-metadata assert failure: rhythmbox-metadata: ../nouveau/pushbuf.c:723: nouveau_pushbuf_data: Assertion `kref' failed.

2020-11-09 Thread crvi
Thanks for reporting the bug.

I don't think this has anything to do with rhythmbox. This is probably
an issue with 'nouveau' driver while reading a video file, which you've
accidentally added to rhythmbox.

That would be my guess.

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

Title:
  rhythmbox-metadata assert failure: rhythmbox-metadata:
  ../nouveau/pushbuf.c:723: nouveau_pushbuf_data: Assertion `kref'
  failed.

Status in rhythmbox package in Ubuntu:
  New

Bug description:
  Nothing to add, the player worked correctly.
  B.R. & thanks

  ProblemType: Crash
  DistroRelease: Ubuntu 21.04
  Package: rhythmbox 3.4.4-1ubuntu3.2
  ProcVersionSignature: Ubuntu 5.8.0-26.27-generic 5.8.14
  Uname: Linux 5.8.0-26-generic x86_64
  ApportVersion: 2.20.11-0ubuntu51
  Architecture: amd64
  AssertionMessage: rhythmbox-metadata: ../nouveau/pushbuf.c:723: 
nouveau_pushbuf_data: Assertion `kref' failed.
  CasperMD5CheckResult: skip
  CrashCounter: 1
  CurrentDesktop: ubuntu:GNOME
  Date: Mon Nov  9 22:04:33 2020
  EcryptfsInUse: Yes
  ExecutablePath: /usr/lib/rhythmbox/rhythmbox-metadata
  InstallationDate: Installed on 2016-10-30 (1471 days ago)
  InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Release amd64 (20161012.2)
  ProcCmdline: /usr/lib/rhythmbox/rhythmbox-metadata unix:tmpdir=/tmp
  Signal: 6
  SourcePackage: rhythmbox
  StacktraceTop:
   __assert_fail_base (fmt=0x7fdf7311a458 "%s%s%s:%u: %s%sAssertion `%s' 
failed.\n%n", assertion=0x7fdf61e47068 "kref", file=0x7fdf61e47052 
"../nouveau/pushbuf.c", line=723, function=) at assert.c:92
   __GI___assert_fail (assertion=0x7fdf61e47068 "kref", file=0x7fdf61e47052 
"../nouveau/pushbuf.c", line=723, function=0x7fdf61e471a0 
"nouveau_pushbuf_data") at assert.c:101
   () at /usr/lib/x86_64-linux-gnu/libdrm_nouveau.so.2
   nouveau_pushbuf_data () at /usr/lib/x86_64-linux-gnu/libdrm_nouveau.so.2
   () at /usr/lib/x86_64-linux-gnu/libdrm_nouveau.so.2
  Title: rhythmbox-metadata assert failure: rhythmbox-metadata: 
../nouveau/pushbuf.c:723: nouveau_pushbuf_data: Assertion `kref' failed.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd netdev plugdev sambashare sudo
  separator:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1903593/+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 1890632] Re: Can't open preferences

2020-11-09 Thread crvi
Is this still an issue ?

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

Title:
  Can't open preferences

Status in rhythmbox package in Ubuntu:
  New

Bug description:
  I can't seem to access the rhymbox preferences.
  'Preferences' does not appear in the application menu (see attachment) since 
ubuntu 17.10.
  I was still able to edit the preferences from the menu under the song slider, 
but I have now accidentally removed the whole top bar (with the current song, 
the previous, next, pause buttons, and that menu button).

  So now I can't open the preferences, nor see the current song anymore,
  or have it display again.

  Note that the option in the view menu might have been from the
  Alternative-Toolbar plugin

  A temporary fix to get the view menu again would be appreciated too.

  $ lsb_release -rd
  Description: Ubuntu 20.04.1 LTS
  Release: 20.04

  $ apt-cache policy rhythmbox
  rhythmbox:
Installed: 3.4.4-1ubuntu2
Candidate: 3.4.4-1ubuntu2
Version table:
   *** 3.4.4-1ubuntu2 500
  500 http://fr.archive.ubuntu.com/ubuntu focal/main amd64 Packages
  100 /var/lib/dpkg/status

  
  Mirror of the attachment (screenshot of the application menu):
  https://i.imgur.com/CJUVoRZ.png

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1890632/+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 1654733] Re: Incorrect Bitrate shown after mp3 VBR encoding

2021-02-02 Thread crvi
Seems to work fine here. Encoded a wav to mp3-vbr (quality=0.0)

Output bitrate = 224 kbps

$ gst-discoverer-1.0 Track1.mp3

Analyzing file:///home/gst/Music/X/Y/Track1.mp3
Done discovering file:///home/gst/Music/X/Y/Track1.mp3

Topology:
  unknown: ID3 tag
audio: MPEG-1 Layer 3 (MP3)

Properties:
  Duration: 0:09:15.23100
  Seekable: yes
  Live: no
  Tags: 
  track count: 6
  track number: 4
  encoder: Rhythmbox 123451234
  title: X
  artist: Y
  album: Z
  genre: Test
  container format: ID3 tag
  has crc: false
  channel mode: joint-stereo
  audio codec: MPEG-1 Layer 3 (MP3)
  nominal bitrate: 224000

Where do you see the incorrect bitrate ?

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

Title:
  Incorrect Bitrate shown after mp3 VBR encoding

Status in Rhythmbox:
  Expired
Status in rhythmbox package in Ubuntu:
  Triaged

Bug description:
  Ubuntu 16.04 rhythmbox 3.3

  Wrong bitrate reported in file metatdata even though file seems to be
  correct quality and size after CD import. Metadata shown incorrectly
  in rhythmbox, nautilus and vlc (PC and Android).

  Case 1
  Rhythmbox rip
  Edit/preferences/music VBR quality 0,0 selected (best quality)
  track imported from CD; size of mp3 file = 9,0 MB
  Bitrate shown in metadata: 31 kbps
  Sample rate 44100

  Case 2
  Rhythmbox rip
  Edit/preferences/music VBR quality 9,9 selected (lowest quality)
  track imported from CD; size of mp3 file = 1,3 MB
  Bitrate shown in metadata: 7 kbps
  Sample rate 11025

  Case 3 - different software
  Asunder CD ripper VBR 245 kbps (best quality)
  track imported from CD; size of mp3 file = 9,0 MB (same as case 1 above)
  Bitrate shown in metadata: 237 kbps
  Sample rate 44100

  Track used: Rickie Jones Pirates track 1, 5 min 30 secs

To manage notifications about this bug go to:
https://bugs.launchpad.net/rhythmbox/+bug/1654733/+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 1915974] [NEW] Keyboard shortcuts not working sometimes

2021-02-17 Thread crvi
Public bug reported:

Sometimes rhythmbox keyboard shortcuts like Ctrl+Q might not work.

This is fixed in
https://gitlab.gnome.org/GNOME/rhythmbox/-/merge_requests/94

** Affects: rhythmbox (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Keyboard shortcuts not working sometimes

Status in rhythmbox package in Ubuntu:
  New

Bug description:
  Sometimes rhythmbox keyboard shortcuts like Ctrl+Q might not work.

  This is fixed in
  https://gitlab.gnome.org/GNOME/rhythmbox/-/merge_requests/94

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1915974/+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 1894604] Re: Enable zeitgeist plugin

2021-02-17 Thread crvi
fyi

GNOME activity journal 1.0.0 in debian and ubuntu:

https://packages.ubuntu.com/hirsute/gnome-activity-journal
https://packages.debian.org/search?keywords=gnome-activity-journal

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

Title:
  Enable zeitgeist plugin

Status in rhythmbox package in Ubuntu:
  New

Bug description:
  Rhythmbox zeitgeist plugin is currently not packaged due to:

  https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1313914

  Rhythmbox zeitgeist plugin has been ported to Python3 via Gobject
  introspection bindings:

  
https://gitlab.gnome.org/GNOME/rhythmbox/-/commit/efcb4653a13a723b5b99fb5e387f60d5110ae840

  More improvements to Rhythmbox zeitgeist plugin pending review:

  https://gitlab.gnome.org/GNOME/rhythmbox/-/merge_requests/75/commits

  Upstream zeitgeist is maintained at:

  https://gitlab.freedesktop.org/zeitgeist/zeitgeist/-/commits/master

  Debian bug:

  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=969713

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1894604/+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 1915974] Re: Keyboard shortcuts not working sometimes

2021-03-08 Thread crvi
Fix is now available in
https://gitlab.gnome.org/GNOME/rhythmbox/-/commit/f19be5337f7f9eeff996c20bc1f9fd8291054c25

** Summary changed:

- Keyboard shortcuts not working sometimes 
+ Keyboard shortcuts not working sometimes ( fix released )

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

Title:
  Keyboard shortcuts not working sometimes ( fix released )

Status in rhythmbox package in Ubuntu:
  New

Bug description:
  Sometimes rhythmbox keyboard shortcuts like Ctrl+Q might not work.

  This is fixed in
  https://gitlab.gnome.org/GNOME/rhythmbox/-/merge_requests/94

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1915974/+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 1890632] Re: Can't open preferences

2021-03-08 Thread crvi
Moving to rhythmbox-plugin-alternative-toolbar package

** Package changed: rhythmbox (Ubuntu) => rhythmbox-plugin-alternative-
toolbar (Ubuntu)

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

Title:
  Can't open preferences

Status in rhythmbox-plugin-alternative-toolbar package in Ubuntu:
  New

Bug description:
  I can't seem to access the rhymbox preferences.
  'Preferences' does not appear in the application menu (see attachment) since 
ubuntu 17.10.
  I was still able to edit the preferences from the menu under the song slider, 
but I have now accidentally removed the whole top bar (with the current song, 
the previous, next, pause buttons, and that menu button).

  So now I can't open the preferences, nor see the current song anymore,
  or have it display again.

  Note that the option in the view menu might have been from the
  Alternative-Toolbar plugin

  A temporary fix to get the view menu again would be appreciated too.

  $ lsb_release -rd
  Description: Ubuntu 20.04.1 LTS
  Release: 20.04

  $ apt-cache policy rhythmbox
  rhythmbox:
Installed: 3.4.4-1ubuntu2
Candidate: 3.4.4-1ubuntu2
Version table:
   *** 3.4.4-1ubuntu2 500
  500 http://fr.archive.ubuntu.com/ubuntu focal/main amd64 Packages
  100 /var/lib/dpkg/status

  
  Mirror of the attachment (screenshot of the application menu):
  https://i.imgur.com/CJUVoRZ.png

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox-plugin-alternative-toolbar/+bug/1890632/+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 1844594] Re: rhythmbox crashed with ImportError: could not import gobject (version mismatch, 3.34.0 is required, found 3.33.1)

2021-03-08 Thread crvi
I don't think this has anything to do with rhythmbox.

>From below logs, it's obvious that the system is in an unstable state:

Sep 19 01:10:09 username rhythmbox[5300]: Error initializing Python Plugin 
Loader: PyGObject initialization failed
Sep 19 01:10:09 username rhythmbox[5300]: Please check the installation of all 
the Python related packages required by libpeas and try again
Sep 19 01:10:09 username rhythmbox[5300]: Loader 'python3' is not a valid 
PeasPluginLoader instance

Resolving as invalid.

Please feel free to re-open if necessary.

Thanks!

** Changed in: rhythmbox (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  rhythmbox crashed with ImportError: could not import gobject (version
  mismatch, 3.34.0 is required, found 3.33.1)

Status in rhythmbox package in Ubuntu:
  Invalid

Bug description:
  Ubuntu 19.10 daily test (QA 'live')

  I was opening random apps; one of which was rhythmbox - which after
  closing a crash window appeared. I clicked send and it closed (nothing
  further).

  On examination there was a .crash in /var/crash/ so I `ubuntu-bug`'d
  that report.  Thus this.

  I wanted to add files from the partition I'd mounted earlier in
  `files` (nautilus), however I couldn't find it in rhythmbox window
  (not my usual music player) so I just closed app. It was after this
  that I had the error pop-up; so really I'd done nothing except try and
  navigate to my mounted hdd within rhythmbox only.

  ProblemType: Crash
  DistroRelease: Ubuntu 19.10
  Package: rhythmbox 3.4.3-2ubuntu1
  ProcVersionSignature: Ubuntu 5.3.0-10.11-generic 5.3.0-rc8
  Uname: Linux 5.3.0-10-generic x86_64
  ApportVersion: 2.20.11-0ubuntu7
  Architecture: amd64
  CasperVersion: 1.415
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Sep 19 01:10:09 2019
  ExecutablePath: /usr/bin/rhythmbox
  LiveMediaBuild: Ubuntu 19.10 "Eoan Ermine" - Alpha amd64 (20190917)
  ProcCmdline: rhythmbox
  ProcEnviron:
   LANG=C.UTF-8
   PATH=(custom, no user)
   SHELL=/bin/bash
   XDG_RUNTIME_DIR=
  PythonArgs: []
  SourcePackage: rhythmbox
  Title: rhythmbox crashed with ImportError: could not import gobject (version 
mismatch, 3.34.0 is required, found 3.33.1)
  Traceback: ImportError: could not import gobject (version mismatch, 3.34.0 is 
required, found 3.33.1)
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  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/rhythmbox/+bug/1844594/+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 1876716] Re: Error transferring track: "could not open resource for writing" when copying tracks to library

2021-03-08 Thread crvi
** Changed in: rhythmbox (Ubuntu)
   Status: New => Confirmed

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

Title:
  Error transferring track: "could not open resource for writing" when
  copying tracks to library

Status in rhythmbox package in Ubuntu:
  Confirmed

Bug description:
  I tried adding my old iTunes music folder into my (empty) Rhythmbox
  library having the option 'Copy files that are outside the music
  library' checked. After clicking 'Import 4974 listed tracks'.

  Expected behaviour: 
  all files should've been copied to my Rhythmbox media folder.

  What happened instead: 
  the copy process got interupted with the following error: 

  Error transferring track: "could not open resource for writing"
  Only a few tracks where copied, I was able to press the button a few more 
times to copy a few more tracks, but then Rhythmbox crashed/closed and I had to 
restart it.

  
  I also tried it with just a few tracks. That worked, but the same error 
message came up when trying to copy tracks that were added to the library 
before.

  
  ---

  Description:  Zorin OS 15.2
  Release:  15

  rhythmbox:
Installed: 3.4.2-4ubuntu1
Candidate: 3.4.2-4ubuntu1
Version table:
   *** 3.4.2-4ubuntu1 500
  500 http://nl.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
  100 /var/lib/dpkg/status

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1876716/+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 1903593] Re: rhythmbox-metadata assert failure: rhythmbox-metadata: ../nouveau/pushbuf.c:723: nouveau_pushbuf_data: Assertion `kref' failed.

2021-03-08 Thread crvi
Moving to xserver-xorg-video-nouveau package, as this has nothing to do
with rhythmbox.

** Package changed: rhythmbox (Ubuntu) => xserver-xorg-video-nouveau
(Ubuntu)

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

Title:
  rhythmbox-metadata assert failure: rhythmbox-metadata:
  ../nouveau/pushbuf.c:723: nouveau_pushbuf_data: Assertion `kref'
  failed.

Status in xserver-xorg-video-nouveau package in Ubuntu:
  New

Bug description:
  Nothing to add, the player worked correctly.
  B.R. & thanks

  ProblemType: Crash
  DistroRelease: Ubuntu 21.04
  Package: rhythmbox 3.4.4-1ubuntu3.2
  ProcVersionSignature: Ubuntu 5.8.0-26.27-generic 5.8.14
  Uname: Linux 5.8.0-26-generic x86_64
  ApportVersion: 2.20.11-0ubuntu51
  Architecture: amd64
  AssertionMessage: rhythmbox-metadata: ../nouveau/pushbuf.c:723: 
nouveau_pushbuf_data: Assertion `kref' failed.
  CasperMD5CheckResult: skip
  CrashCounter: 1
  CurrentDesktop: ubuntu:GNOME
  Date: Mon Nov  9 22:04:33 2020
  EcryptfsInUse: Yes
  ExecutablePath: /usr/lib/rhythmbox/rhythmbox-metadata
  InstallationDate: Installed on 2016-10-30 (1471 days ago)
  InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Release amd64 (20161012.2)
  ProcCmdline: /usr/lib/rhythmbox/rhythmbox-metadata unix:tmpdir=/tmp
  Signal: 6
  SourcePackage: rhythmbox
  StacktraceTop:
   __assert_fail_base (fmt=0x7fdf7311a458 "%s%s%s:%u: %s%sAssertion `%s' 
failed.\n%n", assertion=0x7fdf61e47068 "kref", file=0x7fdf61e47052 
"../nouveau/pushbuf.c", line=723, function=) at assert.c:92
   __GI___assert_fail (assertion=0x7fdf61e47068 "kref", file=0x7fdf61e47052 
"../nouveau/pushbuf.c", line=723, function=0x7fdf61e471a0 
"nouveau_pushbuf_data") at assert.c:101
   () at /usr/lib/x86_64-linux-gnu/libdrm_nouveau.so.2
   nouveau_pushbuf_data () at /usr/lib/x86_64-linux-gnu/libdrm_nouveau.so.2
   () at /usr/lib/x86_64-linux-gnu/libdrm_nouveau.so.2
  Title: rhythmbox-metadata assert failure: rhythmbox-metadata: 
../nouveau/pushbuf.c:723: nouveau_pushbuf_data: Assertion `kref' failed.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd netdev plugdev sambashare sudo
  separator:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/1903593/+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 1836459] Re: Rythmbox fails to read mp3 tags

2021-03-08 Thread crvi
Because it's not an MP3 file. It's Webm container with opus audio.

$ youtube-dl --extract-audio --audio-format mp3 "https://youtu.be/Sqk3B2041uk"; 
--output test.mp3
[youtube] Sqk3B2041uk: Downloading webpage
[download] Destination: test.mp3
[download] 100% of 2.07MiB in 00:01
[ffmpeg] Post-process file test.mp3 exists, skipping

$ gst-typefind-1.0 test.mp3 
test.mp3 - audio/webm


** Changed in: rhythmbox (Ubuntu)
   Status: New => Incomplete

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

Title:
  Rythmbox fails to read mp3 tags

Status in rhythmbox package in Ubuntu:
  Incomplete

Bug description:
  Please note, that I'm not 100 % sure if this is a bug in rythmbox, it
  could be a bug in id3v2 or in youtube-dl, but I think it's in
  Rythmbox.

  How to reproduce:
  Step 1: Run the following commands:
  sudo apt install youtube-dl ffmpeg id3v2 -y
  youtube-dl --extract-audio --audio-format mp3 "https://youtu.be/Sqk3B2041uk"; 
--output test.mp3
  id3v2 -t "cooltitle" -a "coolartist" test.mp3

  In theory this should create an mp3 file "test.mp3" with the title 
"cooltitle" and the artist "coolartist". I confirmed this using id3info 
test.mp3 :
  *** Tag information for test.mp3
  === TIT2 (Title/songname/content description): cooltitle
  === TPE1 (Lead performer(s)/Soloist(s)): coolartist
  *** mp3 info
  MPEG1/layer I
  Bitrate: 320KBps
  Frequency: 44KHz

  When I open test.mp3 using Rythmbox, Rythmbox is able to play this
  song, but its says that the artist is unknown an the title is
  test.mp3.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1836459/+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 1773266] Re: Rhythmbox displays the wrong album art

2021-03-08 Thread crvi
Need more information.

** Changed in: rhythmbox (Ubuntu)
   Status: New => Incomplete

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

Title:
   Rhythmbox displays the wrong album art

Status in rhythmbox package in Ubuntu:
  Incomplete

Bug description:
  rhythmbox displays the wrong album art despite that the file has it's
  own album art & other applications like (Videos) show the right one

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: rhythmbox 3.4.2-4ubuntu1
  Architecture: amd64

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1773266/+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 1837422] Re: podcast with filename greater than 255 cannot be downloaded

2021-03-08 Thread crvi
Cannot reproduce.

Downloads fine in 3.4.3 / 3.4.4.

$ ls -l

total 343284
-rw-r--r-- 1 xyz xyz 49257976 Mar  9 00:13 "Facts_Aren't_Enough.mp3"
-rw-r--r-- 1 xyz xyz 33746255 Mar  9 00:13  Finding_Your_Voice.mp3
-rw-r--r-- 1 xyz xyz 32179750 Mar  9 00:14  I_Buy,_Therefore_I_Am.mp3
-rw-r--r-- 1 xyz xyz 23744078 Mar  9 00:15  Me,_Myself,_and_IKEA.mp3
-rw-r--r-- 1 xyz xyz 45661442 Mar  9 00:15  Our_Animal_Instincts.mp3
-rw-r--r-- 1 xyz xyz 33678540 Mar  9 00:15  People_Like_Us.mp3
-rw-r--r-- 1 xyz xyz 36635201 Mar  9 00:14  The_Fox_And_The_Hedgehog.mp3
-rw-r--r-- 1 xyz xyz 45123518 Mar  9 00:14  The_Lazarus_Drug.mp3
-rw-r--r-- 1 xyz xyz 51084886 Mar  9 00:13  You_2_0_The_Empathy_Gym.mp3


** Changed in: rhythmbox (Ubuntu)
   Status: New => Incomplete

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

Title:
  podcast with filename greater than 255 cannot be downloaded

Status in rhythmbox package in Ubuntu:
  Incomplete

Bug description:
  Subscribe to "hidden brain". 
  Try to download podcast from first week of July.

  File will not download and will be marked as failed.

  Look at properties. Filename is greater than 255. 
  Such long filenames are not supported on Linux.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1837422/+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 1890632] Re: Can't open preferences

2021-03-08 Thread crvi
> Reset rhythmbox gsettings via https://askubuntu.com/questions/7979
/how-can-i-reset-all-rhythmbox-preferences-and-library-
information/271950#271950

can you clarify why this is required ?

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

Title:
  Can't open preferences

Status in rhythmbox-plugin-alternative-toolbar package in Ubuntu:
  Invalid

Bug description:
  I can't seem to access the rhymbox preferences.
  'Preferences' does not appear in the application menu (see attachment) since 
ubuntu 17.10.
  I was still able to edit the preferences from the menu under the song slider, 
but I have now accidentally removed the whole top bar (with the current song, 
the previous, next, pause buttons, and that menu button).

  So now I can't open the preferences, nor see the current song anymore,
  or have it display again.

  Note that the option in the view menu might have been from the
  Alternative-Toolbar plugin

  A temporary fix to get the view menu again would be appreciated too.

  $ lsb_release -rd
  Description: Ubuntu 20.04.1 LTS
  Release: 20.04

  $ apt-cache policy rhythmbox
  rhythmbox:
Installed: 3.4.4-1ubuntu2
Candidate: 3.4.4-1ubuntu2
Version table:
   *** 3.4.4-1ubuntu2 500
  500 http://fr.archive.ubuntu.com/ubuntu focal/main amd64 Packages
  100 /var/lib/dpkg/status

  
  Mirror of the attachment (screenshot of the application menu):
  https://i.imgur.com/CJUVoRZ.png

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox-plugin-alternative-toolbar/+bug/1890632/+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 1836459] Re: Rythmbox fails to read mp3 tags

2021-03-08 Thread crvi
You should probably file a bug in gstreamer if you have tagging issues.
Rhythmbox just gstreamer backend for tagging.

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

Title:
  Rythmbox fails to read mp3 tags

Status in rhythmbox package in Ubuntu:
  Incomplete

Bug description:
  Please note, that I'm not 100 % sure if this is a bug in rythmbox, it
  could be a bug in id3v2 or in youtube-dl, but I think it's in
  Rythmbox.

  How to reproduce:
  Step 1: Run the following commands:
  sudo apt install youtube-dl ffmpeg id3v2 -y
  youtube-dl --extract-audio --audio-format mp3 "https://youtu.be/Sqk3B2041uk"; 
--output test.mp3
  id3v2 -t "cooltitle" -a "coolartist" test.mp3

  In theory this should create an mp3 file "test.mp3" with the title 
"cooltitle" and the artist "coolartist". I confirmed this using id3info 
test.mp3 :
  *** Tag information for test.mp3
  === TIT2 (Title/songname/content description): cooltitle
  === TPE1 (Lead performer(s)/Soloist(s)): coolartist
  *** mp3 info
  MPEG1/layer I
  Bitrate: 320KBps
  Frequency: 44KHz

  When I open test.mp3 using Rythmbox, Rythmbox is able to play this
  song, but its says that the artist is unknown an the title is
  test.mp3.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1836459/+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 1725826] Re: rhythmbox crashed with SIGSEGV in gtk_tree_view_get_column()

2021-03-08 Thread crvi
1. I have never seen this error in upstream rhythmbox.

2. All instances of this bug are in Ubuntu with rhythmbox-plugin-
alternative-toolbar plugin from the logs.

3. The below bug confirms that disabling rhythmbox-plugin-alternative-
toolbar makes the crash go away.

https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1761367


** Package changed: rhythmbox (Ubuntu) => rhythmbox-plugin-alternative-toolbar 
(Ubuntu)

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

Title:
  rhythmbox crashed with SIGSEGV in gtk_tree_view_get_column()

Status in rhythmbox-plugin-alternative-toolbar package in Ubuntu:
  Incomplete

Bug description:
  Rhythmbox freezes after double klick on a song

  ProblemType: Crash
  DistroRelease: Ubuntu 17.10
  Package: rhythmbox 3.4.1-2ubuntu5
  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
  Uname: Linux 4.13.0-16-generic x86_64
  ApportVersion: 2.20.7-0ubuntu3
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Oct 21 22:03:23 2017
  EcryptfsInUse: Yes
  ExecutablePath: /usr/bin/rhythmbox
  InstallationDate: Installed on 2017-01-29 (265 days ago)
  InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Release amd64 (20161012.2)
  ProcCmdline: rhythmbox
  ProcEnviron:
   PATH=(custom, user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SegvAnalysis:
   Segfault happened at: 0x7f699c881424 :  mov
(%rax),%rax
   PC (0x7f699c881424) ok
   source "(%rax)" (0x) not located in a known VMA region (needed 
readable region)!
   destination "%rax" ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: rhythmbox
  StacktraceTop:
   gtk_tree_view_get_column () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
   g_closure_invoke () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  Title: rhythmbox crashed with SIGSEGV in gtk_tree_view_get_column()
  UpgradeStatus: Upgraded to artful on 2017-10-19 (2 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox-plugin-alternative-toolbar/+bug/1725826/+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 1725480] Re: rhythmbox crashed with SIGSEGV in gtk_tree_view_get_column()

2021-03-08 Thread crvi
1. I have never seen this error in upstream rhythmbox.

2. All instances of this bug are in Ubuntu with rhythmbox-plugin-
alternative-toolbar plugin from the logs.

3. The below bug confirms that disabling rhythmbox-plugin-alternative-
toolbar makes the crash go away.

https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1761367


** Package changed: rhythmbox (Ubuntu) => rhythmbox-plugin-alternative-toolbar 
(Ubuntu)

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

Title:
  rhythmbox crashed with SIGSEGV in gtk_tree_view_get_column()

Status in rhythmbox-plugin-alternative-toolbar package in Ubuntu:
  Confirmed

Bug description:
  Just had it open.

  ProblemType: Crash
  DistroRelease: Ubuntu 17.10
  Package: rhythmbox 3.4.1-2ubuntu5
  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
  Uname: Linux 4.13.0-16-generic x86_64
  ApportVersion: 2.20.7-0ubuntu3
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Fri Oct 20 22:42:17 2017
  ExecutablePath: /usr/bin/rhythmbox
  InstallationDate: Installed on 2017-10-20 (0 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Release amd64 (20171018)
  ProcCmdline: rhythmbox /home/username/Musik/Sabine\ Alef/02\ Entspannung\ 
mit\ Yoga.mp3
  ProcEnviron:
   SHELL=/bin/bash
   XDG_RUNTIME_DIR=
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
  SegvAnalysis:
   Segfault happened at: 0x7ff6a1f0e424 :  mov
(%rax),%rax
   PC (0x7ff6a1f0e424) ok
   source "(%rax)" (0x) not located in a known VMA region (needed 
readable region)!
   destination "%rax" ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: rhythmbox
  StacktraceTop:
   gtk_tree_view_get_column () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
   gtk_tree_view_remove_column () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
  Title: rhythmbox crashed with SIGSEGV in gtk_tree_view_get_column()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  XorgLog: Error: [Errno 2] Datei oder Verzeichnis nicht gefunden: 
'/var/log/Xorg.0.log'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox-plugin-alternative-toolbar/+bug/1725480/+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 1645688] Re: Last.fm stopped scrobbling

2021-03-08 Thread crvi
** Changed in: rhythmbox (Ubuntu)
   Status: New => Incomplete

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

Title:
  Last.fm stopped scrobbling

Status in rhythmbox package in Ubuntu:
  Incomplete

Bug description:
  I've been scrobbling to Last.fm via Rhythmbox for a couple of weeks
  now but then had to pause a track yesterday, and after that it isn't
  scrobbling anymore.

  Rhythmbox will say tracks are being submitted but they don't ever end
  up on my Recently Listened Tracks, and after a while Tracks submitted
  goes back to zero again.

  I ran Rhythmbox like so: rhythmbox -D lastfm &> rhythmbox-lastfm

  The output I got was the following:

  
  ** (rhythmbox:25740): WARNING **: Couldn't connect to accessibility bus: 
Failed to connect to socket /tmp/dbus-8kXX61hBoF: Connection refused

  (rhythmbox:25740): Gtk-WARNING **: Failed to register client:
  GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name
  org.gnome.SessionManager was not provided by any .service files

  (rhythmbox:25740): Gtk-CRITICAL **: gtk_css_provider_load_from_path:
  assertion 'path != NULL' failed

  (rhythmbox:25740): GLib-GObject-CRITICAL **: object SoupServer
  0x1ddbc50 finalized while still in-construction

  (rhythmbox:25740): GLib-GObject-CRITICAL **: Custom constructor for
  class SoupServer returned NULL (which is invalid). Please use
  GInitable instead.

  (rhythmbox:25740): Rhythmbox-WARNING **: Unable to grab media player
  keys: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name
  org.gnome.SettingsDaemon was not provided by any .service files

  
  Not sure if any of that is lastfm related.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1645688/+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 1841440] Re: Radio streaming reconnect with exponential backoff

2021-03-08 Thread crvi
Above mentioned URL didn't work.

Also, if this is an issue, it should be addressed in gstreamer, not
rhythmbox.

Please update with more information.

** Changed in: rhythmbox (Ubuntu)
   Status: New => Incomplete

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

Title:
  Radio streaming reconnect with exponential backoff

Status in rhythmbox package in Ubuntu:
  Incomplete

Bug description:
  When streaming radio (e.g. http://91.121.222.81:8416/listen.mp3) and
  there is a streaming error (tend to happen often with most stations),
  instead of displaying error popup, try to reconnect. It's a good
  practice to try several times with exponential backoff.

  Without this, playback is stopped until user comes back to compuiter
  and hits play again, which will work in 99%, but is a drag.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1841440/+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 1654733] Re: Incorrect Bitrate shown after mp3 VBR encoding

2021-03-08 Thread crvi
** Changed in: rhythmbox (Ubuntu)
   Status: Triaged => Incomplete

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

Title:
  Incorrect Bitrate shown after mp3 VBR encoding

Status in Rhythmbox:
  Expired
Status in rhythmbox package in Ubuntu:
  Incomplete

Bug description:
  Ubuntu 16.04 rhythmbox 3.3

  Wrong bitrate reported in file metatdata even though file seems to be
  correct quality and size after CD import. Metadata shown incorrectly
  in rhythmbox, nautilus and vlc (PC and Android).

  Case 1
  Rhythmbox rip
  Edit/preferences/music VBR quality 0,0 selected (best quality)
  track imported from CD; size of mp3 file = 9,0 MB
  Bitrate shown in metadata: 31 kbps
  Sample rate 44100

  Case 2
  Rhythmbox rip
  Edit/preferences/music VBR quality 9,9 selected (lowest quality)
  track imported from CD; size of mp3 file = 1,3 MB
  Bitrate shown in metadata: 7 kbps
  Sample rate 11025

  Case 3 - different software
  Asunder CD ripper VBR 245 kbps (best quality)
  track imported from CD; size of mp3 file = 9,0 MB (same as case 1 above)
  Bitrate shown in metadata: 237 kbps
  Sample rate 44100

  Track used: Rickie Jones Pirates track 1, 5 min 30 secs

To manage notifications about this bug go to:
https://bugs.launchpad.net/rhythmbox/+bug/1654733/+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 1864178] Re: Rhythmbox crashes when trying to connect to iPhone

2021-03-08 Thread crvi
this is an upstream bug as mentioned in comment #1.

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

Title:
  Rhythmbox crashes when trying to connect to iPhone

Status in Rhythmbox:
  New
Status in rhythmbox package in Ubuntu:
  Triaged

Bug description:
  I connected my iPhone to my laptop running Ubuntu 19.10. Nautilus and 
Shotwell loaded the device fine. But when I open Rhythmbox, it crashes. 
  I opened Rhythmbox from the terminal to see the error and I got this

  ```
  (rhythmbox:15045): Gtk-WARNING **: 09:47:19.122: actionhelper: action 
app.play-repeat can't be activated due to parameter type mismatch (parameter 
type NULL, target type b)

  (rhythmbox:15045): Gtk-WARNING **: 09:47:19.122: actionhelper: action 
app.play-shuffle can't be activated due to parameter type mismatch (parameter 
type NULL, target type b)
  **
  Rhythmbox:ERROR:rb-ipod-helpers.c:359:rb_ipod_helpers_is_ipod: assertion 
failed: (strlen (uri) >= 46)
  Bail out! Rhythmbox:ERROR:rb-ipod-helpers.c:359:rb_ipod_helpers_is_ipod: 
assertion failed: (strlen (uri) >= 46)
  [1]15045 abort (core dumped)  rhythmbox
  ```

  Details of the current system:

  ```
  lsb_release -rd
  Description:  Ubuntu 19.10
  Release:  19.10
  ```

  ```
  apt-cache policy rhythmbox
  rhythmbox:
Installed: 3.4.3-2ubuntu1
Candidate: 3.4.3-2ubuntu1
Version table:
   *** 3.4.3-2ubuntu1 500
  500 http://gb.archive.ubuntu.com/ubuntu eoan/main amd64 Packages
  100 /var/lib/dpkg/status
  ```

  What I expected to happen:
  I was expected Rhythmbox to show my iPhone under "devices"

  What actually happned:
  Rhythmbox just crashed

To manage notifications about this bug go to:
https://bugs.launchpad.net/rhythmbox/+bug/1864178/+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 1338804] Re: rhythmbox crashed with SIGSEGV in g_object_unref()

2021-03-08 Thread crvi
fixed in https://gitlab.gnome.org/GNOME/rhythmbox/-/commit/e8e8a9011

** Changed in: rhythmbox (Ubuntu)
   Status: Confirmed => Fix Released

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

Title:
  rhythmbox crashed with SIGSEGV in g_object_unref()

Status in Rhythmbox:
  Expired
Status in rhythmbox package in Ubuntu:
  Fix Released

Bug description:
  Close rhytmbox and Crash.

  ProblemType: Crash
  DistroRelease: Ubuntu 14.10
  Package: libgstreamer1.0-0 1.2.4-1
  Uname: Linux 3.16.0-031600rc3-generic x86_64
  ApportVersion: 2.14.4-0ubuntu1
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Mon Jul  7 17:55:04 2014
  ExecutablePath: /usr/bin/rhythmbox
  InstallationDate: Installed on 2014-04-27 (71 days ago)
  InstallationMedia: Ubuntu-GNOME 14.04 LTS "Trusty Tahr" - Release amd64 
(20140416.2)
  ProcCmdline: rhythmbox
  Signal: 11
  SourcePackage: gstreamer1.0
  StacktraceTop:
   g_object_unref () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
   ?? () from /usr/lib/librhythmbox-core.so.8
   g_object_run_dispose () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
  Title: rhythmbox crashed with SIGSEGV in g_object_unref()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip kvm libvirtd lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/rhythmbox/+bug/1338804/+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 1193382] Re: Music is always shared even if "share my music" is unselected in the daap plugin

2021-03-08 Thread crvi
** Changed in: rhythmbox (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  Music is always shared even if "share my music" is unselected in the
  daap plugin

Status in Rhythmbox:
  Expired
Status in rhythmbox package in Ubuntu:
  Incomplete

Bug description:
  Ubuntu 12.04.2
  rhythmbox 2.96

  In the standard installation of rhythmbox in ubuntu 12.04, the daap plugin is 
enabled. The default setting for "share my music" is unchecked such that I 
would expect my music not to be shared.
  However, it is accessible through the local network.

  I consider this as a security risk as there might be some very
  personal audio files that one does not want to share. Another
  potential risk may be the existence of fingerprints in some audio
  files which are bought legally from certain stores. If such files are
  getting uploaded somewhere else, this may lead to trouble for the
  initial user of rhythmbox.

  This seems to be identical to gnome bug 663423 which I could not find
  here an therefore opened a new bug.

To manage notifications about this bug go to:
https://bugs.launchpad.net/rhythmbox/+bug/1193382/+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 748923] Re: rhythmbox crashed with SIGSEGV in rb_audioscrobbler_service_get_name()

2021-03-08 Thread crvi
duplicate of https://bugzilla.gnome.org/show_bug.cgi?id=652964

** Changed in: rhythmbox (Ubuntu)
   Status: Triaged => Fix Released

** Bug watch added: bugzilla.gnome.org/ #652964
   https://bugzilla.gnome.org/show_bug.cgi?id=652964

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

Title:
  rhythmbox crashed with SIGSEGV in rb_audioscrobbler_service_get_name()

Status in Rhythmbox:
  Expired
Status in rhythmbox package in Ubuntu:
  Fix Released

Bug description:
  Binary package hint: rhythmbox

  crashed after clicking 'login' on the last.fm page.

  ProblemType: Crash
  DistroRelease: Ubuntu 11.04
  Package: rhythmbox 0.13.3-0ubuntu5
  ProcVersionSignature: Ubuntu 2.6.38-7.39-generic 2.6.38
  Uname: Linux 2.6.38-7-generic x86_64
  Architecture: amd64
  CrashCounter: 1
  Date: Sun Apr  3 18:07:36 2011
  ExecutablePath: /usr/bin/rhythmbox
  InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release amd64 (20100429)
  ProcCmdline: rhythmbox
  ProcEnviron:
   SHELL=/bin/bash
   LANGUAGE=en_AU:en
   LANG=en_AU.UTF-8
  SegvAnalysis:
   Segfault happened at: 0x7fee0f93a1a0 :   
mov0x18(%rdi),%rax
   PC (0x7fee0f93a1a0) ok
   source "0x18(%rdi)" (0x0018) not located in a known VMA region (needed 
readable region)!
   destination "%rax" ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: rhythmbox
  StacktraceTop:
   rb_audioscrobbler_service_get_name () from 
/usr/lib/rhythmbox/plugins/audioscrobbler/libaudioscrobbler.so
   ?? () from /usr/lib/rhythmbox/plugins/audioscrobbler/libaudioscrobbler.so
   ?? () from /usr/lib/rhythmbox/plugins/audioscrobbler/libaudioscrobbler.so
   g_object_unref () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
   ?? () from /usr/lib/rhythmbox/plugins/audioscrobbler/libaudioscrobbler.so
  Title: rhythmbox crashed with SIGSEGV in rb_audioscrobbler_service_get_name()
  UpgradeStatus: Upgraded to natty on 2011-04-01 (1 days ago)
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

To manage notifications about this bug go to:
https://bugs.launchpad.net/rhythmbox/+bug/748923/+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 1542471] Re: Playing mp3 files causes: Problem occurred without error being set. This is a bug in Rhythmbox or GStreamer.

2021-03-08 Thread crvi
** Changed in: rhythmbox (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  Playing mp3 files causes: Problem occurred without error being set.
  This is a bug in Rhythmbox or GStreamer.

Status in gstreamer1.0 package in Ubuntu:
  Confirmed
Status in rhythmbox package in Ubuntu:
  Incomplete

Bug description:
  I get the following error in the console when trying to play a mp3
  file using Rhythmbox:

  (21:23:27) [0x832a60] [rb_shell_player_error] rb-shell-player.c:2443:
  playback error while playing: Problem occurred without error being
  set. This is a bug in Rhythmbox or GStreamer.

  I don't get the same error while trying to play the same file using
  'Video's. I installed the required codec using the 'Video's
  application as it told me to install a codec.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: libgstreamer1.0-0 1.7.1-1
  ProcVersionSignature: Ubuntu 4.4.0-2.16-generic 4.4.0
  Uname: Linux 4.4.0-2-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia zfs zunicode zcommon znvpair zavl
  ApportVersion: 2.19.4-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Feb  5 21:24:05 2016
  ExecutablePath: /usr/bin/rhythmbox
  SourcePackage: gstreamer1.0
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer1.0/+bug/1542471/+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 1553734] Re: Segfault in rhythmdb_entry_cache_metadata

2021-03-08 Thread crvi
fixed in https://bugzilla.gnome.org/show_bug.cgi?id=763206

** Bug watch added: bugzilla.gnome.org/ #763206
   https://bugzilla.gnome.org/show_bug.cgi?id=763206

** Changed in: rhythmbox (Ubuntu)
   Status: Confirmed => Fix Released

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

Title:
  Segfault in rhythmdb_entry_cache_metadata

Status in rhythmbox package in Ubuntu:
  Fix Released

Bug description:
  Rhythmbox spontaneously crashes during playback. It has happened a few
  times now while playing different tracks so it doesn't seem to be tied
  to any particular file.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: rhythmbox 3.3-1ubuntu5
  ProcVersionSignature: Ubuntu 4.4.0-10.25-generic 4.4.3
  Uname: Linux 4.4.0-10-generic x86_64
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:GNOME
  Date: Sun Mar  6 15:05:48 2016
  InstallationDate: Installed on 2014-09-11 (541 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  SourcePackage: rhythmbox
  UpgradeStatus: Upgraded to xenial on 2016-03-05 (1 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1553734/+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 1302634] Re: rhythmbox crashed with SIGSEGV in queue_task()

2021-03-08 Thread crvi
fixed in https://gitlab.gnome.org/GNOME/rhythmbox/-/commit/dfdc0630f

** Changed in: rhythmbox (Ubuntu)
   Status: Confirmed => Fix Released

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

Title:
  rhythmbox crashed with SIGSEGV in queue_task()

Status in rhythmbox package in Ubuntu:
  Fix Released

Bug description:
  I was syncing music to a flo running 276 from rhythmbox and got the
  crash.

  ProblemType: Crash
  DistroRelease: Ubuntu 14.04
  Package: rhythmbox 3.0.2-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-22.44-generic 3.13.8
  Uname: Linux 3.13.0-22-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Apr  4 15:19:17 2014
  ExecutablePath: /usr/bin/rhythmbox
  InstallationDate: Installed on 2014-03-27 (7 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  ProcCmdline: rhythmbox
  ProcEnviron:
   PATH=(custom, no user)
   LANGUAGE=en_GB:en
   XDG_RUNTIME_DIR=
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SegvAnalysis:
   Segfault happened at: 0x7f9229dc2b69:mov0x30(%r12),%rdi
   PC (0x7f9229dc2b69) ok
   source "0x30(%r12)" (0x0030) not located in a known VMA region (needed 
readable region)!
   destination "%rdi" ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: rhythmbox
  StacktraceTop:
   ?? () from /usr/lib/rhythmbox/plugins/mtpdevice/libmtpdevice.so
   ?? () from /usr/lib/rhythmbox/plugins/mtpdevice/libmtpdevice.so
   ?? () from /usr/lib/x86_64-linux-gnu/libgstbase-1.0.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libgstbase-1.0.so.0
   gst_pad_query () from /usr/lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
  Title: rhythmbox crashed with SIGSEGV in gst_pad_query()
  UpgradeStatus: Upgraded to trusty on 2014-03-27 (7 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1302634/+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 1918433] Re: Podcast download not working due 'Operation not supported'

2021-03-10 Thread crvi
This is due to gvfs bug:
https://gitlab.gnome.org/GNOME/gvfs/-/issues/486

This is fixed in rhythmbox git ( move from gvfs to libsoup ). But the
changes are too huge to be patched in Ubuntu. So, you'll have to wait
for the next Rhythmbox release.

** Bug watch added: gitlab.gnome.org/GNOME/gvfs/-/issues #486
   https://gitlab.gnome.org/GNOME/gvfs/-/issues/486

** Bug watch added: gitlab.gnome.org/GNOME/rhythmbox/-/issues #1728
   https://gitlab.gnome.org/GNOME/rhythmbox/-/issues/1728

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

Title:
  Podcast download not working due 'Operation not supported'

Status in rhythmbox package in Ubuntu:
  New

Bug description:
  I cannot download any episode from the following podcast:
  'https://podcasts.apple.com/us/podcast/história-fm/id1465480973?uo=4',
  and I am not sure why.

  I have launched rhythmbox with the following command and tried to
  download one episode: `rhythmbox -D podcast 2>rblogfile`

  And the log file content:

  (10:09:07) [0x55d8a027d4a0] [rb_podcast_manager_constructed] 
rb-podcast-manager.c:299: podcast timestamp file already exists
  (10:09:07) [0x55d8a027d4a0] [rb_podcast_manager_start_update_timer] 
rb-podcast-manager.c:615: last periodic update at 1615378855, interval 3600, 
time 
  is now 1615381747
  (10:09:07) [0x55d8a027d4a0] [rb_podcast_manager_start_update_timer] 
rb-podcast-manager.c:623: next periodic update in 708 seconds
  (10:09:07) [0x55d8a027d4a0] [podcast_posts_view_sort_order_changed_cb] 
rb-podcast-source.c:135: sort order changed
  (10:09:07) [0x55d8a027d4a0] [rb_podcast_source_do_query] 
rb-podcast-source.c:275: showing all feeds in browser
  (10:09:07) [0x55d8a027d4a0] [podcast_posts_view_sort_order_changed_cb] 
rb-podcast-source.c:135: sort order changed
  (10:09:07) [0x55d8a027d4a0] [rb_podcast_source_do_query] 
rb-podcast-source.c:293: only showing matching feeds in browser
  (10:09:07) [0x55d8a027d4a0] [podcast_posts_view_sort_order_changed_cb] 
rb-podcast-source.c:135: sort order changed
  (10:09:07) [0x55d8a027d4a0] [rb_podcast_source_do_query] 
rb-podcast-source.c:293: only showing matching feeds in browser

  (rhythmbox:33817): Gtk-WARNING **: 10:09:07.404: actionhelper: action 
app.play-repeat can't be activated due to parameter type mismatch (parameter typ
  e NULL, target type b)

  (rhythmbox:33817): Gtk-WARNING **: 10:09:07.404: actionhelper: action 
app.play-shuffle can't be activated due to parameter type mismatch (parameter ty
  pe NULL, target type b)
  (10:09:20) [0x55d8a027d4a0] [podcast_download_action_cb] 
rb-podcast-source.c:418: Add to download action
  (10:09:20) [0x55d8a027d4a0] [rb_podcast_manager_download_entry] 
rb-podcast-manager.c:512: Adding podcast episode 
https://anchor.fm/s/ac0f2b0/podcast/p
  
lay/28098822/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2021-2-6%2F7a6378ca-424d-e66b-7eac-d58438398d70.mp3
 to download list
  (10:09:20) [0x55d8a027d4a0] [rb_podcast_manager_next_file] 
rb-podcast-manager.c:737: looking for something to download
  (10:09:20) [0x55d8a027d4a0] [rb_podcast_manager_next_file] 
rb-podcast-manager.c:759: processing 
https://anchor.fm/s/ac0f2b0/podcast/play/28098822/http
  
s%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2021-2-6%2F7a6378ca-424d-e66b-7eac-d58438398d70.mp3
  (10:09:20) [0x55d8a027d4a0] [read_file_cb] rb-podcast-manager.c:790: started 
read for https://anchor.fm/s/ac0f2b0/podcast/play/28098822/https%3A%2F%2F
  
d3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2021-2-6%2F7a6378ca-424d-e66b-7eac-d58438398d70.mp3
  (10:09:20) [0x55d8a027d4a0] [download_error] rb-podcast-manager.c:701: error 
downloading https://anchor.fm/s/ac0f2b0/podcast/play/28098822/https%3A%2F
  
%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2021-2-6%2F7a6378ca-424d-e66b-7eac-d58438398d70.mp3:
 Operation not supported
  (10:09:20) [0x55d8a027d4a0] [rb_podcast_manager_next_file] 
rb-podcast-manager.c:737: looking for something to download
  (10:09:20) [0x55d8a027d4a0] [rb_podcast_manager_next_file] 
rb-podcast-manager.c:748: download queue is empty

  (rhythmbox:33817): Gtk-WARNING **: 10:09:23.423: Can't set a parent on
  widget which has a parent

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1918433/+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 1918433] Re: Podcast download not working due 'Operation not supported'

2021-03-10 Thread crvi
Upstream rhythmbox bug:
https://gitlab.gnome.org/GNOME/rhythmbox/-/issues/1728

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

Title:
  Podcast download not working due 'Operation not supported'

Status in rhythmbox package in Ubuntu:
  New

Bug description:
  I cannot download any episode from the following podcast:
  'https://podcasts.apple.com/us/podcast/história-fm/id1465480973?uo=4',
  and I am not sure why.

  I have launched rhythmbox with the following command and tried to
  download one episode: `rhythmbox -D podcast 2>rblogfile`

  And the log file content:

  (10:09:07) [0x55d8a027d4a0] [rb_podcast_manager_constructed] 
rb-podcast-manager.c:299: podcast timestamp file already exists
  (10:09:07) [0x55d8a027d4a0] [rb_podcast_manager_start_update_timer] 
rb-podcast-manager.c:615: last periodic update at 1615378855, interval 3600, 
time 
  is now 1615381747
  (10:09:07) [0x55d8a027d4a0] [rb_podcast_manager_start_update_timer] 
rb-podcast-manager.c:623: next periodic update in 708 seconds
  (10:09:07) [0x55d8a027d4a0] [podcast_posts_view_sort_order_changed_cb] 
rb-podcast-source.c:135: sort order changed
  (10:09:07) [0x55d8a027d4a0] [rb_podcast_source_do_query] 
rb-podcast-source.c:275: showing all feeds in browser
  (10:09:07) [0x55d8a027d4a0] [podcast_posts_view_sort_order_changed_cb] 
rb-podcast-source.c:135: sort order changed
  (10:09:07) [0x55d8a027d4a0] [rb_podcast_source_do_query] 
rb-podcast-source.c:293: only showing matching feeds in browser
  (10:09:07) [0x55d8a027d4a0] [podcast_posts_view_sort_order_changed_cb] 
rb-podcast-source.c:135: sort order changed
  (10:09:07) [0x55d8a027d4a0] [rb_podcast_source_do_query] 
rb-podcast-source.c:293: only showing matching feeds in browser

  (rhythmbox:33817): Gtk-WARNING **: 10:09:07.404: actionhelper: action 
app.play-repeat can't be activated due to parameter type mismatch (parameter typ
  e NULL, target type b)

  (rhythmbox:33817): Gtk-WARNING **: 10:09:07.404: actionhelper: action 
app.play-shuffle can't be activated due to parameter type mismatch (parameter ty
  pe NULL, target type b)
  (10:09:20) [0x55d8a027d4a0] [podcast_download_action_cb] 
rb-podcast-source.c:418: Add to download action
  (10:09:20) [0x55d8a027d4a0] [rb_podcast_manager_download_entry] 
rb-podcast-manager.c:512: Adding podcast episode 
https://anchor.fm/s/ac0f2b0/podcast/p
  
lay/28098822/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2021-2-6%2F7a6378ca-424d-e66b-7eac-d58438398d70.mp3
 to download list
  (10:09:20) [0x55d8a027d4a0] [rb_podcast_manager_next_file] 
rb-podcast-manager.c:737: looking for something to download
  (10:09:20) [0x55d8a027d4a0] [rb_podcast_manager_next_file] 
rb-podcast-manager.c:759: processing 
https://anchor.fm/s/ac0f2b0/podcast/play/28098822/http
  
s%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2021-2-6%2F7a6378ca-424d-e66b-7eac-d58438398d70.mp3
  (10:09:20) [0x55d8a027d4a0] [read_file_cb] rb-podcast-manager.c:790: started 
read for https://anchor.fm/s/ac0f2b0/podcast/play/28098822/https%3A%2F%2F
  
d3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2021-2-6%2F7a6378ca-424d-e66b-7eac-d58438398d70.mp3
  (10:09:20) [0x55d8a027d4a0] [download_error] rb-podcast-manager.c:701: error 
downloading https://anchor.fm/s/ac0f2b0/podcast/play/28098822/https%3A%2F
  
%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2021-2-6%2F7a6378ca-424d-e66b-7eac-d58438398d70.mp3:
 Operation not supported
  (10:09:20) [0x55d8a027d4a0] [rb_podcast_manager_next_file] 
rb-podcast-manager.c:737: looking for something to download
  (10:09:20) [0x55d8a027d4a0] [rb_podcast_manager_next_file] 
rb-podcast-manager.c:748: download queue is empty

  (rhythmbox:33817): Gtk-WARNING **: 10:09:23.423: Can't set a parent on
  widget which has a parent

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1918433/+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 1918433] Re: Podcast download not working due 'Operation not supported'

2021-03-10 Thread crvi
This issue is mostly seen only if you're downloading podcasts hosted by
anchor.fm.

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

Title:
  Podcast download not working due 'Operation not supported'

Status in rhythmbox package in Ubuntu:
  New

Bug description:
  I cannot download any episode from the following podcast:
  'https://podcasts.apple.com/us/podcast/história-fm/id1465480973?uo=4',
  and I am not sure why.

  I have launched rhythmbox with the following command and tried to
  download one episode: `rhythmbox -D podcast 2>rblogfile`

  And the log file content:

  (10:09:07) [0x55d8a027d4a0] [rb_podcast_manager_constructed] 
rb-podcast-manager.c:299: podcast timestamp file already exists
  (10:09:07) [0x55d8a027d4a0] [rb_podcast_manager_start_update_timer] 
rb-podcast-manager.c:615: last periodic update at 1615378855, interval 3600, 
time 
  is now 1615381747
  (10:09:07) [0x55d8a027d4a0] [rb_podcast_manager_start_update_timer] 
rb-podcast-manager.c:623: next periodic update in 708 seconds
  (10:09:07) [0x55d8a027d4a0] [podcast_posts_view_sort_order_changed_cb] 
rb-podcast-source.c:135: sort order changed
  (10:09:07) [0x55d8a027d4a0] [rb_podcast_source_do_query] 
rb-podcast-source.c:275: showing all feeds in browser
  (10:09:07) [0x55d8a027d4a0] [podcast_posts_view_sort_order_changed_cb] 
rb-podcast-source.c:135: sort order changed
  (10:09:07) [0x55d8a027d4a0] [rb_podcast_source_do_query] 
rb-podcast-source.c:293: only showing matching feeds in browser
  (10:09:07) [0x55d8a027d4a0] [podcast_posts_view_sort_order_changed_cb] 
rb-podcast-source.c:135: sort order changed
  (10:09:07) [0x55d8a027d4a0] [rb_podcast_source_do_query] 
rb-podcast-source.c:293: only showing matching feeds in browser

  (rhythmbox:33817): Gtk-WARNING **: 10:09:07.404: actionhelper: action 
app.play-repeat can't be activated due to parameter type mismatch (parameter typ
  e NULL, target type b)

  (rhythmbox:33817): Gtk-WARNING **: 10:09:07.404: actionhelper: action 
app.play-shuffle can't be activated due to parameter type mismatch (parameter ty
  pe NULL, target type b)
  (10:09:20) [0x55d8a027d4a0] [podcast_download_action_cb] 
rb-podcast-source.c:418: Add to download action
  (10:09:20) [0x55d8a027d4a0] [rb_podcast_manager_download_entry] 
rb-podcast-manager.c:512: Adding podcast episode 
https://anchor.fm/s/ac0f2b0/podcast/p
  
lay/28098822/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2021-2-6%2F7a6378ca-424d-e66b-7eac-d58438398d70.mp3
 to download list
  (10:09:20) [0x55d8a027d4a0] [rb_podcast_manager_next_file] 
rb-podcast-manager.c:737: looking for something to download
  (10:09:20) [0x55d8a027d4a0] [rb_podcast_manager_next_file] 
rb-podcast-manager.c:759: processing 
https://anchor.fm/s/ac0f2b0/podcast/play/28098822/http
  
s%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2021-2-6%2F7a6378ca-424d-e66b-7eac-d58438398d70.mp3
  (10:09:20) [0x55d8a027d4a0] [read_file_cb] rb-podcast-manager.c:790: started 
read for https://anchor.fm/s/ac0f2b0/podcast/play/28098822/https%3A%2F%2F
  
d3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2021-2-6%2F7a6378ca-424d-e66b-7eac-d58438398d70.mp3
  (10:09:20) [0x55d8a027d4a0] [download_error] rb-podcast-manager.c:701: error 
downloading https://anchor.fm/s/ac0f2b0/podcast/play/28098822/https%3A%2F
  
%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2021-2-6%2F7a6378ca-424d-e66b-7eac-d58438398d70.mp3:
 Operation not supported
  (10:09:20) [0x55d8a027d4a0] [rb_podcast_manager_next_file] 
rb-podcast-manager.c:737: looking for something to download
  (10:09:20) [0x55d8a027d4a0] [rb_podcast_manager_next_file] 
rb-podcast-manager.c:748: download queue is empty

  (rhythmbox:33817): Gtk-WARNING **: 10:09:23.423: Can't set a parent on
  widget which has a parent

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1918433/+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 1323411] Re: Magnatune plugin does not download albums

2020-02-04 Thread crvi
This issue has been fixed upstream.

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

Title:
  Magnatune plugin does not download albums

Status in rhythmbox package in Ubuntu:
  Expired

Bug description:
  The Magnatune plugin works for browsing and playing songs, but
  downloading has stopped working.

  Upon clicking "download", it will dump a file called "in_progress_…"
  bearing the name of the respective album and containing a URL in the
  folder ~/.local/share/rhythmbox/magnatune. This file will stay until
  deleted manually.

  Half the time, it will download a ZIP file of the album to the same
  folder, but when it is finished, it does not copy the music anywhere,
  and eventually the file vanishes.

  
  What one would expect is, of course, that the plugin extracts the downloaded 
music into an appropriate folder in the music library and deletes the cache 
files.

  
  rhythmbox-plugin-magnatune version: 3.0.2-0ubuntu2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1323411/+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 1316399] Re: Podcast episodes deleted if "played" while waiting for download

2020-02-12 Thread crvi
not reproducible in version 3.4.4

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

Title:
  Podcast episodes deleted if "played" while waiting for download

Status in rhythmbox package in Ubuntu:
  Incomplete

Bug description:
  To reproduce:

  1) Find a podcast that (a) has at least three episodes in it and (b) has
 episodes that are sufficiently long that you can perform step (5)
 below while waiting for one to download.  (I encountered this bug on
 , which is the podcast for
 the U.S.A. radio show "Wait Wait Don't Tell Me" by NPR).
  2) Subscribe to the podcast (i.e. select "Podcasts" under "Library",
 click "Add", enter the URL in the search box, click "Search", click
 "Subscribe", and click "Close".).
  3) Rhythmbox will download only the most recent episode.  Wait for that
 download to complete.
  4) Select at two of the older (not yet downloaded) episodes with
 ctrl-click.  Then right-click on the selected episodes and choose
 "download episode" from the context menu.  Rhythmbox will start
 downloading one episode and mark the other as "waiting".
  5) Before that download completes, double-click on the "waiting" episode.

  Results:
  1) The double-clicked episode immediately starts playing, but it still
 displays its status as "waiting".  The existing download is not
 interrupted.
  2) When the existing download completes, the double-clicked episode
 continues to play but also starts "downloading", apparently from the
 beginning.
  3) When the double-clicked episode finishes downloading, it abruptly
 stops playing and then disappears from the episode list.  After this,
 the episode is no longer visible anywhere in Rhythmbox.  This
 persists even after a restart.

  Expected result: Not sure what I would expect, but episodes most
  certainly should not be getting deleted. ;)

  The attached 'rbx.log' contains the output of 'rhythmbox -d' when
  performing the performing the procedure described above.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: rhythmbox 3.0.2-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Mon May  5 23:57:48 2014
  SourcePackage: rhythmbox
  UpgradeStatus: Upgraded to trusty on 2014-04-15 (20 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1316399/+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 1864178] Re: Rhythmbox crashes when trying to connect to iPhone

2020-02-22 Thread crvi
upstream bug https://gitlab.gnome.org/GNOME/rhythmbox/issues/1760

** Bug watch added: gitlab.gnome.org/GNOME/rhythmbox/issues #1760
   https://gitlab.gnome.org/GNOME/rhythmbox/issues/1760

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

Title:
  Rhythmbox crashes when trying to connect to iPhone

Status in rhythmbox package in Ubuntu:
  New

Bug description:
  I connected my iPhone to my laptop running Ubuntu 19.10. Nautilus and 
Shotwell loaded the device fine. But when I open Rhythmbox, it crashes. 
  I opened Rhythmbox from the terminal to see the error and I got this

  ```
  (rhythmbox:15045): Gtk-WARNING **: 09:47:19.122: actionhelper: action 
app.play-repeat can't be activated due to parameter type mismatch (parameter 
type NULL, target type b)

  (rhythmbox:15045): Gtk-WARNING **: 09:47:19.122: actionhelper: action 
app.play-shuffle can't be activated due to parameter type mismatch (parameter 
type NULL, target type b)
  **
  Rhythmbox:ERROR:rb-ipod-helpers.c:359:rb_ipod_helpers_is_ipod: assertion 
failed: (strlen (uri) >= 46)
  Bail out! Rhythmbox:ERROR:rb-ipod-helpers.c:359:rb_ipod_helpers_is_ipod: 
assertion failed: (strlen (uri) >= 46)
  [1]15045 abort (core dumped)  rhythmbox
  ```

  Details of the current system:

  ```
  lsb_release -rd
  Description:  Ubuntu 19.10
  Release:  19.10
  ```

  ```
  apt-cache policy rhythmbox
  rhythmbox:
Installed: 3.4.3-2ubuntu1
Candidate: 3.4.3-2ubuntu1
Version table:
   *** 3.4.3-2ubuntu1 500
  500 http://gb.archive.ubuntu.com/ubuntu eoan/main amd64 Packages
  100 /var/lib/dpkg/status
  ```

  What I expected to happen:
  I was expected Rhythmbox to show my iPhone under "devices"

  What actually happned:
  Rhythmbox just crashed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1864178/+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 1767505] Re: Rhythmbox Radio - Internal Data Stream Error

2021-05-08 Thread crvi
@erick. Please follow the steps in:

https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1767505/comments/9

if the issue is reproducible.

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

Title:
  Rhythmbox Radio - Internal Data Stream Error

Status in rhythmbox package in Ubuntu:
  Expired

Bug description:
  When trying to play any radio station, I get a dialog that states
  after about 20 seconds of playing:

  Couldn't start playback

  Internal data stream error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1767505/+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 1934028] [NEW] Update to version 3.26.6

2021-06-29 Thread crvi
Public bug reported:

Dear Maintainer,

1. Quite a lot of RSS and Atom related fixes have gone into 3.26.6. This
provides better RSS / Atom data to apps ( e.g. Rhythmbox ).

2. Parsing feeds is now faster ( 150x ) for some feeds ( e.g. bbc ) in
debian/ubuntu, now that videosite checking is disabled unless explicitly
requested.

Refer https://gitlab.gnome.org/GNOME/totem-pl-parser/-/issues/25 for more
details.

3. Garbage CDATA issue has been fixed in xine xml parser.

Refer https://gitlab.gnome.org/GNOME/totem-pl-parser/-/issues/30 for more
details.

Thanks,
crvi

** Affects: totem-pl-parser (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Update to version 3.26.6

Status in totem-pl-parser package in Ubuntu:
  New

Bug description:
  Dear Maintainer,

  1. Quite a lot of RSS and Atom related fixes have gone into 3.26.6. This
  provides better RSS / Atom data to apps ( e.g. Rhythmbox ).

  2. Parsing feeds is now faster ( 150x ) for some feeds ( e.g. bbc ) in
  debian/ubuntu, now that videosite checking is disabled unless explicitly
  requested.

  Refer https://gitlab.gnome.org/GNOME/totem-pl-parser/-/issues/25 for more
  details.

  3. Garbage CDATA issue has been fixed in xine xml parser.

  Refer https://gitlab.gnome.org/GNOME/totem-pl-parser/-/issues/30 for more
  details.

  Thanks,
  crvi

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/totem-pl-parser/+bug/1934028/+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 1936705] [NEW] Rhythmbox automatic plugin installation is broken in ubuntu

2021-07-16 Thread crvi
Public bug reported:

Error message during automatic plugin installation:
---

GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop
.PackageKit was not provided by any .service files

Full log:
-

(19:20:01) [0x7fe898005900] [impl_get_missing_plugins] rb-encoder-gst.c:783: 
trying to check profile mp3 for missing plugins
(19:20:01) [0x7fe898005900] [impl_get_missing_plugins] rb-encoder-gst.c:799: 
didn't get request pad, profile mp3 doesn't work
(19:20:01) [0x7fe898005900] [impl_get_missing_plugins] rb-encoder-gst.c:824: 
encoder found, profile mp3 works
(19:20:01) [0x7fe898005900] [impl_get_missing_plugins] rb-encoder-gst.c:843: 
missing plugin for profile mp3: gstreamer|1.0|rhythmbox|ID3 tag
 muxer|encoder-application/x-id3
Rhythmbox-Message: 19:20:01.178: Missing plugin: gstreamer|1.0|rhythmbox|ID3 
tag muxer|encoder-application/x-id3
(19:20:01) [0x7fe898005900] [rb_missing_plugins_install] 
rb-missing-plugins.c:230: gst_install_plugins_async() result = 200
** Message: 19:20:01.204: PackageKit: xid = 0
** Message: 19:20:01.204: PackageKit: desktop_id = (null)
** Message: 19:20:01.204: PackageKit: Codec nice name: ID3 tag muxer
** Message: 19:20:01.204: PackageKit: structure: 
gstreamer1(encoder-application/x-id3)()(64bit)
** Message: 19:20:01.208: PackageKit: Did not install codec: 
GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop
.PackageKit was not provided by any .service files
(19:20:01) [0x7fe898005900] [on_plugin_installation_done] 
rb-missing-plugins.c:108: res = 1 (not-found)
Rhythmbox-Message: 19:20:01.285: No installation candidate for missing plugins 
found.

More details at:


https://gitlab.gnome.org/GNOME/rhythmbox/-/issues/1898

** Affects: rhythmbox (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Rhythmbox automatic plugin installation is broken in ubuntu

Status in rhythmbox package in Ubuntu:
  New

Bug description:
  Error message during automatic plugin installation:
  ---

  GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name 
org.freedesktop
  .PackageKit was not provided by any .service files

  Full log:
  -

  (19:20:01) [0x7fe898005900] [impl_get_missing_plugins] rb-encoder-gst.c:783: 
trying to check profile mp3 for missing plugins
  (19:20:01) [0x7fe898005900] [impl_get_missing_plugins] rb-encoder-gst.c:799: 
didn't get request pad, profile mp3 doesn't work
  (19:20:01) [0x7fe898005900] [impl_get_missing_plugins] rb-encoder-gst.c:824: 
encoder found, profile mp3 works
  (19:20:01) [0x7fe898005900] [impl_get_missing_plugins] rb-encoder-gst.c:843: 
missing plugin for profile mp3: gstreamer|1.0|rhythmbox|ID3 tag
   muxer|encoder-application/x-id3
  Rhythmbox-Message: 19:20:01.178: Missing plugin: gstreamer|1.0|rhythmbox|ID3 
tag muxer|encoder-application/x-id3
  (19:20:01) [0x7fe898005900] [rb_missing_plugins_install] 
rb-missing-plugins.c:230: gst_install_plugins_async() result = 200
  ** Message: 19:20:01.204: PackageKit: xid = 0
  ** Message: 19:20:01.204: PackageKit: desktop_id = (null)
  ** Message: 19:20:01.204: PackageKit: Codec nice name: ID3 tag muxer
  ** Message: 19:20:01.204: PackageKit: structure: 
gstreamer1(encoder-application/x-id3)()(64bit)
  ** Message: 19:20:01.208: PackageKit: Did not install codec: 
GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop
  .PackageKit was not provided by any .service files
  (19:20:01) [0x7fe898005900] [on_plugin_installation_done] 
rb-missing-plugins.c:108: res = 1 (not-found)
  Rhythmbox-Message: 19:20:01.285: No installation candidate for missing 
plugins found.

  More details at:
  

  https://gitlab.gnome.org/GNOME/rhythmbox/-/issues/1898

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1936705/+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 1936705] Re: Rhythmbox automatic plugin installation is broken in ubuntu

2021-07-16 Thread crvi
> https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1936705

Yes. I mean it's a default 21.04 installation. Nothing special.

Trying the following command should invoke gnome-software:

# /usr/libexec/pk-gstreamer-install "gstreamer|1.0|rhythmbox|ID3 tag 
muxer|encoder-application/x-id3"
** Message: 11:07:11.147: PackageKit: xid = 0
** Message: 11:07:11.147: PackageKit: desktop_id = (null)
** Message: 11:07:11.147: PackageKit: Codec nice name: ID3 tag muxer
** Message: 11:07:11.147: PackageKit: structure: 
gstreamer1(encoder-application/x-id3)()(64bit)
** Message: 11:07:11.159: PackageKit: Did not install codec: 
GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name 
org.freedesktop.PackageKit was not provided by any .service files

Since,

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

Title:
  Rhythmbox automatic plugin installation is broken in ubuntu

Status in rhythmbox package in Ubuntu:
  New

Bug description:
  Error message during automatic plugin installation:
  ---

  GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name 
org.freedesktop
  .PackageKit was not provided by any .service files

  Full log:
  -

  (19:20:01) [0x7fe898005900] [impl_get_missing_plugins] rb-encoder-gst.c:783: 
trying to check profile mp3 for missing plugins
  (19:20:01) [0x7fe898005900] [impl_get_missing_plugins] rb-encoder-gst.c:799: 
didn't get request pad, profile mp3 doesn't work
  (19:20:01) [0x7fe898005900] [impl_get_missing_plugins] rb-encoder-gst.c:824: 
encoder found, profile mp3 works
  (19:20:01) [0x7fe898005900] [impl_get_missing_plugins] rb-encoder-gst.c:843: 
missing plugin for profile mp3: gstreamer|1.0|rhythmbox|ID3 tag
   muxer|encoder-application/x-id3
  Rhythmbox-Message: 19:20:01.178: Missing plugin: gstreamer|1.0|rhythmbox|ID3 
tag muxer|encoder-application/x-id3
  (19:20:01) [0x7fe898005900] [rb_missing_plugins_install] 
rb-missing-plugins.c:230: gst_install_plugins_async() result = 200
  ** Message: 19:20:01.204: PackageKit: xid = 0
  ** Message: 19:20:01.204: PackageKit: desktop_id = (null)
  ** Message: 19:20:01.204: PackageKit: Codec nice name: ID3 tag muxer
  ** Message: 19:20:01.204: PackageKit: structure: 
gstreamer1(encoder-application/x-id3)()(64bit)
  ** Message: 19:20:01.208: PackageKit: Did not install codec: 
GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop
  .PackageKit was not provided by any .service files
  (19:20:01) [0x7fe898005900] [on_plugin_installation_done] 
rb-missing-plugins.c:108: res = 1 (not-found)
  Rhythmbox-Message: 19:20:01.285: No installation candidate for missing 
plugins found.

  More details at:
  

  https://gitlab.gnome.org/GNOME/rhythmbox/-/issues/1898

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1936705/+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 1936705] Re: Rhythmbox automatic plugin installation is broken in ubuntu

2021-07-16 Thread crvi
Sébastien Bacher:

Thanks for pinging, it does sound a bug on the Ubuntu side instead, we
will investigate.

Did you have snap store active when you tried?

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

Title:
  Rhythmbox automatic plugin installation is broken in ubuntu

Status in rhythmbox package in Ubuntu:
  New

Bug description:
  Error message during automatic plugin installation:
  ---

  GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name 
org.freedesktop
  .PackageKit was not provided by any .service files

  Full log:
  -

  (19:20:01) [0x7fe898005900] [impl_get_missing_plugins] rb-encoder-gst.c:783: 
trying to check profile mp3 for missing plugins
  (19:20:01) [0x7fe898005900] [impl_get_missing_plugins] rb-encoder-gst.c:799: 
didn't get request pad, profile mp3 doesn't work
  (19:20:01) [0x7fe898005900] [impl_get_missing_plugins] rb-encoder-gst.c:824: 
encoder found, profile mp3 works
  (19:20:01) [0x7fe898005900] [impl_get_missing_plugins] rb-encoder-gst.c:843: 
missing plugin for profile mp3: gstreamer|1.0|rhythmbox|ID3 tag
   muxer|encoder-application/x-id3
  Rhythmbox-Message: 19:20:01.178: Missing plugin: gstreamer|1.0|rhythmbox|ID3 
tag muxer|encoder-application/x-id3
  (19:20:01) [0x7fe898005900] [rb_missing_plugins_install] 
rb-missing-plugins.c:230: gst_install_plugins_async() result = 200
  ** Message: 19:20:01.204: PackageKit: xid = 0
  ** Message: 19:20:01.204: PackageKit: desktop_id = (null)
  ** Message: 19:20:01.204: PackageKit: Codec nice name: ID3 tag muxer
  ** Message: 19:20:01.204: PackageKit: structure: 
gstreamer1(encoder-application/x-id3)()(64bit)
  ** Message: 19:20:01.208: PackageKit: Did not install codec: 
GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop
  .PackageKit was not provided by any .service files
  (19:20:01) [0x7fe898005900] [on_plugin_installation_done] 
rb-missing-plugins.c:108: res = 1 (not-found)
  Rhythmbox-Message: 19:20:01.285: No installation candidate for missing 
plugins found.

  More details at:
  

  https://gitlab.gnome.org/GNOME/rhythmbox/-/issues/1898

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1936705/+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 1936705] Re: Rhythmbox automatic plugin installation is broken in ubuntu

2021-07-16 Thread crvi
Since, org.freedesktop.PackageKit.service dbus service is provided by
gnome-software, it succeeds after installing gnome-software package.

$ apt-file search org.freedesktop.PackageKit | grep
/org.freedesktop.PackageKit.service

gnome-software: /usr/share/dbus-1/services/org.freedesktop.PackageKit.service
packagekit: /usr/share/dbus-1/system-services/org.freedesktop.PackageKit.service

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

Title:
  Rhythmbox automatic plugin installation is broken in ubuntu

Status in rhythmbox package in Ubuntu:
  New

Bug description:
  Error message during automatic plugin installation:
  ---

  GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name 
org.freedesktop
  .PackageKit was not provided by any .service files

  Full log:
  -

  (19:20:01) [0x7fe898005900] [impl_get_missing_plugins] rb-encoder-gst.c:783: 
trying to check profile mp3 for missing plugins
  (19:20:01) [0x7fe898005900] [impl_get_missing_plugins] rb-encoder-gst.c:799: 
didn't get request pad, profile mp3 doesn't work
  (19:20:01) [0x7fe898005900] [impl_get_missing_plugins] rb-encoder-gst.c:824: 
encoder found, profile mp3 works
  (19:20:01) [0x7fe898005900] [impl_get_missing_plugins] rb-encoder-gst.c:843: 
missing plugin for profile mp3: gstreamer|1.0|rhythmbox|ID3 tag
   muxer|encoder-application/x-id3
  Rhythmbox-Message: 19:20:01.178: Missing plugin: gstreamer|1.0|rhythmbox|ID3 
tag muxer|encoder-application/x-id3
  (19:20:01) [0x7fe898005900] [rb_missing_plugins_install] 
rb-missing-plugins.c:230: gst_install_plugins_async() result = 200
  ** Message: 19:20:01.204: PackageKit: xid = 0
  ** Message: 19:20:01.204: PackageKit: desktop_id = (null)
  ** Message: 19:20:01.204: PackageKit: Codec nice name: ID3 tag muxer
  ** Message: 19:20:01.204: PackageKit: structure: 
gstreamer1(encoder-application/x-id3)()(64bit)
  ** Message: 19:20:01.208: PackageKit: Did not install codec: 
GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop
  .PackageKit was not provided by any .service files
  (19:20:01) [0x7fe898005900] [on_plugin_installation_done] 
rb-missing-plugins.c:108: res = 1 (not-found)
  Rhythmbox-Message: 19:20:01.285: No installation candidate for missing 
plugins found.

  More details at:
  

  https://gitlab.gnome.org/GNOME/rhythmbox/-/issues/1898

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1936705/+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 1936705] Re: Rhythmbox automatic plugin installation is broken in ubuntu

2021-07-16 Thread crvi
> Missing plugin installation fails when clicking on "Install missing
plugins" in Preferences -> Music.

This seems to be due to the fact that Ubuntu ships it's own package
manager ( snap-store / Ubuntu software ), and not gnome-software.
Installing gnome-software fixes the above dbus error, but the ID3 muxer
is still not found.

@seb128: Thoughts ?

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

Title:
  Rhythmbox automatic plugin installation is broken in ubuntu

Status in rhythmbox package in Ubuntu:
  New

Bug description:
  Error message during automatic plugin installation:
  ---

  GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name 
org.freedesktop
  .PackageKit was not provided by any .service files

  Full log:
  -

  (19:20:01) [0x7fe898005900] [impl_get_missing_plugins] rb-encoder-gst.c:783: 
trying to check profile mp3 for missing plugins
  (19:20:01) [0x7fe898005900] [impl_get_missing_plugins] rb-encoder-gst.c:799: 
didn't get request pad, profile mp3 doesn't work
  (19:20:01) [0x7fe898005900] [impl_get_missing_plugins] rb-encoder-gst.c:824: 
encoder found, profile mp3 works
  (19:20:01) [0x7fe898005900] [impl_get_missing_plugins] rb-encoder-gst.c:843: 
missing plugin for profile mp3: gstreamer|1.0|rhythmbox|ID3 tag
   muxer|encoder-application/x-id3
  Rhythmbox-Message: 19:20:01.178: Missing plugin: gstreamer|1.0|rhythmbox|ID3 
tag muxer|encoder-application/x-id3
  (19:20:01) [0x7fe898005900] [rb_missing_plugins_install] 
rb-missing-plugins.c:230: gst_install_plugins_async() result = 200
  ** Message: 19:20:01.204: PackageKit: xid = 0
  ** Message: 19:20:01.204: PackageKit: desktop_id = (null)
  ** Message: 19:20:01.204: PackageKit: Codec nice name: ID3 tag muxer
  ** Message: 19:20:01.204: PackageKit: structure: 
gstreamer1(encoder-application/x-id3)()(64bit)
  ** Message: 19:20:01.208: PackageKit: Did not install codec: 
GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop
  .PackageKit was not provided by any .service files
  (19:20:01) [0x7fe898005900] [on_plugin_installation_done] 
rb-missing-plugins.c:108: res = 1 (not-found)
  Rhythmbox-Message: 19:20:01.285: No installation candidate for missing 
plugins found.

  More details at:
  

  https://gitlab.gnome.org/GNOME/rhythmbox/-/issues/1898

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1936705/+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 1258367] Re: Atom feed is not readable in Rhythmbox

2021-07-16 Thread crvi
There is a distinction between plain Atom URL and podcast Atom feed URL.

Plain RSS / ATOM URLs:
--

These feed URLs are supposed to be used by feed readers ( like browsers
and feed reader apps ), to notify when the feed author publishes a new
HTML article. They don't contain any audio/video links, so they have
nothing to do with Rhythmbox.

Podcast RSS / ATOM URLs:


These atom / rss feed URLs are specifically for podcasts. They are
exactly similar to the above atom / rss links, but contain audio/video
links to episodes. Those are the feed URLs which rhythmbox supports.

E.g. the valid Atom feed url for the above podcast would be:

http://feeds.feedburner.com/TheCoolestThingAboutLove

Good news:
--

But, you don't always need to play around URLs to subscribe to podcasts.
Most probably the author has submitted his feed to a popular podcast
directory like: Apple podcasts / Google podcasts / Spotify. Rhythmbox
uses "Apple podcasts" for searching podcasts.

So, search for "coolest thing" in rhythmbox by clicking on "Podcasts" ->
"Add" button should fetch the results, rather than playing around with
URLs.

** Changed in: rhythmbox (Ubuntu)
   Status: Triaged => Fix Released

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

Title:
  Atom feed is not readable in Rhythmbox

Status in Rhythmbox:
  Fix Released
Status in rhythmbox package in Ubuntu:
  Fix Released

Bug description:
  The following feed either crashes or doesn't work in Rhythmbox:
  http://gdata.youtube.com/feeds/api/users/TimesSquareChurch/uploads

  As you can see, it's valid:
  
http://validator.w3.org/feed/check.cgi?url=http%3A%2F%2Fgdata.youtube.com%2Ffeeds%2Fapi%2Fusers%2FTimesSquareChurch%2Fuploads

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: rhythmbox 2.99.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.11.0-14.21-generic 3.11.7
  Uname: Linux 3.11.0-14-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Thu Dec  5 18:21:09 2013
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2013-11-23 (12 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  MarkForUpload: True
  SourcePackage: rhythmbox
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/rhythmbox/+bug/1258367/+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 1258367] Re: Atom feed is not readable in Rhythmbox

2021-07-16 Thread crvi
Closing this for now.

Please re-open if necessary.

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

Title:
  Atom feed is not readable in Rhythmbox

Status in Rhythmbox:
  Fix Released
Status in rhythmbox package in Ubuntu:
  Fix Released

Bug description:
  The following feed either crashes or doesn't work in Rhythmbox:
  http://gdata.youtube.com/feeds/api/users/TimesSquareChurch/uploads

  As you can see, it's valid:
  
http://validator.w3.org/feed/check.cgi?url=http%3A%2F%2Fgdata.youtube.com%2Ffeeds%2Fapi%2Fusers%2FTimesSquareChurch%2Fuploads

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: rhythmbox 2.99.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.11.0-14.21-generic 3.11.7
  Uname: Linux 3.11.0-14-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Thu Dec  5 18:21:09 2013
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2013-11-23 (12 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  MarkForUpload: True
  SourcePackage: rhythmbox
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/rhythmbox/+bug/1258367/+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 1542471] Re: Playing mp3 files causes: Problem occurred without error being set. This is a bug in Rhythmbox or GStreamer.

2021-03-24 Thread crvi
This is being addressed as part of upstream issue
https://gitlab.gnome.org/GNOME/rhythmbox/-/issues/1451.


** Bug watch added: gitlab.gnome.org/GNOME/rhythmbox/-/issues #1451
   https://gitlab.gnome.org/GNOME/rhythmbox/-/issues/1451

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

Title:
  Playing mp3 files causes: Problem occurred without error being set.
  This is a bug in Rhythmbox or GStreamer.

Status in gstreamer1.0 package in Ubuntu:
  Confirmed
Status in rhythmbox package in Ubuntu:
  Incomplete

Bug description:
  I get the following error in the console when trying to play a mp3
  file using Rhythmbox:

  (21:23:27) [0x832a60] [rb_shell_player_error] rb-shell-player.c:2443:
  playback error while playing: Problem occurred without error being
  set. This is a bug in Rhythmbox or GStreamer.

  I don't get the same error while trying to play the same file using
  'Video's. I installed the required codec using the 'Video's
  application as it told me to install a codec.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: libgstreamer1.0-0 1.7.1-1
  ProcVersionSignature: Ubuntu 4.4.0-2.16-generic 4.4.0
  Uname: Linux 4.4.0-2-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia zfs zunicode zcommon znvpair zavl
  ApportVersion: 2.19.4-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Feb  5 21:24:05 2016
  ExecutablePath: /usr/bin/rhythmbox
  SourcePackage: gstreamer1.0
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer1.0/+bug/1542471/+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 1876716] Re: Error transferring track: "could not open resource for writing" when copying tracks to library

2021-03-27 Thread crvi
Can you attach the output of the following command ?

$ rhythmbox -d

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

Title:
  Error transferring track: "could not open resource for writing" when
  copying tracks to library

Status in rhythmbox package in Ubuntu:
  Confirmed

Bug description:
  I tried adding my old iTunes music folder into my (empty) Rhythmbox
  library having the option 'Copy files that are outside the music
  library' checked. After clicking 'Import 4974 listed tracks'.

  Expected behaviour: 
  all files should've been copied to my Rhythmbox media folder.

  What happened instead: 
  the copy process got interupted with the following error: 

  Error transferring track: "could not open resource for writing"
  Only a few tracks where copied, I was able to press the button a few more 
times to copy a few more tracks, but then Rhythmbox crashed/closed and I had to 
restart it.

  
  I also tried it with just a few tracks. That worked, but the same error 
message came up when trying to copy tracks that were added to the library 
before.

  
  ---

  Description:  Zorin OS 15.2
  Release:  15

  rhythmbox:
Installed: 3.4.2-4ubuntu1
Candidate: 3.4.2-4ubuntu1
Version table:
   *** 3.4.2-4ubuntu1 500
  500 http://nl.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
  100 /var/lib/dpkg/status

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1876716/+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 1876716] Re: Error transferring track: "could not open resource for writing" when copying tracks to library

2021-03-27 Thread crvi
... when importing from a CD and the above issue happens.

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

Title:
  Error transferring track: "could not open resource for writing" when
  copying tracks to library

Status in rhythmbox package in Ubuntu:
  Confirmed

Bug description:
  I tried adding my old iTunes music folder into my (empty) Rhythmbox
  library having the option 'Copy files that are outside the music
  library' checked. After clicking 'Import 4974 listed tracks'.

  Expected behaviour: 
  all files should've been copied to my Rhythmbox media folder.

  What happened instead: 
  the copy process got interupted with the following error: 

  Error transferring track: "could not open resource for writing"
  Only a few tracks where copied, I was able to press the button a few more 
times to copy a few more tracks, but then Rhythmbox crashed/closed and I had to 
restart it.

  
  I also tried it with just a few tracks. That worked, but the same error 
message came up when trying to copy tracks that were added to the library 
before.

  
  ---

  Description:  Zorin OS 15.2
  Release:  15

  rhythmbox:
Installed: 3.4.2-4ubuntu1
Candidate: 3.4.2-4ubuntu1
Version table:
   *** 3.4.2-4ubuntu1 500
  500 http://nl.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
  100 /var/lib/dpkg/status

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1876716/+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 1876716] Re: Error transferring track: "could not open resource for writing" when copying tracks to library

2021-03-27 Thread crvi
Fill the Album and Artist text fields in the rhythmbox CD ui, before
pressing 'Extract'.

Rhythmbox will place the extracted tracks in the appropriate folder
based on 'Album' and 'Artist', thereby avoiding this error.

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

Title:
  Error transferring track: "could not open resource for writing" when
  copying tracks to library

Status in rhythmbox package in Ubuntu:
  Confirmed

Bug description:
  I tried adding my old iTunes music folder into my (empty) Rhythmbox
  library having the option 'Copy files that are outside the music
  library' checked. After clicking 'Import 4974 listed tracks'.

  Expected behaviour: 
  all files should've been copied to my Rhythmbox media folder.

  What happened instead: 
  the copy process got interupted with the following error: 

  Error transferring track: "could not open resource for writing"
  Only a few tracks where copied, I was able to press the button a few more 
times to copy a few more tracks, but then Rhythmbox crashed/closed and I had to 
restart it.

  
  I also tried it with just a few tracks. That worked, but the same error 
message came up when trying to copy tracks that were added to the library 
before.

  
  ---

  Description:  Zorin OS 15.2
  Release:  15

  rhythmbox:
Installed: 3.4.2-4ubuntu1
Candidate: 3.4.2-4ubuntu1
Version table:
   *** 3.4.2-4ubuntu1 500
  500 http://nl.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
  100 /var/lib/dpkg/status

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1876716/+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 1922267] Re: this program cannot be set as the default program (rhythmbox)

2021-04-01 Thread crvi
1. Right click an audio file and select "Properties" menu item.
2. Select "Open With" Tab in Properties Window.
3. Select "Rhythmbox" from the below application list and click "Set as 
default".

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

Title:
  this program cannot be set as the default program (rhythmbox)

Status in rhythmbox package in Ubuntu:
  New

Bug description:
  I can't set 'Rhythmbox' as a default for listening to music.
  When I try to set 'Rhythmbox' as the default program (for music playback) 
this setting is not accepted. You cannot set this up, as the 'Movies' program 
is automatically set as the default program immediately. I have tried many 
ways, but no changes to this topic.
  I will be grateful for help. 

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: rhythmbox 3.4.4-1ubuntu2
  ProcVersionSignature: Ubuntu 5.8.0-49.55~20.04.1-generic 5.8.18
  Uname: Linux 5.8.0-49-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.16
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Apr  1 18:35:20 2021
  InstallationDate: Installed on 2021-01-31 (60 days ago)
  InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=pl_PL.UTF-8
   SHELL=/bin/bash
  SourcePackage: rhythmbox
  UpgradeStatus: No upgrade log present (probably fresh install)
  XorgLog: Error: [Errno 2] Nie ma takiego pliku ani katalogu: 
'/var/log/Xorg.0.log'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1922267/+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 1922267] Re: this program cannot be set as the default program (rhythmbox)

2021-04-04 Thread crvi
Refer https://gitlab.gnome.org/GNOME/glib/-/issues/1298 as well

** Bug watch added: gitlab.gnome.org/GNOME/rhythmbox/-/issues #1884
   https://gitlab.gnome.org/GNOME/rhythmbox/-/issues/1884

** Also affects: rhythmbox via
   https://gitlab.gnome.org/GNOME/rhythmbox/-/issues/1884
   Importance: Unknown
   Status: Unknown

** Changed in: rhythmbox (Ubuntu)
 Assignee: Queen (queen8387) => crvi (crvi)

** Bug watch added: gitlab.gnome.org/GNOME/glib/-/issues #1298
   https://gitlab.gnome.org/GNOME/glib/-/issues/1298

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

Title:
  this program cannot be set as the default program (rhythmbox)

Status in Rhythmbox:
  Unknown
Status in rhythmbox package in Ubuntu:
  Confirmed

Bug description:
  I can't set 'Rhythmbox' as a default for listening to music.
  When I try to set 'Rhythmbox' as the default program (for music playback) 
this setting is not accepted. You cannot set this up, as the 'Movies' program 
is automatically set as the default program immediately. I have tried many 
ways, but no changes to this topic.
  I will be grateful for help. 

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: rhythmbox 3.4.4-1ubuntu2
  ProcVersionSignature: Ubuntu 5.8.0-49.55~20.04.1-generic 5.8.18
  Uname: Linux 5.8.0-49-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.16
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Apr  1 18:35:20 2021
  InstallationDate: Installed on 2021-01-31 (60 days ago)
  InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=pl_PL.UTF-8
   SHELL=/bin/bash
  SourcePackage: rhythmbox
  UpgradeStatus: No upgrade log present (probably fresh install)
  XorgLog: Error: [Errno 2] Nie ma takiego pliku ani katalogu: 
'/var/log/Xorg.0.log'

To manage notifications about this bug go to:
https://bugs.launchpad.net/rhythmbox/+bug/1922267/+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 1922267] Re: this program cannot be set as the default program (rhythmbox)

2021-04-04 Thread crvi
@queen8387: Thanks for reporting the bug.

This will be fixed in a few days. I am not sure if there is a workaround
for this.

For now, you can open rhythmbox, and import the songs and play it from
there, rather than from GNOME File manager.

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

Title:
  this program cannot be set as the default program (rhythmbox)

Status in Rhythmbox:
  Unknown
Status in rhythmbox package in Ubuntu:
  Confirmed

Bug description:
  I can't set 'Rhythmbox' as a default for listening to music.
  When I try to set 'Rhythmbox' as the default program (for music playback) 
this setting is not accepted. You cannot set this up, as the 'Movies' program 
is automatically set as the default program immediately. I have tried many 
ways, but no changes to this topic.
  I will be grateful for help. 

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: rhythmbox 3.4.4-1ubuntu2
  ProcVersionSignature: Ubuntu 5.8.0-49.55~20.04.1-generic 5.8.18
  Uname: Linux 5.8.0-49-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.16
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Apr  1 18:35:20 2021
  InstallationDate: Installed on 2021-01-31 (60 days ago)
  InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=pl_PL.UTF-8
   SHELL=/bin/bash
  SourcePackage: rhythmbox
  UpgradeStatus: No upgrade log present (probably fresh install)
  XorgLog: Error: [Errno 2] Nie ma takiego pliku ani katalogu: 
'/var/log/Xorg.0.log'

To manage notifications about this bug go to:
https://bugs.launchpad.net/rhythmbox/+bug/1922267/+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 1936705] Re: Rhythmbox automatic plugin installation is broken in ubuntu

2021-09-13 Thread crvi
> testing on hirsute, calling pk-gstreamer-install as described in #3
errors out if snap-store isn't started but doesn't if it is

Right. That was weird.

> (it still doesn't seem to work correctly but triggers a notifications
with actions)

I'm not seeing any notifications here.

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

Title:
  Rhythmbox automatic plugin installation is broken in ubuntu

Status in rhythmbox package in Ubuntu:
  New

Bug description:
  Error message during automatic plugin installation:
  ---

  GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name 
org.freedesktop
  .PackageKit was not provided by any .service files

  Full log:
  -

  (19:20:01) [0x7fe898005900] [impl_get_missing_plugins] rb-encoder-gst.c:783: 
trying to check profile mp3 for missing plugins
  (19:20:01) [0x7fe898005900] [impl_get_missing_plugins] rb-encoder-gst.c:799: 
didn't get request pad, profile mp3 doesn't work
  (19:20:01) [0x7fe898005900] [impl_get_missing_plugins] rb-encoder-gst.c:824: 
encoder found, profile mp3 works
  (19:20:01) [0x7fe898005900] [impl_get_missing_plugins] rb-encoder-gst.c:843: 
missing plugin for profile mp3: gstreamer|1.0|rhythmbox|ID3 tag
   muxer|encoder-application/x-id3
  Rhythmbox-Message: 19:20:01.178: Missing plugin: gstreamer|1.0|rhythmbox|ID3 
tag muxer|encoder-application/x-id3
  (19:20:01) [0x7fe898005900] [rb_missing_plugins_install] 
rb-missing-plugins.c:230: gst_install_plugins_async() result = 200
  ** Message: 19:20:01.204: PackageKit: xid = 0
  ** Message: 19:20:01.204: PackageKit: desktop_id = (null)
  ** Message: 19:20:01.204: PackageKit: Codec nice name: ID3 tag muxer
  ** Message: 19:20:01.204: PackageKit: structure: 
gstreamer1(encoder-application/x-id3)()(64bit)
  ** Message: 19:20:01.208: PackageKit: Did not install codec: 
GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop
  .PackageKit was not provided by any .service files
  (19:20:01) [0x7fe898005900] [on_plugin_installation_done] 
rb-missing-plugins.c:108: res = 1 (not-found)
  Rhythmbox-Message: 19:20:01.285: No installation candidate for missing 
plugins found.

  More details at:
  

  https://gitlab.gnome.org/GNOME/rhythmbox/-/issues/1898

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1936705/+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 1939938] Re: dialog asking for restart appears on close of rhythmbox

2021-09-13 Thread crvi
@fossfreedom: I think it's better to revert

https://github.com/fossfreedom/alternative-
toolbar/commit/9e50cb17a99cd2cff6f6c1b71d2ad219cac6ac5d

** Package changed: rhythmbox (Ubuntu) => rhythmbox-plugin-alternative-
toolbar (Ubuntu)

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

Title:
  dialog asking for restart appears on close of rhythmbox

Status in rhythmbox-plugin-alternative-toolbar package in Ubuntu:
  Confirmed

Bug description:
  following last update to rhythmbox dialog box now appears at every
  closure of rhythmbox from top bar

  Ubuntu 21.10 image from 13/08

  lenovo thinkpad T430

  250gb ssd  16gb ram

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox-plugin-alternative-toolbar/+bug/1939938/+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 1822156] Re: Cannot parse m3u8 playlist

2021-09-20 Thread crvi
> I verified your sample file works with totem-pl-parser 3.26.5-5ubuntu1

Hi,

How exactly did you verify the sample m3u8 file ?

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

Title:
  Cannot parse m3u8 playlist

Status in totem-pl-parser package in Ubuntu:
  Fix Released

Bug description:
  Hello,

  I have a m3u8 (utf8 format) playlist, but many players do not understand that 
file.
  Neither does totem-pl-parser.
  Ref: https://developer.gnome.org/totem-pl-parser/stable/

  
  radio.m3u8 attached.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.04
  Package: libtotem-plparser-dev 3.26.3-1ubuntu1
  Uname: Linux 5.0.1-050001-generic x86_64
  ApportVersion: 2.20.10-0ubuntu23
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Mar 28 16:06:11 2019
  InstallationDate: Installed on 2019-03-06 (21 days ago)
  InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Alpha amd64 (20190203)
  SourcePackage: totem-pl-parser
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/totem-pl-parser/+bug/1822156/+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 1922267] Re: this program cannot be set as the default program (rhythmbox)

2021-10-12 Thread crvi
I cannot seem to reproduce this in Ubuntu 20.04.

Is this still an issue ?

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

Title:
  this program cannot be set as the default program (rhythmbox)

Status in Rhythmbox:
  Unknown
Status in rhythmbox package in Ubuntu:
  Confirmed

Bug description:
  I can't set 'Rhythmbox' as a default for listening to music.
  When I try to set 'Rhythmbox' as the default program (for music playback) 
this setting is not accepted. You cannot set this up, as the 'Movies' program 
is automatically set as the default program immediately. I have tried many 
ways, but no changes to this topic.
  I will be grateful for help. 

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: rhythmbox 3.4.4-1ubuntu2
  ProcVersionSignature: Ubuntu 5.8.0-49.55~20.04.1-generic 5.8.18
  Uname: Linux 5.8.0-49-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.16
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Apr  1 18:35:20 2021
  InstallationDate: Installed on 2021-01-31 (60 days ago)
  InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=pl_PL.UTF-8
   SHELL=/bin/bash
  SourcePackage: rhythmbox
  UpgradeStatus: No upgrade log present (probably fresh install)
  XorgLog: Error: [Errno 2] Nie ma takiego pliku ani katalogu: 
'/var/log/Xorg.0.log'

To manage notifications about this bug go to:
https://bugs.launchpad.net/rhythmbox/+bug/1922267/+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 1143282] Re: Unable to add podcasts in rhythmbox

2021-11-29 Thread crvi
I am not seeing any of the issues described above. Can anyone give a
reproducible test case ?

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

Title:
  Unable to add podcasts in rhythmbox

Status in Rhythmbox:
  New
Status in rhythmbox package in Ubuntu:
  Triaged

Bug description:
  I am unable to add a podcast in rhythmbox.

  Procedure:
  1) Open rhythmbox
  2) select "Podcasts" under "Library" on the left
  3) Press the "Add" button
  4) Enter a URL from a podcast feed that you know should work because you can 
see it in firefox, e.g. http://feeds.feedburner.com/Rsaudio (typing or 
copy/pasting appears to make no difference.)
  5) Note that the "subscribe" button isn't lit up, so click "search"
  6) You get a message saying "Unable to load the feed. Check your network 
connection." and the podcast URL is 
  7) Subscribe is now enabled, so press that.

  Result:
  8) the feed URL disappears from the list, but you aren't subscribed to it

  Expected result:
  8) you are subscribed to it.

  Notes:
  * My network connection is active
  * It is managed by network manager, although my desktop is xmonad and I don't 
have the applet visible (but apparently it is running)

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: rhythmbox 2.97-1ubuntu6.1
  ProcVersionSignature: Ubuntu 3.5.0-23.35-generic 3.5.7.2
  Uname: Linux 3.5.0-23-generic x86_64
  ApportVersion: 2.6.1-0ubuntu10
  Architecture: amd64
  Date: Mon Mar  4 14:45:43 2013
  MarkForUpload: True
  SourcePackage: rhythmbox
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/rhythmbox/+bug/1143282/+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