[Fixed] Missing music

General discussions.

Moderator: moderators

[Fixed] Missing music

Postby Greenfin » Sun Jan 11, 2015 2:47 pm

Hey all,

Recently installed subsonic 5.0 on a Raspberry Pi. Works a treat, for the files it can find. All my music is on a NAS, mounted to /media/vault/Music/

About half my music is discovered, up to bands beginning with 'M'! I.e. it can find Meatloaf, but not Metallica. There are a few exceptions along the way... but the interesting thing is that the band names are listed, even though the albums are not.

Any idea how I should start debugging this? I'd been using it on my desktop for years, but wanted to move it to an always-on server for remote access.

Edit: Added the information below.

Problem Description: Music files not being added to library
Troubleshooting Steps: Rescanned, removed and re-added directory, changed ownership of directory to subsonic's uid
Playback Application and version: Web interface
Subsonic Version: 5.0 (build 4100) – September 21, 2014
Server Version: jetty-6.1.x, java 1.8.0_06, Linux (78.6 MB / 145.0 MB)
Hardware Platform: Raspberry Pi model B
Java Memory Limit: Not sure... but according to top, java is using 223m in RES
Problem Filename: Many!
Output from ffmpeg -i:
Code: Select all
-bash: ffmpeg: command not found

Last ten log file lines:
Code: Select all
1/16/15 12:09:35 PM UTC]   INFO   MediaScannerService   Starting to scan media library.
[1/16/15 12:09:43 PM UTC]   INFO   MediaScannerService   Scanned media library with 250 entries.
[1/16/15 12:09:51 PM UTC]   INFO   MediaScannerService   Scanned media library with 500 entries.
[1/16/15 12:09:59 PM UTC]   INFO   MediaScannerService   Scanned media library with 750 entries.
[1/16/15 12:10:09 PM UTC]   INFO   MediaScannerService   Scanned media library with 1000 entries.
[1/16/15 12:10:19 PM UTC]   INFO   MediaScannerService   Scanned media library with 1250 entries.
[1/16/15 12:10:31 PM UTC]   INFO   MediaScannerService   Scanned media library with 1500 entries.
[1/16/15 12:10:39 PM UTC]   INFO   MediaScannerService   Scanned media library with 1750 entries.
[1/16/15 12:10:48 PM UTC]   INFO   MediaScannerService   Scanned media library with 2000 entries.
[1/16/15 12:10:56 PM UTC]   INFO   MediaScannerService   Scanned media library with 2250 entries.
[1/16/15 12:11:08 PM UTC]   INFO   MediaScannerService   Scanned media library with 2500 entries.
[1/16/15 12:11:09 PM UTC]   INFO   MediaScannerService   Scanned media library with 2566 entries.
[1/16/15 12:11:09 PM UTC]   INFO   MediaScannerService   Marking non-present files.
[1/16/15 12:11:09 PM UTC]   INFO   MediaScannerService   Marking non-present artists.
[1/16/15 12:11:09 PM UTC]   INFO   MediaScannerService   Marking non-present albums.
[1/16/15 12:11:09 PM UTC]   INFO   MediaScannerService   Completed media library scan.
[1/16/15 12:11:11 PM UTC]   INFO   PlaylistService   Starting playlist import.
[1/16/15 12:11:11 PM UTC]   INFO   PlaylistService   Completed playlist import.
[1/16/15 12:11:11 PM UTC]   INFO   PlaylistService   Starting playlist statistics update.
[1/16/15 12:11:11 PM UTC]   INFO   PlaylistService   Completed playlist statistics update.
Last edited by Greenfin on Fri Jan 16, 2015 2:29 pm, edited 3 times in total.
Greenfin
 
Posts: 3
Joined: Sun Jan 11, 2015 2:41 pm

Re: Missing music

Postby Exrace » Wed Jan 14, 2015 4:42 am

What does the scan log under "About" show?
Exrace
 
Posts: 218
Joined: Thu Nov 11, 2010 5:02 am

Re: Missing music

Postby Greenfin » Fri Jan 16, 2015 12:16 pm

This is the output from the log:
Code: Select all
[1/16/15 12:09:35 PM UTC]   INFO   MediaScannerService   Starting to scan media library.
[1/16/15 12:09:43 PM UTC]   INFO   MediaScannerService   Scanned media library with 250 entries.
[1/16/15 12:09:51 PM UTC]   INFO   MediaScannerService   Scanned media library with 500 entries.
[1/16/15 12:09:59 PM UTC]   INFO   MediaScannerService   Scanned media library with 750 entries.
[1/16/15 12:10:09 PM UTC]   INFO   MediaScannerService   Scanned media library with 1000 entries.
[1/16/15 12:10:19 PM UTC]   INFO   MediaScannerService   Scanned media library with 1250 entries.
[1/16/15 12:10:31 PM UTC]   INFO   MediaScannerService   Scanned media library with 1500 entries.
[1/16/15 12:10:39 PM UTC]   INFO   MediaScannerService   Scanned media library with 1750 entries.
[1/16/15 12:10:48 PM UTC]   INFO   MediaScannerService   Scanned media library with 2000 entries.
[1/16/15 12:10:56 PM UTC]   INFO   MediaScannerService   Scanned media library with 2250 entries.
[1/16/15 12:11:08 PM UTC]   INFO   MediaScannerService   Scanned media library with 2500 entries.
[1/16/15 12:11:09 PM UTC]   INFO   MediaScannerService   Scanned media library with 2566 entries.
[1/16/15 12:11:09 PM UTC]   INFO   MediaScannerService   Marking non-present files.
[1/16/15 12:11:09 PM UTC]   INFO   MediaScannerService   Marking non-present artists.
[1/16/15 12:11:09 PM UTC]   INFO   MediaScannerService   Marking non-present albums.
[1/16/15 12:11:09 PM UTC]   INFO   MediaScannerService   Completed media library scan.
[1/16/15 12:11:11 PM UTC]   INFO   PlaylistService   Starting playlist import.
[1/16/15 12:11:11 PM UTC]   INFO   PlaylistService   Completed playlist import.
[1/16/15 12:11:11 PM UTC]   INFO   PlaylistService   Starting playlist statistics update.
[1/16/15 12:11:11 PM UTC]   INFO   PlaylistService   Completed playlist statistics update.


Note the number of files under the music directory is 4220:
Code: Select all
/media/vault/Music $ find . -name '*.mp3' | wc -l
4220
Greenfin
 
Posts: 3
Joined: Sun Jan 11, 2015 2:41 pm

Re: Missing music

Postby Greenfin » Fri Jan 16, 2015 2:29 pm

Fixed!

I left it a day, and came back to it, then repeated the process of removing and re-adding the music directory (with a purge inbetween) and it seems to have found everything. I guess the Raspberry Pi was still doing something else the last time I tried, and it got overwhelmed.
Greenfin
 
Posts: 3
Joined: Sun Jan 11, 2015 2:41 pm


Return to General

Who is online

Users browsing this forum: No registered users and 7 guests