Re: [SlimDevices: Beta] LMS 7.9 - enhancement request - further parsing of Shoutcast track info

2021-11-26 Thread Paul Webster


Seven and a half years after suggesting these changes, I have finally
implemented them as part of a plugin.
It includes parsing of SHOUTcast ICY StreamTitle and looking up missing
cover art

It is in my Radio Now Playing plugin that is available via the LMS
3rd-party plugin list
https://forums.slimdevices.com/showthread.php?115201-Announce-Radio-Now-Playing-plugin

The parsing is done by regex and is held in a configuration file which
makes it relatively easy to adapt for other stations if needed.
But given that no-one else in the last 7 years has asked for this
capability then I suspect it is just my big itch that was finally
scratched.

The regex looks something like this

Code:


  StreamTitle=\'(?.*?): (?.*?)(?: - 
(?.*?))?\'(?:;|$)(?:StreamUrl=\'(?.*)\'(?:;|$))?
  


which, if given
StreamTitle=Happy Hour: The Beatles - When I'm
64;StreamUrl=https://lastfm.freetls.fastly.net/i/u/770x0/56c8ae3f99db414db15270f6adcc0f5b.gif#56c8ae3f99db414db15270f6adcc0f5b;
will return:
progtitle=Happy Hour
artist=The Beatles
title=When I'm 64
cover=https://lastfm.freetls.fastly.net/i/u/770x0/56c8ae3f99db414db15270f6adcc0f5b.gif#56c8ae3f99db414db15270f6adcc0f5b

The regex is a bit more complicated than you might think it needs to be
because it has to return sensible things when there is no song
artist/title (implying a spoken link).



Paul Webster
http://dabdig.blogspot.com
author of \"now playing\" plugins covering radio france (fip etc),
planetradio (bauer - kiss, absolute, scala, jazzfm etc), kcrw, abc
australia and cbc/radio-canada
and, via the extra \"radio now playing\" plugin, allzic radio, caroline
flashback, cesky rozhlas, frequence3, jukeradio, klassikradio.de, linn
radio, mother earth, naim radio, nova.fr, radioblues flac, radio espace,
radio swiss, rte ireland, somehow jazz, supla finland

Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105
View this thread: http://forums.slimdevices.com/showthread.php?t=101728

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


Re: [SlimDevices: Beta] LMS 8.3 and Various Artists

2021-09-27 Thread gharris999


philchillbill wrote: 
> Aha, indeed more complex. What's the advantage of embedding a cue-sheet
> in a flac rather than just regular tags?
This is an increasingly less popular format: whole CDs ripped to a
single flac with all the metadata (track list cuesheet, album art, liner
notes & etc.) embedded in the flac file as vorbis comments.  So the
advantage is: 1 CD == 1 file.  

In the early slimdevices / squeeze center days, there were influential
users who were strong advocates for the format and LMS's audio scan has
supported the format from early on.  Support for the format probably
peaked when Andy Grundman added code to remove the need for an external
flac process to transcode embedded cuesheet flacs on playback and added
code to fully support gapless playback with embedded cuesheets.

Popularity of the format is probably waning since it's supported by only
a few other packages & applications, notably FB2K, EZ-CDAC, deadbeef,
etc.  Support on Apple platforms is especially thin.

I'm married to the format, as I've been ripping my library that way for
16 years now and I've become set in my ways in my dotage.

35827


+---+
|Filename: PXL_20210927_162924799.jpg   |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=35827|
+---+


gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115
View this thread: http://forums.slimdevices.com/showthread.php?t=115184

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


Re: [SlimDevices: Beta] LMS 8.3 and Various Artists

2021-09-24 Thread philchillbill


gharris999 wrote: 
> Not quite.  All the cuesheets are embedded in the flacs.  The script
> would have to extract all the cuesheets from 6,670 flac files via
> metaflac, presumably -- and that would involve extracting ALL the
> VORBIS_COMMENT tags, and then determining which VORBIS_COMMENT is the
> embedded cuesheet, then scanning those extracted cuesheets for album
> PERFORMER tags != to track PERFORMER tags, adding the REM COMPILATION 1
> line to the extracted cuesheets, and finally re-embedding the
> cuesheets.
> 
> Yes, doable in a script, but not as trivial as you suggest.

Aha, indeed more complex. What's the advantage of embedding a cue-sheet
in a flac rather than just regular tags?



philchillbill's Profile: http://forums.slimdevices.com/member.php?userid=68920
View this thread: http://forums.slimdevices.com/showthread.php?t=115184

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


Re: [SlimDevices: Beta] LMS 8.3 and Various Artists

2021-09-24 Thread gharris999


philchillbill wrote: 
> Not commenting on the sanity/desirability of the requirement to do so,
> but if you need to add a single line of text to hundreds of files then a
> 3-line script in e.g bash/Perl/Python will do it in a jiffy. No need to
> do it by hand.
Not quite.  All the cuesheets are embedded in the flacs.  The script
would have to extract all the cuesheets from 6,670 flac files via
metaflac, presumably -- and that would involve extracting ALL the
VORBIS_COMMENT tags, and then determining which VORBIS_COMMENT is the
embedded cuesheet, then scanning those extracted cuesheets for album
PERFORMER tags != to track PERFORMER tags, adding the REM COMPILATION 1
line to the extracted cuesheets, and finally re-embedding the
cuesheets.

Yes, doable in a script, but not as trivial as you suggest.



gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115
View this thread: http://forums.slimdevices.com/showthread.php?t=115184

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


Re: [SlimDevices: Beta] LMS 8.3 and Various Artists

2021-09-24 Thread gharris999


mherger wrote: 
> > Hmm I see in the comments for the pull request that Michael wasn't
> > totally convinced of the logic behind it and said it would be easy to
> > revoke if it caused issues. It has caused issues.
> 
> Please define "issues", and some number to allow for the plural :-).
> 
> If the issue is a change in behaviour which per-se is correct, but some
> 
> don't like because it means work for them, and if it took half a year 
> for a person or two to eventually hit that issue, then I'd consider it a
> 
> non-issue. But that's just my opinion.
Your opinion carries infinitely more weight than mine, of course.  And
everything you say is true.  If I truly am the one one affected by this,
then you're right to consider this a "won't fix" complaint.  

There have been several changes to the lms code over the years that have
fixed/broken behavior that I rely on to keep my library in order.  This
one will just join the other mods I apply to my local git clone as I run
my own fork of lms.

fixcue.sh

Code:


  #!/bin/bash
  
  
  lms_cust_cue(){
  
CUEFIX='/usr/local/share/lms/server/Slim/Formats/Playlists/CUE.pm'
  
CURDIR="$(pwd)"
FIXDIR="$(dirname "$CUEFIX")"
  
cd "$FIXDIR"
  
if [ "$(pwd)" != "$FIXDIR" ]; then
echo "Error: could not access ${FIXDIR}"
return 1
fi
  
if [ ! -e "${CUEFIX}.org" ]; then
cp -p "$CUEFIX" "${CUEFIX}.org"
fi
  
# Do we need to patch?
if [ $(grep -c "if (defined(\$cuesheet->{'ALBUMARTIST'}) && 
\$cuesheet->{'ALBUMARTIST'} ne \$performer) {" "$CUEFIX") -gt 0 ]; then
echo "${CUEFIX} already patched.."
return 0
fi
  
echo "Patching ${CUEFIX}"
# diff -rupN -ZbwB "$CUEFIX" "${CUEFIX}.mine"
  
  patch -p0 --verbose --ignore-whitespace << 'CUE_EOP'
  --- CUE.pm  2021-09-24 09:31:31.317230236 -0600
  +++ CUE.pm  2021-09-24 10:11:05.0 -0600
  @@ -414,6 +414,16 @@ sub parse {
  $track->{'ARTIST'}  = $performer;
  $track->{'TRACKARTIST'} = $performer;
  
  +# Automatically flag a compilation album
  +# since we are setting the artist.
  +
  +if (defined($cuesheet->{'ALBUMARTIST'}) && 
$cuesheet->{'ALBUMARTIST'} ne $performer) {
  +$cuesheet->{'COMPILATION'} = '1';
  +# Deleted the condition on 'defined', it could be defined
  +# but equal NO, N, 0,... or what else.
  +# we want it to be = 1 in this case.
  +}
  +
  }
  
  # Songwriter is the standard command for composer
  CUE_EOP
  
  
# Are we patched?
if [ $(grep -c "if (defined(\$cuesheet->{'ALBUMARTIST'}) && 
\$cuesheet->{'ALBUMARTIST'} ne \$performer) {" "$CUEFIX") -gt 0 ]; then
echo "${CUEFIX} patch successful!"
else
echo "${CUEFIX} NOT patched successfully!"
return 1
fi
  
  }
  
  
  lms_cust_cue
  
  




gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115
View this thread: http://forums.slimdevices.com/showthread.php?t=115184

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


Re: [SlimDevices: Beta] LMS 8.3 and Various Artists

2021-09-24 Thread slartibartfast


mherger wrote: 
> > Hmm I see in the comments for the pull request that Michael wasn't
> > totally convinced of the logic behind it and said it would be easy to
> > revoke if it caused issues. It has caused issues.
> 
> Please define "issues", and some number to allow for the plural :-).
> 
> If the issue is a change in behaviour which per-se is correct, but some 
> don't like because it means work for them, and if it took half a year 
> for a person or two to eventually hit that issue, then I'd consider it a
> 
> non-issue. But that's just my opinion.

It seems to solve an issue for one person which nobody had complained
about previously. The originator doesn't say how many of his albums were
affected but only one is mentioned. If it took more than twenty years
for the original issue to be noticed maybe that was a non-issue
[emoji2]. 

Sent from my Pixel 3a using Tapatalk





slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609
View this thread: http://forums.slimdevices.com/showthread.php?t=115184

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


Re: [SlimDevices: Beta] LMS 8.3 and Various Artists

2021-09-24 Thread Michael Herger

Hmm I see in the comments for the pull request that Michael wasn't
totally convinced of the logic behind it and said it would be easy to
revoke if it caused issues. It has caused issues.


Please define "issues", and some number to allow for the plural :-).

If the issue is a change in behaviour which per-se is correct, but some 
don't like because it means work for them, and if it took half a year 
for a person or two to eventually hit that issue, then I'd consider it a 
non-issue. But that's just my opinion.

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


Re: [SlimDevices: Beta] LMS 8.3 and Various Artists

2021-09-24 Thread slartibartfast


gharris999 wrote: 
> Yes, I think they're all related.  What I'm unsure of is if the intended
> result was to force everyone to have to manually tag all their cuesheets
> if they wanted them to be recognized as compilations.  That seems like a
> really big change in fundamental behavior for the scanner and I'm
> surprised that it hasn't been commented upon.Hmm I see in the comments for 
> the pull request that Michael wasn't
totally convinced of the logic behind it and said it would be easy to
revoke if it caused issues. It has caused issues.

Sent from my Pixel 3a using Tapatalk





slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609
View this thread: http://forums.slimdevices.com/showthread.php?t=115184

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


Re: [SlimDevices: Beta] LMS 8.3 and Various Artists

2021-09-24 Thread philchillbill


gharris999 wrote: 
> So, apparently, the only way to get multi-artist cuesheets to show up in
> Various artists now is to add:
> 
> REM COMPILATION 1
> 
> ..to every cuesheet that you want to show up under Various Artists.  In
> my case, to do that manually, would be hundreds of hours of work.
> 
> So again, my question is: why break behavior that we've relied on for
> years?  Why not add an option setting, something along the lines of:
> 
> Only flag explicitly tagged albums as compilations []
> 
> ??

Not commenting on the sanity/desirability of the requirement to do so,
but if you need to add a single line of text to hundreds of files then a
3-line script in e.g bash/Perl/Python will do it in a jiffy. No need to
do it by hand.





philchillbill's Profile: http://forums.slimdevices.com/member.php?userid=68920
View this thread: http://forums.slimdevices.com/showthread.php?t=115184

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


Re: [SlimDevices: Beta] LMS 8.3 and Various Artists

2021-09-23 Thread gharris999


So, apparently, the only way to get multi-artist cuesheets to show up in
Various artists now is to add:

REM COMPILATION 1

..to every cuesheet that you want to show up under Various Artists.  In
my case, to do that manually, would be hundreds of hours of work.

So again, my question is: why break behavior that we've relied on for
years?  Why not add an option setting, something along the lines of:

Only flag explicitly tagged albums as compilations []

??



gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115
View this thread: http://forums.slimdevices.com/showthread.php?t=115184

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


Re: [SlimDevices: Beta] LMS 8.3 and Various Artists

2021-09-23 Thread gharris999


Yes, I think they're all related.  What I'm unsure of is if the intended
result was to force everyone to have to manually tag all their cuesheets
if they wanted them to be recognized as compilations.  That seems like a
really big change in fundamental behavior for the scanner and I'm
surprised that it hasn't been commented upon.



gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115
View this thread: http://forums.slimdevices.com/showthread.php?t=115184

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


Re: [SlimDevices: Beta] LMS 8.3 and Various Artists

2021-09-23 Thread slartibartfast


gharris999 wrote: 
> Am I understanding this commit:
> 
> https://github.com/Logitech/slimserver/commit/68ec4e69d55e9746c8d4dee4fa1c74617a5464e9
> 
> ..correctly?  That it's asking that I go back, extract embedded
> cuesheets from about 8,000 flacs in my library, identify which ones are
> compilations and then manually add:
> 
> REM COMPILATION
> 
> ..to each one and then re-embed the cuesheets?
> 
> If that's the case, why???The same person submitted 3 changes on the same 
> day. Are they all
related?
https://github.com/Logitech/slimserver/commits?author=jbylsma

Sent from my Pixel 3a using Tapatalk





slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609
View this thread: http://forums.slimdevices.com/showthread.php?t=115184

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


Re: [SlimDevices: Beta] LMS 8.3 and Various Artists

2021-09-23 Thread gharris999


Am I understanding this commit:

https://github.com/Logitech/slimserver/commit/68ec4e69d55e9746c8d4dee4fa1c74617a5464e9

..correctly?  That it's asking that I go back, extract embedded
cuesheets from about 8,000 flacs in my library, identify which ones are
compilations and then manually add:

REM COMPILATION

..to each one and then re-embed the cuesheets?

If that's the case, why???



gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115
View this thread: http://forums.slimdevices.com/showthread.php?t=115184

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


Re: [SlimDevices: Beta] LMS 8.3 and Various Artists

2021-09-23 Thread gharris999


OK, just to be clear, the "Various Artists" compilation behavior is
broken in 8.2 & 8.3 for me for whole-album-flacs with embedded
cuesheets.

I've identified the commits that break the behavior:


Code:

OK: Logitech Media Server Version: 8.2.0 - git-e5255b339 @ 2021-03-15 
17:52:57 +0100e5255b339884491508e8979152e4a9c019779de3
  --breaking point--
  BAD:Logitech Media Server Version: 8.1.2 - git-35a5df3cd @ 2021-03-21 
22:56:46 -0400  35a5df3cd5d16b76fe139837f5d7acaab6bb6853
  
  
https://github.com/Logitech/slimserver/commit/35a5df3cd5d16b76fe139837f5d7acaab6bb6853
  
  BAD:Logitech Media Server Version: 8.2.0 - git-68ec4e69d @ 2021-03-23 
06:15:51 +0100  68ec4e69d55e9746c8d4dee4fa1c74617a5464e9
  



The breaking commit comment:
> Remove cuesheet functionality forcing releases with multiple artists as
> compilations
> 
> If a release has not explicitly set compilation status, the status is
> computed in Slim::Schema->_createOrUpdateAlbum. Cuesheets, however,
> preemptively compute compilation status if the release has an album
> artist that does not match the track artist. Additionally, this
> computation happens after retrieving an explicit compilation value,
> preventing a user from overriding the status.

What was the reasoning behind this commit?  Was the purpose to speed up
scanning by not having to do album artist vs track artist comparisons to
"compute" whether an album is a compilation?  If that was the case, how
does one flag an embedded cuesheet as a compilation?  I'm not seeing a
definition for a "compilation" command in the cuesheet spec at
https://wiki.hydrogenaud.io/index.php?title=Cue_sheet

Or am I not understanding what the intent of this commit was?



gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115
View this thread: http://forums.slimdevices.com/showthread.php?t=115184

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


Re: [SlimDevices: Beta] LMS 8.3 and Various Artists

2021-09-22 Thread slartibartfast


gharris999 wrote: 
> I'm late to the party in terms of using 8.3.  I've just cloned the repo
> this evening and scanned my music library.  I can't seem to get my
> compilation albums to show up under:
> 
> Genres->Genre Name->Various Artists
> 
> ..i.e. there's no "Various Artists" in the list of artists for any
> genre.
> 
> In the "My Music" settings, I've enabled:
> 
> Use single, configurable list of artists
> 
> ..and..
> 
> Group compilation albums together.
> 
> Am I doing something wrong here, or is this a bug?

Various Artists appears at the top of the Artists list for any genre for
me and I have the same settings in "My Music". I didn't install by
cloning the repo.

Sent from my Pixel 3a using Tapatalk





slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609
View this thread: http://forums.slimdevices.com/showthread.php?t=115184

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


[SlimDevices: Beta] LMS 8.3 and Various Artists

2021-09-22 Thread gharris999


I'm late to the party in terms of using 8.3.  I've just cloned the repo
this evening and scanned my music library.  I can't seem to get my
compilation albums to show up under:

Genres->Genre Name->Various Artists

..i.e. there's no "Various Artists" in the list of artists for any
genre.

In the "My Music" settings, I've enabled:

Use single, configurable list of artists

..and..

Group compilation albums together.

Am I doing something wrong here, or is this a bug?



gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115
View this thread: http://forums.slimdevices.com/showthread.php?t=115184

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


Re: [SlimDevices: Beta] LMS 8.12 DSD not scanned; new library scan doesn't actually scan

2021-09-17 Thread viperrabbit


I installed 8.2.1 and 8.3.0.  The Audio::Scan version is 0.93 for both. 
I found Audio:Scan 1.1 online.  How can I install this?

3575635757


+---+
|Filename: LMS 8.3-linux.jpg|
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=35757|
+---+


viperrabbit's Profile: http://forums.slimdevices.com/member.php?userid=72101
View this thread: http://forums.slimdevices.com/showthread.php?t=114492

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


Re: [SlimDevices: Beta] LMS 8.12 DSD not scanned; new library scan doesn't actually scan

2021-09-17 Thread Paul Webster


If you go to Settings/Information in the LMS UI then you should see
something like this at the top


Code:

Logitech Media Server Version: 8.2.0 - 1627922070 @ Tue Aug 3 11:43:18 CEST 
2021
  Hostname: housemusic
  Server IP Address: 192.168.2.140
  Server HTTP Port Number: 9000
  Operating system: piCore - EN - utf8
  Platform Architecture: armv7l-linux
  Perl Version: 5.32.0 - arm-linux-gnueabihf-thread-multi-64int
  Audio::Scan: 1.02
  IO::Socket::SSL: 2.068
  Database Version: DBD::SQLite 1.58 (sqlite 3.22.0)
  Total Players Recognized: 15
  



This one shows Audio::Scan: 1.02



Paul Webster
http://dabdig.blogspot.com
author of \"now playing\" plugins covering radio france (fip etc),
planetradio (bauer - kiss, absolute, scala, jazzfm etc), kcrw, supla
finland, abc australia, cbc/radio-canada and rte ireland

Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105
View this thread: http://forums.slimdevices.com/showthread.php?t=114492

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


Re: [SlimDevices: Beta] LMS 8.12 DSD not scanned; new library scan doesn't actually scan

2021-09-17 Thread viperrabbit


ralphy wrote: 
> Could be you have an older version of Audio::Scan on the Asustor NAS.

Pardon my ignorance.  How do you do that?  What is Audio::Scan?  Is it
an app?



viperrabbit's Profile: http://forums.slimdevices.com/member.php?userid=72101
View this thread: http://forums.slimdevices.com/showthread.php?t=114492

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


Re: [SlimDevices: Beta] LMS 8.12 DSD not scanned; new library scan doesn't actually scan

2021-09-16 Thread ralphy


Could be you have an older version of Audio::Scan on the Asustor NAS.



Ralphy

*1*-Touch, *5*-Classics, *3*-Booms, *2*-UE Radio
'Squeezebox client builds'
(https://sourceforge.net/projects/lmsclients/files/) 'donations'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=LL5P6365KQEXN&lc=CA&item_name=Squeezebox%20client%20builds¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)
always appreciated.

ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484
View this thread: http://forums.slimdevices.com/showthread.php?t=114492

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


Re: [SlimDevices: Beta] LMS 8.12 DSD not scanned; new library scan doesn't actually scan

2021-09-16 Thread viperrabbit

I did a set of simple tests to get the scanner log for scanning LMS 8.2
on Windows 10 and Asustor NAS.  Are there additional files that need to
be installed when running on the NAS?  

ASUSTOR NAS - CANNOT FIND TAG


[21-09-16 17:44:09.1558] Slim::Music::Info::typeFromPath (1566) dsf file
type for
file:///volume1/Music/Test/%E6%B5%81%E8%A1%8C%E9%9F%B3%E6%A8%82/%E5%BC%B5%E5%AD%B8%E5%8F%8B/%E5%BC%B5%E5%AD%B8%E5%8F%8B%20-%201985%20-%20Amour%20%E9%81%A5%E8%BF%9C%E7%9A%84%E5%A5%B9%20(2014,%20DSD64)/01%20-%20Amour.dsf
[21-09-16 17:44:09.1564] Slim::Utils::Scanner::Local::new (867) Handling
new audio track
file:///volume1/Music/Test/%E6%B5%81%E8%A1%8C%E9%9F%B3%E6%A8%82/%E5%BC%B5%E5%AD%B8%E5%8F%8B/%E5%BC%B5%E5%AD%B8%E5%8F%8B%20-%201985%20-%20Amour%20%E9%81%A5%E8%BF%9C%E7%9A%84%E5%A5%B9%20(2014,%20DSD64)/01%20-%20Amour.dsf
[21-09-16 17:44:09.1574] Slim::Schema::_newTrack (1516) 
New Track:
[file:///volume1/Music/Test/%E6%B5%81%E8%A1%8C%E9%9F%B3%E6%A8%82/%E5%BC%B5%E5%AD%B8%E5%8F%8B/%E5%BC%B5%E5%AD%B8%E5%8F%8B%20-%201985%20-%20Amour%20%E9%81%A5%E8%BF%9C%E7%9A%84%E5%A5%B9%20(2014,%20DSD64)/01%20-%20Amour.dsf]
[21-09-16 17:44:09.1579] Slim::Schema::_newTrack (1526) readTags is 1
[21-09-16 17:44:09.1585] SLIM::FORMATS::READTAGS (206) NO TAGS FOUND FOR
/VOLUME1/MUSIC/TEST/流行音樂/å¼µå*¸å‹/å¼µå*¸å‹ - 1985 - AMOUR
遥远的她 (2014, DSD64)/01 - AMOUR.DSF
[21-09-16 17:44:09.1591] Slim::Schema::_preCheckAttributes (2730) Report
for
file:///volume1/Music/Test/%E6%B5%81%E8%A1%8C%E9%9F%B3%E6%A8%82/%E5%BC%B5%E5%AD%B8%E5%8F%8B/%E5%BC%B5%E5%AD%B8%E5%8F%8B%20-%201985%20-%20Amour%20%E9%81%A5%E8%BF%9C%E7%9A%84%E5%A5%B9%20(2014,%20DSD64)/01%20-%20Amour.dsf:
[21-09-16 17:44:09.1596] Slim::Schema::_preCheckAttributes (2731) *
Attributes *
[21-09-16 17:44:09.1600] Slim::Schema::_preCheckAttributes (2733) ..
urlmd5 : f16547faec309a4928f91cd8ec771f86
[21-09-16 17:44:09.1604] Slim::Schema::_preCheckAttributes (2733) ..
YEAR : 0
[21-09-16 17:44:09.1609] Slim::Schema::_preCheckAttributes (2733) ..
REMOTE : 0
[21-09-16 17:44:09.1613] Slim::Schema::_preCheckAttributes (2733) ..
RATING : 0
[21-09-16 17:44:09.1617] Slim::Schema::_preCheckAttributes (2740) *
Deferred Attributes *
[21-09-16 17:44:09.1622] Slim::Schema::_preCheckAttributes (2742) ..
COMMENT : ARRAY(0xa42d3d0)
[21-09-16 17:44:09.1627] Slim::Schema::_newTrack (1562) Creating Track
with columns:
[21-09-16 17:44:09.1631] Slim::Schema::_newTrack (1574)   urlmd5 :
f16547faec309a4928f91cd8ec771f86
[21-09-16 17:44:09.1636] Slim::Schema::_newTrack (1584)   (persistent)
urlmd5 : f16547faec309a4928f91cd8ec771f86
[21-09-16 17:44:09.1640] Slim::Schema::_newTrack (1574)   year : 0
[21-09-16 17:44:09.1645] Slim::Schema::_newTrack (1574)   remote : 0


WINDOWS 10 - TAG IS FOUND

[21-09-16 17:35:16.6830] Slim::Music::Info::typeFromPath (1566) dsf file
type for
file:192.168.1.2/Music/Test/%E6%B5%81%E8%A1%8C%E9%9F%B3%E6%A8%82/%E5%BC%B5%E5%AD%B8%E5%8F%8B/%E5%BC%B5%E5%AD%B8%E5%8F%8B%20-%201985%20-%20Amour%20%E9%81%A5%E8%BF%9C%E7%9A%84%E5%A5%B9%20(2014,%20DSD64)/01%20-%20Amour.dsf
[21-09-16 17:35:16.6834] Slim::Utils::Scanner::Local::new (867) Handling
new audio track
file:192.168.1.2/Music/Test/%E6%B5%81%E8%A1%8C%E9%9F%B3%E6%A8%82/%E5%BC%B5%E5%AD%B8%E5%8F%8B/%E5%BC%B5%E5%AD%B8%E5%8F%8B%20-%201985%20-%20Amour%20%E9%81%A5%E8%BF%9C%E7%9A%84%E5%A5%B9%20(2014,%20DSD64)/01%20-%20Amour.dsf
[21-09-16 17:35:16.6838] Slim::Schema::_newTrack (1516) 
New Track:
[file:192.168.1.2/Music/Test/%E6%B5%81%E8%A1%8C%E9%9F%B3%E6%A8%82/%E5%BC%B5%E5%AD%B8%E5%8F%8B/%E5%BC%B5%E5%AD%B8%E5%8F%8B%20-%201985%20-%20Amour%20%E9%81%A5%E8%BF%9C%E7%9A%84%E5%A5%B9%20(2014,%20DSD64)/01%20-%20Amour.dsf]
[21-09-16 17:35:16.6841] Slim::Schema::_newTrack (1526) readTags is 1
*[21-09-16 17:35:16.7569] Slim::Formats::readTags (275) Report for
file:192.168.1.2/Music/Test/%E6%B5%81%E8%A1%8C%E9%9F%B3%E6%A8%82/%E5%BC%B5%E5%AD%B8%E5%8F%8B/%E5%BC%B5%E5%AD%B8%E5%8F%8B%20-%201985%20-%20Amour%20%E9%81%A5%E8%BF%9C%E7%9A%84%E5%A5%B9%20(2014,%20DSD64)/01%20-%20Amour.dsf:
*[21-09-16 17:35:16.7576] Slim::Formats::readTags (332) . SIZE :
197550172
[21-09-16 17:35:16.7582] Slim::Formats::readTags (332) . APIC :
ARRAY(0x10f04f4c)
[21-09-16 17:35:16.7587] Slim::Formats::readTags (332) . COVER_LENGTH :
155659
[21-09-16 17:35:16.7591] Slim::Formats::readTags (332) . YEAR : 1985
[21-09-16 17:35:16.7596] Slim::Formats::readTags (332) . ARTIST :
張學友
[21-09-16 17:35:16.7601] Slim::Formats::readTags (332) . COMMENT :
ARRAY(0x10d3d454)
[21-09-16 17:35:16.7607] Slim::Formats::readTags (332) . SECS : 279.973
[21-09-16 17:35:16.7613] Slim::Formats::readTags (332) . TIMESTAMP :
1595822483
[21-09-16 17:35:16.7621] Slim::Formats::readTags (332) . TAGVERSION :
ID3v2.3.0
[21-09-16 17:35:16.7630] Slim::Formats::readTags (332) . RATE : 2822400
[21-09-16 17:35:16.7636] Slim::Formats::readTags (332) . CONTENT_TYPE :
dsf
[21-09-16 17:35:16.7643] Slim::Formats::readTags (332) . FILESIZE :
197706028
[21-09-16 17:35:16.7649] Slim::Formats::readTags (332) . ALBU

Re: [SlimDevices: Beta] LMS 8.12 DSD not scanned; new library scan doesn't actually scan

2021-09-15 Thread viperrabbit


LMS 8.2 running on Asustor NAS is not scanning DSD files.  The Windows
version of LMS 8.2 has no problem picking up the files.  Has this issue
been resolved yet?



viperrabbit's Profile: http://forums.slimdevices.com/member.php?userid=72101
View this thread: http://forums.slimdevices.com/showthread.php?t=114492

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


Re: [SlimDevices: Beta] LMS 8.3: change in mysqueezebox.com authentication

2021-08-13 Thread Michael Herger

Makes sense but isn't there the danger of a longstanding user forgetting
which email address they might have used for MySB.com?
Rather than delete credentials entirely wouldn't it be sensible to leave
the email address in place but clear the password?


You're right, only the password is being deleted.
___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] LMS 8.3: change in mysqueezebox.com authentication

2021-08-13 Thread d6jg


mherger wrote: 
> > There's a difference between a password for LMS locally and a
> password
> > for MySB. As I understood it, the change applies to MySB
> authentication
> > only.
> 
> LMS up to 8.2.x would store your mysb credentials locally to sign in to
> 
> mysb to use its features (music service integration, prefs syncing, 
> whatever). With 8.3 LMS no longer keeps your mysb credentials, but only
> 
> uses them to get a session token when authenticating in Settings/MySB.
> 
> So yes, this is not about the LMS password, but about how LMS interacts
> 
> with MySB.
> 
> Most users coming from an older version of LMS will hopefully not see 
> any change in behaviour, as 8.3 will use the credentials as stored to 
> get the token, then delete the credentials. You can still go to 
> Settings/MySB to sign out (delete the token) and sign in.

Makes sense but isn't there the danger of a longstanding user forgetting
which email address they might have used for MySB.com? 
Rather than delete credentials entirely wouldn't it be sensible to leave
the email address in place but clear the password?



VB2.4[/B] STORAGE *QNAP TS419P (NFS)
[B]Living Room* Joggler & Pi4/Khadas  -> Onkyo TXNR686 -> Celestion F20s

*Office* Joggler & Pi3 -> Denon RCD N8 -> Celestion F10s 
*Dining Room* SB Boom 
*Kitchen* UE Radio (upgraded to SB Radio)
*Bedroom (Bedside)* Pi Zero+DAC ->ToppingTP21 ->AKG Headphones
*Bedroom (TV) & Bathroom* SB Touch ->Denon AVR ->Mordaunt Short M10s +
Kef ceiling speakers
*Guest Room* Joggler > Topping Amp -> Wharfedale Modus Cubes
Everything controlled by iPeng & Material on iOS

d6jg's Profile: http://forums.slimdevices.com/member.php?userid=44051
View this thread: http://forums.slimdevices.com/showthread.php?t=114965

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


Re: [SlimDevices: Beta] LMS 8.3: change in mysqueezebox.com authentication

2021-08-12 Thread Michael Herger

There's a difference between a password for LMS locally and a password
for MySB. As I understood it, the change applies to MySB authentication
only.


LMS up to 8.2.x would store your mysb credentials locally to sign in to 
mysb to use its features (music service integration, prefs syncing, 
whatever). With 8.3 LMS no longer keeps your mysb credentials, but only 
uses them to get a session token when authenticating in Settings/MySB.


So yes, this is not about the LMS password, but about how LMS interacts 
with MySB.


Most users coming from an older version of LMS will hopefully not see 
any change in behaviour, as 8.3 will use the credentials as stored to 
get the token, then delete the credentials. You can still go to 
Settings/MySB to sign out (delete the token) and sign in.

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


Re: [SlimDevices: Beta] LMS 8.3: change in mysqueezebox.com authentication

2021-08-12 Thread philchillbill


There's a difference between a password for LMS locally and a password
for MySB. As I understood it, the change applies to MySB authentication
only.



philchillbill's Profile: http://forums.slimdevices.com/member.php?userid=68920
View this thread: http://forums.slimdevices.com/showthread.php?t=114965

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


Re: [SlimDevices: Beta] LMS 8.3: change in mysqueezebox.com authentication

2021-08-11 Thread Michael Herger

So in general I should be using a strong password for LMS?


In general all your passwords should be strong. But I personally don't 
use any password for LMS, as it's an in-house application only.

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


Re: [SlimDevices: Beta] LMS 8.3: change in mysqueezebox.com authentication

2021-08-11 Thread Fahzz


mherger wrote: 
> I merged the first change to LMS 8.3. It's about how LMS interacts with
> MySB. Previously LMS would store the MySB credentials locally, to
> authenticate with the service.
> 
> LMS 8.3 no longer stores your credentials, but only a session token.
> Once you've entered your credentials, LMS receives a token from MySB.
> Credentials then are discarded (and no more stored). This token will be
> refreshed whenever LMS communicates with MySB. It can be invalidated if
> you decide to change your email or password on MySB.
> 
> This change should improve security by not keeping a poorly protected
> password on your system. Please let me know should you encounter any
> issues.

So in general I should be using a strong password for LMS?



Living Room: Pi4 w/Allo Boss 2 Player (Wired), Max2Play w/LMS Server 8.0
and SqueezeLite
Pioneer Elite VSX 80, Parasound 2125 v2
KEF LS50's, Paradigm SE Center, SVS SB12-NSD Subwoofer, Paradigm Atom
v.5 Surrounds
Harmony Smart Control w/Hub and iPeng/Material Skin
Dining Room: KEF Q100's
Bedroom: Logitech Boom
Porch: Boston Acoustics Voyager Metro II
Router: Netgear R700P
File Storage: Samsung T5 SSD
Music Service: Qobuz

Fahzz's Profile: http://forums.slimdevices.com/member.php?userid=12585
View this thread: http://forums.slimdevices.com/showthread.php?t=114965

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


[SlimDevices: Beta] LMS 8.3: change in mysqueezebox.com authentication

2021-08-11 Thread mherger


I merged the first change to LMS 8.3. It's about how LMS interacts with
MySB. Previously LMS would store the MySB credentials locally, to
authenticate with the service.

LMS 8.3 no longer stores your credentials, but only a session token.
Once you've entered your credentials, LMS receives a token from MySB.
Credentials then are discarded (and no more stored). This token will be
refreshed whenever LMS communicates with MySB. It can be invalidated if
you decide to change your email or password on MySB.

This change should improve security by not keeping a poorly protected
password on your system. Please let me know should you encounter any
issues.



Michael

"It doesn't work - what shall I do?" - "Please check your server.log
and/or scanner.log file!"
(LMS: Settings/Information)

mherger's Profile: http://forums.slimdevices.com/member.php?userid=50
View this thread: http://forums.slimdevices.com/showthread.php?t=114965

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


Re: [SlimDevices: Beta] LMS 8.12 DSD not scanned; new library scan doesn't actually scan

2021-05-05 Thread mherger


Did you try a full wipe & rescan? You can enable more logging in
Settings/Advanced/Logging. There's a drop down which allows you to
enable scanner related log options. That would give you a better idea
about what's going on.



Michael

"It doesn't work - what shall I do?" - "Please check your server.log
and/or scanner.log file!"
(LMS: Settings/Information)

mherger's Profile: http://forums.slimdevices.com/member.php?userid=50
View this thread: http://forums.slimdevices.com/showthread.php?t=114492

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


Re: [SlimDevices: Beta] LMS 8.12 DSD not scanned; new library scan doesn't actually scan

2021-05-02 Thread firedog


scanner results:
[21-05-03 04:16:09.2340] main::main (206) Starting Logitech Media Server
scanner (v8.1.1, 1610364019, Thu Jan 14 06:14:13 WEST 2021) perl
5.014001
[21-05-03 04:16:09.3136] Slim::Schema::forceCommit (2171) Warning:
Trying to commit transactions before DB is initialized!
[21-05-03 04:16:14.4461] Slim::Music::Import::runImporter (577) Starting
Slim::Media::MediaFolderScan scan
[21-05-03 04:16:14.5045] Slim::Music::Import::endImporter (709)
Completed Slim::Media::MediaFolderScan Scan in 0 seconds.
[21-05-03 04:16:14.5052] Slim::Music::Import::runImporter (577) Starting
Slim::Music::PlaylistFolderScan scan
[21-05-03 04:16:14.5055] Slim::Music::Import::runImporter (577) Starting
Slim::Plugin::FullTextSearch::Plugin scan
[21-05-03 04:16:14.5060]
Slim::Plugin::FullTextSearch::Plugin::_rebuildIndex (453) Starting
fulltext index build
[21-05-03 04:16:14.5062]
Slim::Plugin::FullTextSearch::Plugin::_rebuildIndex (457) Initialize
fulltext table
[21-05-03 04:16:14.5068]
Slim::Plugin::FullTextSearch::Plugin::_rebuildIndex (470) Create
fulltext index for tracks
[21-05-03 04:16:14.5454]
Slim::Plugin::FullTextSearch::Plugin::_rebuildIndex (480) Create
fulltext index for albums
[21-05-03 04:16:14.5459]
Slim::Plugin::FullTextSearch::Plugin::_rebuildIndex (489) Create
fulltext index for contributors
[21-05-03 04:16:14.5463]
Slim::Plugin::FullTextSearch::Plugin::_rebuildIndex (499) Create
fulltext index for playlists
[21-05-03 04:16:14.5483]
Slim::Plugin::FullTextSearch::Plugin::_rebuildIndex (514) Optimize
fulltext index
[21-05-03 04:16:14.5607]
Slim::Plugin::FullTextSearch::Plugin::_rebuildIndex (529) Fulltext index
build done!
[21-05-03 04:16:14.5609] Slim::Music::Import::endImporter (709)
Completed Slim::Plugin::FullTextSearch::Plugin Scan in 0 seconds.
[21-05-03 04:16:14.5613] Slim::Music::Import::runImporter (577) Starting
Slim::Plugin::ExtendedBrowseModes::Libraries scan
[21-05-03 04:16:14.5617] Slim::Music::Artwork::precacheAllArtwork (659)
Starting precacheArtwork for 0 albums
[21-05-03 04:16:14.5618] Slim::Music::Import::endImporter (709)
Completed precacheArtwork Scan in 0 seconds.
[21-05-03 04:16:14.5622] Slim::Music::Import::runScanPostProcessing
(479) Starting Database optimization.
[21-05-03 04:16:14.5917] Slim::Music::Import::endImporter (709)
Completed dbOptimize Scan in 0 seconds.



GIK Acoustics Room Treatments. Isol Line conditioner/protection. iFi AC
iPurifiers>CAPS4 Pipeline w/Sonore PS >Kii Control>Kii Three
speakers.iFi iOne+ Schiit Freya Pre for analog. An SB Touch, Duet
Controller,  a RB Pi 3B+ running piCorePlayer as an SBT emulator in
additional rooms.

firedog's Profile: http://forums.slimdevices.com/member.php?userid=11550
View this thread: http://forums.slimdevices.com/showthread.php?t=114492

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


[SlimDevices: Beta] LMS 8.12 DSD not scanned; new library scan doesn't actually scan

2021-04-30 Thread firedog


DSD plugin is installed
no DSD is registered
if I run command to rescan library, scan runs but nothing is actually
scanned.



GIK Acoustics Room Treatments. Isol Line conditioner/protection. iFi AC
iPurifiers>CAPS4 Pipeline w/Sonore PS >Kii Control>Kii Three
speakers.iFi iOne+ Schiit Freya Pre for analog. An SB Touch, Duet
Controller,  a RB Pi 3B+ running piCorePlayer as an SBT emulator in
additional rooms.

firedog's Profile: http://forums.slimdevices.com/member.php?userid=11550
View this thread: http://forums.slimdevices.com/showthread.php?t=114492

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


[SlimDevices: Beta] LMS 8 players do not sync after playback transferred using iPeng

2020-11-19 Thread mrmichaelwright


I don't know if this is an LMS or an iPeng issues but since upgrading to
LMS 8, when I 'quickswitch' a playlist from a single player to a group
of players, the group does not synchronise accurately.  If I force the
track to re-start the players then re-sync.

Logitech Media Server Version: 8.0.0 - 1605619275 @ Tue Nov 17 14:43:01
WEST 2020
Operating system: Windows 10 - EN - cp1252
Platform Architecture: 586
Perl Version: 5.14.1 - MSWin32-x86-multi-thread
Audio::Scan: 1.02
IO::Socket::SSL: 2.068
Database Version: DBD::SQLite 1.58 (sqlite 3.22.0)



mrmichaelwright's Profile: http://forums.slimdevices.com/member.php?userid=65105
View this thread: http://forums.slimdevices.com/showthread.php?t=113263

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


[SlimDevices: Beta] LMS 8.0 and Radio - with patch

2020-08-27 Thread macsat


Hi

I have a (very) minor issue. 

On the settings->Information pages I see this under player info:
"You seem to be using a Radio with an outdated firmware, not recognizing
this version of Logitech Media Server. Please consider patching it. Get
more information."

The patch is installed on the radio, and it works perfectly - so more
than an oddity than a real issue :-)

It would be nice if I could see which radio it is detecting the
issue on. I have 3 (all updated).

BR
Kasper



macsat's Profile: http://forums.slimdevices.com/member.php?userid=46905
View this thread: http://forums.slimdevices.com/showthread.php?t=112844

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


Re: [SlimDevices: Beta] LMS 8.0 & SqueezeBox 2 - "Connection Timed Out"

2020-08-02 Thread Michael Herger

Only question is this: is there a parameter or way to tell LMS what
network address it should advertise it has to the clients?


--httpaddr

See eg. 
https://github.com/Logitech/slimserver/blob/public/8.0/slimserver.pl#L746


--

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


Re: [SlimDevices: Beta] LMS 8.0 & SqueezeBox 2 - "Connection Timed Out"

2020-08-02 Thread sokato


Ok, some progress and answers. It's a (very) edge case issue with LMS.

1) Perl min requirement is 5.24.0-0065. (per
SqueezeCenter/conf/PKG_DEPS). I should be good.
2) Ports are the same: 3483, 9002, 9090  

I *assume* that the two Perl instances listening on 3483 are for
each device.
3) there was no 3. :eek:
4) VLANs.  Yep, that's it.  Looks like LMS isn't predictable when
multi-homed (on a server that is on multiple VLANs). 

I'll document the problem here but don't expect anyone else will have a
anything comparable.  You'll see why.
This is all in a private residence. 

Synology server: 
On several VLANs.  I'll talk about 3:
- Media: 100 - media devices (streamers, TVs, etc). Firewalls on
server/network are opened only for these devices explicit requirements
- Management 150 - for management, locked in all firewalls.
- Corporate 125 - used for a Corporate network that has a separate
router/firewall.  

No device can route to this network. The server is on this
network as an endpoint only from clients on that network.

Squeezebox Clients:
- All Squeezebox clients are physically on the Media VLAN (assigned by
switch port/SSID).  
- When I configure the clients, I explicitly tell them that the music
source IP (LMS) address on the media VLAN.

I can browse to LMS on port 9002 on any VLAN that has that port open
(most).

Here's the problem: 
LMS grabs an address for itself off of the server that may not be valid
for the clients.  

In my case it is different than the address I configure when I setup the
clients.  I can't figure out why LMS is choosing the network it is, but
for me it selected the non route-able Corporate network (perhaps since
its on a 192.168 address range? The others are 10.x.x.x nets)

Why can clients access LMS for browsing music, selecting apps, screen
saver settings, etc. Not sure, but I assume clients use the configured
LMS address for that functionality.
Why do Pandora/BBC play?  It appears that they get the Pandora/BBC
address from LMS then directly connect to that source.  Since my media
VLAN allows that, they play fine.
Why doesn't local music play?  In my case, LMS is telling the clients
that it's address is on an unreachable network.  So when the clients try
to get music, it appears that they try to connect directly to the IP
address that LMS tells them it is on (not the client configured address)
and they can't get to the server.

Why this worked before, through multiple reboots of all devices/servers
involved, I don't know.

Only question is this: is there a parameter or way to tell LMS what
network address it should advertise it has to the clients?



sokato's Profile: http://forums.slimdevices.com/member.php?userid=70476
View this thread: http://forums.slimdevices.com/showthread.php?t=112673

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


Re: [SlimDevices: Beta] LMS 8.0 & SqueezeBox 2 - "Connection Timed Out"

2020-08-01 Thread Michael Herger
Just to summarize your lengthy posting: you can't play your own, local 
mp3 files?


Enable logging for player.source, try to play. Send the _full_ 
server.log.zip.


Check Settings/Advanced/File Types: did you modify anything related to 
mp3 handling?


Worst case: instead of re-installing LMS, remove the prefs folder (see 
Settings/Information) to start over.

--

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


Re: [SlimDevices: Beta] LMS 8.0 & SqueezeBox 2 - "Connection Timed Out"

2020-08-01 Thread sokato


> If you haven't already it might be worth looking at this thread.
> https://forums.slimdevices.com/showthread.php?p=969267

Thanks.  I've looked through it but don't see anything immediately
parallel to my problem. Still no joy here.

So far, I've tried: 
8.0.0
7.9.2
7.9.0 (old version - I had a copy of an old working instance of
SqueezeCenter and so started it. Same symptom.  Not a perfect test since
it was 2 years old).

None can play my mp3s yet Pandora/BBC work fine.  This all worked
fine before the 8.0.0 upgrade and NOTHING else changed. This is very
interesting.

Something in my environment might be the problem, yet nothing changed
from before the 8.0.0 upgrade and LMS used to work like a charm.  

I'm doing a complete uninstall, reboot, install of 8.0.0 w/ no plugins
added and I'll see what it gets.  Sorry for not replying sooner, but a
rebuild of my library takes ~3 hours.

I'm going to look at possible permissions/firewall/network issues next. 
To that end, questions:
1) Perl:  What version of Perl is required? My system has 5.24.0-0074
which I assume is stock Synology, but worth asking.
2) Ports:
I have fairly tight firewall rules (no, not on the internet - you'd
be amazed what IOT devices, TVs, Webcam try to do in your environment).

>From what I know, LMS uses ports 3483, 9002, 9090.
a) Does LMS now expect any different/additional ports open ? 
b) LMS is on port 9002 on Synology.  Does this LMS require 9000 as
well?   
c) There are 2 Perl processes listening to port 3483 when LMS is
running.  Is that normal?  One per client maybe? (Squeezebox 2,
Squeezebox Touch for me)
4) VLANs: Could LMS now possibly care about VLANs???  I have several on
my system.  Given that BBC/Pandora work, doesn't seem likely but you
never know.  

Thanks anyone for any comments/ideas/answers/questions.



sokato's Profile: http://forums.slimdevices.com/member.php?userid=70476
View this thread: http://forums.slimdevices.com/showthread.php?t=112673

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


Re: [SlimDevices: Beta] LMS 8.0 & SqueezeBox 2 - "Connection Timed Out"

2020-08-01 Thread kappclark


I am running Logitech Media Server Version: 7.9.3 - 1596123449 @ Fri Jul
31 04:13:36 CEST 2020

I just did an update seeing alert in LMS settings -- -- how can I update
to 8.0 (or is ths beta ? )



--
Bill Clark, Windham, VT
Logitech Media Server Version: 7.9.3 - 1596123449 @ Fri Jul 31 04:13:36
CEST 2020
Hostname: ubuntu-lms  - ProxMox Virtual Environment 5.4-3 | Ubuntu 16.04
xenial
piCorePlayer | piCorePlayer v6.0.0 | www v0005 | linux
4.19.105-pcpCore_v7 | piCore v10.3pCP | Squeezelite v1.9.6-1206-pCP
---

kappclark's Profile: http://forums.slimdevices.com/member.php?userid=29572
View this thread: http://forums.slimdevices.com/showthread.php?t=112673

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


Re: [SlimDevices: Beta] LMS 8.0 & SqueezeBox 2 - "Connection Timed Out"

2020-07-31 Thread slartibartfast


sokato wrote: 
> Oops.  Correct that.  Not sure 7.9.2 didn't work.  Stupid package
> manager automatically updated me to 8.0.0.
> 
> Have to try that again and turn off auto-updates.If you haven't already it 
> might be worth looking at this thread.
https://forums.slimdevices.com/showthread.php?p=969267

Sent from my Pixel 3a using Tapatalk





slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609
View this thread: http://forums.slimdevices.com/showthread.php?t=112673

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


Re: [SlimDevices: Beta] LMS 8.0 & SqueezeBox 2 - "Connection Timed Out"

2020-07-31 Thread sokato


Oops.  Correct that.  Not sure 7.9.2 didn't work.  Stupid package
manager automatically updated me to 8.0.0.

Have to try that again and turn off auto-updates.



sokato's Profile: http://forums.slimdevices.com/member.php?userid=70476
View this thread: http://forums.slimdevices.com/showthread.php?t=112673

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


Re: [SlimDevices: Beta] LMS 8.0 & SqueezeBox 2 - "Connection Timed Out"

2020-07-31 Thread sokato


> Did the scan finish before you started playback?

Yes. I usually wait a couple of hours before trying to play music. 
Settings->Information clearly states that the scan is complete.  

Anyway, just installed 7.9.2 and same result.  Mmm.

Nothing new in the server.log either.  This is interesting if annoying.


I've eliminated the Squeezebox 2 as the source of the problem since I
also have a Squeezebox touch.  Same issue, albeit it times out in 4
seconds. Both used to work fine, now not.  So clearly this is something
to do with LMS.

Next step is to try the Synology EOL 7.9.0-062 version and see if I can
make it work (again).  I've found 7.9.1 but not in Synology format at
http://downloads.slimdevices.com/LogitechMediaServer_v7.9.1/ ; if 7.9.0
works I'll research how to convert the format to .spk unless someone can
tell me where to get 7.9.1 in .spk format (that would be nice).

Thanks!



sokato's Profile: http://forums.slimdevices.com/member.php?userid=70476
View this thread: http://forums.slimdevices.com/showthread.php?t=112673

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


Re: [SlimDevices: Beta] LMS 8.0 & SqueezeBox 2 - "Connection Timed Out"

2020-07-30 Thread Michael Herger

I shutdown the server, renamed the old install directory and did a fresh
install of 8.0 from the repository (8.0.0-1594451286).  Exact same
result.  Can play Pandora, BBC, but my own mp3s try for 10 seconds
(exactly) then my Squeezebox 2 reports "Connection Timed Out" and skips
to the next file (if there is one) and same thing happens.


Did the scan finish before you started playback?

--

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


Re: [SlimDevices: Beta] LMS 8.0 & SqueezeBox 2 - "Connection Timed Out"

2020-07-30 Thread sokato


mherger wrote: 
> 
> Check out server.log (Settings/Information).
> 

I've been trying to do some troubleshooting, ended up re-installing.

I shutdown the server, renamed the old install directory and did a fresh
install of 8.0 from the repository (8.0.0-1594451286).  Exact same
result.  Can play Pandora, BBC, but my own mp3s try for 10 seconds
(exactly) then my Squeezebox 2 reports "Connection Timed Out" and skips
to the next file (if there is one) and same thing happens.

Here's the server log after trying to play some of my mp3s and playing
pandora - don't see anything obvious re: timeout:
[20-07-30 16:51:42.6506] main::init (388) Starting Logitech Media Server
(v8.0.0, 1594451286, Sat Jul 11 09:25:03 CEST 2020) perl 5.024000 -
x86_64-linux
[20-07-30 16:51:43.3756] Slim::Utils::Misc::msg (1256) Warning:
[16:51:43.3751] /volume1/@appstore/SqueezeCenter/Cache/cookies.dat does
not seem to contain cookies at
/volume1/@appstore/SqueezeCenter/CPAN/HTTP/Cookies.pm line 456.
[20-07-30 16:51:44.2125] Slim::Utils::SQLiteHelper::postConnect (377)
Optimizing DB because of missing or empty sqlite_stat1 table
[20-07-30 16:51:44.2224] Slim::Schema::forceCommit (2157) Warning:
Trying to commit transactions before DB is initialized!
[20-07-30 16:51:45.3060] Slim::Utils::SQLiteHelper::postConnect (377)
Optimizing DB because of missing or empty sqlite_stat1 table
[20-07-30 16:51:45.3160] Slim::Schema::forceCommit (2157) Warning:
Trying to commit transactions before DB is initialized!
[20-07-30 16:51:45.6166] main::checkDataSource (1108) Warning: Schema
updated or no media found in the database, initiating scan.
[20-07-30 16:51:49.2278] Slim::Utils::SQLiteHelper::postConnect (377)
Optimizing DB because of missing or empty sqlite_stat1 table
[20-07-30 16:51:49.2368] Slim::Schema::forceCommit (2157) Warning:
Trying to commit transactions before DB is initialized!
[20-07-30 16:52:09.0123] Slim::Plugin::OnlineLibrary::Plugin::__ANON__
(166) Disabling polling for Slim::Plugin::WiMP::Plugin lack of account
information
[20-07-30 17:47:55.5099] Slim::Utils::Misc::msg (1256) Warning:
[17:47:55.5094] Image::Scale libpng warning: iCCP: known incorrect sRGB
profile
(/volume1/@appstore/SqueezeCenter/Slim/Plugin/DontStopTheMusic/HTML/EN/plugins/DontStopTheMusic/html/images/icon.png)

Note that the silly :p is the automatic conversion of colon and the
letter p. No idea how to turn that off in this message tool.

I'm going to try 7.9.2 and pray.  

Otherwise, where can I get 7.9.1? 
7.9.1 isn't on the Synology EOL site since it was beta, and it's not on
https://sourceforge.net/projects/lmsupdate/files/DSM6.x/old/ either -
just 7.9.2



sokato's Profile: http://forums.slimdevices.com/member.php?userid=70476
View this thread: http://forums.slimdevices.com/showthread.php?t=112673

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


Re: [SlimDevices: Beta] LMS 8.0 & SqueezeBox 2 - "Connection Timed Out"

2020-07-29 Thread Michael Herger

Any ideas where to look? Was there some magic upgrade detail that I
missed?


Check out server.log (Settings/Information).

--

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


Re: [SlimDevices: Beta] LMS 8.0 & SqueezeBox 2 - "Connection Timed Out"

2020-07-29 Thread sokato


Just adding that Pandora, BBC do play just fine.



sokato's Profile: http://forums.slimdevices.com/member.php?userid=70476
View this thread: http://forums.slimdevices.com/showthread.php?t=112673

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


[SlimDevices: Beta] LMS 8.0 & SqueezeBox 2 - "Connection Timed Out"

2020-07-29 Thread sokato


Upgraded to LMS 8.0 from 7.9.1 on a Synology - registered the private
repository and it selected the version to download.  Upgraded via
Synology package manager.

After upgrading:
- ran a complete rebuild of my music library, my music is in LMS.  
- The screen plugins that I use all work.  
- My squeezebox finds the music just fine, but that's it. 

The Problem: when I hit play (either via the Squeezebox remote or via
LMS) the Squeezebox says it's playing whatever song I've selected for a
few seconds (but with no sound) and then reports "Connection Timed Out"
and turns off to the standby screen.  All songs are standard MP3. 

This same Squeezebox was working perfectly with 7.9.1 from the same
server yesterday.  I've done a simplistic reset of the Squeezebox and
LMS but that changed nothing.

Any ideas where to look? Was there some magic upgrade detail that I
missed?



sokato's Profile: http://forums.slimdevices.com/member.php?userid=70476
View this thread: http://forums.slimdevices.com/showthread.php?t=112673

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


Re: [SlimDevices: Beta] LMS 8.0 - Playlists comepletely removed (and added) with every new+changed scan

2020-07-18 Thread frank1969


mherger wrote: 
> Are you using the PlayHLS plugin?

Ah, sry, didn't see Your question before:
No I don't.



frank1969's Profile: http://forums.slimdevices.com/member.php?userid=31156
View this thread: http://forums.slimdevices.com/showthread.php?t=112395

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


Re: [SlimDevices: Beta] LMS 8.0 - musicip not working

2020-07-13 Thread macsat


Working in newer build.

Thank you!

BR
Kasper


mherger wrote: 
> > cpd73 wrote:
> >> D'oh That's my fault! Sorry, will submit a pull request to
> fix...
> > 
> > How do I understand this? That you will make a patch that will be
> > available soonish on the nightly builds?
> 
> New builds are out.
> 
> (and I can be blamed for not spotting this in the review :-))
> 
> -- 
> 
> Michael



macsat's Profile: http://forums.slimdevices.com/member.php?userid=46905
View this thread: http://forums.slimdevices.com/showthread.php?t=112568

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


Re: [SlimDevices: Beta] LMS 8.0 - musicip not working

2020-07-11 Thread RobbH


Possibly not related, but since upgrading to build 1594451286 today, I
still have the "Create MusicIP Mix" option in Song Info, as I did after
the recent fix. And it still generates a playlist. But the generated
playlist cannot be played or added to the current playlist. Clicking the
play button for "All Songs" simply clears the current playlist. Clicking
the add button does nothing. Individual tracks in the generated playlist
can be played or added to the current playlist.

What log options would be helpful?



LMS 8 nightly; 3 Squeezelite players connected by powerline ethernet; 5
wireless players connected via Airplay Bridge; 1 SqueezeAmp player
no high-end or esoteric audio gear
1 Squeezebox Radio (upgraded UE Smart Radio) now mostly retired

RobbH's Profile: http://forums.slimdevices.com/member.php?userid=67008
View this thread: http://forums.slimdevices.com/showthread.php?t=112568

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


Re: [SlimDevices: Beta] LMS 8.0 - musicip not working

2020-07-10 Thread Michael Herger

cpd73 wrote:

D'oh That's my fault! Sorry, will submit a pull request to fix...


How do I understand this? That you will make a patch that will be
available soonish on the nightly builds?


New builds are out.

(and I can be blamed for not spotting this in the review :-))

--

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


Re: [SlimDevices: Beta] LMS 8.0 - musicip not working

2020-07-10 Thread macsat


cpd73 wrote: 
> D'oh That's my fault! Sorry, will submit a pull request to fix...

How do I understand this? That you will make a patch that will be
available soonish on the nightly builds?



macsat's Profile: http://forums.slimdevices.com/member.php?userid=46905
View this thread: http://forums.slimdevices.com/showthread.php?t=112568

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


Re: [SlimDevices: Beta] LMS 8.0 - musicip not working

2020-07-10 Thread cpd73


macsat wrote: 
> Hi
> 
> I am a happy user of LMS8.0 - but it seems like musicip integration is
> not working anymore.

D'oh That's my fault! Sorry, will submit a pull request to fix...



*Material debug:* 1. Launch via http: //SERVER:9000/material/?debug=json
2. Open browser's developer tools 3. Open console tab in developer tools
4. REQ/RESP messages sent to/from LMS will be logged here.

cpd73's Profile: http://forums.slimdevices.com/member.php?userid=66686
View this thread: http://forums.slimdevices.com/showthread.php?t=112568

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


[SlimDevices: Beta] LMS 8.0 - musicip not working

2020-07-09 Thread macsat


Hi

I am a happy user of LMS8.0 - but it seems like musicip integration is
not working anymore.

I am getting these errors, not sure if all are related, but at least the
lower one seem to be about musicip:

Code:


  [20-07-10 07:50:33.9102] Slim::Utils::Misc::msg (1256) Warning: 
[07:50:33.9100] Use of uninitialized value $moduleId in hash element at 
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/SongInfo/Plugin.pm 
line 334.
  [20-07-10 07:50:33.9103] Slim::Utils::Misc::msg (1256) Warning: 
[07:50:33.9103] Use of uninitialized value $moduleId in concatenation (.) or 
string at 
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/SongInfo/Plugin.pm 
line 335.
  [20-07-10 07:50:33.9105] Slim::Utils::Misc::msg (1256) Warning: 
[07:50:33.9104] Use of uninitialized value in concatenation (.) or string at 
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/SongInfo/Plugin.pm 
line 335.
  [20-07-10 07:50:33.9106] Slim::Utils::Misc::msg (1256) Warning: 
[07:50:33.9105] Use of uninitialized value in string eq at 
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/SongInfo/Plugin.pm 
line 369.
  [20-07-10 07:50:33.9108] Slim::Utils::Misc::msg (1256) Warning: 
[07:50:33.9107] Use of uninitialized value in string eq at 
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/SongInfo/Plugin.pm 
line 384.
  [20-07-10 07:50:33.9111] Slim::Utils::Misc::msg (1256) Warning: 
[07:50:33.9110] Use of uninitialized value $moduleId in hash element at 
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/SongInfo/Plugin.pm 
line 334.
  [20-07-10 07:50:33.9112] Slim::Utils::Misc::msg (1256) Warning: 
[07:50:33.9111] Use of uninitialized value $moduleId in concatenation (.) or 
string at 
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/SongInfo/Plugin.pm 
line 335.
  [20-07-10 07:50:33.9113] Slim::Utils::Misc::msg (1256) Warning: 
[07:50:33.9112] Use of uninitialized value in concatenation (.) or string at 
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/SongInfo/Plugin.pm 
line 335.
  [20-07-10 07:50:33.9114] Slim::Utils::Misc::msg (1256) Warning: 
[07:50:33.9114] Use of uninitialized value in string eq at 
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/SongInfo/Plugin.pm 
line 369.
  [20-07-10 07:50:33.9116] Slim::Utils::Misc::msg (1256) Warning: 
[07:50:33.9115] Use of uninitialized value in string eq at 
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/SongInfo/Plugin.pm 
line 384.
  [20-07-10 07:50:33.9119] Slim::Utils::Misc::msg (1256) Warning: 
[07:50:33.9118] Use of uninitialized value $moduleId in hash element at 
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/SongInfo/Plugin.pm 
line 334.
  [20-07-10 07:50:33.9120] Slim::Utils::Misc::msg (1256) Warning: 
[07:50:33.9119] Use of uninitialized value $moduleId in concatenation (.) or 
string at 
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/SongInfo/Plugin.pm 
line 335.
  [20-07-10 07:50:33.9121] Slim::Utils::Misc::msg (1256) Warning: 
[07:50:33.9120] Use of uninitialized value in concatenation (.) or string at 
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/SongInfo/Plugin.pm 
line 335.
  [20-07-10 07:50:33.9123] Slim::Utils::Misc::msg (1256) Warning: 
[07:50:33.9122] Use of uninitialized value in string eq at 
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/SongInfo/Plugin.pm 
line 369.
  [20-07-10 07:50:33.9124] Slim::Utils::Misc::msg (1256) Warning: 
[07:50:33.9123] Use of uninitialized value in string eq at 
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/SongInfo/Plugin.pm 
line 384.
  [20-07-10 07:50:33.9127] Slim::Utils::Misc::msg (1256) Warning: 
[07:50:33.9126] Use of uninitialized value $moduleId in hash element at 
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/SongInfo/Plugin.pm 
line 334.
  [20-07-10 07:50:33.9129] Slim::Utils::Misc::msg (1256) Warning: 
[07:50:33.9127] Use of uninitialized value $moduleId in concatenation (.) or 
string at 
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/SongInfo/Plugin.pm 
line 335.
  [20-07-10 07:50:33.9130] Slim::Utils::Misc::msg (1256) Warning: 
[07:50:33.9129] Use of uninitialized value in concatenation (.) or string at 
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/SongInfo/Plugin.pm 
line 335.
  [20-07-10 07:50:33.9131] Slim::Utils::Misc::msg (1256) Warning: 
[07:50:33.9130] Use of uninitialized value in string eq at 
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/SongInfo/Plugin.pm 
line 369.
  [20-07-10 07:50:33.9132] Slim::Utils::Misc::msg (1256) Warning: 
[07:50:33.9132] Use of uninitialized value in string eq at 
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/SongInfo/Plugin.pm 
line 384.
  [20-07-10 07:50:36.1492] Slim::Networking::IO::Select::__ANON__ (130) Error: 
Select task failed calling Slim::Web::HTTP::processHTTP: Undefined subroutine 
&Plugins::MIPMixer::Common::escape called at 
/usr/share/perl5/Slim/Plugin/Musi

Re: [SlimDevices: Beta] LMS 8.0 - Playlists comepletely removed (and added) with every new+changed scan

2020-07-01 Thread Michael Herger

Are you using the PlayHLS plugin?

--

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


Re: [SlimDevices: Beta] LMS 7.9 and DSD

2020-07-01 Thread Edvard


This is the problem you are facing: no matter what tool you try to use,
real SB could not play 'native' DSD, you should disable that choice,
then use whatever you like to inform LMS what transcoding you like to
apply.; 2018-07-02, 11:39 by marcoc1712

Dear all,

I'm quite new in trying to get LMS streaming dsf from my squeezebox touch
to my dac (topping E30). I've read a lot in this forum and it seems it
doesn't work. The quote above is the latest I could find on the subject. 

Am I correct? Or did I miss any posts?

Thanks for your reply.

Edvard



Edvard's Profile: http://forums.slimdevices.com/member.php?userid=70346
View this thread: http://forums.slimdevices.com/showthread.php?t=101641

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


Re: [SlimDevices: Beta] LMS 8.0 - Playlists comepletely removed (and added) with every new+changed scan

2020-06-15 Thread frank1969


mherger wrote: 
> I reviewed the code and didn't see how that would have changed between 
> LMS 7.9 and LMS 8. Are you sure it did?

Yes, i had it this way before (using a subfolder) ... and sure..? I
would say YES, but You are the expert :)

nevertheless:
I thought it would be a "changing one line thing" (like "excluding the
path given in "playlists" from the regular music scan), but if it's more
complicated it's maybe not worth You spend too much time in it and I
will move my directory (and change the relative paths to absolute ones).
Or simply "live with it" (it's 3-5 minutes more with every scan so NOW
showstopper!)

Thanks
Frank



frank1969's Profile: http://forums.slimdevices.com/member.php?userid=31156
View this thread: http://forums.slimdevices.com/showthread.php?t=112395

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


Re: [SlimDevices: Beta] LMS 8.0 - Playlists comepletely removed (and added) with every new+changed scan

2020-06-14 Thread Michael Herger

The reson seems to me that my Playlist directory is on the same hard
disk as my music files (M:\ and M:\__playlists), so if he scans "M:" he
finds the .m3u playlist, sees them as playlists and for some reason
deletes them.


I reviewed the code and didn't see how that would have changed between 
LMS 7.9 and LMS 8. Are you sure it did?


--

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


Re: [SlimDevices: Beta] LMS 8.0 - Playlists comepletely removed (and added) with every new+changed scan

2020-06-14 Thread Michael Herger

The reson seems to me that my Playlist directory is on the same hard
disk as my music files (M:\ and M:\__playlists), so if he scans "M:" he
finds the .m3u playlist, sees them as playlists and for some reason
deletes them.


Hmm but that should not have changed in LMS8. It's always been 
suggested NOT to use a folder inside the music folder, but I assume 
you've had it set up this way before?


I'll review relevant changes to see whether I touched on playlist 
scanning in some way.


--

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


Re: [SlimDevices: Beta] LMS 8.0 - Playlists comepletely removed (and added) with every new+changed scan

2020-06-14 Thread frank1969


Scanner maybe sees them as "deleted"  ("Handling deleted playlist
file:///D:/Test_Subset/__Playlists/Test%201.m3u") though they are still
there.

If I do a playlist only scan, this doesn't happen:

[20-06-14 21:18:17.8960] main::main (206) Starting Logitech Media Server
scanner (v8.0.0, 1591851652, Thu Jun 11 07:13:03 WEDT 2020) perl
5.014001
[20-06-14 21:18:17.9940] Slim::Schema::forceCommit (2157) Warning:
Trying to commit transactions before DB is initialized!
[20-06-14 21:18:18.2883] Slim::Music::Import::runImporter (577) Starting
Slim::Music::PlaylistFolderScan scan
[20-06-14 21:18:18.2888] Slim::Utils::Scanner::Local::rescan (179)
Discovering audio files in D:\Test_Subset\__Playlists
[20-06-14 21:18:18.3727] Slim::Utils::Scanner::Local::__ANON__ (191)
Start processing found tracks
[20-06-14 21:18:18.3730] Slim::Utils::Scanner::Local::__ANON__ (199)
Connect do DB
[20-06-14 21:18:18.3732] Slim::Utils::Scanner::Local::__ANON__ (202) Get
latest ID
[20-06-14 21:18:18.3739] Slim::Utils::Scanner::Local::__ANON__ (224)
Delete temporary table if exists
[20-06-14 21:18:18.3742] Slim::Utils::Scanner::Local::__ANON__ (227)
Re-build temporary table
[20-06-14 21:18:18.3754] Slim::Utils::Scanner::Local::__ANON__ (276) Get
deleted tracks count
[20-06-14 21:18:18.3765] Slim::Utils::Scanner::Local::__ANON__ (283) Get
new tracks count
[20-06-14 21:18:18.3767] Slim::Utils::Scanner::Local::__ANON__ (288) Get
changed tracks count
[20-06-14 21:18:18.3771] Slim::Utils::Scanner::Local::deleteTracks (519)
Removing deleted audio files (0)
[20-06-14 21:18:18.3773] Slim::Utils::Scanner::Local::__ANON__ (301)
Scanning new audio files (0)
[20-06-14 21:18:18.3775] Slim::Utils::Scanner::Local::__ANON__ (381)
Rescanning changed audio files (0)
[20-06-14 21:18:18.3778] Slim::Music::Import::endImporter (709)
Completed Slim::Music::PlaylistFolderScan Scan in 0 seconds.
[20-06-14 21:18:18.3790] Slim::Music::Import::runImporter (577) Starting
Slim::Plugin::ExtendedBrowseModes::Libraries scan
[20-06-14 21:18:18.3792] Slim::Music::Import::runImporter (577) Starting
Slim::Music::VirtualLibraries scan
[20-06-14 21:18:18.4118] Slim::Music::Import::endImporter (709)
Completed Slim::Music::VirtualLibraries Scan in 0 seconds.
[20-06-14 21:18:18.4135] Slim::Music::Artwork::updateStandaloneArtwork
(234) Starting updateStandaloneArtwork for 0 albums
[20-06-14 21:18:18.4141] Slim::Music::Artwork::precacheAllArtwork (659)
Starting precacheArtwork for 0 albums
[20-06-14 21:18:18.4143] Slim::Music::Import::endImporter (709)
Completed precacheArtwork Scan in 0 seconds.
[20-06-14 21:18:18.4149] Slim::Music::Import::runScanPostProcessing
(479) Starting Database optimization.
[20-06-14 21:18:18.4158] Slim::Utils::SQLHelper::executeSQLFile (51)
Executing SQL file
C:\PROGRA~2\SQUEEZ~1\server\SQL\SQLite\schema_optimize.sql
[20-06-14 21:18:18.4164] Slim::Utils::SQLHelper::executeSQLFile (80)
Executing SQL: [ANALYZE;]
[20-06-14 21:18:19.5412] Slim::Music::Import::endImporter (709)
Completed dbOptimize Scan in 1 seconds.

The reson seems to me that my Playlist directory is on the same hard
disk as my music files (M:\ and M:\__playlists), so if he scans "M:" he
finds the .m3u playlist, sees them as playlists and for some reason
deletes them.
I tried to avoid it by excluding .m3u from music scan but this has no
effect.
If I move the playlists-folder to another hard disk (c:\__Playlists]
it's also fine.

So, I can handle it, but I don't understand the behaviour (why the
"music"-scanner is caring about playlists).

Many thanks again
Frank



frank1969's Profile: http://forums.slimdevices.com/member.php?userid=31156
View this thread: http://forums.slimdevices.com/showthread.php?t=112395

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


Re: [SlimDevices: Beta] LMS 8.0 - Playlists comepletely removed (and added) with every new+changed scan

2020-06-14 Thread frank1969


mherger wrote: 
> Please try with a subset and enable debugging for database.sql.
> 
> -- 
> 
> Michael

[20-06-14 21:17:52.8622] main::main (206) Starting Logitech Media Server
scanner (v8.0.0, 1591851652, Thu Jun 11 07:13:03 WEDT 2020) perl
5.014001
[20-06-14 21:17:52.9595] Slim::Schema::forceCommit (2157) Warning:
Trying to commit transactions before DB is initialized!
[20-06-14 21:17:53.2481] Slim::Music::Import::runImporter (577) Starting
Slim::Media::MediaFolderScan scan
[20-06-14 21:17:53.2485] Slim::Utils::Scanner::Local::rescan (179)
Discovering audio files in D:\Test_Subset
[20-06-14 21:17:53.4797] Slim::Utils::Scanner::Local::__ANON__ (191)
Start processing found tracks
[20-06-14 21:17:53.4801] Slim::Utils::Scanner::Local::__ANON__ (199)
Connect do DB
[20-06-14 21:17:53.4803] Slim::Utils::Scanner::Local::__ANON__ (202) Get
latest ID
[20-06-14 21:17:53.4810] Slim::Utils::Scanner::Local::__ANON__ (224)
Delete temporary table if exists
[20-06-14 21:17:53.4812] Slim::Utils::Scanner::Local::__ANON__ (227)
Re-build temporary table
[20-06-14 21:17:53.4824] Slim::Utils::Scanner::Local::__ANON__ (276) Get
deleted tracks count
[20-06-14 21:17:53.4835] Slim::Utils::Scanner::Local::__ANON__ (283) Get
new tracks count
[20-06-14 21:17:53.4838] Slim::Utils::Scanner::Local::__ANON__ (288) Get
changed tracks count
[20-06-14 21:17:53.4844] Slim::Utils::Scanner::Local::deleteTracks (519)
Removing deleted audio files (3)
[20-06-14 21:17:53.5113] Slim::Utils::Scanner::Local::__ANON__ (301)
Scanning new audio files (0)
[20-06-14 21:17:53.5116] Slim::Utils::Scanner::Local::__ANON__ (381)
Rescanning changed audio files (0)
[20-06-14 21:17:53.6085] Slim::Music::Import::endImporter (709)
Completed Slim::Media::MediaFolderScan Scan in 0 seconds.
[20-06-14 21:17:53.6094] Slim::Music::Import::runImporter (577) Starting
Slim::Music::PlaylistFolderScan scan
[20-06-14 21:17:53.6098] Slim::Utils::Scanner::Local::rescan (179)
Discovering audio files in D:\Test_Subset\__Playlists
[20-06-14 21:17:53.6255] Slim::Utils::Scanner::Local::__ANON__ (191)
Start processing found tracks
[20-06-14 21:17:53.6259] Slim::Utils::Scanner::Local::__ANON__ (199)
Connect do DB
[20-06-14 21:17:53.6262] Slim::Utils::Scanner::Local::__ANON__ (202) Get
latest ID
[20-06-14 21:17:53.6266] Slim::Utils::Scanner::Local::__ANON__ (224)
Delete temporary table if exists
[20-06-14 21:17:53.6270] Slim::Utils::Scanner::Local::__ANON__ (227)
Re-build temporary table
[20-06-14 21:17:53.6282] Slim::Utils::Scanner::Local::__ANON__ (276) Get
deleted tracks count
[20-06-14 21:17:53.6294] Slim::Utils::Scanner::Local::__ANON__ (283) Get
new tracks count
[20-06-14 21:17:53.6298] Slim::Utils::Scanner::Local::__ANON__ (288) Get
changed tracks count
[20-06-14 21:17:53.6303] Slim::Utils::Scanner::Local::deleteTracks (519)
Removing deleted audio files (0)
[20-06-14 21:17:53.6305] Slim::Utils::Scanner::Local::__ANON__ (301)
Scanning new audio files (3)
[20-06-14 21:17:53.6369] Slim::Utils::Scanner::Local::new (905) Handling
new playlist file:///D:/Test_Subset/__Playlists/Test%201.m3u
[20-06-14 21:17:53.6990] Slim::Utils::Scanner::Local::new (905) Handling
new playlist file:///D:/Test_Subset/__Playlists/Test%202.m3u
[20-06-14 21:17:53.7456] Slim::Utils::Scanner::Local::new (905) Handling
new playlist file:///D:/Test_Subset/__Playlists/Test%203.m3u
[20-06-14 21:17:53.7768] Slim::Utils::Scanner::Local::__ANON__ (381)
Rescanning changed audio files (0)
[20-06-14 21:17:53.7772] Slim::Music::Import::endImporter (709)
Completed Slim::Music::PlaylistFolderScan Scan in 0 seconds.
[20-06-14 21:17:53.7780] Slim::Music::Import::runImporter (577) Starting
Slim::Plugin::ExtendedBrowseModes::Libraries scan
[20-06-14 21:17:53.7782] Slim::Music::Import::runImporter (577) Starting
Slim::Music::VirtualLibraries scan
[20-06-14 21:17:53.8077] Slim::Music::Import::endImporter (709)
Completed Slim::Music::VirtualLibraries Scan in 0 seconds.
[20-06-14 21:17:53.8094] Slim::Music::Artwork::updateStandaloneArtwork
(234) Starting updateStandaloneArtwork for 0 albums
[20-06-14 21:17:53.8100] Slim::Music::Artwork::precacheAllArtwork (659)
Starting precacheArtwork for 0 albums
[20-06-14 21:17:53.8103] Slim::Music::Import::endImporter (709)
Completed precacheArtwork Scan in 0 seconds.
[20-06-14 21:17:53.8111] Slim::Music::Import::runScanPostProcessing
(479) Starting Database optimization.
[20-06-14 21:17:53.8120] Slim::Utils::SQLHelper::executeSQLFile (51)
Executing SQL file
C:\PROGRA~2\SQUEEZ~1\server\SQL\SQLite\schema_optimize.sql
[20-06-14 21:17:53.8128] Slim::Utils::SQLHelper::executeSQLFile (80)
Executing SQL: [ANALYZE;]
[20-06-14 21:17:54.7221] Slim::Music::Import::endImporter (709)
Completed dbOptimize Scan in 0 seconds.



frank1969's Profile: http://forums.slimdevices.com/member.php?userid=31156
View this thread: http://forums.slimdevices.com/showthread.php?t=112395

___
beta mailing 

Re: [SlimDevices: Beta] LMS 8.0 - Playlists comepletely removed (and added) with every new+changed scan

2020-06-13 Thread Michael Herger

Please try with a subset and enable debugging for database.sql.

--

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


Re: [SlimDevices: Beta] LMS 8.0 - Playlists comepletely removed (and added) with every new+changed scan

2020-06-13 Thread frank1969


mherger wrote: 
> 
> 
> Please try with a subset and enable debugging for database.sql. IMHO 
> nothing should have changed in that part of the code. Are you using any
> 
> music service integration?
> 
> Michael

No, I have no music servie integration activated - but that I'll test
next ;)

I did TWO scans:

First a "playlists only"
and after that (after making some more changes to my playlists) a "new &
changed".

The "playlist only" scan looks "like always"

[20-06-13 15:33:15.2958] Slim::Utils::Scanner::Local::__ANON__ (381)
Rescanning changed audio files (12)

[20-06-13 15:33:15.2999] Slim::Utils::Scanner::Local::changed (1094)
Handling changed playlist
file:///M:/__Playlists/0%20Charts%20B%20-%20Top%2030%20-%202020-06-06.m3u
[20-06-13 15:33:15.3020] Slim::Utils::Scanner::Local::new (905) Handling
new playlist
file:///M:/__Playlists/0%20Charts%20B%20-%20Top%2030%20-%202020-06-06.m3u
[20-06-13 15:33:15.6857] Slim::Utils::Scanner::Local::changed (1094)
Handling changed playlist
file:///M:/__Playlists/0%20Neue%20Alben%20-%202020-05-22.m3u
[20-06-13 15:33:15.6883] Slim::Utils::Scanner::Local::new (905) Handling
new playlist
file:///M:/__Playlists/0%20Neue%20Alben%20-%202020-05-22.m3u
[20-06-13 15:33:18.5626] Slim::Utils::Scanner::Local::changed (1094)
Handling changed playlist
file:///M:/__Playlists/0%20Neue%20Alben%20-%202020-06-12.m3u
[20-06-13 15:33:18.5637] Slim::Utils::Scanner::Local::new (905) Handling
new playlist
file:///M:/__Playlists/0%20Neue%20Alben%20-%202020-06-12.m3u

[20-06-13 15:33:19.0386] Slim::Music::Import::endImporter (709)
Completed Slim::Music::PlaylistFolderScan Scan in 11 seconds.


The "new & changed" says:

[20-06-13 17:06:00.0752] Slim::Utils::Scanner::Local::deleteTracks (519)
Removing deleted audio files (1056)
[...] REM: 998 of those deleted files are playlists files (files ending
*.m3u)

[20-06-13 17:08:57.1690] Slim::Utils::Scanner::Local::__ANON__ (301)
Scanning new audio files (1005)
[20-06-13 17:08:57.1733] Slim::Utils::Scanner::Local::new (905) Handling
new playlist
file:///M:/__Playlists/0%20Charts%20B%20-%20Top%2030%20-%202020-06-06.m3u
[20-06-13 17:08:57.3257] Slim::Utils::Scanner::Local::new (905) Handling
new playlist
file:///M:/__Playlists/0%20Charts%20B%20-%20Vlaamse%20Top%2010%20-%202020-06-13.m3u
[20-06-13 17:08:57.3726] Slim::Utils::Scanner::Local::new (905) Handling
new playlist
file:///M:/__Playlists/0%20Charts%20D%20-%20Airplay%20Top%2030%20-%202020-06-12.m3u
[...] REM: Here are all those 998 "new" *.m3u-files added (so from those
1005 audio files 998 are in fact playlists)

[20-06-13 17:11:38.1406] Slim::Utils::Scanner::Local::__ANON__ (381)
Rescanning changed audio files (0)
[20-06-13 17:11:38.1410] Slim::Music::Import::endImporter (709)
Completed Slim::Music::PlaylistFolderScan Scan in 165 seconds.


Maybe You see the difference between 11 seconds and 165 seconds for the
playlist scan, too? This results from handling all playlists as "new"

Frank

(by the way, I didn't deactivate any filename extensions, nor for audio
files neither for playlists)



frank1969's Profile: http://forums.slimdevices.com/member.php?userid=31156
View this thread: http://forums.slimdevices.com/showthread.php?t=112395

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


Re: [SlimDevices: Beta] LMS 8.0 - Playlists comepletely removed (and added) with every new+changed scan

2020-06-12 Thread Michael Herger

I'm just analyzing some changed behaviour in the logs, but first I saw,
that ALL playlists are removed with every "new & changed"-scan - and
added at a later stage.

My playlists are all *.m3u (Windows 10 architecture, btw) and they are
removed with the deleted (music-)files (I worried why it removed so much
"songs" though I didn't delete anything first).


Are you testing with your full library? I thought it was only somewhere 
around 600k tracks :-D.


Please try with a subset and enable debugging for database.sql. IMHO 
nothing should have changed in that part of the code. Are you using any 
music service integration?


--

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


[SlimDevices: Beta] LMS 8.0 - Playlists comepletely removed (and added) with every new+changed scan

2020-06-12 Thread frank1969


I've just upgraded to 8.0 - so good to see, LMS is going on :) Thanks,
Michael - and started some testings (You maybe know, I'm the one withe
the 800k database and mostly interested in the database "handling").

I'm just analyzing some changed behaviour in the logs, but first I saw,
that ALL playlists are removed with every "new & changed"-scan - and
added at a later stage.

My playlists are all *.m3u (Windows 10 architecture, btw) and they are
removed with the deleted (music-)files (I worried why it removed so much
"songs" though I didn't delete anything first).

In a later stage it recognizes all playlists and adds them again.

In the end, they are (still) there (or: there again) but it takes some
time more than the "old way" only to handle changed playlists.

Is this a bug or wanted behaviour? Is it related to the *.m3u type?

Thanks
Frank



frank1969's Profile: http://forums.slimdevices.com/member.php?userid=31156
View this thread: http://forums.slimdevices.com/showthread.php?t=112395

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


Re: [SlimDevices: Beta] LMS 7.9 and DSD

2020-04-14 Thread THXTEX


Should this be working on FreeBSD (FreeNAS) also?

I get the following message on my server 'DSDPlayer does not currently
include a version of dsdplay which supports your server. DSD playback
has been disabled for this player.'



Squeezebox Touch / Squeezebox 3 / Squeezebox Boom / Squeezebox Radio /
Squeezebox Duet - SqueezeCenter running on Lenovo IdeaPad U450p

THXTEX's Profile: http://forums.slimdevices.com/member.php?userid=14083
View this thread: http://forums.slimdevices.com/showthread.php?t=101641

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


Re: [SlimDevices: Beta] LMS 7.9 and DSD

2019-11-20 Thread jdenver


I was going through my plugins and noticed I have 'DSDPlayer (v1.0)' and
'PlayDSD (v0.5)' selected, do I need both as they both show up in the
player settings for each player.

If not, which is the best one to use?

Im running LMS v7.9.1

Thanks



jdenver's Profile: http://forums.slimdevices.com/member.php?userid=65902
View this thread: http://forums.slimdevices.com/showthread.php?t=101641

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


Re: [SlimDevices: Beta] LMS 7.9 and DSD

2018-12-28 Thread Ge Ba

hellrider77 wrote: 
> 
> In his post, ralphy points out to some binaries that should be installed
> in the Bin folder of the DSDPlayer add-on, I don't think those binaries
> work with LMS installed on my Syno
> Thanks

The ARM versions of Synology in this respect have a  similar
architecture as the Pi. I actually did the manual install of Ralphys
armhf binaries and it worked on my Synology DS216Play which is ARMv7l
codename Monaco (whereas the one from settings plugin did not). 
No guarantee, but it could be worth a try. You could also try using the
C3PO plugin instead.
On the other hand, playing DSD64 natively isn't so bad after
all..[emoji12]



*Server:* LMS 7.9.2 - 0011.1527861596 on Synology DS216Play. SOX mansr
ARMv7 & C-3PO.
*Players:* SB Radio, RPi 3B+, 7’’ Touch, pCP @Marshall Acton. Multiroom
HiFi: Denon AVR-X4000, AVM M30 @Nubert NuLine/NuVero 5.1+2

Ge Ba's Profile: http://forums.slimdevices.com/member.php?userid=66816
View this thread: http://forums.slimdevices.com/showthread.php?t=101641

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


Re: [SlimDevices: Beta] LMS 7.9 and DSD

2018-12-28 Thread hellrider77


Yes, there is, in my previous post, I sad that I have installed the
latest LMS server on my NAS, i have also installed dsdplayer form the
repo 
https://sourceforge.net/projects/lmsupdate/files/DSDplayer_x86_64/repo_sf.xml
, (now, version 1.02) via enable add-on in the LMS settings page. Still
I can only choose between "Native" or "Disabled in Advanced/File Tipes.

In his post, ralphy points out to some binaries that should be installed
in the Bin folder of the DSDPlayer add-on, I don't think those binaries
work with LMS installed on my Syno

Thanks



hellrider77's Profile: http://forums.slimdevices.com/member.php?userid=68706
View this thread: http://forums.slimdevices.com/showthread.php?t=101641

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


Re: [SlimDevices: Beta] LMS 7.9 and DSD

2018-12-27 Thread Ge Ba

hellrider77 wrote: 
> well, it does not work for me. Synology is different. I own DS214 which
> is armadaxp, I don't think there is a package for that.I think there is..
https://forums.slimdevices.com/showthread.php?p=912137



*Server:* LMS 7.9.2 - 0011.1527861596 on Synology DS216Play. SOX mansr
ARMv7 & C-3PO.
*Players:* SB Radio, RPi 3B+, 7’’ Touch, pCP @Marshall Acton. Multiroom
HiFi: Denon AVR-X4000, AVM M30 @Nubert NuLine/NuVero 5.1+2

Ge Ba's Profile: http://forums.slimdevices.com/member.php?userid=66816
View this thread: http://forums.slimdevices.com/showthread.php?t=101641

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


Re: [SlimDevices: Beta] LMS 7.9 and DSD

2018-12-27 Thread hellrider77


well, it does not work for me. Synology is different. I own DS214 which
is armadaxp, I don't think there is a package for that.



hellrider77's Profile: http://forums.slimdevices.com/member.php?userid=68706
View this thread: http://forums.slimdevices.com/showthread.php?t=101641

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


Re: [SlimDevices: Beta] LMS 7.9 and DSD

2018-12-20 Thread Celeritas


Forgive my ignorance. I found my answer earlier in the thread, where
Ralphy explained the need to install the Raspberry Pi binaries. I
installed DSDPlayer armhf-linux on my Raspberry Pi 3B+ running
PiCorePlayer. Now I get proper conversion option for DSDPlayer on
players that do not support DSD.

ralphy wrote: 
> There are dsdplay armv6hf and armv5el binaries in the Utility folder on
> my lmsclients site, click Squeezebox client builds in my sig.
> 
> After installing the DSDPlayer plugin.
> 
> You need to create an armhf-linux folder under the plugins DSDPlayer/Bin
> folder
> 
> Then copy the files from the tar file into DSDPlayer/Bin/armhf-linux
> 
> If the shared dsdplay binary doesn't run due to missing libraries,
> delete it and rename dsdplay-static to dsdplay
> 
> For armv5el use arm-linux for the folder name
> 
> Restart LMS and you should be able to setup DSDPlayer from the player
> settings page in the webgui.
> 20155



Transporter -> Classe' CP-47.5 -> Classe' CA-201 -> Martin Logan SL3

Celeritas's Profile: http://forums.slimdevices.com/member.php?userid=18887
View this thread: http://forums.slimdevices.com/showthread.php?t=101641

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


Re: [SlimDevices: Beta] LMS 7.9 and DSD

2018-12-10 Thread Celeritas


I have the same problem as below. PiCorePlayer 4.1.0 is installed and
DSDPlayer plugin v1.0 is installed in LMS 7.9.2 - 1543258616.
Squeezelite is turned off on the Raspberry Pi 3B+ that is used as an LMS
server. I can stream native DSD to a Squeezelite player that is attached
to a USB DAC that supports it. I cannot transcode DSD to any other
players. Like hellrider77, transcoding options are greyed out for DSF ->
FLAC or DFF -> FLAC under File Types. In the player menu, I get
"DSDPlayer will transcode DSD to PCM for this player. Use the settings
below to tune resampling parameters," but there are no options
displayed.

Is this a Linux problem? It works just fine on my Windows 10 PC if I run
the server there.

hellrider77 wrote: 
> Hello and nice to meet you. 
> This is my first post here as I am trying to get my Yamaha CD-S3000 to
> play DSD via piCorePlayer.
> 
> My environment looks like this:
> 
> LMS on Synology DS214:
> 
> 
> Logitech Media Server Version: 7.9.2 - 0011.1527861596 @ Fri Jun 1
> 16:21:00 CEST 2018
> Hostname: DiskStation
> Operating system: Synology DiskStation - EN - utf8
> Platform Architecture: armle-linux
> Perl Version: 5.24.0 - armle-linux
> Audio::Scan: 0.95
> IO::Socket::SSL: 2.037
> Database Version: DBD::SQLite 1.34_01 (sqlite 3.7.7.1)
> 
> 
> pCP running on Raspberry Pi 2B+:
> 
> piCorePlayer | piCorePlayer v4.1.0 | linux 4.14.81-pcpCore_v7 | piCore
> v9.2pCP | Squeezelite v1.9.0-1121-pCP |
> 
> USB DAC: Yamaha CD-S3000, 24/192 max PCM, Native DSD 128 max
> The problem is that in order for Yamaha to work in Windows with DSD, it
> requires an Steinberg ASIO driver. 
> The device does not accept DSD via DoP, only native.
> 
> 
> The only way I got it to work correctly in pCP was to leave blank the
> output setting, all devices listed did not work or worked in 48Khz
> resolution
> 
> I have installed DSDPlayer (now version 1.02) , in LMS under player ->
> DSDPlayer i get "This player supports native playback of DSD files.
> DSD-over-PCM should be configured on the player configuration
> interface."
> 
> Under File Types I only get:
> 
> DFF   DFF Native or Disabled
> FLAC  Greyed out - Disabled
> 
> DSF   DSF Native or Disabled
> FLAC  Greyed out - Disabled
> 
> I tried all recommendations on Soundcheck's blog:  
> "soundcheck-audio.blogspot.com/2018/01/raspberry-pi-audio-engine-part-6-dsd"
> (cannot post links as this is my first post)
> 
> DSD does not play at all, with any of the settings recommended above. I
> don't know what -W, -D commands stand for...
> 
> I had partial success by entering in pCP under "Device supports DSD/DoP"
> the value "0:dop". Yamaha plays DSD64 this way, but not DSD128.
> 
> I have no clue about squeezelite commands or linux but I am pretty good
> at following instructions. 
> 
> Might help: I found a post regarding  Yamaha CD-S2100 (probably the same
> USB receiver) here on the forums, as I cannot post links yet , I am copy
> / pasting the original post:
> 
> 
> 
> The OP was not interested into getting DSD working, he just left the
> Output Setting field blank, it worked, and moved on.
> 
> Thank you.
> 
> Sorin



Transporter -> Classe' CP-47.5 -> Classe' CA-201 -> Martin Logan SL3

Celeritas's Profile: http://forums.slimdevices.com/member.php?userid=18887
View this thread: http://forums.slimdevices.com/showthread.php?t=101641

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


Re: [SlimDevices: Beta] LMS 7.9.2: updated SQLite module v1.58

2018-11-01 Thread Soulman


Hi,

thx, I figured that the perl version might be the issue ... right after
I shut down the computer after posting ;)

Xcode is currently not installed on the server Maybe I'll do it at
the weekend.



Soulman's Profile: http://forums.slimdevices.com/member.php?userid=6283
View this thread: http://forums.slimdevices.com/showthread.php?t=109460

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


Re: [SlimDevices: Beta] LMS 7.9.2: updated SQLite module v1.58

2018-10-29 Thread Michael Herger

If I get a nightly build now, should that be included? Does not look
like it:

Logitech Media Server Version: 7.9.2 - 1539967036 @ Fri Oct 19 19:12:36
CEST 2018
Hostname: Cronon-B-Watchdog-Soul.local
IP-Adresse des Servers: (...)
Server-HTTP-Portnummer: 9000
Betriebssystem: Mac OS X 10.6.8 - DE - utf8
Plattformarchitektur: x86_64
Perl-Version: 5.10.0 - darwin-thread-multi-2level

Datenbankversion: DBD::SQLite 1.34_01 (sqlite 3.7.7.1)


I haven't built new binaries for all platforms. In particular older 
platforms I've happily ignored... I'm not sure I still have a Mac 
running Perl 5.10. If you had XCode on your computer already it might be 
worth a try to compile the modules yourself.


--

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


Re: [SlimDevices: Beta] LMS 7.9.2: updated SQLite module v1.58

2018-10-29 Thread Soulman


If I get a nightly build now, should that be included? Does not look
like it:

Logitech Media Server Version: 7.9.2 - 1539967036 @ Fri Oct 19 19:12:36
CEST 2018
Hostname: Cronon-B-Watchdog-Soul.local
IP-Adresse des Servers: (...)
Server-HTTP-Portnummer: 9000
Betriebssystem: Mac OS X 10.6.8 - DE - utf8
Plattformarchitektur: x86_64
Perl-Version: 5.10.0 - darwin-thread-multi-2level

Datenbankversion: DBD::SQLite 1.34_01 (sqlite 3.7.7.1)



Soulman's Profile: http://forums.slimdevices.com/member.php?userid=6283
View this thread: http://forums.slimdevices.com/showthread.php?t=109460

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


Re: [SlimDevices: Beta] LMS 7.9.2: updated SQLite module v1.58

2018-09-20 Thread paul-


The pCP binary package has been pushed to the repo..   Just press the
"Update Libs" button on the LMS tab.



piCorePlayer a small player for the Raspberry Pi in RAM. 
Homepage: https://www.picoreplayer.org

Please 'donate'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=U7JHY5WYHCNRU&lc=GB¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted)
if you like the piCorePlayer

paul-'s Profile: http://forums.slimdevices.com/member.php?userid=58858
View this thread: http://forums.slimdevices.com/showthread.php?t=109460

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


Re: [SlimDevices: Beta] LMS 7.9.2: updated SQLite module v1.58

2018-09-17 Thread Mnyb


Hey some numbers but my install is bit unusual .

In an attempt to learn to admin ESXi and learn to use VM'si decided to
have VM's as servers .(I started use a lot of VMWare at work)

So my LMS server is an Linux mint 18 .

And the "NAS" containing the files is a Openmediavault VM on the same
machine.
And there is another "NAS" of the same kind running for personall
backups .

It's an Intel NUC with this CPU 
Intel(R) Core(TM) i5-6260U CPU @ 1.80GHz
32GB of memory .

The ESXi OS is running on an M2. SSD and the LMS WM is hosted on the M2
to but the NAS'es are hosted on and internal normal SSD .
The actual files are on extenal USB2 drives.

This will probably be simplified :) when i get to it


Hers is the results.

Logitech Media Server Version: 7.9.2 - 1536946607 @ Fri Sep 14 20:16:26
CEST 2018
Hostname: SqueezeVM
Server IP Address: 192.168.1.82
Server HTTP Port Number: 9000
Operating system: Debian - EN - utf8
Platform Architecture: x86_64-linux
Perl Version: 5.22.1 - x86_64-linux-gnu-thread-multi
Audio::Scan: 0.95
IO::Socket::SSL: 2.024
Database Version: DBD::SQLite 1.34_01 (sqlite 3.7.7.1)
Total Players Recognized: 3


Discovering files/directories: /media/NAS/music1   (56325 of 56325)  
Complete  00:00:08

Scanning new music files: /media/NAS/music1   (51034 of 51034)  
Complete  00:13:33

Discovering playlists: /media/NAS/Playlists   (16 of 16)   Complete 
00:00:00

Scanning new playlists: /media/NAS/Playlists   (11 of 11)   Complete 
00:00:04

Album cover lookup   (83 of 83)   Complete  00:00:01

Artist picture lookup   (1690 of 1690)   Complete  00:01:25

Building full text index   (7 of 7)   Complete  00:00:10

Pre-caching Artwork   (4063 of 4063)   Complete  00:02:41

Database Optimize   (2 of 2)   Complete  00:00:04

The server has finished scanning your media library.
Total Time: 00:18:06 (2018-09-17 Monday / 18:58)



Logitech Media Server Version: 7.9.2 - 1537190069 @ Mon Sep 17 15:45:56
CEST 2018
Hostname: SqueezeVM
Server IP Address: 192.168.1.82
Server HTTP Port Number: 9000
Operating system: Debian - EN - utf8
Platform Architecture: x86_64-linux
Perl Version: 5.22.1 - x86_64-linux-gnu-thread-multi
Audio::Scan: 0.95
IO::Socket::SSL: 2.024
Database Version: DBD::SQLite 1.58 (sqlite 3.22.0)
Total Players Recognized: 3


Discovering files/directories: /media/NAS/music1   (56325 of 56325)  
Complete  00:00:07

Scanning new music files: /media/NAS/music1   (51034 of 51034)  
Complete  00:13:22

Discovering playlists: /media/NAS/Playlists   (16 of 16)   Complete 
00:00:00

Scanning new playlists: /media/NAS/Playlists   (11 of 11)   Complete 
00:00:04

Album cover lookup   (83 of 83)   Complete  00:00:00

Artist picture lookup   (1690 of 1690)   Complete  00:01:26

Building full text index   (7 of 7)   Complete  00:00:06

Pre-caching Artwork   (4063 of 4063)   Complete  00:02:40

Database Optimize   (2 of 2)   Complete  00:00:02

The server has finished scanning your media library.
Total Time: 00:17:47 (2018-09-17 Monday / 19:26)




Main hifi: Touch + CIA PS +MeridianG68J MeridianHD621 MeridianG98DH 2 x
MeridianDSP5200 MeridianDSP5200HC 2 xMeridianDSP3100 +Rel Stadium 3
sub.
Bedroom/Office: Boom
Kitchen: Touch + powered Fostex PM0.4
Misc use: Radio (with battery)
iPad1 with iPengHD & SqueezePad
(spares Touch, SB3, reciever ,controller )
server HP proliant micro server N36L with ClearOS Linux

http://people.xiph.org/~xiphmont/demo/neil-young.html

Mnyb's Profile: http://forums.slimdevices.com/member.php?userid=4143
View this thread: http://forums.slimdevices.com/showthread.php?t=109460

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


Re: [SlimDevices: Beta] LMS 7.9.2: updated SQLite module v1.58

2018-09-17 Thread bakker_be


mherger wrote: 
> >> Discovering files/directories: /mnt/music   (125809 of 125809)  
> Complete  00:01:19
> >> Total Time: 00:48:35 (Sunday, September 2, 2018 / 7:47 PM)
> 
> >> Discovering files/directories: /mnt/music   (125820 of 125820)  
> Complete  00:00:15
> >> Total Time: 00:44:55 (Sunday, September 16, 2018 / 2:00 PM)
> 
> > The scanning seems to find a different number of directories and
> files
> > with the old compared with the new SQLite. Can you see why?
> 
> There's two weeks in between these two scans. bakker_be bought a new 
> album with eleven tracks :-).
> 
> The database backend shouldn't have any impact on what files are being 
> found. It's only used to store that data.
> 
> -- 
> 
> Michael

I have indeed added 1 album since installing that machine. Given that
this is a completely clean Ubuntu 18.04 Server install that's only 2
weeks old I didn't really think it was useful to do a rescan with the
"old" version.



Main System: Touch; Marantz SR-5004 + TMA Premium 905 + TMA Premium 901
+ Teufel Ultima 20 Mk 2 + BK Monolith+ FF + Lenovo T460 + Kodi + Pioneer
PDP-LX5090H
Workshop: iPad 32GB Wifi + Squeezepad (local playback activated)
Wherever needed: Acer Iconia Tab A700 + Squeezeplayer
Kitchen: iPhone 5s + iPeng (local playback activated) + NAD 312 + Teufel
Ultima 20 Mk 2
Headphone (cozy corner): Lenovo T550 + Squeezelite-X + Cyrus Soundkey +
Topping A30 + Focal Elear
Car: TBC ...

bakker_be's Profile: http://forums.slimdevices.com/member.php?userid=30369
View this thread: http://forums.slimdevices.com/showthread.php?t=109460

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


Re: [SlimDevices: Beta] LMS 7.9.2: updated SQLite module v1.58

2018-09-16 Thread Michael Herger

   > Discovering files/directories: /mnt/music   (125809 of 125809)   Complete  
00:01:19
   > Total Time: 00:48:35 (Sunday, September 2, 2018 / 7:47 PM)



   > Discovering files/directories: /mnt/music   (125820 of 125820)   Complete  
00:00:15
   > Total Time: 00:44:55 (Sunday, September 16, 2018 / 2:00 PM)



The scanning seems to find a different number of directories and files
with the old compared with the new SQLite. Can you see why?


There's two weeks in between these two scans. bakker_be bought a new 
album with eleven tracks :-).


The database backend shouldn't have any impact on what files are being 
found. It's only used to store that data.


--

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


Re: [SlimDevices: Beta] LMS 7.9.2: updated SQLite module v1.58

2018-09-16 Thread sbp


bakker_be wrote: 
> On a repurposed Lenovo T540,  i5-4300M CPU, 16 GB RAM, USB3 direct
> attached storage, Performance settings in LMS set to "Maximum" I get the
> following results.
> Old Scan:
> > 
Code:

  >   > 
  > Logitech Media Server Version: 7.9.2 - 1536840407 @ Thu Sep 13 14:15:50 
CEST 2018
  > Hostname: ubuntu_t540
  > Server IP Address: 192.168.1.101
  > 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.056
  > Database Version: DBD::SQLite 1.34_01 (sqlite 3.7.7.1)
  > Total Players Recognized: 4
  > 
  > Library Statistics
  > Total Tracks: 116,434
  > Total Albums: 6,891
  > Total Artists: 13,975
  > Total Genres: 84
  > Total Playing Time: 13321:40:41
  > 
  > Media Scan Details
  > Discovering files/directories: /mnt/music   (125809 of 125809)   Complete  
00:01:19
  > 
  > Scanning new music files: /mnt/music   (116438 of 116438)   Complete  
00:43:11
  > 
  > Discovering playlists: /media/playlists   (1 of 1)   Complete  00:00:00
  > 
  > Building full text index   (7 of 7)   Complete  00:00:36
  > 
  > Pre-caching Artwork   (6104 of 6104)   Complete  00:03:11
  > 
  > Database Optimize   (2 of 2)   Complete  00:00:18
  > 
  > The server has finished scanning your media library.
  > Total Time: 00:48:35 (Sunday, September 2, 2018 / 7:47 PM)
  > 

> > 
> New Scan:
> > 
Code:

  >   > 
  > Logitech Media Server Version: 7.9.2 - 1537028423 @ Sat Sep 15 18:45:00 
CEST 2018
  > Hostname: ubuntu_t540
  > Server IP Address: 192.168.1.101
  > 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.056
  > Database Version: DBD::SQLite 1.58 (sqlite 3.22.0)
  > Total Players Recognized: 4
  > 
  > Media Scan Details
  > Discovering files/directories: /mnt/music   (125820 of 125820)   Complete  
00:00:15
  > 
  > Scanning new music files: /mnt/music   (116447 of 116447)   Complete  
00:40:25
  > 
  > Discovering playlists: /media/playlists   (1 of 1)   Complete  00:00:00
  > 
  > Building full text index   (7 of 7)   Complete  00:00:28
  > 
  > Pre-caching Artwork   (6119 of 6119)   Complete  00:03:30
  > 
  > Database Optimize   (2 of 2)   Complete  00:00:17
  > 
  > The server has finished scanning your media library.
  > Total Time: 00:44:55 (Sunday, September 16, 2018 / 2:00 PM)
  > 

> > 

The scanning seems to find a different number of directories and files
with the old compared with the new SQLite. Can you see why?



piCorePlayer a small player for the Raspberry Pi in RAM. 
Homepage: 'https://www.picoreplayer.org' (https://www.picoreplayer.org/)

*Please 'donate'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=U7JHY5WYHCNRU&lc=GB¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted)
if you like piCorePlayer*

sbp's Profile: http://forums.slimdevices.com/member.php?userid=37237
View this thread: http://forums.slimdevices.com/showthread.php?t=109460

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


Re: [SlimDevices: Beta] LMS 7.9.2: updated SQLite module v1.58

2018-09-16 Thread bakker_be


On a repurposed Lenovo T540,  i5-4300M CPU, 16 GB RAM, USB3 direct
attached storage, Performance settings in LMS set to "Maximum" I get the
following results.
Old Scan:

Code:


  Logitech Media Server Version: 7.9.2 - 1536840407 @ Thu Sep 13 14:15:50 CEST 
2018
  Hostname: ubuntu_t540
  Server IP Address: 192.168.1.101
  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.056
  Database Version: DBD::SQLite 1.34_01 (sqlite 3.7.7.1)
  Total Players Recognized: 4
  
  Library Statistics
  Total Tracks: 116,434
  Total Albums: 6,891
  Total Artists: 13,975
  Total Genres: 84
  Total Playing Time: 13321:40:41
  
  Media Scan Details
  Discovering files/directories: /mnt/music   (125809 of 125809)   Complete  
00:01:19
  
  Scanning new music files: /mnt/music   (116438 of 116438)   Complete  00:43:11
  
  Discovering playlists: /media/playlists   (1 of 1)   Complete  00:00:00
  
  Building full text index   (7 of 7)   Complete  00:00:36
  
  Pre-caching Artwork   (6104 of 6104)   Complete  00:03:11
  
  Database Optimize   (2 of 2)   Complete  00:00:18
  
  The server has finished scanning your media library.
  Total Time: 00:48:35 (Sunday, September 2, 2018 / 7:47 PM)
  


New Scan:

Code:


  Logitech Media Server Version: 7.9.2 - 1537028423 @ Sat Sep 15 18:45:00 CEST 
2018
  Hostname: ubuntu_t540
  Server IP Address: 192.168.1.101
  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.056
  Database Version: DBD::SQLite 1.58 (sqlite 3.22.0)
  Total Players Recognized: 4
  
  Media Scan Details
  Discovering files/directories: /mnt/music   (125820 of 125820)   Complete  
00:00:15
  
  Scanning new music files: /mnt/music   (116447 of 116447)   Complete  00:40:25
  
  Discovering playlists: /media/playlists   (1 of 1)   Complete  00:00:00
  
  Building full text index   (7 of 7)   Complete  00:00:28
  
  Pre-caching Artwork   (6119 of 6119)   Complete  00:03:30
  
  Database Optimize   (2 of 2)   Complete  00:00:17
  
  The server has finished scanning your media library.
  Total Time: 00:44:55 (Sunday, September 16, 2018 / 2:00 PM)
  




Main System: Touch; Marantz SR-5004 + TMA Premium 905 + TMA Premium 901
+ Teufel Ultima 20 Mk 2 + BK Monolith+ FF + Lenovo T460 + Kodi + Pioneer
PDP-LX5090H
Workshop: iPad 32GB Wifi + Squeezepad (local playback activated)
Wherever needed: Acer Iconia Tab A700 + Squeezeplayer
Kitchen: iPhone 5s + iPeng (local playback activated) + NAD 312 + Teufel
Ultima 20 Mk 2
Headphone (cozy corner): Lenovo T550 + Squeezelite-X + Cyrus Soundkey +
Topping A30 + Focal Elear
Car: TBC ...

bakker_be's Profile: http://forums.slimdevices.com/member.php?userid=30369
View this thread: http://forums.slimdevices.com/showthread.php?t=109460

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


Re: [SlimDevices: Beta] LMS 7.9.2: updated SQLite module v1.58

2018-09-16 Thread ralphy


Clear and Rescan is a bit faster on my aging quad core 8GB system using
High memory config.
LMS cache folder on SSD, music files on SATA HD.
Best of 2 for each DBD::SQLite version.


Code:

Logitech Media Server Version: 7.9.2 - r20510.9fbe679 @ 1536957153
  Operating system: Debian - EN - utf8
  Platform Architecture: i686-linux
  Perl Version: 5.14.2 - i386-linux-gnu-thread-multi-64int
  Audio::Scan: 1.01
  IO::Socket::SSL: 1.76
  Database Version: DBD::SQLite 1.34_01 (sqlite 3.7.7.1)
  Total Players Recognized: 8
  
  Library Statistics
  Total Tracks: 29,217
  Total Albums: 2,450
  Total Artists: 818
  Total Genres: 104
  Total Playing Time: 2119:35:58
  
  Media Scan Details
  Discovering files/directories: /export/music0   (31868 of 31868)   Complete  
00:00:08
  Scanning new music files: /export/music0   (29005 of 29005)   Complete  
00:02:24
  Discovering playlists: /home/sc/playlists   (14 of 14)   Complete  00:00:00
  Scanning new playlists: /home/sc/playlists   (12 of 12)   Complete  00:00:02
  Pre-caching Artwork   (1260 of 1260)   Complete  00:02:37
  Database Optimize   (2 of 2)   Complete  00:00:04
  
  The server has finished scanning your media library.
  Total Time: 00:05:15 (Sunday, September 16, 2018 / 7:46 AM)
  
  Database Version: DBD::SQLite 1.58 (sqlite 3.22.0)
  
  Media Scan Details
  
  Discovering files/directories: /export/music0   (31868 of 31868)   Complete  
00:00:07
  Scanning new music files: /export/music0   (29005 of 29005)   Complete  
00:01:36
  Discovering playlists: /home/sc/playlists   (14 of 14)   Complete  00:00:00
  Scanning new playlists: /home/sc/playlists   (12 of 12)   Complete  00:00:02
  Pre-caching Artwork   (1260 of 1260)   Complete  00:02:42
  Database Optimize   (2 of 2)   Complete  00:00:03
  
  The server has finished scanning your media library.
  Total Time: 00:04:30 (Sunday, September 16, 2018 / 8:04 AM)




Ralphy

*1*-Touch, *5*-Classics, *3*-Booms, *1*-UE Radio
'Squeezebox client builds'
(https://sourceforge.net/projects/lmsclients/files/) 'donations'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=LL5P6365KQEXN&lc=CA&item_name=Squeezebox%20client%20builds¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)
always appreciated.

ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484
View this thread: http://forums.slimdevices.com/showthread.php?t=109460

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


Re: [SlimDevices: Beta] LMS 7.9.2: updated SQLite module v1.58

2018-09-16 Thread DJanGo


Thats very impressive ;-)

a scan from scratch on a overpowered i7 debian system once was 00:43:16
and now its only 00:36:00 !
running both scans two times to make sure its not anything else than the
changed dbi.



DJanGo's Profile: http://forums.slimdevices.com/member.php?userid=1516
View this thread: http://forums.slimdevices.com/showthread.php?t=109460

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


Re: [SlimDevices: Beta] LMS 7.9.2: updated SQLite module v1.58

2018-09-15 Thread Wirrunna


mherger wrote: 
> > Perl Version: 5.24.3 - x86_64-linux-thread-multi
> 
> Should be available now. Please update and report back. Thanks!
> 
> -- 
> 
> Michael

Ran Clear & rescan 
Logitech Media Server Version: 7.9.2 - 1536072399 @ Tue Sep 4 17:14:43
CEST 2018
Hostname: coolvbox
IP: 192.168.2.26
HTTP Port: 9000
OS: Red Hat - EN - utf8
Platform: x86_64-linux
Perl Version: 5.24.3 - x86_64-linux-thread-multi
Audio::Scan: 0.95
IO::Socket::SSL: 2.038
Database Version: DBD::SQLite 1.34_01 (sqlite 3.7.7.1)
Total Players Recognized: 5

Media Scan Details
Discovering files/directories: /storage/music/flac   (173513 of 173513) 
Complete  00:00:18
Scanning new music files: /storage/music/flac   (157896 of 157896)  
Complete  00:34:50
Discovering files/directories: /storage/music/mp3   (9909 of 9909)  
Complete  00:00:01
Scanning new music files: /storage/music/mp3   (8804 of 8804)   Complete
00:04:00
Discovering files/directories: /storage/music/Audio Books   (587 of 587)
Complete  00:00:00
Scanning new music files: /storage/music/Audio Books   (579 of 579)  
Complete  00:00:08
Discovering playlists: /storage/music/playlist_linux   (38 of 38)  
Complete  00:00:01
Scanning new playlists: /storage/music/playlist_linux   (36 of 36)  
Complete  00:00:03
MusicIP Import   (167279 of 167279)   Complete  00:09:21
Album cover lookup   (11 of 11)   Complete  00:00:04
Artist picture lookup   (3731 of 3731)   Complete  00:02:52
Building full text index   (7 of 7)   Complete  00:01:21
Pre-caching Artwork   (12641 of 12641)   Complete  00:05:53
Database Optimize   (2 of 2)   Complete  00:00:59
The server has finished scanning your media library.
Total Time: 00:59:51 (Saturday, September 15, 2018 / 9:23 AM)

Logitech Media Server Version: 7.9.2 - 1537028423 @ Sat Sep 15 18:43:01
CEST 2018
Hostname: coolvbox
Server IP Address: 192.168.2.26
Server HTTP Port Number: 9000
Operating system: Red Hat - EN - utf8
Platform Architecture: x86_64-linux
Perl Version: 5.24.3 - x86_64-linux-thread-multi
Audio::Scan: 0.95
IO::Socket::SSL: 2.038
Database Version: DBD::SQLite 1.58 (sqlite 3.22.0)
Total Players Recognized: 6

Media Scan Details
Discovering files/directories: /storage/music/flac   (173513 of 173513) 
Complete  00:00:16
Scanning new music files: /storage/music/flac   (157896 of 157896)  
Complete  00:31:37
Discovering files/directories: /storage/music/mp3   (9909 of 9909)  
Complete  00:00:00
Scanning new music files: /storage/music/mp3   (8804 of 8804)   Complete
00:03:18
Discovering files/directories: /storage/music/Audio Books   (587 of 587)
Complete  00:00:00
Scanning new music files: /storage/music/Audio Books   (579 of 579)  
Complete  00:00:08
Discovering playlists: /storage/music/playlist_linux   (38 of 38)  
Complete  00:00:00
Scanning new playlists: /storage/music/playlist_linux   (36 of 36)  
Complete  00:00:02
MusicIP Import   (167279 of 167279)   Complete  00:08:54
Album cover lookup   (11 of 11)   Complete  00:00:00
Artist picture lookup   (3731 of 3731)   Complete  00:02:52
Building full text index   (7 of 7)   Complete  00:01:18
Pre-caching Artwork   (12641 of 12641)   Complete  00:05:04
Database Optimize   (2 of 2)   Complete  00:01:00
The server has finished scanning your media library.
Total Time: 00:54:29 (Sunday, September 16, 2018 / 7:54 AM)


Vortexbox 2.5 on Fedora 25, Pentium G3420 dual core @ 3.20GHz
/dev/sda (Corsair Force 3 SSD)
/dev/sdb (ST4000DM000-1F2168)
/dev/sdc (ST4000DM000-1F2168)
/dev/mapper/StorageVM-lv_storage ext4 7.15TiB

CoolVBox is my "production" server and will run all day so I will report
back if there are any problems. But limited testing shows searches, new
music listing and other listings are all still very quick especially
when compared to the Win 10 box.



A camel is a racehorse designed by a committee.

Seen sprayed on the outside wall of the local library -
Three things I hate in life :
1. Vandalism
2. Irony
3. Lists

Wirrunna's Profile: http://forums.slimdevices.com/member.php?userid=3225
View this thread: http://forums.slimdevices.com/showthread.php?t=109460

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


Re: [SlimDevices: Beta] LMS 7.9.2: updated SQLite module v1.58

2018-09-15 Thread Roland0


Here are the results from the benchmark posted in 'this thread'
(https://forums.slimdevices.com/showthread.php?109325-Why-is-LMS-using-such-an-old-SQLite-version):
25638
The first graph is without the trackstat queries, the second with them.
Each pair of bars (red for old SQLite / blue for new SQLite) represents
a single run of the benchmark.
At least on this system (RPi3), the speedup is significant and
noticeable in interactive use of DB-bound functionality (e.g. show all
tracks by an artist, TrackStats top rated genres etc.)


+---+
|Filename: lms-dbd.png  |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=25638|
+---+


SW: 'Web UI for LMS'
(http://forums.slimdevices.com/showthread.php?98186-Announce-Alternative-Web-Interface-(beta))
| 'Playlist Editor / Generator'
(http://forums.slimdevices.com/showthread.php?108199-Announce-LMS-Playlist-Editor)
| 'Music Classification'
(http://forums.slimdevices.com/showthread.php?108278-Announce-Essentia-Integration-music-classification-(moods-genres-))
| 'Similar Music'
(http://forums.slimdevices.com/showthread.php?108495-Announce-LMSmusly-play-similar-music)
| 'LMSlib2go' (https://www.nexus0.net/pub/sw/lmslib2go/)
HowTos: 'build a self-contained LMS'
(http://forums.slimdevices.com/showthread.php?99648-Howto-build-a-self-contained-LMS)
| 'Ogg Opus'
(http://forums.slimdevices.com/showthread.php?107011-Howto-play-Ogg-Opus-files)
| 'Bluetooth/ALSA'
(http://forums.slimdevices.com/showthread.php?107230-Howto-Bluetooth-streaming-to-from-LMS-(ALSA-only-no-PulseAudio))

Roland0's Profile: http://forums.slimdevices.com/member.php?userid=56808
View this thread: http://forums.slimdevices.com/showthread.php?t=109460

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


Re: [SlimDevices: Beta] LMS 7.9.2: updated SQLite module v1.58

2018-09-15 Thread Michael Herger

Perl Version: 5.24.3 - x86_64-linux-thread-multi


Should be available now. Please update and report back. Thanks!

--

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


Re: [SlimDevices: Beta] LMS 7.9.2: updated SQLite module v1.58

2018-09-15 Thread Michael Herger

 ls /usr/share/squeezeboxserver/CPAN/arch/
   5.12  5.14  5.16  5.18  5.20  5.22  5.24  5.26

there is no 5.10 in the Linux x86_64 debian.


Haha... one of the few versions I built isn't even included in the 
packages any more (except in the tarballs)... because nobody uses it - 
except myself :-D. You're right, I stripped 5.8 and 5.10 out of those 
installers a while back. Maybe 5.12 could be removed, too.


--

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


Re: [SlimDevices: Beta] LMS 7.9.2: updated SQLite module v1.58

2018-09-15 Thread Wirrunna


mherger wrote: 
> > Just installed RedHat (RPM) Installer Package Logitech Media Server
> > Version: 7.9.2 - 1536946607 @ Fri Sep 14 on my Vortexbox but it is
> still
> > Database Version: DBD::SQLite 1.34_01 (sqlite 3.7.7.1).
> 
> What's the Perl version string (incl. processor architecture)?
> 
> -- 
> 
> Michael

Logitech Media Server Version: 7.9.2 - 1536946607 @ Fri Sep 14 20:14:29
CEST 2018
Hostname: coolvbox
IP: 192.168.2.26
HTTP Port: 9000
OS: Red Hat - EN - utf8
Platform: x86_64-linux
Perl Version: 5.24.3 - x86_64-linux-thread-multi
Audio::Scan: 0.95
IO::Socket::SSL: 2.038
Database Version: DBD::SQLite 1.34_01 (sqlite 3.7.7.1)
Total Players Recognized: 3



A camel is a racehorse designed by a committee.

Seen sprayed on the outside wall of the local library -
Three things I hate in life :
1. Vandalism
2. Irony
3. Lists

Wirrunna's Profile: http://forums.slimdevices.com/member.php?userid=3225
View this thread: http://forums.slimdevices.com/showthread.php?t=109460

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


Re: [SlimDevices: Beta] LMS 7.9.2: updated SQLite module v1.58

2018-09-15 Thread Wirrunna


mherger wrote: 
> > Ran Clear & Rescan on Win 10 twice -
> > 
> > Logitech Media Server Version: 7.9.2 - 1530185314 @ Thu Jun 28
> 14:09:09
> > Total Time: 01:14:52 (Saturday, September 15, 2018 / 10:12 AM)
> > 
> > Logitech Media Server Version: 7.9.2 - 1536946607 @ Fri Sep 14
> 20:08:11
> > Total Time: 01:14:02 (Saturday, September 15, 2018 / 1:08 PM)
> 
> Wow... not much of an improvement :-)
> 
> > I suspect disk i/o on the music library is the limiting factor, but
> > great to have scratched the "why isn't sqlite upgraded" itch.
> > Drive C on this box is a Samsung EVO 850 M2 SSD, 250GB with 170GB
> free,
> > Music is a Toshiba MD04ACA400 7,200rpm 4TB.
> 
> Internal, not USB? Is this a dedicated system? And is the VB system you
> 
> mentioned using the same library? Would be interesting to see how they 
> compare.
> 
> -- 
> 
> Michael
Internal drive.
Win 10 box is a workstation and "master" for music and video processing,
i3-8100 CPU @ 3.60GHz, 8GB, quad core. 
For this exercise it was a dedicated system.
Music library is distributed via FreeFileSync to Vortexbox servers.



A camel is a racehorse designed by a committee.

Seen sprayed on the outside wall of the local library -
Three things I hate in life :
1. Vandalism
2. Irony
3. Lists

Wirrunna's Profile: http://forums.slimdevices.com/member.php?userid=3225
View this thread: http://forums.slimdevices.com/showthread.php?t=109460

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


Re: [SlimDevices: Beta] LMS 7.9.2: updated SQLite module v1.58

2018-09-15 Thread DJanGo


mherger wrote: 
> The new binaries currently are only available for macOS (Perl 5.18, 
> 64-bit only), Windows, *Linux x86_64/5.10* and armhf/5.20.
> 
> -- 
> 
> Michael

Hi, are you sure about that?


Code:

ls /usr/share/squeezeboxserver/CPAN/arch/
  5.12  5.14  5.16  5.18  5.20  5.22  5.24  5.26
  


there is no 5.10 in the Linux x86_64 debian.



DJanGo's Profile: http://forums.slimdevices.com/member.php?userid=1516
View this thread: http://forums.slimdevices.com/showthread.php?t=109460

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


Re: [SlimDevices: Beta] LMS 7.9.2: updated SQLite module v1.58

2018-09-15 Thread Roland0


mherger wrote: 
> I just pushed a change which shouldn't be of "public interest" just yet.
> 
> I've updated DBD::SQLite, the library we're using as the database 
> backend for the music library, caches etc. to version 1.58. 
> 
> The new binaries currently are only available for macOS (Perl 5.18, 
> 64-bit only), Windows, Linux x86_64/5.10 and armhf/5.20. paul-1 was kind
> 
> enough to build for pCP, too. But it might take a while before he's 
> releasing that update. But it's on its way.
> 
> These are the only platforms I have access to. I'll add more platforms 
> as you speak up and tell me about your needs.
> 

I could provide binaries (modules only, no packages) for Linux aarch64
(perl 5.24 and 5.26, gcc 7.3 or 8.2) if anyone needs them.



SW: 'Web UI for LMS'
(http://forums.slimdevices.com/showthread.php?98186-Announce-Alternative-Web-Interface-(beta))
| 'Playlist Editor / Generator'
(http://forums.slimdevices.com/showthread.php?108199-Announce-LMS-Playlist-Editor)
| 'Music Classification'
(http://forums.slimdevices.com/showthread.php?108278-Announce-Essentia-Integration-music-classification-(moods-genres-))
| 'Similar Music'
(http://forums.slimdevices.com/showthread.php?108495-Announce-LMSmusly-play-similar-music)
| 'LMSlib2go' (https://www.nexus0.net/pub/sw/lmslib2go/)
HowTos: 'build a self-contained LMS'
(http://forums.slimdevices.com/showthread.php?99648-Howto-build-a-self-contained-LMS)
| 'Ogg Opus'
(http://forums.slimdevices.com/showthread.php?107011-Howto-play-Ogg-Opus-files)
| 'Bluetooth/ALSA'
(http://forums.slimdevices.com/showthread.php?107230-Howto-Bluetooth-streaming-to-from-LMS-(ALSA-only-no-PulseAudio))

Roland0's Profile: http://forums.slimdevices.com/member.php?userid=56808
View this thread: http://forums.slimdevices.com/showthread.php?t=109460

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


Re: [SlimDevices: Beta] LMS 7.9.2: updated SQLite module v1.58

2018-09-15 Thread slartibartfast


mherger wrote: 
> > Hmm. Software Update says there is no update available.
> 
> It only checks every 24h. Go here 
> http://downloads.slimdevices.com/nightly/index.php?ver=7.9 instead
> 
> -- 
> 
> MichaelThanks. Installed it manually. So it doesn't find an update if you 
> click
on "Check for updates"? I thought that would override the daily check.

Sent from my SM-G900F using Tapatalk





slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609
View this thread: http://forums.slimdevices.com/showthread.php?t=109460

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


Re: [SlimDevices: Beta] LMS 7.9.2: updated SQLite module v1.58

2018-09-15 Thread Michael Herger

Hmm. Software Update says there is no update available.


It only checks every 24h. Go here 
http://downloads.slimdevices.com/nightly/index.php?ver=7.9 instead


--

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


Re: [SlimDevices: Beta] LMS 7.9.2: updated SQLite module v1.58

2018-09-15 Thread slartibartfast


mherger wrote: 
> > Updated to 7.9.2 - 1536927057 and SQLite version is still 1.34_01.
> > Perl version is 5.24.1 - arm-linux-gnueabihf-thread-multi-64int
> 
> That wasn't latest when I posted. You need to update again :-)
> 
> -- 
> 
> MichaelHmm. Software Update says there is no update available. 

Sent from my SM-G900F using Tapatalk





slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609
View this thread: http://forums.slimdevices.com/showthread.php?t=109460

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


Re: [SlimDevices: Beta] LMS 7.9.2: updated SQLite module v1.58

2018-09-14 Thread Michael Herger

Ran Clear & Rescan on Win 10 twice -

Logitech Media Server Version: 7.9.2 - 1530185314 @ Thu Jun 28 14:09:09
Total Time: 01:14:52 (Saturday, September 15, 2018 / 10:12 AM)

Logitech Media Server Version: 7.9.2 - 1536946607 @ Fri Sep 14 20:08:11
Total Time: 01:14:02 (Saturday, September 15, 2018 / 1:08 PM)


Wow... not much of an improvement :-)


I suspect disk i/o on the music library is the limiting factor, but
great to have scratched the "why isn't sqlite upgraded" itch.
Drive C on this box is a Samsung EVO 850 M2 SSD, 250GB with 170GB free,
Music is a Toshiba MD04ACA400 7,200rpm 4TB.


Internal, not USB? Is this a dedicated system? And is the VB system you 
mentioned using the same library? Would be interesting to see how they 
compare.


--

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


Re: [SlimDevices: Beta] LMS 7.9.2: updated SQLite module v1.58

2018-09-14 Thread Michael Herger

Just installed RedHat (RPM) Installer Package Logitech Media Server
Version: 7.9.2 - 1536946607 @ Fri Sep 14 on my Vortexbox but it is still
Database Version: DBD::SQLite 1.34_01 (sqlite 3.7.7.1).


What's the Perl version string (incl. processor architecture)?

--

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


Re: [SlimDevices: Beta] LMS 7.9.2: updated SQLite module v1.58

2018-09-14 Thread Michael Herger

Updated to 7.9.2 - 1536927057 and SQLite version is still 1.34_01.
Perl version is 5.24.1 - arm-linux-gnueabihf-thread-multi-64int


That wasn't latest when I posted. You need to update again :-)

--

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


Re: [SlimDevices: Beta] LMS 7.9.2: updated SQLite module v1.58

2018-09-14 Thread Wirrunna


Ran Clear & Rescan on Win 10 twice -

Logitech Media Server Version: 7.9.2 - 1530185314 @ Thu Jun 28 14:09:09
WEDT 2018
Hostname: Gladstone
Server IP Address: 10.65.10.6
Server HTTP Port Number: 9000
Operating system: Windows 10 - EN - cp1252
Platform Architecture: 8664
Perl Version: 5.14.1 - MSWin32-x86-multi-thread
Audio::Scan: 0.95
IO::Socket::SSL: 2.024
Database Version: DBD::SQLite 1.34_01 (sqlite 3.7.7.1)
Total Players Recognized: 0

Media Scan Details
Discovering files/directories: F:\flac   (173513 of 173513)   Complete 
00:01:06
Scanning new music files: F:\flac   (157896 of 157896)   Complete 
00:41:54
Discovering files/directories: F:\mp3   (9909 of 9909)   Complete 
00:00:08
Scanning new music files: F:\mp3   (8804 of 8804)   Complete  00:03:09
Discovering files/directories: F:\Audio Books   (587 of 587)   Complete 
00:00:00
Scanning new music files: F:\Audio Books   (579 of 579)   Complete 
00:00:13
Discovering files/directories: C:\Users\Johno9\Desktop   (1 of 1)  
Complete  00:00:16
MusicIP Import   (168323 of 168323)   Complete  00:14:29
Album cover lookup   (11 of 11)   Complete  00:00:06
Artist picture lookup   (3731 of 3731)   Complete  00:03:32
Building full text index   (7 of 7)   Complete  00:01:41
Pre-caching Artwork   (12641 of 12641)   Complete  00:06:06
Database Optimize   (2 of 2)   Complete  00:02:12
The server has finished scanning your media library.
Total Time: 01:14:52 (Saturday, September 15, 2018 / 10:12 AM)


Logitech Media Server Version: 7.9.2 - 1536946607 @ Fri Sep 14 20:08:11
WEDT 2018
Hostname: Gladstone
Server IP Address: 10.65.10.6
Server HTTP Port Number: 9000
Operating system: Windows 10 - EN - cp1252
Platform Architecture: 8664
Perl Version: 5.14.1 - MSWin32-x86-multi-thread
Audio::Scan: 0.95
IO::Socket::SSL: 2.024
Database Version: DBD::SQLite 1.58 (sqlite 3.22.0)
Total Players Recognized: 0

Media Scan Details
Discovering files/directories: F:\flac   (173513 of 173513)   Complete 
00:01:43
Scanning new music files: F:\flac   (157896 of 157896)   Complete 
00:41:26
Discovering files/directories: F:\mp3   (9909 of 9909)   Complete 
00:00:08
Scanning new music files: F:\mp3   (8804 of 8804)   Complete  00:03:16
Discovering files/directories: F:\Audio Books   (587 of 587)   Complete 
00:00:01
Scanning new music files: F:\Audio Books   (579 of 579)   Complete 
00:00:14
Discovering files/directories: C:\Users\Johno9\Desktop   (1 of 1)  
Complete  00:00:13
MusicIP Import   (168323 of 168323)   Complete  00:14:21
Album cover lookup   (11 of 11)   Complete  00:00:01
Artist picture lookup   (3731 of 3731)   Complete  00:02:45
Building full text index   (7 of 7)   Complete  00:02:02
Pre-caching Artwork   (12641 of 12641)   Complete  00:06:24
Database Optimize   (2 of 2)   Complete  00:01:28
The server has finished scanning your media library.
Total Time: 01:14:02 (Saturday, September 15, 2018 / 1:08 PM)

I suspect disk i/o on the music library is the limiting factor, but
great to have scratched the "why isn't sqlite upgraded" itch.
Drive C on this box is a Samsung EVO 850 M2 SSD, 250GB with 170GB free,
Music is a Toshiba MD04ACA400 7,200rpm 4TB.



A camel is a racehorse designed by a committee.

Seen sprayed on the outside wall of the local library -
Three things I hate in life :
1. Vandalism
2. Irony
3. Lists

Wirrunna's Profile: http://forums.slimdevices.com/member.php?userid=3225
View this thread: http://forums.slimdevices.com/showthread.php?t=109460

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


Re: [SlimDevices: Beta] LMS 7.9.2: updated SQLite module v1.58

2018-09-14 Thread Wirrunna


Just installed RedHat (RPM) Installer Package Logitech Media Server
Version: 7.9.2 - 1536946607 @ Fri Sep 14 on my Vortexbox but it is still
Database Version: DBD::SQLite 1.34_01 (sqlite 3.7.7.1).

Obviously I didn't read your first post carefully, so, could you make
one for RedHat ?



A camel is a racehorse designed by a committee.

Seen sprayed on the outside wall of the local library -
Three things I hate in life :
1. Vandalism
2. Irony
3. Lists

Wirrunna's Profile: http://forums.slimdevices.com/member.php?userid=3225
View this thread: http://forums.slimdevices.com/showthread.php?t=109460

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


  1   2   3   4   5   6   7   8   9   10   >