hakko wrote:Make sure you've spelled the Media Folders directory correctly (uppercase/lowercase matters). Go to the file tree view to see what's been found in a directory. Check Settings -> Media folders to see if some of your files are missing required tags (artist, title), then they won't be included. subsonic.log does not contain a log of what's being scanned. You could check musiccabinet.log, location found from the About view. It's also relevant if a whole folder is not being added or if just a couple of files from a certain folder are not added.
My apologies for not investigating this further as I may be onto a solution. It appears all the missing artists have special characters (ie
Esbjörn Svensson Trio). This realization brought me to
this thread which offered this as a solution,
wowo wrote:First disable Subsonic.
Then you must add the following code to the subsonic.sh file almost at the beginning right after the line "SUBSONIC_DEFAULT_PLAYLIST_FOLDER=/var/playlists"
Mind the " !!!! they are essential otherwise it won't work.
- Code: Select all
export LANG="en_US.UTF-8"
export LC_CTYPE="en_US.UTF-8"
Finally you can see Björk
and other artists, albums and tracks with international characters.
I had also to change the default music folder and then changed it back to the normal default music folder then it works for me.
Sorry for my bad English.
Here's to hoping it works smoothly. Thanks for the badass mod.
Edit: It worked. For some reason I could have sworn Subsonic read it all before, maybe I just never noticed.