Re: [SlimDevices: Plugins] [Announce] Dynamic Playlists 3 (mod)

2021-11-21 Thread Phil Meyer
>I've uploaded my modified version of *Dynamic Playlists* to github. I was the author of a plugin called DynamicMix that used Dynamic Playlists to play random music, selecting the next track using MusicIP. I haven't looked at this new version of Dynamic Playlists yet - is this likely to work

Re: [SlimDevices: Plugins] Announce: Radio Now Playing plugin

2021-11-21 Thread Michael Herger
So - I'll make a new beta of the plugin with this code in it ... and finally my request from 2014 will be partly resolved! I like it when open source allows you to fix the issue nobody wants to solve for your yourself ;-). Well done! ___ plugins

Re: [SlimDevices: Plugins] Announce: UPnPBridge = integrate UPnP/DLNA players with LMS (squeeze2upnp)

2021-11-21 Thread philippe_44
sodface wrote: > All my devices are in the same IP space, ie. a flat network. My LMS > server (also where squeeze2upnp-x86-static is) has a static IP > (10.0.0.10/24) on the wired eth0 interface. > > Alpine doesn't use any firewall by default and I haven't added one > either. So, basically,

Re: [SlimDevices: Plugins] announce: ShairTunes2W - Airtunes on LMS (forked version with Windows support)

2021-11-21 Thread m0h
Hi all, i am running LMS and want to use ShairTunes2 to conntect 2 iPhones and an iPad via Airplay with the LMS. This works only 1 time for 1 phone, after that i need to Republish or Whipe to get it working again. Hardware: Intel(R) Celeron(R) CPU J3455 @ 1.50GHz OS: Debian GNU/Linux 11

Re: [SlimDevices: Plugins] Announce: UPnPBridge = integrate UPnP/DLNA players with LMS (squeeze2upnp)

2021-11-21 Thread sodface
philippe_44 wrote: > What is your network setup on that machine? All my devices are in the same IP space, ie. a flat network. My LMS server (also where squeeze2upnp-x86-static is) has a static IP (10.0.0.10/24) on the wired eth0 interface. Alpine doesn't use any firewall by default and I

Re: [SlimDevices: Plugins] Announce: Radio Now Playing plugin

2021-11-21 Thread Paul Webster
That is a relief. I think what happened before was the error was being reported by the shell not by Perl. So - I'll make a new beta of the plugin with this code in it ... and finally my request from 2014 will be partly resolved!

Re: [SlimDevices: Plugins] Announce: Radio Now Playing plugin

2021-11-21 Thread whitman
Ah, now the same return with 5.30, it looks like. I think it was because I ran it with ./ originally and not :"perl" or "perl[version]". Trying StreamTitle='Program One: No track title';StreamUrl='https://somewhere.com/image1.jpg'; artist - No track title title - album - year - cover -

Re: [SlimDevices: Plugins] Announce: Radio Now Playing plugin

2021-11-21 Thread Paul Webster
That looks good - although concerning that it did not work with the more recent Mac Perl. Maybe that is why the Perl that LMS uses has been held back to such an old version. Paul Webster http://dabdig.blogspot.com author of \"now playing\" plugins covering radio france (fip etc), planetradio

Re: [SlimDevices: Plugins] Announce: Radio Now Playing plugin

2021-11-21 Thread whitman
OK, I cd'd (changed directory) to the desktop, then ran perl5.18 testmatch.pl, and voila... Trying StreamTitle='Program One: No track title';StreamUrl='https://somewhere.com/image1.jpg'; artist - No track title title - album - year - cover - https://somewhere.com/image1.jpg progtitle -

Re: [SlimDevices: Plugins] Announce: Radio Now Playing plugin

2021-11-21 Thread Paul Webster
If the testmatch.pl is not in the directory that your shell session is in then you have to give the full path to it. perl5.18 /path/to/testmatch.pl However, I don’t know what the right value of /path/to is for your system. You could move the file from your desktop to wherever no are sitting in

Re: [SlimDevices: Plugins] Announce: Radio Now Playing plugin

2021-11-21 Thread whitman
Running without that returns Can't open perl script "testmatch.pl": No such file or directory Because it now doesn't see the file on the desktop? whitman's Profile: http://forums.slimdevices.com/member.php?userid=9053

Re: [SlimDevices: Plugins] Announce: Radio Now Playing plugin

2021-11-21 Thread Paul Webster
Without the ./ Using ./ means run the the Perl5.18 that is in this current directory … and there isn’t one 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

Re: [SlimDevices: Plugins] Announce: Radio Now Playing plugin

2021-11-21 Thread whitman
Running ./perl5.18 testmatch.pl returns zsh: no such file or directory: ./perl5.18 Running ./ perl5.18 testmatch.pl returns zsh: permission denied: ./ whitman's Profile:

Re: [SlimDevices: Plugins] Announce: Radio Now Playing plugin

2021-11-21 Thread slartibartfast
whitman wrote: > So it goes soemwhere near the ./ maybe? But where?You should probably run perl5.18 testmatch.pl Sent from my Pixel 3a using Tapatalk slartibartfast's Profile:

Re: [SlimDevices: Plugins] Announce: Radio Now Playing plugin

2021-11-21 Thread whitman
So it goes soemwhere near the ./ maybe? But where? whitman's Profile: http://forums.slimdevices.com/member.php?userid=9053 View this thread: http://forums.slimdevices.com/showthread.php?t=115201

Re: [SlimDevices: Plugins] Announce: Radio Now Playing plugin

2021-11-21 Thread Paul Webster
and that resulted in the operating system finding the first one on the path - which was the more recent version. so instead of letting the operating system decide which one to run you can tell it the one you want by explicitly using it in the command line. Paul Webster

Re: [SlimDevices: Plugins] Announce: Radio Now Playing plugin

2021-11-21 Thread whitman
This is what I did... Make a plain text file called testmatch.pl consisting of Paul's code. Go into Terminal and... ... make it exectuable with chmod +x ... run it with ./ ... get output to show. I didn't tell it "perl" of any kind.

Re: [SlimDevices: Plugins] Announce: Radio Now Playing plugin

2021-11-21 Thread mherger
Replace „perl“ in the instructions with “perl5.18” 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:

Re: [SlimDevices: Plugins] Announce: Radio Now Playing plugin

2021-11-21 Thread whitman
Thanks Michael. Is there a way to run Paul's test file on my Mac with the 5.18 perl that LMS uses rather than the default(?) 5.30 version? whitman's Profile: http://forums.slimdevices.com/member.php?userid=9053 View

Re: [SlimDevices: Plugins] Announce: Radio Now Playing plugin

2021-11-21 Thread Michael Herger
I just re-read the message about perl version (5.30.2) returned at Terminal when I typed "perl -v". But the Information page at LMS on my browser says "Perl Version: 5.18.4 - darwin-thread-multi-2level" That's correct: macOS comes with multiple versions of Perl pre-installed. We're currently

Re: [SlimDevices: Plugins] [Announce] Community Firmware for Squeezebox Radio/Touch/Controller and LMS 8

2021-11-21 Thread ralphy
tommyz wrote: > Are the experimental kernels still available? Some of them I was able to recover and they are listed from within the EDO app on the touch. Please move further discussions of EDO to that 'thread'

Re: [SlimDevices: Plugins] Announce : BBC Sounds Plugin

2021-11-21 Thread expectingtofly
Release 2.22.0 Includes : - "New Episodes" menu available from the "more" context menu for AOD programmes, so that you can easily access the next episode of a programme from the play queue. - Improvement have been made to the current track display on live radio. You should now found

Re: [SlimDevices: Plugins] Announce: Radio Now Playing plugin

2021-11-21 Thread Paul Webster
To run it with the version of Perl that LMS is using I guess you would have to work out how LMS is started and then use a similar path to run Perl. Hopefully @mherger will take a look. Paul Webster http://dabdig.blogspot.com author of \"now playing\" plugins covering radio france (fip etc),

Re: [SlimDevices: Plugins] Announce: Radio Now Playing plugin

2021-11-21 Thread whitman
What I did was make a plain text file called testmatch.pl consisting of the code in your first box. I went into Terminal and... ... made it exectuable with chmod +x ... ran it with ./ ... got the output I showed.

Re: [SlimDevices: Plugins] Announce: Radio Now Playing plugin

2021-11-21 Thread Paul Webster
Strange - it works fine on my Perl and at https://regex101.com/ If you paste the regex into the first box and the text to match against into the 2nd then run it ... it shows 0-86StreamTitle='Program Two: Hello - World';StreamUrl='https://somewhere.com/image2.jpg'; 13-24 Program Two 26-31

Re: [SlimDevices: Plugins] Announce: Radio Now Playing plugin

2021-11-21 Thread whitman
I just re-read the message about perl version (5.30.2) returned at Terminal when I typed "perl -v". But the Information page at LMS on my browser says "Perl Version: 5.18.4 - darwin-thread-multi-2level" whitman's

Re: [SlimDevices: Plugins] Announce: Radio Now Playing plugin

2021-11-21 Thread whitman
No stray ', it opens immediately into my... Isn't this message referring to an errant ( whitman's Profile: http://forums.slimdevices.com/member.php?userid=9053 View this thread:

Re: [SlimDevices: Plugins] Announce: Radio Now Playing plugin

2021-11-21 Thread Paul Webster
Is there a stray ` at the start of the first line? 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

Re: [SlimDevices: Plugins] Announce: Radio Now Playing plugin

2021-11-21 Thread whitman
Paul, I've had a go at this, tho it strained my Terminal skills (=googling) on my Mac, so I hope this is correct and/or useful. Perl version on the Mac hosting LMS is ... This is perl 5, version 30, subversion 2 (v5.30.2) built for darwin-thread-multi-2level (with 2 registered patches, see

Re: [SlimDevices: Plugins] Spotty - Remove albums from library?

2021-11-21 Thread slartibartfast
Adjunkten wrote: > Of course - I should have thought of that. Thanks! > LarsBy the way I added "Raise the Roof" to my Spotify library and it scanned correctly [emoji2] Sent from my Pixel 3a using Tapatalk

Re: [SlimDevices: Plugins] Spotty - Remove albums from library?

2021-11-21 Thread Adjunkten
Of course - I should have thought of that. Thanks! Lars Setup: Living room: 1 Raspberry Pi 2 with Max2Play as server and Squeezelite (Hifiberry), Kitchen: 1 Radio, Room: 1 Boom Logitech Media Server Version: 8.0.0 - 1594451286 @ Sat Jul 11 09:20:48 CEST 2020 http://www.last.fm/user/adjunkten

Re: [SlimDevices: Plugins] [Announce] Community Firmware for Squeezebox Radio/Touch/Controller and LMS 8

2021-11-21 Thread tommyz
Are the experimental kernels still available? tommyz's Profile: http://forums.slimdevices.com/member.php?userid=5457 View this thread: http://forums.slimdevices.com/showthread.php?t=113479

Re: [SlimDevices: Plugins] [Announce] ARD Audiothek Plugin - Browse and listen content of the ARD Audiothek

2021-11-21 Thread hendrikmd
mzedd wrote: > Hi hendrikmd, > > currently the maximum number of items shown is set by the "items per > page" setting, which can be found under "User Interface->Maxium items > per page" (couldn't find it for Material skin, but if you switch to the > Classic skin temporarily you should be able

Re: [SlimDevices: Plugins] Spotty - Remove albums from library?

2021-11-21 Thread slartibartfast
Adjunkten wrote: > Hello > > Is it possible to remove albums from library again ? > > It seems that the scanner has some problems with the new Plant/Krauss > "Deluxe Album" in Spotify: > > 36214 > > > Spotty 4.6.2 > LMS Version: 8.3.0 - 1635067942 @ Sun Oct 24 12:00:05 CEST 2021Just remove