Media library scanned and found audio files (showing count stats in the left column), but no songs appear in the UI: neither in the left column, nor in the "filters" on the Home page (e.g. "Recently added", "All").
Troubleshooting Steps: Restarted the subsonic service several times, performed several media library scans
Playback Application and version: The web application
Subsonic Version: 5.3 (build 4568) – October 24, 2015
Server Version: 5.3 (build 4568) – October 24, 2015
Hardware Platform: Ubuntu 14.04.3 LTS
Java Memory Limit: 200M
Output from ffmpeg -i:
- Code: Select all
$ ffmpeg -i /media/nas/music/classical/Antonio\ Vivaldi\ -\ The\ Four\ Seasons\ and\ Violin\ Concertos/01.\ Concerto\ No.\ 1\ In\ E\,\ Rv\ 269\ \'spring\'\ -\ I\ Allegro.mp3
ffmpeg version N-76045-g97be5d4 Copyright (c) 2000-2015 the FFmpeg developers
built with gcc 4.8 (Ubuntu 4.8.4-2ubuntu1~14.04)
configuration: --extra-libs=-ldl --prefix=/opt/ffmpeg --enable-avresample --disable-debug --enable-nonfree --enable-gpl --enable-version3 --enable-libopencore-amrnb --enable-libopencore-amrwb --disable-decoder=amrnb --disable-decoder=amrwb --enable-libpulse --enable-libdcadec --enable-libfreetype --enable-libx264 --enable-libx265 --enable-libfdk-aac --enable-libvorbis --enable-libmp3lame --enable-libopus --enable-libvpx --enable-libspeex --enable-libass --enable-avisynth --enable-libsoxr --enable-libxvid --enable-libvo-aacenc --enable-libvidstab
libavutil 55. 4.100 / 55. 4.100
libavcodec 57. 6.100 / 57. 6.100
libavformat 57. 4.100 / 57. 4.100
libavdevice 57. 0.100 / 57. 0.100
libavfilter 6. 11.100 / 6. 11.100
libavresample 3. 0. 0 / 3. 0. 0
libswscale 4. 0.100 / 4. 0.100
libswresample 2. 0.100 / 2. 0.100
libpostproc 54. 0.100 / 54. 0.100
[mp3 @ 0x200a2e0] Skipping 0 bytes of junk at 5419.
Input #0, mp3, from '/media/nas/music/classical/Antonio Vivaldi - The Four Seasons and Violin Concertos/01. Concerto No. 1 In E, Rv 269 'spring' - I Allegro.mp3':
Metadata:
title : Concerto No. 1 in E, RV 269 'Spring' - I: Allegro
artist : Itzhak Perlman
album : Vivaldi-The Four Seasons and Violin Concertos
encoded_by : Exact Audio Copy (Secure mode)
track : 01/21
genre : Classical
date : 1725
Duration: 00:03:22.81, start: 0.025057, bitrate: 320 kb/s
Stream #0:0: Audio: mp3, 44100 Hz, stereo, s16p, 320 kb/s
Metadata:
encoder : LAME3.97
Side data:
replaygain: track gain - -0.500000, track peak - unknown, album gain - unknown, album peak - unknown,
At least one output file must be specified
Last ten log file lines:
- Code: Select all
11/15/15 12:28:08 PM GMT] INFO MediaScannerService Scanned media library with 8250 entries.
[11/15/15 12:28:10 PM GMT] INFO MediaScannerService Scanned media library with 8500 entries.
[11/15/15 12:28:11 PM GMT] INFO MediaScannerService Scanned media library with 8750 entries.
[11/15/15 12:28:12 PM GMT] INFO MediaScannerService Scanned media library with 8927 entries.
[11/15/15 12:28:12 PM GMT] INFO MediaScannerService Marking non-present files.
[11/15/15 12:28:13 PM GMT] INFO MediaScannerService Marking non-present artists.
[11/15/15 12:28:13 PM GMT] INFO MediaScannerService Marking non-present albums.
[11/15/15 12:28:13 PM GMT] INFO MediaScannerService Completed media library scan.
[11/15/15 12:28:16 PM GMT] INFO PlaylistService Starting playlist import.
[11/15/15 12:28:16 PM GMT] INFO PlaylistService Completed playlist import.
This issue started after upgrading to version 5.3, previously on 4.8. After upgrading to 5.3, I had to remove the old DB folder and let the new version create a new one.