Re: [slim] Playlist Generator?

2018-01-19 Thread Michael Herger

In searching all installed programs, let alone the Squeezebox (LMS
7.9.1*) install directory, I find no pages.pm anywhere.


On Windows all those files are bundled up into one binary. You can't 
edit them. May I ask why you'd need to add that module manually? Doesn't 
the plugin take care of it? In any case it should be easier to fix this 
in the plugin code than in LMS itself.


--

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


Re: [slim] Anyone using Google Home, IFTTT and Home Assistant to control LMS?

2018-01-19 Thread Mark Miksis

itm wrote: 
> So I finally cracked it, and have Google Home controlling my LMS
> server/players.

Very cool - thanks for documenting this.  I'm looking forward to trying
this when I have time to set it up.



Mark Miksis's Profile: http://forums.slimdevices.com/member.php?userid=529
View this thread: http://forums.slimdevices.com/showthread.php?t=108579

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


Re: [slim] Playlist Generator?

2018-01-19 Thread w3wilkes

In searching all installed programs, let alone the Squeezebox (LMS
7.9.1*) install directory, I find no pages.pm anywhere.



Main system - Rock Solid with LMS 7.9 on WHS 2011 - 2 Duets and
Squeeseslave
Portable system - Rock solid with LMS 7.9 on Win10 Pro - 1 Duet and
Squeezeslave

w3wilkes's Profile: http://forums.slimdevices.com/member.php?userid=22973
View this thread: http://forums.slimdevices.com/showthread.php?t=108436

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


Re: [slim] Playlist Generator?

2018-01-19 Thread Roland0

w3wilkes wrote: 
> I don't understand this reply?? My squeezebox directory is "C:\Program
> Files (x86)\Squeezebox" and I find nothing like
> "logitechmediaserver-7.9.1/Slim/Web/Pages.pm" to edit.

I'm not familiar with LMS on Windows. On other platforms, the perl
source files are installed and easily edited. 
You could try a file system search for Pages.pm



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

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


Re: [slim] Mac OS, Squeezelite, Radio Paradise flac problem

2018-01-19 Thread bpa

Man in a van wrote: 
> 
> [18-01-19 17:23:24.9137] Slim::Player::StreamingController::_Stream
> (1206) a8:20:66:25:4b:1f: preparing to stream song index 0
> [18-01-19 17:23:24.9139] Slim::Player::Song::open (363)
> radioparadise://4.flac
> [18-01-19 17:23:24.9143]
> Slim::Player::TranscodingHelper::getConvertCommand2 (443) Error: Didn't
> find any command matches for type: flc
> [18-01-19 17:23:24.9145] Slim::Player::Song::open (387) seek=false
> time=0 canSeek=0SEEK_ERROR_TYPE_NOT_SUPPORTEDflc
> [18-01-19 17:23:24.9147]
> Slim::Player::TranscodingHelper::getConvertCommand2 (443) Error: Didn't
> find any command matches for type: flc
> [18-01-19 17:23:24.9149] Slim::Player::Song::open (409) Error: Couldn't
> create command line for flc playback for [radioparadise://4.flac]
> 
The above indicates there is something going on with trasncoding but if
you can play - then this is no longer the issue.  A more detailed log 
(player.source set to  DEBUG) would show what is going on but since it
plays - I don't think it will change things.

> I do have it working sort of properly on the Mac-Mini but after about 90
> minutes the RP flac begins to go all warbley and the stream stammers and
> begins to break up a bit.
> If I switch to another streaming station the condition remains.

"warbley" - can you characterise it a bit better ?
Stream bit slow
Stream bit fast 
two streams interleaved ?
chunk of audio being dropped or swapped mid stream  so audio is single
stream but a bit jumbled ?

If "warbley" remains on next station then it sounds like a player issue
- it has told LMS it is capable of a certain stream but there is some
incompatibility - player.source at DEBUG level will show what format is
being chosen for player.



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

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


Re: [slim] Playlist Generator?

2018-01-19 Thread w3wilkes

Roland0 wrote: 
> Edit logitechmediaserver-7.9.1/Slim/Web/Pages.pm
> > 
Code:

  >   > 
  > require Slim::Web::Pages::Home;
  > # add this:
  > require Slim::Web::Pages::BrowseDB;
  > # end add
  > require Slim::Web::Pages::Status;
  > require Slim::Web::Pages::EditPlaylist;
  > require Slim::Web::Pages::Playlist;
  > require Slim::Web::Pages::Progress;
  > require Slim::Web::Pages::Trackinfo;
  > require Slim::Web::Pages::Search;
  > 
  > Slim::Web::Pages::Common->init();
  > Slim::Web::Pages::Home->init();
  > # add this:
  > Slim::Web::Pages::BrowseDB->init();
  > # end add
  > 

> > 

I don't understand this reply?? My squeezebox directory is "C:\Program
Files (x86)\Squeezebox" and I find nothing like
"logitechmediaserver-7.9.1/Slim/Web/Pages.pm" to edit.



Main system - Rock Solid with LMS 7.9 on WHS 2011 - 2 Duets and
Squeeseslave
Portable system - Rock solid with LMS 7.9 on Win10 Pro - 1 Duet and
Squeezeslave

w3wilkes's Profile: http://forums.slimdevices.com/member.php?userid=22973
View this thread: http://forums.slimdevices.com/showthread.php?t=108436

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


Re: [slim] Can I use several Squeezebox with several instances of the WaveInput plugin?

2018-01-19 Thread bpa

dunk wrote: 
> waveinput takes a physical analog input connection on a sound card as a
> continuous feed into squeezebox server, and streams it to squeezeboxes
> 
> you already have a digial stream in your server card, so would be
> outputting it via a line output of your sound card then recapturing it
> and redigitizing it in the same server via an analog sound card line-in
> to  be streamed digitally.
> 
> it can be done on windows (multiple wavinputs dont work on linux
> usually) but the whole digital-analog-analog-digital is a wasteful
> route
> you dont actually use multiple instances of wavinput, just a single
> instance, but if your windows computer has multiple audio inputs each
> with a line-in, they appear in squeezebox as wavin:0 wavin:1 wavin:2 etc

Just for clairifcation as OP has come to a decision.

Waveinput inputs do NOT have to be "physical" - they can be virtual or
networked (e.g. useing pulseaudio)  - non physical input are usually
more complicated to use.



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

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


Re: [slim] Mac OS, Squeezelite, Radio Paradise flac problem

2018-01-19 Thread Man in a van

bpa wrote: 
> LMS couldn't create command usually means there no applicable rules to
> create a compaitble stream - this may be related to output device
> capbilities.
> 
> Enable logging player.source to INFO to get a bit more detail.

Here you are *-bpa-*, I thought I would try your suggestion.

I started BBC Radio 2 and then switched to Radio Paradise flac

> [18-01-19 17:22:46.4843] Plugins::BBCiPlayer::DASH::__ANON__ (732) Chunk
> fetch status 200 Long chunk fetch time 2155 ms[18-01-19 17:23:23.4678]
> Slim::Player::StreamingController::stop (2097) a8:20:66:25:4b:1f
> [18-01-19 17:23:23.4682] Slim::Player::StreamingController::_Stop (603)
> Song queue is now 0
> [18-01-19 17:23:23.4685]
> Slim::Player::StreamingController::_setPlayingState (2357) new playing
> state STOPPED
> [18-01-19 17:23:23.4686]
> Slim::Player::StreamingController::_setStreamingState (2366) new
> streaming state IDLE
> [18-01-19 17:23:23.4688]
> Slim::Player::StreamingController::resetSongqueue (1776) Song queue is
> now 
> [18-01-19 17:23:23.4696] Slim::Player::StreamingController::play (2100)
> a8:20:66:25:4b:1f
> [18-01-19 17:23:23.4698]
> Slim::Player::StreamingController::_setPlayingState (2357) new playing
> state STOPPED
> [18-01-19 17:23:23.4700]
> Slim::Player::StreamingController::_setStreamingState (2366) new
> streaming state IDLE
> [18-01-19 17:23:23.4702] Slim::Player::Song::new (108) index 0 ->
> radioparadise://4.flac
> [18-01-19 17:23:23.4705]
> Slim::Player::StreamingController::_setStreamingState (2366) new
> streaming state TRACKWAIT
> [18-01-19 17:23:23.4708]
> Slim::Player::StreamingController::_playersMessage (789) Fetching track
> details...: radioparadise://4.flac
> [18-01-19 17:23:23.4710] Slim::Player::Song::getNextSong (229)
> radioparadise://4.flac
> [18-01-19 17:23:23.4711] Slim::Player::Song::getNextSong (251) scanning
> URL radioparadise://4.flac
> [18-01-19 17:23:23.4712] Slim::Player::Song::__ANON__ (297) Found a
> playlist
> [18-01-19 17:23:23.4714] Slim::Player::Song::getNextSong (229)
> radioparadise://4.flac
> [18-01-19 17:23:24.0231]
> Slim::Player::TranscodingHelper::getConvertCommand2 (443) Error: Didn't
> find any command matches for type: flc
> [18-01-19 17:23:24.2303]
> Slim::Player::StreamingController::_nextTrackReady (737)
> a8:20:66:25:4b:1f: nextTrack will be index 0
> [18-01-19 17:23:24.2305] Slim::Player::StreamingController::_Stream
> (1203) Song queue is now 0
> [18-01-19 17:23:24.2306] Slim::Player::StreamingController::_Stream
> (1206) a8:20:66:25:4b:1f: preparing to stream song index 0
> [18-01-19 17:23:24.2308] Slim::Player::Song::open (363)
> radioparadise://4.flac
> [18-01-19 17:23:24.2310] Slim::Player::Song::open (387) seek=false
> time=0 canSeek=0SEEK_ERROR_TYPE_NOT_SUPPORTEDflc
> [18-01-19 17:23:24.2313]
> Slim::Player::TranscodingHelper::getConvertCommand2 (443) Error: Didn't
> find any command matches for type: flc
> [18-01-19 17:23:24.2315] Slim::Player::Song::open (409) Error: Couldn't
> create command line for flc playback for [radioparadise://4.flac]
> [18-01-19 17:23:24.2316]
> Slim::Player::StreamingController::_playersMessage (789) Problem: Unable
> to play file type for:: radioparadise://4.flac
> [18-01-19 17:23:24.2318] Slim::Player::StreamingController::_willRetry
> (1391) no retry data
> [18-01-19 17:23:24.2324]
> Slim::Player::StreamingController::_setStreamingState (2366) new
> streaming state IDLE
> [18-01-19 17:23:24.2327]
> Slim::Player::StreamingController::_setStreamingState (2366) new
> streaming state TRACKWAIT
> [18-01-19 17:23:24.2332]
> Slim::Player::StreamingController::_playersMessage (789) Fetching track
> details...: radioparadise://4.flac
> [18-01-19 17:23:24.2334] Slim::Player::Song::getNextSong (229)
> radioparadise://4.flac
> [18-01-19 17:23:24.9133]
> Slim::Player::StreamingController::_nextTrackReady (737)
> a8:20:66:25:4b:1f: nextTrack will be index 0
> [18-01-19 17:23:24.9135] Slim::Player::StreamingController::_Stream
> (1203) Song queue is now 0
> [18-01-19 17:23:24.9137] Slim::Player::StreamingController::_Stream
> (1206) a8:20:66:25:4b:1f: preparing to stream song index 0
> [18-01-19 17:23:24.9139] Slim::Player::Song::open (363)
> radioparadise://4.flac
> [18-01-19 17:23:24.9143]
> Slim::Player::TranscodingHelper::getConvertCommand2 (443) Error: Didn't
> find any command matches for type: flc
> [18-01-19 17:23:24.9145] Slim::Player::Song::open (387) seek=false
> time=0 canSeek=0SEEK_ERROR_TYPE_NOT_SUPPORTEDflc
> [18-01-19 17:23:24.9147]
> Slim::Player::TranscodingHelper::getConvertCommand2 (443) Error: Didn't
> find any command matches for type: flc
> [18-01-19 17:23:24.9149] Slim::Player::Song::open (409) Error: Couldn't
> create command line for flc playback for [radioparadise://4.flac]
> [18-01-19 17:23:24.9150]
> Slim::Player::StreamingController::_playersMessage (789) Problem: Unable
> to play file type for:: radioparadise://4.flac
> [18-01-19 17:23:24.9152] Slim::Player::StreamingController::_willRetry
> (1391) no retry 

Re: [slim] Can I use several Squeezebox with several instances of the WaveInput plugin?

2018-01-19 Thread dunk

waveinput takes a physical analog input connection on a sound card as a
continuous feed into squeezebox server, and streams it to squeezeboxes

you already have a digial stream in your server card, so would be
outputting it via a line output of your sound card then recapturing it
and redigitizing it in the same server via an analog sound card line-in
to  be streamed digitally.

it can be done on windows (multiple wavinputs dont work on linux
usually) but the whole digital-analog-analog-digital is a wasteful
route
you dont actually use multiple instances of wavinput, just a single
instance, but if your windows computer has multiple audio inputs each
with a line-in, they appear in squeezebox as wavin:0 wavin:1 wavin:2 etc



dunk's Profile: http://forums.slimdevices.com/member.php?userid=47124
View this thread: http://forums.slimdevices.com/showthread.php?t=108580

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


[slim] Vortexbox 2.4 update to 7.9.x Nightly

2018-01-19 Thread d6jg

The instructions for this went missing when VB forum went down. I have
just found them again.

1. Remove the VB LMS install

Code:

rpm -e --nodeps logitechmediaserver logitechmediaserver-CPAN 
logitechmediaserver-vendor logitechmediaserver-firmware-ip3k


2. Save your Prefs

Code:

cp -a /var/lib/squeezeboxserver/prefs/server.prefs.rpmsave 
/var/lib/squeezeboxserver/prefs/server.prefs


3. Install the Nightly (16 Jan 2018 here)

Code:

yum install 
http://downloads-origin.slimdevices.com/nightly/7.9/sc/032da12/logitechmediaserver-7.9.1-0.1.1516049992.noarch.rpm


4. Symlink the perl libraries  (this is the crucial bit that went west)

Code:

ln -s /usr/lib/perl5/vendor_perl/Slim /usr/lib64/perl5/vendor_perl/Slim


5. Start the Server

Code:

systemctl start squeezeboxserver



Notes
Substitute the file in 3. with the latest Nightly as required
You cannot now update LMS via the VB interface

To install further Nightly updates

1. Stop the Server

Code:

systemctl stop squeezeboxserver


2. Install the latest Nightly (substitute the file name as appropriate)

Code:

yum install 
http://downloads-origin.slimdevices.com/nightly/7.9/sc/032da12/logitechmediaserver-7.9.1-0.1.1516049992.noarch.rpm


3. Restart the Server 

Code:

systemctl start squeezeboxserver




PI3 PCP/LMS STORAGE QNAP TS419P (NFS)
*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=108592

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


Re: [slim] How to ear vlc or chrome(NETFLIX) or over multimedia reader by LMS (KDE 14.04 lts)

2018-01-19 Thread bpa

d6jg wrote: 
> There is no doubt that it is technically possible to take the audio from
> any source and convert it by whatever means (wavinput is only one) to a
> stream that LMS can read and play.
> 
> However if I read things correctly you want to see video in one place
> and send audio by stream to LMS. It won't be usable. There will just be
> too much lag on the audio to make it acceptable as a viewing experience.
I have already pointed out this issue video/audio sync but the OP wants
to persist in trying it out by manually altering sync using vlc



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

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


Re: [slim] How to ear vlc or chrome(NETFLIX) or over multimedia reader by LMS (KDE 14.04 lts)

2018-01-19 Thread d6jg

I have just read through this thread.

There is no doubt that it is technically possible to take the audio from
any source and convert it by whatever means (wavinput is only one) to a
stream that LMS can read and play.

However if I read things correctly you want to see video in one place
and send audio by stream to LMS. It won't be usable. There will just be
too much lag on the audio to make it acceptable as a viewing experience.



PI3 PCP/LMS STORAGE QNAP TS419P (NFS)
*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=108585

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


Re: [slim] How to ear vlc or chrome(NETFLIX) or over multimedia reader by LMS (KDE 14.04 lts)

2018-01-19 Thread bpa

thevanihingman wrote: 
> aplay -D default -f cd -t wav >test.wav do not work
> (test.wav stay at 0oct)
> 
> the command : pactl list short |grep RUNNING   return :  1  
> alsa_output.pci-_00_14.2.analog-stereo  module-alsa-card.c 
> s16le 2ch 44100Hz   RUNNING
> 
> the command : parec -v -d
> alsa_output.pci-_00_14.2.analog-stereo.monitor --file-format=flac
> recording.flac   work perfectly
> 
> I have add the user squeezeboxsever to audio, pulse and pulse-access
> groups (I do not add me)
> 
> I have modified custom-convert.conf
> (/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/WaveInput) : 
> 
> #
> # wavin 
> #
> wavin pcm * * 
>   # R
>   [parec] --channels=2 --format=s16le --rate=44100 --file-format=raw -D
> $FILE$ 
> wavin mp3 * *
>   # RB:{BITRATE=-B %B}
>   [parec] --file-format=wav -d $FILE$  | [lame] --silent -q $QUALITY$ -v
> $BITRATE$ - -
> wavin flc * * 
>   # R
>   [parec] --file-format=flac -d $FILE$
> 
> ===> no success (the play button stay only few seconds and no sound get
> out) even after reboot.
> 
> BR


OK - I have found the 2015 post which detailed these steps.  You need to
check whether you have done them correctly.  
1.  Do you have entries in WebUI Setting/Advanced/FileTypes for
WaveInput - and are they correct (i.e. parec/lame, parec , parec)  ?
2. What is the URL in the Favorite you created to play the stream ?
3. Get a log with player.source set to INFO when trying to play the
Wavin: Favorite ?  - copy log to a file, zip and paste to a post.  Make
sure log start before you try the test and finished 20 secs after
pressing play.



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

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