Re: [SlimDevices: Plugins] ANNOUNCE: YouTube Plugin (API v3)

2021-01-08 Thread Learnincurve
philippe_44 wrote: > You have to set a country code Thank you! That did it. I had one set earlier, but removed it as part of the process to try to get it working. All good again now. Learnincurve's Profile:

Re: [SlimDevices: Plugins] ANNOUNCE: YouTube Plugin (API v3)

2021-01-08 Thread Learnincurve
Hi, I see this problem has been asked many times, but I have tried to follow the advice to delete the google API project and create a new one and new API Access key, 0auth Client ID and Secret. The verification code was generated and authenticated. Any search still returns a blank, although

Re: [SlimDevices: Plugins] DSD on squeezelite

2020-12-16 Thread Learnincurve
bpa wrote: > Pulseaudio is aimed at mixing outputs so audio outputs can be shared - > so it'll probably mangle your bit stream in order to share. > > I don;t know DSD but I do know a bit about ALSA. > > You are using a Default device. Some class of ALSA devices (e.g plughw) > will do

Re: [SlimDevices: Plugins] DSD on squeezelite

2020-12-16 Thread Learnincurve
I might be closer to a reason: The new system has Pulse Audio installed by default, but I have the non-pulse version of squeezelite installed. PCM plays back fine, but it is possible that PA is getting in the way when it comes to DSD. I have only used PA in desktop systems where I just pick

Re: [SlimDevices: Plugins] DSD on squeezelite

2020-12-16 Thread Learnincurve
Learnincurve wrote: > Exactly same result into Topping: > > config: > > Code: > > # Defaults for squeezelite initscript > # sourced by /etc/init.d/squeezelite > # installed at /etc/default/squeezelite by the maintainer

Re: [SlimDevices: Plugins] DSD on squeezelite

2020-12-15 Thread Learnincurve
Exactly same result into Topping: config: Code: # Defaults for squeezelite initscript # sourced by /etc/init.d/squeezelite # installed at /etc/default/squeezelite by the maintainer scripts # The name for the squeezelite player: SL_NAME="$(hostname -s)"

Re: [SlimDevices: Plugins] DSD on squeezelite

2020-12-15 Thread Learnincurve
slartibartfast wrote: > Have you tried the Topping? > > Sent from my Pixel 3a using Tapatalk Not yet. However both DAC's behave identically from my legacy setup. They just needs to be specified in the squeezelite -o parameter. squeezelite-R2 outputs DoP to both. I will try the Topping

Re: [SlimDevices: Plugins] DSD on squeezelite

2020-12-15 Thread Learnincurve
slartibartfast wrote: > Which DAC is it? What are your Squeezelite settings for DSD? > > Sent from my Pixel 3a using Tapatalk The DAC is a Douk Audio Mini USB DAC (in fact this is just a test DAC for my main setup which is a Topping D50s. The Douk is identified as XMOS 20b1:000a by the

Re: [SlimDevices: Plugins] DSD on squeezelite

2020-12-15 Thread Learnincurve
slartibartfast wrote: > I don't think you are doing anything wrong. I see the same for my > piCorePlayer. I think because the player supports native playback of DSD > files it doesn't require Sox. > > Sent from my Pixel 3a using Tapatalk Then I'm more worried, because dsd sample files just

[SlimDevices: Plugins] DSD on squeezelite

2020-12-15 Thread Learnincurve
Hi, I have dsd native and DoP cabable dac (using xmos chip). Until now, I have been using Marco Curti's squeezelite-R2 in DoP mode from a Pine64 SoC that was stuck at kernel 3.10, because of slow mainlining progress. However, a full mainline kernel is now available and I am rebuilding the

Re: [SlimDevices: Plugins] DSDPlaay: can't play dff files

2019-09-19 Thread Learnincurve
Julf wrote: > What compression format is it? There are programs on linux for most > formats. >From googling, it looks as if the dff files are dst-encoded data, which is a lossless compressed format, as opposed to DSD, which is uncompressed and is the usual audio format in dsf files. You are

Re: [SlimDevices: Plugins] DSDPlaay: can't play dff files

2019-09-19 Thread Learnincurve
:rolleyes: Feel a bit stupid here, but the reason the .dff's are not playing is that they are compressed. It's quite a while since I put them there and I had forgotten the workflow that produced them. Anyway, as I can't find an easy way to uncompress them on Linux, or to play them as they are,

[SlimDevices: Plugins] DSDPlaay: can't play dff files

2019-09-18 Thread Learnincurve
Hi, I user squeezelite with LMS 7.9 and now, finally have a DoP-capable DAC. I am not currently able to try playing DSD directly as the kernel version on my player is limited to 3.10. When that limitation is lifted and a mainline kernel is available for my player device, DSD should work as the

Re: [SlimDevices: Plugins] ANNOUNCE: YouTube Plugin (API v3)

2018-05-02 Thread Learnincurve
philippe_44 wrote: > Your region code is wrong. "uk" does not exist (no offense ;)), it must > be "GB" BINGO! Thank you so much! I can't imagine how that "uk" got in there ;) BR. --Marius-- Learnincurve's Profile:

Re: [SlimDevices: Plugins] ANNOUNCE: YouTube Plugin (API v3)

2018-04-22 Thread Learnincurve
Hi again, Ubuntu Artful x86_64: 4.13.0-36-generic #40-Ubuntu SMP Fri Feb 16 20:07:48 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux Logitech Media Server Version: 7.9.2 - 1524136933 @ Thu Apr 19 13:37:16 CEST 2018 Youtube plugin 0.63.1 It has been a while since I used my LMS/Squeezebox, due to other

Re: [SlimDevices: Plugins] ANNOUNCE: YouTube Plugin (API v3)

2017-11-29 Thread Learnincurve
philippe_44 wrote: > Thanks - I have now to verify that this regex still does what it's > supposed to do - but according to perl doc, it's fine and it's a change > in 5.26 (making the escape of { mandatory when used as a litteral) > > > Code: > > > Quantifiers are

Re: [SlimDevices: Plugins] ANNOUNCE: YouTube Plugin (API v3)

2017-11-29 Thread Learnincurve
Learnincurve wrote: > Thanks Phillippe_44! > > I can obviously just try escaping the brackets myself and might have a > go this evening, but would have no idea what I'm doing as if regex makes > your head spin, mine unscrews and falls off completely ;)! > > Please let

Re: [SlimDevices: Plugins] ANNOUNCE: YouTube Plugin (API v3)

2017-11-28 Thread Learnincurve
philippe_44 wrote: > Probably a Perl 5.26 "issue" as you said. I can't test right now and > especially regex always make my head spin, so I need to look at these in > a "quiet" environment. Between Perl 5.26 and Stretch, obviously lots of > problems at the corner :( Thanks Phillippe_44! I can

Re: [SlimDevices: Plugins] ANNOUNCE: YouTube Plugin (API v3)

2017-11-28 Thread Learnincurve
Man in a van wrote: > I just put this into google and clicked on search:confused: > > > > > Didn't understand any of the answers :rolleyes::o > > The pearl word appears in a lot of the replies. > > Something for -*philippe_44*- I think. > > By the way the plugin installs on

Re: [SlimDevices: Plugins] ANNOUNCE: YouTube Plugin (API v3)

2017-11-27 Thread Learnincurve
Man in a van wrote: > Perhaps a read of the first post in this thread may help refresh your > memory?:) If you mean the SSL perl libraries I already checked that: ~# apt-get install libio-socket-ssl-perl libnet-ssleay-perl Reading package lists... Done Building dependency tree Reading

Re: [SlimDevices: Plugins] ANNOUNCE: YouTube Plugin (API v3)

2017-11-27 Thread Learnincurve
Hi, Thank you for a great plugin that I have used a lot and loved on earlier LMS installs I'm completely reinstalling LMS from scratch on a new machine - having forgotten to back up my old install before scrubbing the disk :( ) I'm running Ubuntu 17.10 on x86_64, installed LMS from .deb and

Re: [SlimDevices: Plugins] ANNOUNCE: YouTube Plugin (API v3)

2017-10-17 Thread Learnincurve
Learnincurve wrote: > Hi, > > Thanks for this really useful plugin, which was working fine on my main > system at home. > > I'm trying to set up a new LMS on a small, r-pi-like device for my > brother and note that the settings for youtube have been extended with > th

Re: [SlimDevices: Plugins] ANNOUNCE: YouTube Plugin (API v3)

2017-10-16 Thread Learnincurve
Hi, Thanks for this really useful plugin, which was working fine on my main system at home. I'm trying to set up a new LMS on a small, r-pi-like device for my brother and note that the settings for youtube have been extended with the personal account stuff, so I set up a new Auth0 client ID, on

Re: [SlimDevices: Plugins] Audible watermarking in Tidal

2017-08-28 Thread Learnincurve
If true, no provider or format would be safe as long as the original source is Universal. While no "filter" can ever be as good as non-watermarked sources to start with, it may be possible to improve the sound somewhat. Subjectively I thought I heard more detail in the "cleaned" example on the

[SlimDevices: Plugins] Audible watermarking in Tidal

2017-08-28 Thread Learnincurve
Hi, As a subscriber to Tidal and a classical listener I was disappointed to read' this' (https://www.mattmontag.com/music/universals-audible-watermark) article and could clearly hear the difference in the examples. I though this might be a good place to discuss what possiblities exist for some

Re: [SlimDevices: Plugins] BBCiPlayer with DASH support - test version

2017-08-10 Thread Learnincurve
I disabled C3PO for the player and now the stream plays, I deally I would like to upsample some of the lower bitrate material to get the best out of my dac (easier/better filtering). But at least the stream plays now. Thanks so much for your help! BR. Marius

Re: [SlimDevices: Plugins] BBCiPlayer with DASH support - test version

2017-08-10 Thread Learnincurve
I do use C3PO. Here is the last command: Code: LAST EXECUTED COMMAND At: 2017/08/10 20:29:51 Profile: flc-pcm-*-fe:c6:a1:a2:3a:bf Command: [flac] -dcs --totally-silent $START$ $END$ -- $FILE$ | [sox] -q -t wav - -t wav -b 32

Re: [SlimDevices: Plugins] BBCiPlayer with DASH support - test version

2017-08-10 Thread Learnincurve
Hi again, Here's the new server log with the new logging settings: Part 1: Code: [17-08-10 20:59:39.0734] Slim::Player::StreamingController::play (2100) fe:c6:a1:a2:3a:bf [17-08-10 20:59:39.0745] Slim::Player::StreamingController::_Stop (603) Song queue is now 0

Re: [SlimDevices: Plugins] BBCiPlayer with DASH support - test version

2017-08-10 Thread Learnincurve
opening 320kb aac stream: Code: [20:24:51.590521] decode_flush:190 decode flush [20:24:51.590738] output_flush:423 flush output buffer [20:24:51.597069] codec_open:218 codec open: 'a' [20:24:51.597185] codec_open:235 closing codec: 'p' [20:24:51.597247]

Re: [SlimDevices: Plugins] BBCiPlayer with DASH support - test version

2017-08-10 Thread Learnincurve
bpa wrote: > I suspect an error in you command line "-d all=info" is the correct > syntax and the following is sample output at startup. At startup bare > minimum there will be init logs from stream, output, decode and output. > aha. My log2ram filesystem was full Here are my startup

Re: [SlimDevices: Plugins] BBCiPlayer with DASH support - test version

2017-08-10 Thread Learnincurve
bpa wrote: > I suspect an error in you command line "-d all=info" is the correct > syntax and the following is sample output at startup. At startup bare > minimum there will be init logs from stream, output, decode and output. > > Code: > > > 12:56:39.906202]

Re: [SlimDevices: Plugins] BBCiPlayer with DASH support - test version

2017-08-10 Thread Learnincurve
bpa wrote: > Is this an assumption or did you look at the squeezelite slimproto log > ? > > > The DASH log show comms with BBC all went OK and then connection was > closed. It is not clear why was connection to squeezelite closed down > but if there are no other DASH plugin messages then the

Re: [SlimDevices: Plugins] BBCiPlayer with DASH support - test version

2017-08-09 Thread Learnincurve
Learnincurve wrote: > Thanks. > > I'll check up this evening as the player is at home. > > BR. Hi again, Nothing is making it through to squeezelite, but this is what I'm getting in the server log: Code: [17-08-09 20:18:12.8348] Plugins::BBCiPlayer

Re: [SlimDevices: Plugins] BBCiPlayer with DASH support - test version

2017-08-09 Thread Learnincurve
bpa wrote: > The difference in processing berween a DASH/Flac and DASH/AAC is very > small and is common for initial communications . > What bit rate is being shown for the Radio 3 stream ? > > What is the value of "Seconds to delay start live stream" - can you try > no delay as squeezelite can

Re: [SlimDevices: Plugins] BBCiPlayer with DASH support - test version

2017-08-09 Thread Learnincurve
bpa wrote: > Audio and Metadata/ image comes from two different sources - so having > one does not imply the other. > Counter on GUI does not mean anyhting - it will always start counting > before connection is made. > > Any message in the log file. > > Are you in the UK ? Which menu did you

Re: [SlimDevices: Plugins] BBCiPlayer with DASH support - test version

2017-08-09 Thread Learnincurve
Hi, I'm using the latest 1.5.4.4 from the test repo and see the Radio 3 flac channel under Radio 3. Every time I try to play a flac stream (last attempt was yesterday evening's prom at 19:30), the stream looks as if it is going to play (counter reaches about 4 seconds), the metadata is

Re: [SlimDevices: Plugins] [Announce] Spotty - the next generation Spotify implementation

2017-07-09 Thread Learnincurve
Hi Michael and thank you very much for your work on Spotty, which I started using yesterday evening. I found a problem in Beethoven Symphony No. 6 and am unsure whether it is the Spotify tracks themselves that are broken or whether there is some special handling of "attacca" in Spotify that

[SlimDevices: Plugins] Squeezelite: Play files from local media?

2017-03-15 Thread Learnincurve
Hi, Just wondering if it's possible to plug a USB pen drive into a device running squeezelite (where the LMS is running on a different device) and be able to index/play the files? BR. --Marius-- Learnincurve's Profile:

Re: [SlimDevices: Plugins] Trying to compile squeezelite / jivelite on/for orangepiplus2e/Armbian

2016-12-13 Thread Learnincurve
I might have made a mistake going for tcz-jivelite. The regular build of jivelite from Ralph Irving's repositories compiled and I can load the GUI, but it doesn't find squeezelite, which I installed from the Armbian deb package. I'm currently compiling squeezeplayer and will then try to

[SlimDevices: Plugins] Trying to compile squeezelite / jivelite on/for orangepiplus2e/Armbian

2016-12-12 Thread Learnincurve
Hi, I just got hold of an Orangepiplus2e board (allwinner H3 - Arm v7/v8), on which I managed to install Armbian_5.24.161209 Ubuntu_xenial_3.4.113. I needed to go for the nightly build as I couldn't get past the kernel headers update on the "stable 5.23" version initial install and update. GCC

Re: [SlimDevices: Plugins] DSDPlay v1.0 output options through touch (downsampling)

2016-09-19 Thread Learnincurve
Mnyb wrote: > I did not say all DAC but all decent sources to that DAC . People > attribute big differences to sources ... > > The transcoding features may be in use more often than you think , for > example the standard setting for WAV is to transcoder to flac to > preserve bandwith ( a good

Re: [SlimDevices: Plugins] DSDPlay v1.0 output options through touch (downsampling)

2016-09-16 Thread Learnincurve
I just ordered one of 'these' (https://www.aliexpress.com/item/2015-new-Sanskrit-decoder-DAC-6-anniversary-edition-Optical-fiber-coaxial-USB-input-support-mobile-phones/32409198095.html): Only does up to DSD128 but I'm unlikely to want to store bigger files and will probably never hear the

Re: [SlimDevices: Plugins] DSDPlay v1.0 output options through touch (downsampling)

2016-09-15 Thread Learnincurve
Mnyb wrote: > What is your LMS server running on ? > > Yes i resample to all my Squeezeboxes . > > I dont use EDO on my Touches ,so it resamples to 24/96 and obviusly for > radio and boom it is 24/48 > > I'm not at home check my settings later Hi Mnyb, I may be wrong, but thought EDO was a

[SlimDevices: Plugins] DSDPlay v1.0 output options through touch (downsampling)

2016-09-15 Thread Learnincurve
My LMS 7.9 and touch (using latest firmware) with EDO play through COAX into a Cambridge audio Azur 640 surround receiver, that I use for both music (from the touch) and multimedia. Although I am quite pleased with the sound, the coaxial input is limited to 24 bit / 96KHz. I am now starting to

Re: [SlimDevices: Plugins] BBCiPlayer Plugins - an alternative quick fix guide

2015-11-26 Thread Learnincurve
Hi, I saw this (https://www.avforums.com/threads/bbc-iplayer-fixed-on-squeezeboxes.1947014/#post-22892805;>BBC iPlayer fixed on Squeezeboxes) post on avforums: -"BPA over at the Squeezeforums has released a patch to support DASH which fixes the listen again. First you need to uninstal the

Re: [SlimDevices: Plugins] playing flash-embedded content

2015-09-25 Thread Learnincurve
Here is the infromation I get from the flash object on the page. I have tried accessing the media file directly, but get no access. Flash version: LNX 18,0,0,209 OS version (arch): Linux (x86) User agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko)

[SlimDevices: Plugins] playing flash-embedded content

2015-09-24 Thread Learnincurve
Hi, I live in Norway, where the national broadcaster NRK now embeds listen on demand radio into flash content on the program web page. The media URL's themselves, though easy enough to find in the page code, are not accessible except from the embedded flash player, Does anyone know of any way