Re: [SlimDevices: SqueezeCenter] Composers in All Artist List

2020-08-30 Thread tv69


Is it possible to have selected "use two separate lists for Albums
Artists and All Artists" and NOT have composer data show up under
artists?


----
tv69's Profile: http://forums.slimdevices.com/member.php?userid=32022
View this thread: http://forums.slimdevices.com/showthread.php?t=29

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] Process status : not running (crashed as PID 19525)

2017-07-20 Thread tv69

karlek wrote: 
> Malformed databases.
> Please rename all database files (*.db) in
> /opt/ssods4/var/home/SqueezeboxServer/Cache to *.db.old

karlek,

That was it!  Thanks very much.  I learned something new.  The server is
running and scanning the library as I type this.

Cheers,

T



tv69's Profile: http://forums.slimdevices.com/member.php?userid=32022
View this thread: http://forums.slimdevices.com/showthread.php?t=107690

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] Process status : not running (crashed as PID 19525)

2017-07-19 Thread tv69

karlek wrote: 
> Delete the server.log, start LMS. When it's stopped again, post the Log
> here.
> Have you tried "/opt/ssods4/bin/ssctrl start"? Maybe we get some
> messages from the console.

Thanks for showing me how to reset and get info from the log file.

Here it is...
Looks like a problem with the cache library??

[17-07-19 20:14:48 ] ssctrl Starting SqueezeboxServer
7.9.1-1499900819.
[17-07-19 20:14:49 ] ssctrl Command line =
/opt/ssods4/var/home/SqueezeboxServer/slimserver.pl  --daemon --pidfile
/opt/ssods4/var/home/SqueezeboxServer/Cache/squeezecenter.pid --cachedir
/opt/ssods4/var/home/SqueezeboxServer/Cache --logdir
/opt/ssods4/var/home/SqueezeboxServer/Logs --prefsdir
/opt/ssods4/var/home/SqueezeboxServer/Prefs --priority 0 --user ssods
--group ssods --httpport 9001 
Async::HTTP: Unable to load IO::Socket::SSL, will try connecting to SSL
servers in non-SSL mode
[17-07-19 20:14:53.8453] main::init (387) Starting Logitech Media Server
(v7.9.1, 1499900819, Sun Jul 16 04:07:37 UTC 2017) perl 5.01 -
i686-linux-thread-multi
[17-07-19 20:14:53.8447] main::init (387) Starting Logitech Media Server
(v7.9.1, 1499900819, Sun Jul 16 04:07:37 UTC 2017) perl 5.01 -
i686-linux-thread-multi
[17-07-19 20:14:53 ] ssctrl SqueezeboxServer started.
[17-07-19 20:14:53 ] ssctrl Setting nice level to +0
[17-07-19 20:14:55.5065] Slim::Schema::Storage::throw_exception (100)
Error: DBI Exception: DBD::SQLite::db do failed: database disk image is
malformed [for Statement "-- Table to store persistent track
information, e.g. ratings and playcounts
-- This data survives a rescan
DROP TABLE IF EXISTS persistentdb.tracks_persistent"]
Trying to rebuild /opt/ssods4/var/home/SqueezeboxServer/Cache/library.db
from scratch.
[17-07-19 20:14:55.5310] Carp::Clan::__ANON__ (214) Warning:
DBIx::Class::Storage::DBI::__ANON__(): DBI Exception: DBD::SQLite::db do
failed: attempt to prepare on inactive database handle [for Statement "
CREATE TABLE persistentdb.tracks_persistent (
id INTEGER PRIMARY KEY AUTOINCREMENT,
url text NOT NULL,
musicbrainz_id varchar(40), -- musicbrainz uuid (36 bytes of text)
added int(10),
rating tinyint(1),
playCount int(10),
lastPlayed int(10)
)"] at
/share/MD0_DATA/.qpkg/LogitechMediaServer/var/home/SqueezeboxServer/lib/DBIx/Migration.pm
line 113
[17-07-19 20:22:23 ] ssctrl Starting SqueezeboxServer
7.9.1-1499900819.
[17-07-19 20:22:23 ] ssctrl Command line =
/opt/ssods4/var/home/SqueezeboxServer/slimserver.pl  --daemon --pidfile
/opt/ssods4/var/home/SqueezeboxServer/Cache/squeezecenter.pid --cachedir
/opt/ssods4/var/home/SqueezeboxServer/Cache --logdir
/opt/ssods4/var/home/SqueezeboxServer/Logs --prefsdir
/opt/ssods4/var/home/SqueezeboxServer/Prefs --priority 0 --user ssods
--group ssods --httpport 9001 
Async::HTTP: Unable to load IO::Socket::SSL, will try connecting to SSL
servers in non-SSL mode
[17-07-19 20:22:28.6505] main::init (387) Starting Logitech Media Server
(v7.9.1, 1499900819, Sun Jul 16 04:07:37 UTC 2017) perl 5.01 -
i686-linux-thread-multi
[17-07-19 20:22:28.6496] main::init (387) Starting Logitech Media Server
(v7.9.1, 1499900819, Sun Jul 16 04:07:37 UTC 2017) perl 5.01 -
i686-linux-thread-multi
[17-07-19 20:22:28 ] ssctrl SqueezeboxServer started.
[17-07-19 20:22:28 ] ssctrl Setting nice level to +0
[17-07-19 20:22:30.5405] Slim::Schema::Storage::throw_exception (100)
Error: DBI Exception: DBD::SQLite::db do failed: database disk image is
malformed [for Statement "-- Table to store persistent track
information, e.g. ratings and playcounts
-- This data survives a rescan
DROP TABLE IF EXISTS persistentdb.tracks_persistent"]
Trying to rebuild /opt/ssods4/var/home/SqueezeboxServer/Cache/library.db
from scratch.
[17-07-19 20:22:30.5650] Carp::Clan::__ANON__ (214) Warning:
DBIx::Class::Storage::DBI::__ANON__(): DBI Exception: DBD::SQLite::db do
failed: attempt to prepare on inactive database handle [for Statement "
CREATE TABLE persistentdb.tracks_persistent (
id INTEGER PRIMARY KEY AUTOINCREMENT,
url text NOT NULL,
musicbrainz_id varchar(40), -- musicbrainz uuid (36 bytes of text)
added int(10),
rating tinyint(1),
playCount int(10),
lastPlayed int(10)
)"] at
/share/MD0_DATA/.qpkg/LogitechMediaServer/var/home/SqueezeboxServer/lib/DBIx/Migration.pm
line 113


----
tv69's Profile: http://forums.slimdevices.com/member.php?userid=32022
View this thread: http://forums.slimdevices.com/showthread.php?t=107690

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] Process status : not running (crashed as PID 19525)

2017-07-18 Thread tv69

dergilb wrote: 
> Hi, try to restart the whole system, not only LMS. Did you delete the
> cache by any chance? That's when I get this problem.

I have tried it a few times and even removed LMS and reinstalled it.  Is
the cache stored in the 'tmp' folder?  I deleted everything in the 'tmp'
folder, after I reinstalled a fresh LMS now there are items in the 'tmp'
folder.



tv69's Profile: http://forums.slimdevices.com/member.php?userid=32022
View this thread: http://forums.slimdevices.com/showthread.php?t=107690

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] Process status : not running (crashed as PID 19525)

2017-07-18 Thread tv69

karlek wrote: 
> More Info is required:
> What QNAP running
> Which Firmware (QTS?)
> What Version of LMS?
> What shows server.log?
> Are there any error messages of SSOTS while starting LMS?
> 
> Maybe you ssh in your QNAP and execute "ssctrl start" from command line.
> I don't know exactly where to find ssctrl, maybe in /opt/ssods4/bin or
> /opt/ssods4/etc. I'll look for it later.

QNAP model: TS-559 Pro+
Firmware: 4.2.5
LMS version: 7.9.1-1499900819

Server Log: very long, not sure how to decipher it


SSOTS Status:
System

Hard-/Firmware : QNAP TurboStation TS-559 / 4.2.5 build 20170413
Load / Uptime  : 0.17 0.17 0.12 / 0d 22.47:55 (397% idle)
Memory -- Swap : 917/989 MB (shr: 0, buf: 211, cache: 143, rss: 564) --
2/518 MB

SqueezeboxServer

Version: 7.9.1-1499900819
Process status : not running (crashed as PID 26806)
Database size  : 4.0K and 106M persistent and 1.9G artwork
SSOTS/SBS flags: autostart port9001 en_GB.UTF-8
SC custom files: ssods.conf

Thanks for your help.


----
tv69's Profile: http://forums.slimdevices.com/member.php?userid=32022
View this thread: http://forums.slimdevices.com/showthread.php?t=107690

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


[SlimDevices: SqueezeCenter] Process status : not running (crashed as PID 19525)

2017-07-17 Thread tv69

Hello,

Seems my LMS has a new problem and does not seem to run.  I tried a new
installation on QNAP and when checking status via SSOTS on port 9099,
the server is not running.  When clicking the start button it tries to
restart the server but it fails and the same error is given with
different PID#.

Everything was fine for quite some time.

Any insight would be appreciated.

t



tv69's Profile: http://forums.slimdevices.com/member.php?userid=32022
View this thread: http://forums.slimdevices.com/showthread.php?t=107690

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] LMS on QNAP TS-559 Pro+ - after scan, no songs listed in library

2017-05-13 Thread tv69

Mnyb wrote: 
> If you can not browse to the folder , the LMS user has no rights to see
> the content of this folder or not even the folder itself .
> 
> Have a look at file and folder permissions for HD1

Mnyb,

Thanks a million!  It was folder permissions!  Not sure why this time
around QNAP decided to make permissions different than the past, but
it's all worked out now.

Cheers,

T



tv69's Profile: http://forums.slimdevices.com/member.php?userid=32022
View this thread: http://forums.slimdevices.com/showthread.php?t=107318

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] LMS on QNAP TS-559 Pro+ - after scan, no songs listed in library

2017-05-07 Thread tv69

yeomanspc wrote: 
> A bit late in responding.  Did you move to storage pools with the new
> build?  If so, the directory path is slightly different - I can't
> remember exactly because it's been a while, but I did have some issues -
> my path is /share/CACHEDEV1_DATA/Music (my music is stored in a folder
> called 'Music', which is off the main share.)  I recall prior to
> implementing pools, it was simply /share/music.

No storage pools being used.  I have completely uninstalled and
reinstalled version 'LogitechMediaServer_7.7.2_x86.qpkg' which is the
last version released as a qpkg.  

Here is a screen grab of my install info of LMS.22668

Here is a screen grab of the small test folder with a few music files
and cover art in it.22667

Finally, here is a screen grap of my basic
settings.22669

Before upgrading my 3 hard drives I stored my music in a main folder
called 'MEDIA', the folder sat on the same level as 'Mutimedia', Public,
etc...  This time around with the hard drives upgraded I decided to
store my music under the existing 'Multimedia' folder.  To check if this
was an issue, I did create a 'MEDIA' folder and put some music in it and
again the scan for music via LMS behaved by not finding music.  It did
find cover art though.

The strange thing and I don't remember if this was the case in the past,
when using the browse button I can not get to any folder in
'Multimedia'.  Under Multimedia I have a folder named 'HD1' but it is
not visible.22670

Also, I checked the logfile after the scan and this is what is
shows:22671

Any help is appreciated.


+---+
|Filename: lms log.jpg  |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=22671|
+---+


tv69's Profile: http://forums.slimdevices.com/member.php?userid=32022
View this thread: http://forums.slimdevices.com/showthread.php?t=107318

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] LMS on QNAP TS-559 Pro+ - after scan, no songs listed in library

2017-04-23 Thread tv69

Grumpy Bob wrote: 
> I'd check that you've entered the scan path correctly (especially
> checking for upper/lower case), and that the permissions on the music
> files and folders are correct.
> 
> Been a while since I ran LMS on my QNAP - I hold the files on the QNAP
> but run LMS on a Raspberry Pi.
> 
> Robert

Grumpy Bob, thanks for the reply.  The path is entered by browsing to
the media folder where the music is held on the QNAP.  As mentioned, the
scan reports back finding photos (the correct number is reported since
I'm test scanning a small test folder), but it reports zero on all other
file counts (videos, tracks, albums, artists, genres).

T


----
tv69's Profile: http://forums.slimdevices.com/member.php?userid=32022
View this thread: http://forums.slimdevices.com/showthread.php?t=107318

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


[SlimDevices: SqueezeCenter] LMS on QNAP TS-559 Pro+ - after scan, no songs listed in library

2017-04-23 Thread tv69

Hello,

First time experiencing such a problem. After installing new 3x 8tb
drives in Raid 5 on my TS-559 Pro+ I'm trying to reconfigure Logitech
Media Server and following the instructions here for installation:

viewtopic.php?f=123&t=111583

I have used these instructions before with a 3x 3TB configuration in
Raid 5 and everything has worked fine, mind you an older version of LMS
was implemented.

In my latest attempt to use the same procedure a strange problem is
present.

Once LMS has scanned the library successfully, browsing to the file
folders via Logitech Media Server shows that all folders that contain
the music files are empty! The information window in LMS shows the scan
has been successful, but the file count shows only images were
recognized, total count for all other file types is zero.

Any help would be appreciated. Perhaps this could be caused by a
particular service being turned off as I was messing around with
settings of services to see if the TS-509 would enter hard drive spin
down mode.

Installing the latest LMS on my laptop resulted in everything working
fine and my music library being properly scanned.

Cheers,

T



tv69's Profile: http://forums.slimdevices.com/member.php?userid=32022
View this thread: http://forums.slimdevices.com/showthread.php?t=107318

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter