[SlimDevices: SqueezeCenter] Force LMS to create 'relative' path Playlists ?

2021-03-02 Thread kidhazy


Is it possible to force LMS to create playlists that use 'relative'
paths rather than 'absolute' paths?

As a consequence of moving from the Synology NAS LMS 'package' to the
Docker based image I can now not share my playlists with the Synology DS
Audio application. 

On my Synology NAS, music is stored in '/volume1/Music/'

The LMS Package for Synology would create playlists like:

Code:

#CURTRACK 0
  #EXTM3U
  
#EXTURL:file:///volume1/Music/The%20Angels/Beyond%20Salvation/01%20The%20Angels%20-%20Dogs%20Are%20Talking.mp3
  #EXTINF:205,Dogs Are Talking
  /volume1/Music/The Angels/Beyond Salvation/01 The Angels - Dogs Are 
Talking.mp3



These playlists could be used as-is by both LMS and the Synology DS
Audio application.

But, now with the move to the Docker LMS image on the NAS, and the
mapping of /volume1/Music to the container mount of /music, the
playlists now get created as:

Code:

#CURTRACK 0
  #EXTM3U
  
#EXTURL:file:///music/The%20Angels/Beyond%20Salvation/01%20The%20Angels%20-%20Dogs%20Are%20Talking.mp3
  #EXTINF:205,Dogs Are Talking
  /music/The Angels/Beyond Salvation/01 The Angels - Dogs Are Talking.mp3




This works OK for LMS (in Docker) - but the native Audio player on the
Synology - DS Audio (which I use for external NAS Music access) can no
longer use these playlists as "/music" doesn't exist on the NAS as it's
the container mount point.
If the playlists are created in relative path format (eg. ../The Angels)
DS Audio all works fine.

Is there a way to force LMS to create playlists using relative paths? 

Thanks.



kidhazy's Profile: http://forums.slimdevices.com/member.php?userid=42259
View this thread: http://forums.slimdevices.com/showthread.php?t=114064

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


Re: [SlimDevices: SqueezeCenter] Only new playlists work, after a rescan they appear empty

2020-07-02 Thread kidhazy


bpa wrote: 
> AFAICT, the problem with just a changed install.xml stems from the scan
> process which is started as a separate process from LMS and the scanner
> loads a smaller set of modules than LMS. I think LMS for Synology is a
> "packaged" system and so maybe like Windows.  I had hoped a simple one
> file change would work but that is not the case.
> 
> As an initial test to see if I am on the right track, rather than create
> a full test repo (which in the past have been hard to subsequently
> withdraw),  attached is a zip file with a new install.xml and a
> IMPORTER.pm file. 
> 
> Just unzip and copy the two files into PlayHLS folder and then restart
> LMS.
> 
> If the results are encouraging I'll do a full release to get wider
> testing.

Thanks bpa - working on my Synology NAS LMS v8 install.

I copied the 2 files, restarted LMS, cleared/rescanned library and
playlists all still there, and the test HLS streams work.

Thanks for the speedy work.



kidhazy's Profile: http://forums.slimdevices.com/member.php?userid=42259
View this thread: http://forums.slimdevices.com/showthread.php?t=108532

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


Re: [SlimDevices: SqueezeCenter] Only new playlists work, after a rescan they appear empty

2020-07-01 Thread kidhazy


slartibartfast wrote: 
> Which PlayHLS plugin? Version 1 or 2?. If it is version 1 it might be
> worth trying 2 instead.
> 
> Sent from my Pixel 3a using Tapatalk

I'm using V2.7



kidhazy's Profile: http://forums.slimdevices.com/member.php?userid=42259
View this thread: http://forums.slimdevices.com/showthread.php?t=108532

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


Re: [SlimDevices: SqueezeCenter] Only new playlists work, after a rescan they appear empty

2020-07-01 Thread kidhazy


kidhazy wrote: 
> ...
> At least I've got a clean LMS installed again!

Hold the phone!

After I reinstalled all the Plugins - my playlists turned up empty
again!

Stepping through installing individual plugins, and rescanning the music
library I found the playlists would 'disappear' when I installed the
"PlayHLS" plugin.
(I can uninstall, rescan and the playlist contents reappear. 
Install/rescan the playlists show as 'empty')

I'll track down on the PlayHLS thread to ensure I've got the latest
version, and see if there is an issue.



kidhazy's Profile: http://forums.slimdevices.com/member.php?userid=42259
View this thread: http://forums.slimdevices.com/showthread.php?t=108532

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


Re: [SlimDevices: SqueezeCenter] Only new playlists work, after a rescan they appear empty

2020-06-30 Thread kidhazy


kidhazy wrote: 
> ...
> I'm tempted to do a fresh install as "admin" just in case something's
> got screwed up - but I just can't work out what's changed.
> ...

Well, I did an uninstall and a re-install and everything now works as it
did before.
All my old playlists work, the new ones that I'd created through all the
testing also work.

I'm not entirely sure what I'd done to stuff it up, but I'm putting it
down to a re-install I'd done a couple of weeks ago.

For what it's worth - with this install I've:
- logged into NAS as builtin "admin" administrator userid
- installed/configured LMSUpdate v8 package
- disabled builtin "admin" userid.

Rebooted NAS and done full-rescan in LMS just to check.
Even with "admin" user disabled, LMS runs as "admin" and can still
access all music and playlist contents.

At least I've got a clean LMS installed again!



kidhazy's Profile: http://forums.slimdevices.com/member.php?userid=42259
View this thread: http://forums.slimdevices.com/showthread.php?t=108532

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


Re: [SlimDevices: SqueezeCenter] Only new playlists work, after a rescan they appear empty

2020-06-30 Thread kidhazy


dolodobendan wrote: 
> I don't think you would see any if LMS hasn't read access to that file.
> It would just appear empty.
> 
> I'd recommend setting the permissions to the lowest security setting
> possible and see if it works.

Cheers - but I'm not sure how much lower than can go.

LMS is running as user admin (which is enabled)

Code:

admin15862 1  1 Jun30 ?00:19:48 /usr/bin/perl 
/volume1/@appstore/SqueezeCenter/slimserver.pl --daemon --pidfile /volume1 
<>



Playlist directory/file settings all seem to allow all users

Code:


  drwxrwxrwx+ 1 admin users 26 Jul  1 08:38 My Playlists (admin)
  
  -rwxrwxrwx+ 1 admin users   212 Jul  1 09:14 FromLMS.m3u


Contents of Playlist that was created by LMS, and now appears as 'empty'
after a rescan

Code:

#CURTRACK 0
  #EXTM3U
  
#EXTURL:file:///volume1/Music/Fugees/The%20Score/08%20Fugees%20-%20Killing%20Me%20Softly.mp3
  #EXTINF:283,Killing Me Softly
  /volume1/Music/Fugees/The Score/08 Fugees - Killing Me Softly.mp3



And the actual music file

Code:

-rwxrwxrwx+ 1 admin users 3991552 Mar 22  2015 08 Fugees - Killing Me 
Softly.mp3
  
  /volume1/Music/Fugees/The Score/08 Fugees - Killing Me Softly.mp3



If anyone can spot which permission may be wrong - thank you.
I'm tempted to do a fresh install as "admin" just in case something's
got screwed up - but I just can't work out what's changed.

Cheers.



kidhazy's Profile: http://forums.slimdevices.com/member.php?userid=42259
View this thread: http://forums.slimdevices.com/showthread.php?t=108532

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


Re: [SlimDevices: SqueezeCenter] LMS on Synology NAS Installation - user ID recommendations

2020-06-30 Thread kidhazy


mherger wrote: 
> > Do people install LMS on their NAS's under a unique User ID, or use a
> > standard user/admin user ID?
> 
> How do you install it? I can't remember having had a choice.
> 
> -- 
> 
> Michael

No specific choice during the installation process.  I was wondering if
I log in as "fred" that it would install and run under user "fred".  My
current installation is running as "admin" - but I can't remember if
I've specifically installed under that userid, or it just defaults to
the default administrator user id.

Cheers.



kidhazy's Profile: http://forums.slimdevices.com/member.php?userid=42259
View this thread: http://forums.slimdevices.com/showthread.php?t=112502

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


[SlimDevices: SqueezeCenter] LMS on Synology NAS Installation - user ID recommendations

2020-06-30 Thread kidhazy


Do people install LMS on their NAS's under a unique User ID, or use a
standard user/admin user ID?

Whilst I work out a possible permission issue with my playlists on me
LMS installation on my Synology NAS I'm interested in suggested
approaches.

Previously I've just installed LMS after I logged in as "admin".  But
Synology security recommendations is to disable the well-known "admin"
user id and create a unique administrator ID.

There is also some discussions about using different user IDs for
running 'service' type applications that are always running in the
background - with the 'benefit' to control/lock-down what the processes
can do.
The discussions I've seen have been more focused around when running
things inside Docker containers on the NAS.

Any suggestions/recommendations or benefits either way?

Cheers.



kidhazy's Profile: http://forums.slimdevices.com/member.php?userid=42259
View this thread: http://forums.slimdevices.com/showthread.php?t=112502

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


Re: [SlimDevices: SqueezeCenter] Only new playlists work, after a rescan they appear empty

2020-06-29 Thread kidhazy


If I look at the Synology I see LMS is running as "admin"
ps -ef |grep slimserver
admin 9445 1  2 10:37 ?00:01:46 /usr/bin/perl
/volume1/@appstore/SqueezeCenter/slimserver.pl --daemon ..

The "admin" userid had -previously- been disabled (per security
recommendations) but I had recently re-enabled it for some test - so it
is enabled.  I tried disabling/rebooting/rescanning,
reenable/reboot/rescan but I still can't get the Playlists to work.  I
can't remember under which userid I had installed the original copy of
LMS, or this re-installed copy, but it may have been under my own userid
(which is an administrator).  I may try a re-install as "admin"

Even the new playlists I create via the web UI, they get created, and
saved.  But after a rescan the contents disappear.

I turned on debug for all the scan options, and didn't see any
permission issues.

I did see the following "changing of content-type" for all the playlists
- including the newly created one. I'm not sure if that's related.


Code:

[20-06-30 11:26:19.8931] Slim::Utils::SQLiteHelper::updateProgress (466) 
Notify to server OK
  [20-06-30 11:26:19.8942] Slim::Utils::Scanner::Local::new (905) Handling new 
playlist file:///volume1/Music/My%20Playlists%20(NAS)/testA.m3u
  [20-06-30 11:26:19.8987] Slim::Utils::Scanner::Local::scanPlaylistFileHandle 
(1201) Will scan file:///volume1/Music/My%20Playlists%20(NAS)/testA.m3u, base: 
file:///volume1/Music/My%20Playlists%20(NAS)
  [20-06-30 11:26:19.9013] Slim::Utils::Scanner::Local::scanPlaylistFileHandle 
(1252) Playlist item file:///volume1/Music/My%20Playlists%20(NAS)/testA.m3u 
changed from m3um3u8 to ssp content-type
  [20-06-30 11:26:19.9029] Slim::Utils::Scanner::Local::scanPlaylistFileHandle 
(1277) Found 0 items in playlist: 
  [20-06-30 11:26:19.9045] Slim::Utils::SQLiteHelper::updateProgress (442) 
Notify to server: [
  "progress:1593480379.25075||importer||/volume1/Music/My Playlists 
(NAS)|playlist_new||20||27||",
  ]



I've checked the folder/file permissions - they're all admin/user and
the enabled admin userid is part of the user (and administrators)
groups.

Any suggestions for any debug steps?

Thanks.



kidhazy's Profile: http://forums.slimdevices.com/member.php?userid=42259
View this thread: http://forums.slimdevices.com/showthread.php?t=108532

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


Re: [SlimDevices: SqueezeCenter] Only new playlists work, after a rescan they appear empty

2020-06-29 Thread kidhazy


I've just stumbled into this same issue.

I'm running LMS Version: 8.0.0 - 1590897266  on a Synology NAS where all
my music is.
I had to recently do a reinstall, so I'm not sure if I've mis-configured
something during the reinstall (I can't remember testing the playlists
at the time of the reinstall)

m3u playlists that have been working for months, now appear as empty.
I can create a new playlist, but when I rescan, it also appears as
empty.

I can't see any errors in scanner.log (see below)

I've even tried to create a single line playlist (stays empty), and even
copied the LMS created list (but after a rescan it shows as empty)

This previous post talks about permission problems with the files, but I
can't see anything in scanner.log, and I'm unsure what may have changed
(or not been reconfigured).

Any pointers?



Code:

[20-06-29 16:34:26.9023] Slim::Music::Import::runImporter (577) Starting 
Slim::Music::PlaylistFolderScan scan
  [20-06-29 16:34:26.9027] Slim::Utils::Scanner::Local::rescan (179) 
Discovering audio files in /volume1/Music/My Playlists (Test)
  [20-06-29 16:34:27.0874] Slim::Utils::Scanner::Local::__ANON__ (191) Start 
processing found tracks
  [20-06-29 16:34:27.0877] Slim::Utils::Scanner::Local::__ANON__ (199) Connect 
do DB
  [20-06-29 16:34:27.0880] Slim::Utils::Scanner::Local::__ANON__ (202) Get 
latest ID
  [20-06-29 16:34:27.0885] Slim::Utils::Scanner::Local::__ANON__ (224) Delete 
temporary table if exists
  [20-06-29 16:34:27.0889] Slim::Utils::Scanner::Local::__ANON__ (227) Re-build 
temporary table
  [20-06-29 16:34:27.2011] Slim::Utils::Scanner::Local::__ANON__ (276) Get 
deleted tracks count
  [20-06-29 16:34:27.2160] Slim::Utils::Scanner::Local::__ANON__ (283) Get new 
tracks count
  [20-06-29 16:34:27.2167] Slim::Utils::Scanner::Local::__ANON__ (288) Get 
changed tracks count
  [20-06-29 16:34:27.2173] Slim::Utils::Scanner::Local::deleteTracks (519) 
Removing deleted audio files (0)
  [20-06-29 16:34:27.2178] Slim::Utils::Scanner::Local::__ANON__ (301) Scanning 
new audio files (2)
  [20-06-29 16:34:27.2277] Slim::Utils::Scanner::Local::new (905) Handling new 
playlist file:///volume1/Music/My%20Playlists%20(Test)/FromLMS.m3u
  [20-06-29 16:34:27.2706] Slim::Utils::Scanner::Local::new (905) Handling new 
playlist file:///volume1/Music/My%20Playlists%20(Test)/PlainTest.m3u
  [20-06-29 16:34:28.3628] Slim::Utils::Scanner::Local::__ANON__ (381) 
Rescanning changed audio files (0)
  [20-06-29 16:34:28.3634] Slim::Music::Import::endImporter (710) Completed 
Slim::Music::PlaylistFolderScan Scan in 1 seconds.
  [20-06-29 16:34:28.3641] Slim::Music::Import::runImporter (577) Starting 
Slim::Plugin::FullTextSearch::Plugin scan
  [20-06-29 16:34:28.3652] Slim::Plugin::FullTextSearch::Plugin::_rebuildIndex 
(413) Starting fulltext index build
  [20-06-29 16:34:28.3655] Slim::Plugin::FullTextSearch::Plugin::_rebuildIndex 
(417) Initialize fulltext table
  [20-06-29 16:34:28.3671] Slim::Plugin::FullTextSearch::Plugin::_rebuildIndex 
(430) Create fulltext index for tracks
  [20-06-29 16:34:37.0650] Slim::Plugin::FullTextSearch::Plugin::_rebuildIndex 
(440) Create fulltext index for albums
  [20-06-29 16:34:41.5821] Slim::Plugin::FullTextSearch::Plugin::_rebuildIndex 
(449) Create fulltext index for contributors
  [20-06-29 16:34:45.0295] Slim::Plugin::FullTextSearch::Plugin::_rebuildIndex 
(459) Create fulltext index for playlists
  [20-06-29 16:34:47.7681] Slim::Plugin::FullTextSearch::Plugin::_rebuildIndex 
(494) Optimize fulltext index
  [20-06-29 16:34:49.4705] Slim::Plugin::FullTextSearch::Plugin::_rebuildIndex 
(509) Fulltext index build done!
  [20-06-29 16:34:49.4710] Slim::Music::Import::endImporter (710) Completed 
Slim::Plugin::FullTextSearch::Plugin Scan in 21 seconds.
  [20-06-29 16:34:49.4715] Slim::Music::Import::runImporter (577) Starting 
Slim::Plugin::ExtendedBrowseModes::Libraries scan




kidhazy's Profile: http://forums.slimdevices.com/member.php?userid=42259
View this thread: http://forums.slimdevices.com/showthread.php?t=108532

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


Re: [SlimDevices: SqueezeCenter] LMS Config backup/restore

2020-06-17 Thread kidhazy


edwin2006 wrote: 
> What would be the key directories?

As a starting point I'll now be grabbing these directories and sub-dirs
(based on what your 'Information' tab of your settings page says for
your installation):

Preferences Folder./volume1/@appstore/SqueezeCenter/prefs
Plugin Folders. 
/volume1/@appstore/SqueezeCenter/Cache/InstalledPlugins/Plugins,
/volume1/@appstore/SqueezeCenter/Plugins

The cache of installed plugins is probably not worthwhile as that gets
rebuilt, but it may be good to have a copy incase anything disappears
from a repo (??)



kidhazy's Profile: http://forums.slimdevices.com/member.php?userid=42259
View this thread: http://forums.slimdevices.com/showthread.php?t=112436

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


[SlimDevices: SqueezeCenter] LMS Config backup/restore

2020-06-17 Thread kidhazy


After just accidentally deleting my LMS installation on my NAS, and
having to reinstall/reconfigure everything (I did have some prefs config
files saved, though a bit old) I was wondering if anyone has created a
routine or plugin that will backup all appropriate LMS server/plugin
configuration files for an easier recovery?

I assume all the prefs files for the config and plugins will be needed
along with favourites and any plugin data (eg. for me it was IRBlaster
configs)

Is there anything out there, or do most people just backup the key
directories as I will be doing from now on ?

Thanks.



kidhazy's Profile: http://forums.slimdevices.com/member.php?userid=42259
View this thread: http://forums.slimdevices.com/showthread.php?t=112436

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


[SlimDevices: SqueezeCenter] Best way to pick up iTunes Playlist with LMS on NAS

2019-09-23 Thread kidhazy


I've recently moved my LMS to a Synology NAS, and now I'm trying to
figure out best way to pick up my static and smart playlists from
iTunes.

I have iTunes running on a Windows connected laptop.
I can either have iTunes point to the music directly on the NAS, or I'm
happy to copy/sync it to the laptop.

I've had a quick look at the LMS iTunes plugin, but I'm unsure how to
configure this to point to iTunes running on a separate Windows system.
How do I map the file-locations in the Windows based playlists to map to
the NAS file locations so LMS on the NAS can find them?

Thank you for any tips/guidance on this type of setup/config.

Cheers,
Dean.



kidhazy's Profile: http://forums.slimdevices.com/member.php?userid=42259
View this thread: http://forums.slimdevices.com/showthread.php?t=111002

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


Re: [SlimDevices: SqueezeCenter] What can I do without a LMS server?

2019-07-13 Thread kidhazy


Thanks for the suggestions.  I'd completely forgotten about the line-in
on the Boom - a simple option.

I was also planning to grab a Raspberry Pi to run Kodi (Libreelec) on
with an external USB - so I'm chasing down how to co-install LMS with
Libreelec via Docker as an option.  That would give as Audio and Video
away from home :-)



kidhazy's Profile: http://forums.slimdevices.com/member.php?userid=42259
View this thread: http://forums.slimdevices.com/showthread.php?t=110749

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


[SlimDevices: SqueezeCenter] What can I do without a LMS server?

2019-07-12 Thread kidhazy


I'm thinking of taking Squeezebox Boom down to a holiday house - where I
don't have a system running LMS, but wondering what I'd actually be able
to do.

I do have Internet access via a Broadband Hotspot, but no PC systems
running LMS.

At home all my music and LMS is running on a Synology NAS box.

MySqueezebox connection seems restricted to Internet based music - not
sure if Spotty for Spotify would work though as it relies on LMS.

Apart from firing up a Raspberry Pi to run LMS on with an external USB
of music, any other ideas ?

There's no way to do a remote VPN Internet connection back to a home
LMS?  Probably too slow network anyway.



kidhazy's Profile: http://forums.slimdevices.com/member.php?userid=42259
View this thread: http://forums.slimdevices.com/showthread.php?t=110749

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


Re: [SlimDevices: SqueezeCenter] Playlists different on one particular player

2018-05-10 Thread kidhazy

mherger wrote: 
> > Logitech Media Server Version: 7.9.1 - 1518606679 @ Wed Feb 14
> 17:19:48
> > CUT 2018
> 
> Would you have "library views" configured? Eg. if you go to My Music, is
> 
> there such a menu? You might have selected a filtered view, not exposing
> 
> parts of your music.
> 
> -- 
> 
> Michael
Sorry Michael, I missed your post before I did the reset.

Yes - this was the problem.  I'd forgotten all about Library Views
(haven't used it for years).  But when I went back into Library Views
and chose one of the views I created way back when, I was able to get a
'restricted' playlist view similar to what I'd been experiencing.  (The
player reset obviously reset that back to the full library view)

Good pick up.  Wish I'd seen it before I reset my player.

Thank you.



kidhazy's Profile: http://forums.slimdevices.com/member.php?userid=42259
View this thread: http://forums.slimdevices.com/showthread.php?t=109031

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


Re: [SlimDevices: SqueezeCenter] Playlists different on one particular player

2018-05-10 Thread kidhazy

Still don't know what caused this, but a "Reset player preferences"
cleared it all up.  Just need to reconfigure the player now.



kidhazy's Profile: http://forums.slimdevices.com/member.php?userid=42259
View this thread: http://forums.slimdevices.com/showthread.php?t=109031

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


Re: [SlimDevices: SqueezeCenter] Playlists different on one particular player

2018-05-09 Thread kidhazy

Logitech Media Server Version: 7.9.1 - 1518606679 @ Wed Feb 14 17:19:48
CUT 2018

All Booms at Firmware 57

Definitely only the 1 LMS.  I can see all devices connected in the
Server info page.



kidhazy's Profile: http://forums.slimdevices.com/member.php?userid=42259
View this thread: http://forums.slimdevices.com/showthread.php?t=109031

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


[SlimDevices: SqueezeCenter] Playlists different on one particular player

2018-05-09 Thread kidhazy

I've got a setup with various players (Booms, Classics) throughout the
house.

On one of my Booms the list of playlists available is a subset of the
ones that the others see.  And the ones it does see only have a subset
of the songs (not a particular set number).

The playlists are imported from iTunes on the LMS server, and I can find
and play the individual songs on the 'weird' Boom.

The full playlists appear on the other Booms and other players
throughout the house.

I think I need to clear/delete something from the Boom config, but can't
figure out what may be causing this strange playlist behaviour.

Anyone know if there's a file/cache/config that is maintained for
playlists on individual players?

Cheers,
Dean.



kidhazy's Profile: http://forums.slimdevices.com/member.php?userid=42259
View this thread: http://forums.slimdevices.com/showthread.php?t=109031

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


Re: [SlimDevices: SqueezeCenter] Streaming radio - buffer display info what does it mean?

2017-08-05 Thread kidhazy

After a bit of testing for me on both my wired and wireless Booms and
Classics, my solution was to enable Proxied Streaming on my devices
(even the wired ones).

This has enabled me to have hours of endless, no-rebuffering of music
streams.



kidhazy's Profile: http://forums.slimdevices.com/member.php?userid=42259
View this thread: http://forums.slimdevices.com/showthread.php?t=107744

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


Re: [SlimDevices: SqueezeCenter] Streaming radio - buffer display info what does it mean?

2017-07-27 Thread kidhazy

Thanks bpa for the extra information and suggestions.

I'd already tried the maximum buffer size of 30 seconds without any
success.

I tried the "proxied" stream player option last night and things seemed
to be working smoother (no re-buffers and buffer numbers appeared
'higher', eg 3200 KB / 10.0 whereas when I'd have problems the first
number would be down around 2 KB and the 2nd would be down around 2.0
and eventually drop requiring rebuffering).

However, when I switch the player back to direct I still didn't get any
rebuffering, though the buffer 'numbers' were a bit 'lower'.
I'll continue to test during various times of the day/night with the
proxied option to see what happens.

As an aside - I just learnt Pandora is leaving Australia.  After 31 July
we "will no longer be able to access the Pandora app or website".
I wonder what this will do to the streaming via LMS ?

Thanks.



kidhazy's Profile: http://forums.slimdevices.com/member.php?userid=42259
View this thread: http://forums.slimdevices.com/showthread.php?t=107744

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


[SlimDevices: SqueezeCenter] Streaming radio - buffer display info what does it mean?

2017-07-26 Thread kidhazy

I'm diagnosing some streaming radio re-buffering issues (I believe the
problem is with my Internet provider as it's occurring on wired and
wireless Booms, Classics).

To help, I've turned on the "Buffer" display on the now-playing Music
Information Screen on my Booms.

I just wanted to confirm what the numbers that are displayed mean:

I see a display similar to: 283KB / 9.5 (or more typically 1KB / 2.0
when it's getting bad)

I assume the first number is the connection speed?  Is it from the
server to the streaming service, or player to the service?
The 2nd number I thought was the buffer full %, but the highest it goes
is 10.0 (even when I max out the Radio Station buffer to 30 seconds)

Finally, any additional tips to improve radio streaming performance in
general.  My issues appear to be with international stations (eg.
Deezer, Pandora) as local stations are not too bad (leading me to think
the issue is more my ISP than LMS/Boom related)


I'm running LMS V7.9.1 - 1499900819



kidhazy's Profile: http://forums.slimdevices.com/member.php?userid=42259
View this thread: http://forums.slimdevices.com/showthread.php?t=107744

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