Re: [SlimDevices: SqueezeCenter] LMS 7.9.2 - Media scan terminated unexpectedly (Scanning Progress)

2019-07-28 Thread Michael Herger

debug log available here: https://filebin.net/5gs75t620fw2ex7b


And that's from a failed scan? The file indeed simply ends without 
neither success nor failure message.


The last file logged is

/audiodrives/audiofolder/Bayonne - Drastic Measures - (2019) {WEB - 
FLAC}/08 - Uncertainly Deranged.flac


Is that one that got updated?

--

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


Re: [SlimDevices: SqueezeCenter] LMS 7.9.2 - Media scan terminated unexpectedly (Scanning Progress)

2019-07-28 Thread bennyboyph


debug log available here: https://filebin.net/5gs75t620fw2ex7b



bennyboyph's Profile: http://forums.slimdevices.com/member.php?userid=43607
View this thread: http://forums.slimdevices.com/showthread.php?t=110802

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


Re: [SlimDevices: SqueezeCenter] Server Machine Alternatives.

2019-07-28 Thread Michael Herger

As d6jg  suggested, is there a benefit to have the LMS cache and prefs
on the SSD?


SSD instead of SD card? Sure! The cache folder is the folder where LMS 
does almost all write accesses, and where the database is being stored. 
The faster it is, the quicker the scan would run, or searches would 
return results etc.


--

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


Re: [SlimDevices: SqueezeCenter] LMS 7.9.2 - Media scan terminated unexpectedly (Scanning Progress)

2019-07-28 Thread Michael Herger
Please run a full scan with logging for the scanner set to DEBUG (see 
dropdown at the top of Settings/Advanced/Logging).


In the copy of scanner.log you provided there are only two issues 
obvious issues:


[19-07-28 20:58:59.8992] Slim::Formats::readTags (198) Error: While 
trying to ->getTag(/audiodrives/audiofolder/Arctic Monkeys - Tranquility 
Base Hotel & Casino (2018)/01. Star Treatment.flac) : 
buffer_append_space: alloc 28439782 too large (max 20971520) at 
/usr/share/squeezeboxserver/lib/Audio/Scan.pm line 75.


Some files might have artwork or other data stored in the metadata which 
exceeds the maximum 20MB. Is songkong adding huge artwork files or 
something?



[19-07-28 20:59:06.0801]
Slim::Plugin::FullTextSearch::Plugin::_initPopularTerms (525) Fulltext
index missing or outdated - re-building
[19-07-28 20:59:06.0804] Slim::Schema::Storage::throw_exception (122)
Error: DBI Exception: DBD::SQLite::db selectcol_arrayref failed: no such
table: fulltext_terms [for Statement "


That's likely the result of the scan having failed, leaving incomplete 
data behind.


--

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


Re: [SlimDevices: SqueezeCenter] LMS 7.9.2 - Media scan terminated unexpectedly (Scanning Progress)

2019-07-28 Thread bennyboyph


This is what the server log states at the time of "clear library and
rescan everything"


[19-07-28 20:57:20.5928] main::init (387) Starting Logitech Media Server
(v7.9.2, 1564003588, Wed Jul 24 23:48:00 CEST 2019) perl 5.026001 -
x86_64-linux-gnu-thread-multi
[19-07-28 20:57:20.9290] Slim::Utils::SQLiteHelper::postConnect (374)
Optimizing DB because of missing or empty sqlite_stat1 table
[19-07-28 20:57:21.0576] Slim::Schema::forceCommit (2144) Warning:
Trying to commit transactions before DB is initialized!
[19-07-28 20:57:22.2819]
Slim::Plugin::FullTextSearch::Plugin::_initPopularTerms (525) Fulltext
index missing or outdated - re-building
[19-07-28 20:57:22.2821]
Slim::Plugin::FullTextSearch::Plugin::_rebuildIndex (413) Starting
fulltext index build
[19-07-28 20:57:22.2822]
Slim::Plugin::FullTextSearch::Plugin::_rebuildIndex (417) Initialize
fulltext table
[19-07-28 20:57:22.2832]
Slim::Plugin::FullTextSearch::Plugin::_rebuildIndex (430) Create
fulltext index for tracks
[19-07-28 20:57:24.5217]
Slim::Plugin::FullTextSearch::Plugin::_rebuildIndex (440) Create
fulltext index for albums
[19-07-28 20:57:24.8800]
Slim::Plugin::FullTextSearch::Plugin::_rebuildIndex (449) Create
fulltext index for contributors
[19-07-28 20:57:24.9069]
Slim::Plugin::FullTextSearch::Plugin::_rebuildIndex (459) Create
fulltext index for playlists
[19-07-28 20:57:25.0912]
Slim::Plugin::FullTextSearch::Plugin::_rebuildIndex (494) Optimize
fulltext index
[19-07-28 20:57:25.1426]
Slim::Plugin::FullTextSearch::Plugin::_rebuildIndex (509) Fulltext index
build done!
[19-07-28 20:59:06.0801]
Slim::Plugin::FullTextSearch::Plugin::_initPopularTerms (525) Fulltext
index missing or outdated - re-building
[19-07-28 20:59:06.0804] Slim::Schema::Storage::throw_exception (122)
Error: DBI Exception: DBD::SQLite::db selectcol_arrayref failed: no such
table: fulltext_terms [for Statement "
SELECT term, d FROM (
SELECT term, SUM(documents) d
FROM fulltext_terms
WHERE NOT col IN ('*', 1, 0) AND LENGTH(term) > 1
GROUP BY term
ORDER BY d DESC
)
WHERE d > 500
"]
[19-07-28 20:59:06.0807] Slim::Schema::Storage::throw_exception (122)
Backtrace:

frame 0: Slim::Utils::Log::logBacktrace
(/usr/share/perl5/Slim/Schema/Storage.pm line 122)
frame 1: Slim::Schema::Storage::throw_exception
(/usr/share/squeezeboxserver/CPAN/DBIx/Class/Storage/DBI.pm line 1007)
frame 2: DBIx::Class::Storage::DBI::__ANON__
(/usr/share/perl5/Slim/Plugin/FullTextSearch/Plugin.pm line 532)
frame 3: Slim::Plugin::FullTextSearch::Plugin::_initPopularTerms
(/usr/share/perl5/Slim/Plugin/FullTextSearch/Plugin.pm line 118)
frame 4: Slim::Plugin::FullTextSearch::Plugin::__ANON__
(/usr/share/perl5/Slim/Control/Request.pm line 2058)
frame 5: (eval) (/usr/share/perl5/Slim/Control/Request.pm line 2058)
frame 6: Slim::Control::Request::notify
(/usr/share/perl5/Slim/Control/Request.pm line 859)
frame 7: Slim::Control::Request::checkNotifications
(/usr/sbin/squeezeboxserver line 708)
frame 8: main::idle (/usr/sbin/squeezeboxserver line 677)
frame 9: main::main (/usr/sbin/squeezeboxserver line 1210)

[19-07-28 20:59:06.0809] Slim::Control::Request::notify (2060) Error:
Failed notify: Carp::Clan::__ANON__(): DBI Exception: DBD::SQLite::db
selectcol_arrayref failed: no such table: fulltext_terms [for Statement
"
SELECT term, d FROM (
SELECT term, SUM(documents) d
FROM fulltext_terms
WHERE NOT col IN ('*', 1, 0) AND LENGTH(term) > 1
GROUP BY term
ORDER BY d DESC
)
WHERE d > 500
"] at /usr/share/perl5/Slim/Schema/Storage.pm line 126



bennyboyph's Profile: http://forums.slimdevices.com/member.php?userid=43607
View this thread: http://forums.slimdevices.com/showthread.php?t=110802

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


Re: [SlimDevices: SqueezeCenter] LMS 7.9.2 - Media scan terminated unexpectedly (Scanning Progress)

2019-07-28 Thread bennyboyph


2779327793


+---+
|Filename: scanner.log  |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=27793|
+---+


bennyboyph's Profile: http://forums.slimdevices.com/member.php?userid=43607
View this thread: http://forums.slimdevices.com/showthread.php?t=110802

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


[SlimDevices: SqueezeCenter] LMS 7.9.2 - Media scan terminated unexpectedly (Scanning Progress)

2019-07-28 Thread bennyboyph


Hi - wondering if anyone can help with my scanning problems

Over the past week, I have started using Songkong to correct the
metadata of my 80k FLAC files - the headless software has gone through
my entire collection.
As far I was aware, I wasn't having any problems with the media scanning
prior to using songkong - the entire database was made available after
the scans.

However, I have seen that songkong has identified that several folders
contain corrupt FLAC files - likely to have been corrupt for some time
before now.

Discovering files/directories: /audiodrives/audiofolder   (83049 of
83049)   Complete  00:00:27
Scanning new music files: /audiodrives/audiofolder   (6185 of 75370)  
Complete  01:04:36
Media scan terminated unexpectedly (Scanning Progress)
Total Time: 01:05:03 (Sunday, July 28, 2019 / 8:22 AM)

Logitech Media Server Version: 7.9.2 - 1564003588 @ Wed Jul 24 23:48:00
CEST 2019
Hostname: audioserver
Server IP Address: 192.168.178.41
Server HTTP Port Number: 9000
Operating system: Debian - EN - utf8
Platform Architecture: x86_64-linux
Perl Version: 5.26.1 - x86_64-linux-gnu-thread-multi
Audio::Scan: 0.95
IO::Socket::SSL: 2.060
Database Version: DBD::SQLite 1.58 (sqlite 3.22.0)
Total Players Recognized: 1


I've tried deleting the cache and followed all updates.

Is there anything I can do to fix this?  I've attached my scanning logs



bennyboyph's Profile: http://forums.slimdevices.com/member.php?userid=43607
View this thread: http://forums.slimdevices.com/showthread.php?t=110802

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


Re: [SlimDevices: SqueezeCenter] Server Machine Alternatives.

2019-07-28 Thread Craig


Well everything is ordered so we'll see how I get on setting it up.
As d6jg  suggested, is there a benefit to have the LMS cache and prefs
on the SSD?

Craig



MC2Slim - Windows Shell and J River Media Center Integration for
Squeezebox.

http://www.duff-zapp.co.uk

Craig's Profile: http://forums.slimdevices.com/member.php?userid=96
View this thread: http://forums.slimdevices.com/showthread.php?t=110796

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


Re: [SlimDevices: SqueezeCenter] Server Machine Alternatives.

2019-07-28 Thread drmatt


True "other lms implementations are available" There's also a docker
variant out there.


-Transcoded from Matt's brain by Tapatalk-



--
Hardware: 3x Touch, 1x Radio, 2x Receivers, 1 HP Microserver NAS with
Debian+LMS 7.9.0
Music: ~1300 CDs, as 450 GB of 16/44k FLACs. No less than 3x 24/44k
albums..

drmatt's Profile: http://forums.slimdevices.com/member.php?userid=59498
View this thread: http://forums.slimdevices.com/showthread.php?t=110796

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