subsonic not indexing some song files - debian

Need help? Post your questions here.

Moderator: moderators

subsonic not indexing some song files - debian

Postby kpholmes » Fri Apr 12, 2013 5:28 am

Im running subsonic 4.7 (build 3105) on debian 6.0

Most files in their directory are visible in subsonic and play just fine. Although some folders when selected in subsonic, are just blank and have to content available. I

have double checked that the files are actually there, which they are. I can download the folder from subsonic webui (zipped) and then see the files on my local computer, but for what ever reason these files cannot be played from subsonic's webui or from my mobile device.

I have tried restarting subsonic, cleaning the database, and rescanning the media folders. nothing seem to help.

all the in my media folder have the same permission of drwxrwxr-x
subsonic is running as the same user that has permission to these files.

This is a clean install of subsonic.
Playback Application and version: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:20.0) Gecko/20100101 Firefox/20.0
Subsonic Version: 4.7 (build 3105) – September 11, 2012
Server Version: jetty-6.1.x, java 1.6.0_18, Linux (115.8 MB / 146.0 MB)
Hardware Platform: Debian 6 kernel-2.6.32-5-amd64
Java Memory Limit: 450
Problem Filename: /Music/Kevin/The Black Seeds/Keep On Pushing LP/08 Little Atoms.mp3
Output from ffmpeg -i:
Code: Select all
pluto@kCloud:/media/kCloud/Music/Kevin/The Black Seeds/Keep On Pushing LP$ ls
01 Dance Dance.mp3                       05 You Want.mp3                    09 Hey Son.mp3
02 Keep On Pushing_ Workshop Re-Dub.mp3  06 In Your Eyes_ Fabulous Dub.mp3  10 Coming Back Home.mp3
03 Sit There.mp3                         07 What We Need.mp3
04 Black Sunrise.mp3                     08 Little Atoms.mp3
pluto@kCloud:/media/kCloud/Music/Kevin/The Black Seeds/Keep On Pushing LP$ pwd
/media/kCloud/Music/Kevin/The Black Seeds/Keep On Pushing LP
pluto@kCloud:/media/kCloud/Music/Kevin/The Black Seeds/Keep On Pushing LP$ ffmpeg -i "08 Little Atoms.mp3"
ffmpeg version 0.7.15, Copyright (c) 2000-2013 the FFmpeg developers
  built on Feb 22 2013 07:18:58 with gcc 4.4.5
  configuration: --enable-libdc1394 --prefix=/usr --extra-cflags='-Wall -g ' --cc='ccache cc' --enable-shared --enable-libmp3lame --enable-gpl --enable-libvorbis --enable-pthreads --enable-libfaac --enable-libxvid --enable-postproc --enable-x11grab --enable-libgsm --enable-libtheora --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libx264 --enable-libspeex --enable-nonfree --disable-stripping --enable-avfilter --enable-libdirac --disable-decoder=libdirac --enable-libfreetype --enable-libschroedinger --disable-encoder=libschroedinger --enable-version3 --enable-libopenjpeg --enable-libvpx --enable-librtmp --extra-libs=-lgcrypt --disable-altivec --disable-armv5te --disable-armv6 --disable-vis
  libavutil    50. 43. 0 / 50. 43. 0
  libavcodec   52.123. 0 / 52.123. 0
  libavformat  52.111. 0 / 52.111. 0
  libavdevice  52.  5. 0 / 52.  5. 0
  libavfilter   1. 80. 0 /  1. 80. 0
  libswscale    0. 14. 1 /  0. 14. 1
  libpostproc  51.  2. 0 / 51.  2. 0
[mp3 @ 0x13ec2e0] max_analyze_duration 5000000 reached at 5015510
Input #0, mp3, from '08 Little Atoms.mp3':
  Metadata:
    artist          : The Black Seeds
    album           : Keep On Pushing LP
    title           : Little Atoms
    TLEN            : 291440
    track           : 8
    genre           : Reggae
    date            : 2001
  Duration: 00:04:51.50, start: 0.000000, bitrate: 256 kb/s
    Stream #0.0: Audio: mp3, 44100 Hz, stereo, s16, 256 kb/s
At least one output file must be specified


Last ten log file lines:
Code: Select all
[4/12/13 6:37:54 PM PDT]    INFO   DaoHelper   Checking database schema.
[4/12/13 6:37:54 PM PDT]    INFO   DaoHelper   Done checking database schema.
[4/12/13 6:37:54 PM PDT]    INFO   VersionService   Resolved local Subsonic version to: 4.7
[4/12/13 6:37:55 PM PDT]    INFO   MediaScannerService   Automatic media library scanning scheduled to run every 1 day(s), starting at Sat Apr 13 06:00:00 PDT 2013
[4/12/13 6:37:55 PM PDT]    INFO   PodcastService   Automatic Podcast update scheduled to run every 1 hour(s), starting at Fri Apr 12 18:42:55 PDT 2013
[4/12/13 6:37:58 PM PDT]    INFO   VersionService   Resolved latest Subsonic final version to: 4.7
[4/12/13 6:37:58 PM PDT]    INFO   VersionService   Resolved latest Subsonic beta version to: 4.7.beta3
[4/12/13 6:38:01 PM PDT]    WARN   NetworkService   No UPnP router found.


the file name i provided is just one of many. I'd say about 25% of my library is not available through subsonic.

any help would be appreciated.
thanks
kpholmes
 
Posts: 9
Joined: Sun Nov 15, 2009 4:39 pm

Re: subsonic not indexing some song files - debian

Postby kpholmes » Sat Apr 13, 2013 1:57 am

made a little headway,

so after reading this post viewtopic.php?f=2&t=11371&p=52409&hilit=media+empty#p52409

I noticed that he listed his song tracks the say way I did: "01 track-name.mp3"

I changed ONLY one 1 of the 10 songs in the folder from my original post, from "01 track-name.mp3" to "track-name 01.mp3", did a quick scan of the media folder, and BAM, all 10 songs were there :)

this only worked for this album, I still have tons of media that is still missing. Any suggestions on what to do next?

should I change the naming structure of all my music? or is there something I can just do in subsonic to fix this?
at least we now know its in the naming....
kpholmes
 
Posts: 9
Joined: Sun Nov 15, 2009 4:39 pm

Re: subsonic not indexing some song files - debian

Postby kpholmes » Thu Apr 18, 2013 2:29 am

bump.......
kpholmes
 
Posts: 9
Joined: Sun Nov 15, 2009 4:39 pm

Re: subsonic not indexing some song files - debian

Postby ajkessel » Fri Mar 07, 2014 1:09 am

Similar issue here. I had a file in the form of artist_-_album-_-_track#_-_trackname.mp3 that wasn't being picked up. Then I renamed it in the same folder, same permissions, to "test.mp3" and it appeared fine.

Running Debian Stable and the MusicCabinet variety of subsonic, 0.7.24c.

Any idea how to troubleshoot? It's disturbing to have files just not appear--they get lost in my collection, and I have no way to figure out what is being indexed and what is not.
ajkessel
 
Posts: 39
Joined: Tue Mar 30, 2010 5:04 pm

Re: subsonic not indexing some song files - debian

Postby ajkessel » Fri Mar 07, 2014 1:11 am

I should also point out that *most* of the files with that naming structure appear; it's only some that don't. I see no rhyme or reason as to what gets picked up and what not. It's certainly not the length of the filename.
ajkessel
 
Posts: 39
Joined: Tue Mar 30, 2010 5:04 pm

Re: subsonic not indexing some song files - debian

Postby spookybathtub » Fri Mar 07, 2014 3:27 pm

Are you sure permissions are correct? The line you posted is clearly not real file permissions:
drwxrwxr-x
What's the output of ls -l?
spookybathtub
 
Posts: 110
Joined: Thu Oct 07, 2010 7:13 am

Re: subsonic not indexing some song files - debian

Postby ajkessel » Fri Mar 07, 2014 4:49 pm

My folders are all 555 and files all 444. Any reason folders/files need to be writable to be indexed properly?
ajkessel
 
Posts: 39
Joined: Tue Mar 30, 2010 5:04 pm


Return to Help

Who is online

Users browsing this forum: No registered users and 112 guests