Comment 2 for bug 1839542

Revision history for this message
Peter Jones (jonesypeter) wrote :

I ran the following the try and install what appears to be a missing gstreamer package:

sudo apt update
sudo apt install libdvdnav4 libdvdread4 gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly libdvd-pkg
sudo apt install ubuntu-restricted-extras

https://websiteforstudents.com/how-to-install-video-audio-codecs-on-ubuntu-18-10-18-04-16-04-lts/

I still don't see the image previews inside my WDMyCloud webpage.

Now the debug report shows:

ubuntu@ubuntu:~/Desktop$ soundconverter --debug
  faac gstreamer element not found
SoundConverter 3.0.2
/usr/share/soundconverter/python/soundconverter/ui.py:1465: Warning: g_value_type_transformable: assertion 'G_TYPE_IS_VALUE (src_type)' failed
  builder.add_from_file(gladefile)

(SoundConverter:20519): Gtk-WARNING **: 20:38:13.303: ../../../../gtk/gtkliststore.c:836: Unable to convert from (null) to gchararray
analysing file integrity
Queue start: 1 tasks, 16 thread(s).
launching: 'giosrc location="file:///home/ubuntu/Desktop/How_Tickled_Am_I_Series_3_-_4._Harry_Worth_b00f670x_shortened.m4a" ! decodebin name=decoder ! fakesink'
adding: 1 files
have_type: audio/x-m4a How_Tickled_Am_I_Series_3_-_4._Harry_Worth_b00f670x_shortened.m4a
mime: .m4a audio/x-m4a
Queue done in 0.050s (1 tasks)
Added 1 files in 0.06s (scan 0.00s, add 0.05s)
Queue start: 1 tasks, 16 thread(s).
launching: 'giosrc location="file:///home/ubuntu/Desktop/How_Tickled_Am_I_Series_3_-_4._Harry_Worth_b00f670x_shortened.m4a" name=src ! decodebin name=decoder ! audiorate ! audioconvert ! audioresample ! lamemp3enc encoding-engine-quality=2 target=quality cbr=false quality=3 ! xingmux ! id3mux ! giosink location="file:///home/ubuntu/Desktop/How_Tickled_Am_I_Series_3_-_4._Harry_Worth_b00f670x_shortened.m4a~020153~SC~"'
found_tags: How_Tickled_Am_I_Series_3_-_4._Harry_Worth_b00f670x_shortened.m4a
    {'title': 'Harry Worth'}
    {'artist': 'BBC Radio 4 Extra'}
    {'album-artist': 'BBC Radio'}
    {'album': 'How Tickled Am I?: Series 3'}
    {'year': 2008, 'date': '2008-10-26'}
    {'track-number': '4'}
    {'album-disc-number': '3'}
    {'genre': 'Factual'}
/home/ubuntu/Desktop/How_Tickled_Am_I_Series_3_-_4._Harry_Worth_b00f670x_shortened.m4a~020153~SC~ -> /home/ubuntu/Desktop/How_Tickled_Am_I_Series_3_-_4._Harry_Worth_b00f670x_shortened.mp3
Creating folder 'file:///home/ubuntu/Desktop'?
Queue done in 28.678s (1 tasks)
/usr/share/soundconverter/python/soundconverter/ui.py:1366: PyGIWarning: Unity was imported without specifying a version first. Use gi.require_version('Unity', '7.0') before import to ensure that the right version gets loaded.
  from gi.repository import Unity
closing...
ubuntu@ubuntu:~/Desktop$