I'm using subsonic on a RPI4 (10/Buster).
Subsonic version is: 6.1.6 (build 0cfa60) – November 10, 2019
Server: jetty-6.1.x, java 1.8.0_212, HSQLDB, Linux (102.3 MB / 181.9 MB)
I have a premium license.
I have quite a large collection of music, attached to a USB HD on the RPI:
1,728 artists
6,373 albums
118,075 songs
2384.03 GB
7,953 hours
My main issue is that several albums are missing, i.e I don't see them in the Web UI, and thus cannot play them

I have checked that the rights on the files are correct.
First question: could I simply have a list of all albums in the DB? The DB is the standard one (HSQL). This would help me to check how many albums are missing, by comparing with what is present on the HDD.
Second question: what could be the cause of these missing albums? Again, I have checked the file properties, everything looks OK. I am facing a size limitation of the DB? Apparently, news albums appear with no problem.
I have tried to clean and recreate the DB => same situation.
Third question (maybe an easy one): the log file (/var/subsonic/subsonic.log) is empty. I can see the log in the WebUI (About Subsonic), but the file remains empy.
I have tried to receate the file today, no success:
- Code: Select all
/var/subsonic# ls -l
total 792
drwxr-xr-x 2 subsonicuser 1002 4096 Dec 3 12:31 db
drwxr-xr-x 2 subsonicuser root 4096 May 13 2020 db.backup
drwxr-xr-x 2 subsonicuser root 4096 May 6 2020 db.ori
drwxr-xr-x 2 subsonicuser subsonicuser 106496 Nov 19 13:30 fanarttvcache
drwxr-xr-x 3 subsonicuser subsonicuser 4096 May 13 2020 jetty
drwxr-xr-x 2 subsonicuser subsonicuser 4096 May 9 2020 lastfmcache
drwxr-xr-x 2 subsonicuser subsonicuser 503808 Dec 3 12:35 lastfmcache2
drwxr-xr-x 7 subsonicuser root 4096 May 6 2020 lucene2
-rw-r--r-- 1 subsonicuser subsonicuser 0 Dec 3 12:17 subsonic.log
-rw-r--r-- 1 subsonicuser root 1469 Dec 3 12:35 subsonic.properties
-rw-r--r-- 1 subsonicuser subsonicuser 143391 Dec 3 12:44 subsonic_sh.log
drwxr-xr-x 14 subsonicuser subsonicuser 4096 Dec 1 2020 thumbs
drwxr-xr-x 3 subsonicuser root 4096 May 13 2020 transcode
drwxr-xr-x 2 subsonicuser root 4096 May 6 2020 transcode.ini
Thanks for your help.
Denis