mp3 gstreamer 1.0 jessie problem

Hello guys,

on my pi2 which I updated from wheezy to jessy mopidy2.0.0 is running fine
All my files m4a and mp3 are played.
But on a fresh install I tried installing and deinstalling codecs for gstreamer

Have you any ideas how to solve it?
Somehow most or all mp3 files are not scanned

Here is what I get starting scan

Running “/usr/bin/mopidy --config /usr/share/mopidy/conf.d:/etc/mopidy/mopidy.conf local scan” as user mopidy
INFO Starting Mopidy 2.0.0
INFO Loading config from builtin defaults
INFO Loading config from /etc/mopidy/mopidy.conf
INFO Loading config from command line options
INFO Enabled extensions: mpd, http, stream, mobile, podcast-gpodder, m3u, youtube, softwaremixer, file, local-images, podcast, local
INFO Disabled extensions: none
INFO Found 26175 files in media_dir.
INFO No local library metadata cache found at /var/lib/mopidy/.local/share/mopidy/local/library.json.gz. Please run mopidy local scan to index your local music library. If you do not have a local music collection, you can disable the local backend to hide this message.
INFO Checking 0 tracks from library.
INFO Removing 0 missing tracks.
INFO Found 25010 tracks which need to be updated.
INFO Scanning…
WARNING Failed local:track:._.DS_Store: gst-stream-error-quark: Could not determine type of stream. (4)
WARNING Failed local:track:.DS_Store: gst-stream-error-quark: No valid frames found before end of stream (5)
WARNING Failed local:track:vdr/%C3%84rzte/ger%C3%A4usch/%23%20als%20ich%20den%20punk%20erfand.mp3: Track shorter than 100ms
WARNING Failed local:track:vdr/%C3%84rzte/ger%C3%A4usch/%23%20anti-zombie.mp3: Track shorter than 100ms
WARNING Failed local:track:vdr/%C3%84rzte/ger%C3%A4usch/%23%20anti-zombie_1.mp3: Track shorter than 100ms
WARNING Failed local:track:vdr/10%2C000%20Maniacs/Campfire%20Songs%20%20The%20Popular%2C%20Obscure%20%26%20Unknown%20Recordings/2-06%20To%20Sir%20With%20Love.mp3: Track shorter than 100ms
WARNING Failed local:track:vdr/1000%20Mexicans/The%20Indie%20Scene%201984/13%20The%20Last%20Pop%20Song.mp3: Track shorter than 100ms
WARNING Failed local:track:vdr/103rd%20Street%20Gospel%20Choir/Gospel%20Chants/02%20It%27s%20Me%20Oh%20Lord.mp3: Track shorter than 100ms
WARNING Failed local:track:vdr/103rd%20Street%20Gospel%20Choir/Gospel%20Chants/12%20Joshua%20Fit%20The%20Batle%20Of%20Jericho.mp3: Track shorter than 100ms
WARNING Failed local:track:vdr/103rd%20Street%20Gospel%20Choir/Gospel%20Chants/15%20Swing%20Down%20Chariott.mp3: Track shorter than 100ms

Ok it seems not to play mp3 files anymore
Best reagrds,
Stefan

I use an RPI3 with all Raspbian Jessie updates and experience the same problem.
After a “local scan” I miss about 10000 songs which are visible in the folders. but can not be played with, for example, VLC player.

Example:
WARNING Failed local:track:K/Keith%20Anderson/Keith%20Anderson%20-%20Sunday%20morning%20in%20america.mp3: gst-stream-error-quark: Could not determine type of stream. (4)

Provide the output of mopidy deps.

You are probably just missing a suitable mp3 gstreamer plugin. Make sure you have all the plugins installed.

  • gstreamer1.0-plugins-good
  • gstreamer1.0-plugins-bad
  • gstreamer1.0-plugins-ugly

And maybe the libav one (if that’s available in jessie, I can’t remember).