Re: [SlimDevices: SqueezeCenter] LMS vs SSD

2019-01-22 Thread DCtoDaylight


Roland0 wrote: 
> It's been part of the linux mainline kernel since 2012
> Samsung, Huawai, Motorola, OnePlus etc, are using / have used it on
> their phones, so there are lots of devices using it

Thanks for the update, you're right, my thoughts on F2FS are badly out
of date...  It's definitely worth a closer look.

Cheers, Dave



Audiophile wish list: Zero Distortion, Infinite Signal to Noise Ratio,
and a Bandwidth from DC to Daylight

DCtoDaylight's Profile: http://forums.slimdevices.com/member.php?userid=7284
View this thread: http://forums.slimdevices.com/showthread.php?t=110034

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


Re: [SlimDevices: SqueezeCenter] ALAC files converted from FLAC won't play

2019-01-22 Thread bpa


In WebUI Setting/Advanced/Filetypes - disable "Apple Lossless" native 
and see if you can play the file with LMS transcoding ?  If so then
problem is with Touch playing the Alac file natively



bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=110064

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


Re: [SlimDevices: SqueezeCenter] LMS vs SSD

2019-01-22 Thread Roland0


DCtoDaylight wrote: 
> I read a bit about the F2FS file system, but it sounded a bit
> proprietary, 
> 
It's been part of the linux mainline kernel since 2012

> 
> and not widely used.  
> 
Samsung, Huawai, Motorola, OnePlus etc, are using / have used it on
their phones, so there are lots of devices using it

> 
> As for the SD card, my understanding is that post boot, the OS is 100%
> in ram, and the card isn't used for anything 
> 
It's not (except in an OS specifically designed to run from RAM, like
PiCore)

> 
> (provided the cache is with the data)
> 
Even if the OS (incl. the installed applications) is read into RAM,
application data is not (this would limit it's size to the available RAM
(e.g. on my system, the cache is 1.8GB))

Linux uses a disk cache called  'page cache'
(http://sylab-srv.cs.fiu.edu/lib/exe/fetch.php?media=paperclub:lkd3ch16.pdf).
This means that free RAM (which isn't that much on a RPi with only 1GB)
will be used to cache data read from storage.
However,
- only requested data is cached ( e.g. Every time LMS queries the DB for
a record, it will initially be read from the DB on the SD card,
resulting in random IO access, which is what A1 cards are optimized for.
Same for music files, cover images, ...)
- subsequent reads will be from the page cache. Since there is not
enough RAM to hold all data for all application read from the storage,
old data will be discarded and will have to be re-read the next time
it's requested.

Of course, this all depends on your use case - if you only stream music,
performance will be less on an issue than if you use local music and
search/browse/...



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=110034

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


Re: [SlimDevices: SqueezeCenter] QLogitechMediaServer for Qnap with QTS 4.2 or higher and x86_64/I686/X86 support !

2019-01-22 Thread digimaster


jtudor wrote: 
> Hi there - thanks for the quick reply. I do use Container Station, but I
> don't install QLogitechMediaServer in a container - it's just installed
> onto the QNAP natively.
> 
> The version that last worked for me was 2.03.00 - 2.03.03 was broken as
> well.
> 
> I've installed the test version 2.03.11 - it doesn't work, but I do get
> a different error:
> 
> [09:34:11 21-01-2019] LogitechMediaServer 2.03.11 is installed !
> [09:34:39 21-01-2019] /share/CACHEDEV1_DATA is not mounted on
> /share/CACHEDEV1_DATA/.qpkg/LogitechMediaServer/.config/LMSROOT/share/CACHEDEV1_DATA!
> 
> Below, output from ls as requested
> 
> 

Oke still strange, checked every thing and the different what has been
changed.
And you are the only one, who has rapported this trouble up until now.
So you're my reference point, to hopefully find the solution.

'Here is another test version 2.03.12 x86_64' (http://bit.ly/2FRrWCJ)

Important is when it works, please do [ ./QLogitechMediaServer.sh config
], and send me the output.
If it still gives the error, there should be a file called
QLogitechMediaServer.log.err, please then send me the output of that
file.
A shame i can not have a real look, something strange happen's while it
determens the share to mount in the chroot root.
More that it works up until version 2.03.00, but give errors from
version 2.03.01
On one way or another, it wont handle the share where the ,qpkg
directory is.

Please let me know, as for now this is the only error left to solve for
now.
In version 2.03.12, there is a extra test build in, where i've not
mounted, will try to do so anyway.
A work around, as i'm can't find why it not done by the normal routine.
Thanks for testing it . :-)



*
maintainer of QLogitechMediaServer, QOptware-NG and QAutoSub.

Qnap TS-453a, with LogitechMediaSever 7.9.2 Nightly  ( with spotty,
youtube, Radio Paradise a.m. )
Several raspberry with hifiberry amp+ and picoreplayer.
Love logitechmediaserver for it flexibel way, to play music from
different sources.*

digimaster's Profile: http://forums.slimdevices.com/member.php?userid=66919
View this thread: http://forums.slimdevices.com/showthread.php?t=108702

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


Re: [SlimDevices: SqueezeCenter] QLogitechMediaServer for Qnap with QTS 4.2 or higher and x86_64/I686/X86 support !

2019-01-22 Thread digimaster


Thats strange, as QLogitechMediaServer never chance/delete's or alters
anything on LMS it self.
On a update of LMS, the tar content is unpacked in the SlimServer.
Where any file which exist in the SlimServer/, will be overwritten if
its also exist in the tar file.
The Cache and prefs directory, are directory which are uses for settings
and plugin files.
And they don't exist in the tar.

spile wrote: 
> I have updated  QLogitechMediaServer and this installed fine on my TS
> 251+.
> The app shows 2.03.10.
> Despite everything looking fine in the Qnap console the LMS was not
> running. I rebooted the NAS but still no joy.
> I then tried stopping and starting the package and finally it kicked
> back into life!
> Sadly it reset all my settings including losing my YouTube API.



*
maintainer of QLogitechMediaServer, QOptware-NG and QAutoSub.

Qnap TS-453a, with LogitechMediaSever 7.9.2 Nightly  ( with spotty,
youtube, Radio Paradise a.m. )
Several raspberry with hifiberry amp+ and picoreplayer.
Love logitechmediaserver for it flexibel way, to play music from
different sources.*

digimaster's Profile: http://forums.slimdevices.com/member.php?userid=66919
View this thread: http://forums.slimdevices.com/showthread.php?t=108702

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


Re: [SlimDevices: SqueezeCenter] ALAC files converted from FLAC won't play

2019-01-22 Thread d6jg


Try reconverting them with something like dbPoweramp 
Just convert from ALAC to ALAC - illogical but often works



VB2.4[/B] STORAGE *QNAP TS419P (NFS)
[B]Living Room* - Joggler & SB3 -> Onkyo TS606 -> Celestion F20s
*Office* - Pi3+Sreen -> Sony TAFE320 -> Celestion F10s / Pi2+DAC & SB3
-> Onkyo CRN755 -> Wharfedale Modus Cubes
*Dining Room* -> SB Boom 
*Kitchen* -> UE Radio (upgraded to SB Radio)
*Bedroom (Bedside)* - Pi2+DAC ->ToppingTP21 ->AKG Headphones
*Bedroom (TV)* - SB Touch ->Sherwood AVR ->Mordaunt Short M10s
Everything controlled by iPeng

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

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


Re: [SlimDevices: SqueezeCenter] QLogitechMediaServer for Qnap with QTS 4.2 or higher and x86_64/I686/X86 support !

2019-01-22 Thread spile


I have updated  QLogitechMediaServer and this installed fine on my TS
251+.
The app shows 2.03.10.
Despite everything looking fine in the Qnap console the LMS was not
running. I rebooted the NAS but still no joy.
I then tried stopping and starting the package and finally it kicked
back into life!
Sadly it reset all my settings including losing my YouTube API.



spile's Profile: http://forums.slimdevices.com/member.php?userid=37780
View this thread: http://forums.slimdevices.com/showthread.php?t=108702

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


Re: [SlimDevices: SqueezeCenter] Lyrics help

2019-01-22 Thread Michael Herger

Is this just a flakey feature or is
there a way to get correct lyrics most of the time?


I know that the service Music And Artist Information is using is indeed 
very flakey. Pretty often it is down - like in this very moment 
(http://api.chartlyrics.com/apiv1.asmx/)...


--

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


[SlimDevices: SqueezeCenter] Trying to create a modified interface that would include a player...

2019-01-22 Thread hometownnerd


Good morning. I am working on an alternative web interface which started
with a modified index.html in the classic directory and basically added
a frame that houses a jplayer media player from a webpage I control. It
is working pretty well, I can go to the server from the web on port 9000
and it displays the 3 frames fine, one is status_header.html, the other
is playlist.html, and the final is one served by my web server not using
port 9000. I can make a playlist load up using the regular controls
under the music library and then refresh the player frame and it will
play the stream fine, but I think it is possible to display song titles
in the player, which if I could grab from a page then I could ajax them
into the player. So my question is, is it possible to grab the current
song being played? I used to be able to do this with shoutcast and
icecast but not sure how in LMS. My mod is still very rough but
functional, basically an ugly softsqueeze over the internet.

Thanks for any help



hometownnerd's Profile: http://forums.slimdevices.com/member.php?userid=68890
View this thread: http://forums.slimdevices.com/showthread.php?t=110068

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


[SlimDevices: SqueezeCenter] Lyrics help

2019-01-22 Thread Heliocentric


Can someone educate me a little bit about lyrics with LMS and iPeng? 
I've tried both the Song info/Song Lyrics and the Music And Artist
Information plugins separately and in both cases I had the same result
which was that lyrics worked only on older releases and even then mostly
on more common ones.  Most of the time, either there were no lyrics
found or they were flat out wrong. Is this just a flakey feature or is
there a way to get correct lyrics most of the time?



Heliocentric's Profile: http://forums.slimdevices.com/member.php?userid=68519
View this thread: http://forums.slimdevices.com/showthread.php?t=110067

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


Re: [SlimDevices: SqueezeCenter] Logitech Media Server 7.9.1 is out!

2019-01-22 Thread Michael Herger

[19-01-21 23:42:19.8730] main::init (387) Starting Logitech Media Server
(v7.9.1, 1522157629, Fri Mar 30 12:17:59 WEDT 2018) perl 5.014001 -
MSWin32-x86-multi-thread
[19-01-21 23:42:20.7579] main::checkDataSource (1110) Warning: Schema
updated or no media found in the database, initiating scan.
[19-01-21 23:42:42.4225] Slim::Networking::IO::Select::__ANON__ (131)
Error: Select task failed calling Slim::Web::HTTP::processHTTP: Can't
locate Net/UPnP/Device.pm in @INC (@INC contains:


Please give the latest 7.9.2 build another try:

http://downloads.slimdevices.com/nightly/index.php?ver=7.9

--

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


Re: [SlimDevices: SqueezeCenter] QLogitechMediaServer for Qnap with QTS 4.2 or higher and x86_64/I686/X86 support !

2019-01-22 Thread digimaster

Serge21 wrote: 
> La version TS-X28a fonctionne , merci de m'avoir répondu si rapidement
> 
> Cordialement
> 
> Serge GOUET
> 
> 
> The TS-X28a version works, thank you for answering me so quickly
> 
> Cordially
> 
> Serge GOUETNice te hear/read it works. [emoji3]

Send from my mobile Phone



*
maintainer of QLogitechMediaServer, QOptware-NG and QAutoSub.

Qnap TS-453a, with LogitechMediaSever 7.9.2 Nightly  ( with spotty,
youtube, Radio Paradise a.m. )
Several raspberry with hifiberry amp+ and picoreplayer.
Love logitechmediaserver for it flexibel way, to play music from
different sources.*

digimaster's Profile: http://forums.slimdevices.com/member.php?userid=66919
View this thread: http://forums.slimdevices.com/showthread.php?t=108702

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


Re: [SlimDevices: SqueezeCenter] QLogitechMediaServer for Qnap with QTS 4.2 or higher and x86_64/I686/X86 support !

2019-01-22 Thread Serge21

La version TS-X28a fonctionne , merci de m'avoir répondu si rapidement

Cordialement

Serge GOUET


The TS-X28a version works, thank you for answering me so quickly

Cordially

Serge GOUET



Serge21's Profile: http://forums.slimdevices.com/member.php?userid=32717
View this thread: http://forums.slimdevices.com/showthread.php?t=108702

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


Re: [SlimDevices: SqueezeCenter] Logitech Media Server 7.9.1 is out!

2019-01-22 Thread Michael Herger

Would it better to use a later build of 7.9.1 than 30 March 2018 ?


No, it's still broken in 7.9.2. I think I have fix and will push new 
builds later today.


--

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


Re: [SlimDevices: SqueezeCenter] QLogitechMediaServer for Qnap with QTS 4.2 or higher and x86_64/I686/X86 support !

2019-01-22 Thread digimaster

Serge21 wrote: 
> Bonjour
> Je suis nouveau sur le qnapclub mais je pratique LMS depuis une dizaine
> d'années.
> Je viens de changer de NAS avec un Qnap ST-932SX quelle *version faut'il
> telecharger ?*
> 
> La CPU est : Annapurna Labs Alpine AL324 Quad-Core ARM Cortex-A57
> 
> sur mon ancien Nas Qnap un TS-420 je me servais de SSOTS avec la version
> lms 7.9 ,
> il commençais a donner des signes de faiblesse (76000 fichiers)
> 
> Merci d'avance
> Serge GOUETLuckly there is google translate.
You can try the ts-x41 version, or the 64 bits ts-x28a. 

Send from my mobile Phone



*
maintainer of QLogitechMediaServer, QOptware-NG and QAutoSub.

Qnap TS-453a, with LogitechMediaSever 7.9.2 Nightly  ( with spotty,
youtube, Radio Paradise a.m. )
Several raspberry with hifiberry amp+ and picoreplayer.
Love logitechmediaserver for it flexibel way, to play music from
different sources.*

digimaster's Profile: http://forums.slimdevices.com/member.php?userid=66919
View this thread: http://forums.slimdevices.com/showthread.php?t=108702

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


Re: [SlimDevices: SqueezeCenter] Logitech Media Server 7.9.1 is out!

2019-01-22 Thread bpa


Marbieskarb wrote: 
> 
> 
> Would it better to use a later build of 7.9.1 than 30 March 2018 ?



bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=108957

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


Re: [SlimDevices: SqueezeCenter] Logitech Media Server 7.9.1 is out!

2019-01-22 Thread Michael Herger

[19-01-21 23:42:20.7579] main::checkDataSource (1110) Warning: Schema
updated or no media found in the database, initiating scan.
[19-01-21 23:42:42.4225] Slim::Networking::IO::Select::__ANON__ (131)
Error: Select task failed calling Slim::Web::HTTP::processHTTP: Can't
locate Net/UPnP/Device.pm in @INC (@INC contains:


Wow... can confirm this. I'm surprised this went un-seen for all this 
time. I'll look into this.


--

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