Re: [SlimDevices: SqueezeCenter] How to get Station Logo on Radio Stream Favoutites.

2020-09-24 Thread bpa


It seems if you push through to "Save to Favorites" from RadioNet menu
using an older SB player UI (e.g SB2/3, Classic, Boom, Transporter)  -
it saves the final URL (i.e no parser) and no station logo - only the
antenna icon.



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

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


Re: [SlimDevices: SqueezeCenter] How to get Station Logo on Radio Stream Favoutites.

2020-09-22 Thread bpa


slartibartfast wrote: 
> Looks like you can long press with the left mouse button in Squeezeplay.

OK.  I've tried to find a pcp/lirc equivalent (
https://github.com/ralph-irving/tcz-lirc/blob/master/jivekeys.csv) but
not obvious.

I think the advice is now clear on how to save Favorite with station
logo using Squeezeplay/Jivelite and what happens if saving Favorite
while playing the stream.



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

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


Re: [SlimDevices: SqueezeCenter] How to get Station Logo on Radio Stream Favoutites.

2020-09-22 Thread slartibartfast


bpa wrote: 
> That works on Touch.
> 
> Any idea how to do that on Squeezeplay ? (wiki has gone awol)  edit: 
> Add .html to any old links to wiki
> 
> Looking through the code it's not that easy to fixup saving a playing
> Favorite with images - it seems to have been omitted in lots of places,

Looks like you can long press with the left mouse button in Squeezeplay.

Sent from my Pixel 3a using Tapatalk





slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609
View this thread: http://forums.slimdevices.com/showthread.php?t=112934

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


Re: [SlimDevices: SqueezeCenter] How to get Station Logo on Radio Stream Favoutites.

2020-09-22 Thread bpa


slartibartfast wrote: 
> Try long pressing on the Station name and then a menu appears allowing
> "Save to favourites"

That works on Touch.

Any idea how to do that on Squeezeplay ? (wiki has gone awol)

Looking through the code it's not that easy to fixup saving a playing
Favorite with images - it seems to have been omitted in lots of places,



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

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


Re: [SlimDevices: SqueezeCenter] How to get Station Logo on Radio Stream Favoutites.

2020-09-22 Thread slartibartfast


bpa wrote: 
> Just testing the patches and I think I found another reason for no logo
> with saved Favorites on Touch >Squeezeplay.
> 
> The only way I found to save a favorite on Touch/Squeezeplay is by
> playing the station and then "save as Favorite" from the Now playing
> menu. The  URLS & Title are svaed in the Favorite but *not* the
> icon/styation logo.  Interesting with Radio.net - it is the final URL
> and also no parser (which is sort of good).
> Test with Tune-in and BBCiPlayer - in all cases no icon is saved with
> the Favorite. 
> 
> Is there another way on Touch/ Squeezeplay to save a Favorite from a
> menu without playing the item ?Try long pressing on the Station name and then 
> a menu appears allowing
"Save to favourites"

Sent from my Pixel 3a using Tapatalk





slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609
View this thread: http://forums.slimdevices.com/showthread.php?t=112934

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


Re: [SlimDevices: SqueezeCenter] How to get Station Logo on Radio Stream Favoutites.

2020-09-22 Thread bpa


Just testing the patches and I think I found another reason for no logo
with saved Favorites on Touch >Squeezeplay.

The only way I found to save a favorite on Touch/Squeezeplay is by
playing the station and then "save as Favorite" from the Now playing
menu. The  URLS & Title are svaed in the Favorite but *not* the
icon/styation logo.  Interesting with Radio.net - it is the final URL
and also no parser (which is sort of good).
Test with Tune-in and BBCiPlayer - in all cases no icon is saved with
the Favorite. 

Is there another way on Touch/ Squeezeplay to save a Favorite from a
menu without playing the item ?



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

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


Re: [SlimDevices: SqueezeCenter] How to get Station Logo on Radio Stream Favoutites.

2020-09-22 Thread bpa


slartibartfast wrote: 
> I stopped LMS, edited favourites.opml using Notepad++ via WinSCP,
> restarted LMS and everything works.

Good. 

I'm trying to put together a set of patches to add "on_select" to the
OPML file as part of Favorites saved.
Then I'll have to get them reviewed to see whether it is acceptable to
have "on_select" output to an Favorites.opml as it is one of a number of
attributes in XMLBrowser which are usually only used within Plugin code
and not made accessible in Favorites.opml - this is already odd given
that once it is in the Favorites.opml file it is processed & works.



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

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


Re: [SlimDevices: SqueezeCenter] How to get Station Logo on Radio Stream Favoutites.

2020-09-22 Thread slartibartfast


bpa wrote: 
> Possibly if set up correctly.  As it is not clear what the problem is,
> there is a need to minimise things that can have gone wrong.I stopped LMS, 
> edited favourites.opml using Notepad++ via WinSCP,
restarted LMS and everything works. [emoji106]

Sent from my Pixel 3a using Tapatalk





slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609
View this thread: http://forums.slimdevices.com/showthread.php?t=112934

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


Re: [SlimDevices: SqueezeCenter] How to get Station Logo on Radio Stream Favoutites.

2020-09-22 Thread diode84


bpa wrote: 
>  

Thanks bpa, that clears things up and working fine here on PcP and
Daphile.
I actually edit by removing card in Pcp, haven't worked out how to edit
on line yet.
Thanks for help anyway.



diode84's Profile: http://forums.slimdevices.com/member.php?userid=68983
View this thread: http://forums.slimdevices.com/showthread.php?t=112934

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


Re: [SlimDevices: SqueezeCenter] How to get Station Logo on Radio Stream Favoutites.

2020-09-22 Thread bpa


slartibartfast wrote: 
> Will Notepad++ be up to the job?

Possibly if set up correctly.  As it is not clear what the problem is,
there is a need to minimise things that can have gone wrong.



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

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


Re: [SlimDevices: SqueezeCenter] How to get Station Logo on Radio Stream Favoutites.

2020-09-22 Thread slartibartfast


bpa wrote: 
> Anything between a  and a corresponding nearest  is
> independent and cannot affect any other entry. If you make a typo in any
> OPML file (e.g. ) - then everything from that point on will
> be corrupted.
> 
> Do not edit Favorites.opml unless LMS is stopped - otherwise you'll get
> weird problems - as LMS internal copy of Favorite will no longer match
> the edited file and subsequent changes will be unpredictable.
> 
> If you save backups - do not use the LMS name favorite.opml.backup
> unless LMS is stopped.  It is best not to touch LMS favorites backup as
> it is guaranteed to be OPML correct whereas your backup may not be.
> 
> The only change you shoudl be doing is adding a *on_select="play"* just
> before a *type ="playlist"*Make sure you don't lose quotation marks
> or use the wrong sort of quotation mark. Make sure no excess spaces.
> 
> Make sure you are editing the OPML on a Linux system& editor  and not
> using a Windows system oir a Windows based editors.  Windows systems
> usually ends up with wrong line endings and/or UTF BOM marks which may
> may be significant.Will Notepad++ be up to the job?

Sent from my Pixel 3a using Tapatalk





slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609
View this thread: http://forums.slimdevices.com/showthread.php?t=112934

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


Re: [SlimDevices: SqueezeCenter] How to get Station Logo on Radio Stream Favoutites.

2020-09-22 Thread slartibartfast


bpa wrote: 
> Describe how you save the Favorite ?Now I see my mistake. I was trying to 
> edit the favourite directly not in
favourites.opml. 

Sent from my Pixel 3a using Tapatalk





slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609
View this thread: http://forums.slimdevices.com/showthread.php?t=112934

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


Re: [SlimDevices: SqueezeCenter] How to get Station Logo on Radio Stream Favoutites.

2020-09-22 Thread bpa


diode84 wrote: 
> I seem to get into problems when adding more than one modified OPML
> entry. Add one and its ok, next one causes problems so i need to know
> more about the OPML
> Do I need both, favorites.opml and favorites.opml.backup and do I need
> to modify both. And can I copy favorites.opml and rename it
> favorites.opml.backup
> Thanks

Anything between a  and a corresponding nearest  is
independent and cannot affect any other entry. If you make a typo in any
OPML file (e.g. ) - then everything from that point on will
be corrupted.

Do not edit Favorites.opml unless LMS is stopped - otherwise you'll get
weird problems - as LMS internal copy of Favorite will no longer match
the edited file and subsequent changes will be unpredictable.

If you save backups - do not use the LMS name favorite.opml.backup
unless LMS is stopped.  It is best not to touch LMS favorites backup as
it is guaranteed to be OPML correct whereas your backup may not be.



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

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


Re: [SlimDevices: SqueezeCenter] How to get Station Logo on Radio Stream Favoutites.

2020-09-22 Thread diode84


bpa wrote: 
> 
> 



I seem to get into problems when adding more than one modified OPML entry.
Add one and its ok, next one causes problems so i need to know more about
the OPML
Do I need both, favorites.opml and favorites.opml.backup and do I need to
modify both.
Thanks



diode84's Profile: http://forums.slimdevices.com/member.php?userid=68983
View this thread: http://forums.slimdevices.com/showthread.php?t=112934

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


Re: [SlimDevices: SqueezeCenter] How to get Station Logo on Radio Stream Favoutites.

2020-09-20 Thread diode84


bpa wrote: 
> The following is my technique.
> 1. Use LMS Radionet Menu on WebUI to find Cafe Zimmerman
> 2. On LHS - use heart to save the Zimmerman entry as a favorite.
> 3., Edit the Zimmeriman entry in favorites.opml  - as it is alareayd a
> "playlist" only *on_select="play"* needs to be added.
> 
> entry looks like
> > 
Code:

  >   >  https://www.radio.net/s/cafezimmermann; 
icon="https://d3kle7qwymxpcy.cloudfront.net/images/broadcasts/a9/f6/120630/1/c300.png;
 parser="Plugins::RadioNet::PlayableParser?type=STATION" text="Radio Cafe 
Zimmermann (Munich, Germany / Classical)" on_select="play" type="playlist" />
  > 

> > 
That worked for me, will test it a bit more and try your mod on another
channel.



diode84's Profile: http://forums.slimdevices.com/member.php?userid=68983
View this thread: http://forums.slimdevices.com/showthread.php?t=112934

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


Re: [SlimDevices: SqueezeCenter] How to get Station Logo on Radio Stream Favoutites.

2020-09-20 Thread bpa


slartibartfast wrote: 
> I don't see any of the icon or parser info in the URL. How do you see
> that?

Describe how you save the Favorite ?



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

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


Re: [SlimDevices: SqueezeCenter] How to get Station Logo on Radio Stream Favoutites.

2020-09-20 Thread slartibartfast


bpa wrote: 
> The following is my technique.
> 1. Use LMS Radionet Menu on WebUI to find Cafe Zimmerman
> 2. On LHS - use heart to save the Zimmerman entry as a favorite.
> 3., Edit the Zimmeriman entry in favorites.opml  - as it is alareayd a
> "playlist" only *on_select="play"* needs to be added.
> 
> entry looks like
> > 
Code:

  >   >  https://www.radio.net/s/cafezimmermann; 
icon="https://d3kle7qwymxpcy.cloudfront.net/images/broadcasts/a9/f6/120630/1/c300.png;
 parser="Plugins::RadioNet::PlayableParser?type=STATION" text="Radio Cafe 
Zimmermann (Munich, Germany / Classical)" on_select="play" type="playlist" />
  > 

> > 

I don't see any of the icon or parser info in the URL. How do you see
that?

Sent from my Pixel 3a using Tapatalk





slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609
View this thread: http://forums.slimdevices.com/showthread.php?t=112934

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


Re: [SlimDevices: SqueezeCenter] How to get Station Logo on Radio Stream Favoutites.

2020-09-20 Thread bpa


slartibartfast wrote: 
> I probably made a mistake but I just tried editing the URL of Radio Cafe
> Zimmermann to 
> https://www.radio.net/s/cafezimmermann on_select="play" type="playlist"
> /
> and I see a 404 error.
> 
> Edit I obviously don't understand the format of your example URL
> 
> Sent from my Pixel 3a using Tapatalk

The following is my technique.
1. Use LMS Radionet Menu on WebUI to find Cafe Zimmerman
2. On LHS - use heart to save the Zimmerman entry as a favorite.
3., Edit the Zimmeriman entry in favorites.opml  - as it is alareayd a
"playlist" only *on_select="play"* needs to be added.

entry looks like

Code:

 https://www.radio.net/s/cafezimmermann; 
icon="https://d3kle7qwymxpcy.cloudfront.net/images/broadcasts/a9/f6/120630/1/c300.png;
 parser="Plugins::RadioNet::PlayableParser?type=STATION" text="Radio Cafe 
Zimmermann (Munich, Germany / Classical)" on_select="play" type="playlist" />
  




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

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


Re: [SlimDevices: SqueezeCenter] How to get Station Logo on Radio Stream Favoutites.

2020-09-20 Thread slartibartfast


bpa wrote: 
> I know. 
> I'm just worried that with a increased take up of Radionet plugin as an
> alternative to Tune-on  - there'll be more posts.
> 
> A workaround that seems to work (but needs more testing) is to add
> on_select="play" with type "playlist" rather than "audio" into the OPML
> entry.  This parameter is lost when Favorite is created.
> Example
> > 
Code:

  >   > 
  > https://www.radio.net/s/1fmbaroque; 
icon="https://d3kle7qwymxpcy.cloudfront.net/images/broadcasts/6a/58/1366/2/c300.png;
 parser="Plugins::RadioNet::PlayableParser?type=STATION" text="1.FM - Otto's 
Baroque Music (Zug, Switzerland / Classical)" on_select="play" type="playlist" 
/>
  > 

> > 

I probably made a mistake but I just tried editing the URL of Radio Cafe
Zimmermann to 
https://www.radio.net/s/cafezimmermann on_select="play" type="playlist"
/
and I see a 404 error.

Sent from my Pixel 3a using Tapatalk





slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609
View this thread: http://forums.slimdevices.com/showthread.php?t=112934

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


Re: [SlimDevices: SqueezeCenter] How to get Station Logo on Radio Stream Favoutites.

2020-09-20 Thread bpa


slartibartfast wrote: 
> I am just trying to find a workaround that will work for the OP until
> the bug is fixed [emoji3]
I know. 
I'm just worried that with a increased take up of Radionet plugin as an
alternative to Tune-on  - there'll be more posts.

A workaround that seems to work (but needs more testing) is to add
on_select="play" with type "playlist" rather than "audio" into the OPML
entry.  This parameter is lost when Favorite is created.
Example

Code:


  https://www.radio.net/s/1fmbaroque; 
icon="https://d3kle7qwymxpcy.cloudfront.net/images/broadcasts/6a/58/1366/2/c300.png;
 parser="Plugins::RadioNet::PlayableParser?type=STATION" text="1.FM - Otto's 
Baroque Music (Zug, Switzerland / Classical)" on_select="play" type="playlist" 
/>
  




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

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


Re: [SlimDevices: SqueezeCenter] How to get Station Logo on Radio Stream Favoutites.

2020-09-20 Thread slartibartfast


bpa wrote: 
> I think long press will "work" (e.g. produce a dialogue) regardless of
> defeat setting but the main point is why 
> 
> I'm using a Linux Squeezeplay to test as you cannot "long press" with a
> mouse and it easy to get logging & quicker to restart after making
> changes, to clear the player cache etc to get player into a reliably
> reproducible state.
> 
> The OP says he has a pcp with some sort of screen - I presume either
> touch or mouse, either way a pcp can have a huge variety of hardware,
> there is a clear "bug" and no point in chasing down pcp hardware
> specific solution.
> 
> edit:I am just trying to find a workaround that will work for the OP until
the bug is fixed [emoji3]

Sent from my Pixel 3a using Tapatalk





slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609
View this thread: http://forums.slimdevices.com/showthread.php?t=112934

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


Re: [SlimDevices: SqueezeCenter] How to get Station Logo on Radio Stream Favoutites.

2020-09-20 Thread bpa


slartibartfast wrote: 
> So maybe the long press on the favourite works for me because  my
> setting for destructive touch to play is always ask. On the Radio the
> favourites can be played by selecting the favourite and then pressing
> the play button rather than pushing the rotary knob. The original poster
> still hasn't specified the method he uses.

I think long press will "work" (e.g. produce a dialogue) regardless of
defeat setting but the main point is why 

I'm using a Linux Squeezeplay to test as you cannot "long press" with a
mouse and it easy to get logging & quicker to restart after making
changes, to clear the player cache etc to get player into a reliably
reproducible state.

The OP says he has a pcp with some sort of screen - I presume either
touch or mouse, either way a pcp can have a huge variety of hardware,
there is a clear "bug" and no point in chasing down pcp hardware
specific solution.

edit:

> 
> I am playing all on USB DAC connected to Pi 3b=+
> Main page shows: piCorePlayer | piCorePlayer v5.0.0 | linux
> 4.19.40-pcpCore_v7 | piCore v10.1pCP | Squeezelite v1.9.2-1158-pCP
>



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

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


Re: [SlimDevices: SqueezeCenter] How to get Station Logo on Radio Stream Favoutites.

2020-09-20 Thread slartibartfast


bpa wrote: 
> The problem is centred around Favorite which have a "parser" element for
> RadioNet as 
> > 
Code:

  >   > parser="Plugins::RadioNet::PlayableParser?type=STATION"

> > 
> 
> These Favorite will play from WebUI and from non Jiveplay UIs. (e.g.
> Material based)
> 
> The problem occurs with JivePlay based players (e.g. radio, Touch,
> Squeezeplay, Jivelite) and Player setting "Defeat destructive
> Touch-to-Play" setting is set to "do no defeat"  (other values
> probably may cause same issues when TTP is not defeated) .
> 
> AFAICT "Touch-to-Play" can work where the Favoriute has already been
> played via another UI and while the playable URL (determined form
> previous playing)  is in LMS cache.

So maybe the long press on the favourite works for me because  my
setting for destructive touch to play is always ask. On the Radio the
favourites can be played by selecting the favourite and then pressing
the play button rather than pushing the rotary knob. The original poster
still hasn't specified the method he uses.

Sent from my Pixel 3a using Tapatalk





slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609
View this thread: http://forums.slimdevices.com/showthread.php?t=112934

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


Re: [SlimDevices: SqueezeCenter] How to get Station Logo on Radio Stream Favoutites.

2020-09-20 Thread bpa


diode84 wrote: 
> Any way round this you can think of.

I have been trying for the last week to find a good solution.

I have tried many different code fixes but none have worked.

One approach will affect usability by adding a layer to Radionet menu
before a station is playable.

Another approach requires a significant rewrite and even then I'm not
sure it will provide a good solution.



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

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


Re: [SlimDevices: SqueezeCenter] How to get Station Logo on Radio Stream Favoutites.

2020-09-20 Thread bpa


slartibartfast wrote: 
> Did you say how you are trying to play the RadioNet favourites?

The problem is centred around Favorite which have a "parser" element for
RadioNet as 

Code:

parser="Plugins::RadioNet::PlayableParser?type=STATION"



These Favorite will play from WebUI and from non Jiveplay UIs. (e.g.
Material based)

The problem occurs with JivePlay based players (e.g. radio, Touch,
Squeezeplay, Jivelite) and Player setting "Defeat destructive
Touch-to-Play" setting is set to "do no defeat"  (other values probably
may cause same issues when TTP is not defeated) .

AFAICT "Touch-to-Play" can work where the Favoriute has already been
played via another UI and while the playable URL (determined form
previous playing)  is in LMS cache.



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

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


Re: [SlimDevices: SqueezeCenter] How to get Station Logo on Radio Stream Favoutites.

2020-09-20 Thread slartibartfast


diode84 wrote: 
> Any way round this you can think of.Did you say how you are trying to play 
> the RadioNet favourites?

Sent from my Pixel 3a using Tapatalk





slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609
View this thread: http://forums.slimdevices.com/showthread.php?t=112934

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


Re: [SlimDevices: SqueezeCenter] How to get Station Logo on Radio Stream Favoutites.

2020-09-19 Thread diode84


bpa wrote: 
> OK - that confirms the Jiveplay issue.
Any way round this you can think of.



diode84's Profile: http://forums.slimdevices.com/member.php?userid=68983
View this thread: http://forums.slimdevices.com/showthread.php?t=112934

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


Re: [SlimDevices: SqueezeCenter] How to get Station Logo on Radio Stream Favoutites.

2020-09-19 Thread bpa


diode84 wrote: 
> Yes It does play with the web UI

OK - that confirms the Jiveplay issue.



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

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


Re: [SlimDevices: SqueezeCenter] How to get Station Logo on Radio Stream Favoutites.

2020-09-19 Thread diode84


Paul Webster wrote: 
> The scanner.log is for the scan process - and is not related to
> Favourites.
> 
> Take a look at the server.log to see if it has any clues.

Sorry, added wrong log. I added correct log in my last post.



diode84's Profile: http://forums.slimdevices.com/member.php?userid=68983
View this thread: http://forums.slimdevices.com/showthread.php?t=112934

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


Re: [SlimDevices: SqueezeCenter] How to get Station Logo on Radio Stream Favoutites.

2020-09-19 Thread diode84


bpa wrote: 
> 
> Can you play the "zimmerman" Favorite from the WebUI on the same player
> ?

Yes It does play with the web UI31604


+---+
|Filename: server.log   |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=31604|
+---+


diode84's Profile: http://forums.slimdevices.com/member.php?userid=68983
View this thread: http://forums.slimdevices.com/showthread.php?t=112934

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


Re: [SlimDevices: SqueezeCenter] How to get Station Logo on Radio Stream Favoutites.

2020-09-19 Thread slartibartfast


bpa wrote: 
> My current understanding. Radionet Favorites are saved as a Radionet URL
> with a Parser (look at Favorites.opml).  This works OK from WebUI but
> with Jiveplay "Touch-to-Play" it doesn't work.  It work from the
> RadioNet plugin menu (even on Jiveplay) because it supplies additional
> Jive parameters or has a Jiveplay Client context  which are not present
> when directly playing Favorites from Jiveplay UI.
> 
> Don't know what OrangeSqueeze uses but I'm guessing not Jiveplay.
> 
> I've seen variations of this "Touch-to-play" issue before and solution
> has to created within Plugin or LMS.On "Touch to play" you can long press the 
> favourite as a workaround.

Sent from my Pixel 3a using Tapatalk





slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609
View this thread: http://forums.slimdevices.com/showthread.php?t=112934

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


Re: [SlimDevices: SqueezeCenter] How to get Station Logo on Radio Stream Favoutites.

2020-09-19 Thread bpa


diode84 wrote: 
> It only works on Linn Classical as they broadcast from UK, nothing else
> works.

I think Tune-in/Radiotime  may have changed to comply with UK court case
and UK usewrs and now provide info about "restrictions" whereas before
they did nothing.

I have no problem wit Radiotime Favorites / Stations possibly because I
am a non UK user.

>  With Radionet , I can scan a station eg Radio Cafe Zimmerman, save to
> favorites then it plays from favorites with full station logo and
> favorite logo.
> If I reboot PcP, go to favorites it does not play and I get
> 31602
> Does this answer anything.

LMS errors and "interesting" events are noted in server.log. Scanner.log
is mainly used to scan file tags and audio format of streams and then
only when logging levels increased.

I have seen this behaviour.  Please be specific about what UI user are
using.

Can you play the "zimmerman" Favorite from the WebUI on the same player
?



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

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


Re: [SlimDevices: SqueezeCenter] How to get Station Logo on Radio Stream Favoutites.

2020-09-19 Thread bpa


slartibartfast wrote: 
> What method are you using to play stations from favourites? If I
> understand correctly there is a bug which causes favourites saved from
> RadioNet to act differently from other favourites but I can play them
> from the default web UI and from Material skin and also from Orange
> Squeeze.

My current understanding. Radionet Favorites are saved as a Radionet URL
with a Parser (look at Favorites.opml).  This works OK from WebUI but
with Jiveplay "Touch-to-Play" it doesn't work.  It work from the
RadioNet plugin menu (even on Jiveplay) because it supplies additional
Jive parameters or has a Jiveplay Client context  which are not present
when directly playing Favorites from Jiveplay UI.

Don't know what OrangeSqueeze uses but I'm guessing not Jiveplay.

I've seen variations of this "Touch-to-play" issue before and solution
has to created within Plugin or LMS.



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

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


Re: [SlimDevices: SqueezeCenter] How to get Station Logo on Radio Stream Favoutites.

2020-09-19 Thread slartibartfast


diode84 wrote: 
> It only works on Linn Classical as they broadcast from UK, nothing else
> works.
> 
> With Radionet , I can scan a station eg Radio Cafe Zimmerman, save to
> favorites then it plays from favorites with full station logo and
> favorite logo.
> If I reboot PcP, go to favorites it does not play and I get
> 31602
> Does this answer anything.What method are you using to play stations from 
> favourites? If I
understand correctly there is a bug which causes favourites saved from
RadioNet to act differently from other favourites but I can play them
from the default web UI and from Material skin and also from Orange
Squeeze.

Sent from my Pixel 3a using Tapatalk





slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609
View this thread: http://forums.slimdevices.com/showthread.php?t=112934

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


Re: [SlimDevices: SqueezeCenter] How to get Station Logo on Radio Stream Favoutites.

2020-09-19 Thread Paul Webster


The scanner.log is for the scan process - and is not related to
Favourites.

Take a look at the server.log to see if it has any clues.



Paul Webster
http://dabdig.blogspot.com
author of \"now playing\" plugins covering radio france (fip etc), kcrw,
supla finland, abc australia, cbc/radio-canada and rte ireland

Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105
View this thread: http://forums.slimdevices.com/showthread.php?t=112934

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


Re: [SlimDevices: SqueezeCenter] How to get Station Logo on Radio Stream Favoutites.

2020-09-19 Thread diode84


bpa wrote: 
> Other users (e.g. me) do not have the problem you have.  It seems your
> problems are specific to your setup. 
> 
> 
> 
> That's good. If the problem has gone away - the cause of the original
> problem may have been something left in a cache somewhere.
> 
> Remember because of a UK court case - some station have been removed
> from Tunein/Radiotime so a saved Favorite for such a station will fail. 
> Favorites can also fail if a station updates its URL and the Favorite
> has the "old" URL.
It only works on Linn Classical as they broadcast from UK, nothing else
works.

With Radionet , I can scan a station eg Radio Cafe Zimmerman, save to
favorites then it plays from favorites with full station logo and
favorite logo.
If I reboot PcP, go to favorites it does not play and I get
31602
Does this answer anything.


+---+
|Filename: scanner.log  |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=31602|
+---+


diode84's Profile: http://forums.slimdevices.com/member.php?userid=68983
View this thread: http://forums.slimdevices.com/showthread.php?t=112934

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


Re: [SlimDevices: SqueezeCenter] How to get Station Logo on Radio Stream Favoutites.

2020-09-18 Thread bpa


diode84 wrote: 
> Sorry don't understand, do others have problems with Radiotime.

Other users (e.g. me) do not have the problem you have.  It seems your
problems are specific to your setup. 

>  Linn Classical is working on Radiotime, web and internal UI at the
> moment.
> 
> http://opml.radiotime.com/Tune.ashx?id=s122116=aac,ogg,mp3,wmpro,wma,wmvoice,hls=16=3a2aa5d0dc67866d232d6582a2ca0eb8
> I thought it had stopped on everything.
> I will stick to getting Radiotime going if it is a possibility

That's good. If the problem has gone away - the cause of the original
problem may have been something left in a cache somewhere.

Remember because of a UK court case - some station have been removed
from Tunein/Radiotime so a saved Favorite for such a station will fail. 
Favorites can also fail if a station updates its URL and the Favorite
has the "old" URL.



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

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


Re: [SlimDevices: SqueezeCenter] How to get Station Logo on Radio Stream Favoutites.

2020-09-18 Thread diode84


bpa wrote: 
> Pity as clearly there is something odd with your setup as others do have
> have problems with Radiotime. This issue may manifest itself in other
> ways with other plugins.  It is usually a good thing to determine and
> eliminate issues.

Sorry don't understand, do others have problems with Radiotime.

Linn Classical is working on Radiotime, web and internal UI at the
moment.

http://opml.radiotime.com/Tune.ashx?id=s122116=aac,ogg,mp3,wmpro,wma,wmvoice,hls=16=3a2aa5d0dc67866d232d6582a2ca0eb8
I thought it had stopped on everything.
I will stick to getting Radiotime going if it is a possibility



diode84's Profile: http://forums.slimdevices.com/member.php?userid=68983
View this thread: http://forums.slimdevices.com/showthread.php?t=112934

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


Re: [SlimDevices: SqueezeCenter] How to get Station Logo on Radio Stream Favoutites.

2020-09-18 Thread bpa


diode84 wrote: 
> I have stopped using Radiotime altogether as it does not work on
> anything, PcP or Daphile.
> If I want to play a station with logo I search with Radionet and play
Pity as clearly there is something odd with your setup as others do have
have problems with Radiotime. This issue may manifest itself in other
ways with other plugins.  It is usually a good thing to determine and
eliminate issues.

> Is there any way round a time expiry as Radionet is really good.

What specific time expiry issues are you talking about ? How did you
diagnose it ?
What URL are you trying to play ?

Your unplayable URL is most likely a format  or possible geo locked
issue as it is most common cause or possibly the Radiotime issue in
another guise.



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

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


Re: [SlimDevices: SqueezeCenter] How to get Station Logo on Radio Stream Favoutites.

2020-09-18 Thread diode84


bpa wrote: 
> That would be consistent with an unplayable URL - unplayable for some
> reason such as out of date URL, unsupported format, geo locked, time
> expiry etc. 
> Any message in LMS server.log (see WebUI Settings/Information  at bottom
> "Server Log file ")
> What URL are you trying to play ?
I have stopped using Radiotime altogether as it does not work on
anything, PcP or Daphile.
If I want to play a station with logo I search with Radionet and play.
Is there any way round a time expiry as Radionet is really good.



diode84's Profile: http://forums.slimdevices.com/member.php?userid=68983
View this thread: http://forums.slimdevices.com/showthread.php?t=112934

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


Re: [SlimDevices: SqueezeCenter] How to get Station Logo on Radio Stream Favoutites.

2020-09-17 Thread bpa


diode84 wrote: 
> Radiotime favorite does not play on web UI. The logo comes on for 4 secs
> and goes off both on PcP and Daphile.
> It does not play nor logo at all on Jivelite UI.

That would be consistent with an unplayable URL - unplayable for some
reason such as out of date URL, unsupported format, geo locked, time
expiry etc. 
What URL are you trying to play ?



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

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


Re: [SlimDevices: SqueezeCenter] How to get Station Logo on Radio Stream Favoutites.

2020-09-17 Thread diode84


bpa wrote: 
> I meant "station logo" not "station log".
> 
> Ignore Radionet - your original problem is to do with Radiotime /
> Tune-in / LMS radio search.  Radionet problem is totally different and
> irrelevant to your first post.
> 
> As per one of your early posts

Radiotime favorite does not play on web UI. The logo comes on for 4 secs
and goes off both on PcP and Daphile.
It does not play nor logo at all on Jivelite UI.



diode84's Profile: http://forums.slimdevices.com/member.php?userid=68983
View this thread: http://forums.slimdevices.com/showthread.php?t=112934

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


Re: [SlimDevices: SqueezeCenter] How to get Station Logo on Radio Stream Favoutites.

2020-09-17 Thread bpa


diode84 wrote: 
> Not sure what the station log is.
> If I select Radionet favorite using the Jivelite internal UI, it does
> not play. But the screen shows: Radio Cafe Zimmerman ( Munich, Germany
> /Classical.
> 
> Web interface plays and gives logo.

Ignore Radionet - your original problem is to do with Radiotime /
Tune-in / LMS radio search.  Radionet problem is totally different and
irrelevant to your first post.

As per one of your early posts

> 
> I was using: outline
> URL="http://opml.radiotime.com/Tune.ashx?id=s240705formats=aac,ogg,mp3,wmpro
> ,wma,wmvoice,hlspartnerId=16serial=3a2aa
> 5d0dc67866d232d6582a2ca0eb8"
> icon="/imageproxy/http%3A%2F%2Fcdn-radiotime-logos.tunein.com%2Fs240705q.png/image.png"
> text="The Organ Experience" type="audio" />
>



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

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


Re: [SlimDevices: SqueezeCenter] How to get Station Logo on Radio Stream Favoutites.

2020-09-17 Thread diode84


slartibartfast wrote: 
> Station log is a typo. What happens when you play RADIOTIME not
> RADIONET. Do you get the logo?
> 
> Sent from my Pixel 3a using Tapatalk

Radiotime plays with logo on Jivelite UI and web.



diode84's Profile: http://forums.slimdevices.com/member.php?userid=68983
View this thread: http://forums.slimdevices.com/showthread.php?t=112934

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


Re: [SlimDevices: SqueezeCenter] How to get Station Logo on Radio Stream Favoutites.

2020-09-17 Thread slartibartfast


diode84 wrote: 
> Not sure what the station log is.
> If I select Radionet favorite using the Jivelite internal UI, it does
> not play. But the screen shows: Radio Cafe Zimmerman ( Munich, Germany
> /Classical.
> 
> Web interface plays and gives logo.

Station log is a typo. What happens when you play RADIOTIME not
RADIONET. Do you get the logo?

Sent from my Pixel 3a using Tapatalk





slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609
View this thread: http://forums.slimdevices.com/showthread.php?t=112934

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


Re: [SlimDevices: SqueezeCenter] How to get Station Logo on Radio Stream Favoutites.

2020-09-17 Thread diode84


bpa wrote: 
> 
> 
> The question is whether station log still do not appear for you when you
> are playing a Radiotime Favorite
Not sure what the station log is.
If I select Radionet favorite using the Jivelite internal UI, it does
not play. But the screen shows: Radio Cafe Zimmerman ( Munich, Germany
/Classical.

Web interface plays and gives logo.



diode84's Profile: http://forums.slimdevices.com/member.php?userid=68983
View this thread: http://forums.slimdevices.com/showthread.php?t=112934

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


Re: [SlimDevices: SqueezeCenter] How to get Station Logo on Radio Stream Favoutites.

2020-09-17 Thread bpa


diode84 wrote: 
> I don't really understand the difference in the two problems.
> But the logos for stations I have searched for in Radionet and saved to
> favorites, appear in the list of favorites even though they will not
> play
> unless selected by the web interface.
> Is that what you mean?

The Radiotime problem as stated in the first post is that stations play
but  you do not get Station logos ?
The Radionet problems is that station do not play from a Jiveplay UI
(i.e. LMS just display the URL) - if they do not play then LMS will not
even try to display a logo as there is nothing playing so there is no
problem relating to Logo 

The question is whether station log still do not appear for you when you
are playing a Radiotime Favorite



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

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


Re: [SlimDevices: SqueezeCenter] How to get Station Logo on Radio Stream Favoutites.

2020-09-17 Thread slartibartfast


bpa wrote: 
> You should save Favorites from the search results and NOT after you
> start playing the station. 
> 
> I think I found a Radionet saved Favorites playing problem with Jiveplay
> UI (I.e. Touch, Radio, Jivelite, Squeezeplay) - and Radionet.   I don't
> know what UI is used on your PCP - I'm guessing it is Jivelite..
> 
> This issue would be specific to Radio net station saved to Favorites and
> so if you have playing problem with Favorites saved from Tune-in - it is
> a separate issue.Is the Radionet issue the same one I noted in the Material 
> thread?
https://forums.slimdevices.com/showthread.php?p=988840


Sent from my Pixel 3a using Tapatalk





slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609
View this thread: http://forums.slimdevices.com/showthread.php?t=112934

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


Re: [SlimDevices: SqueezeCenter] How to get Station Logo on Radio Stream Favoutites.

2020-09-17 Thread diode84


I don't really understand the difference in the two problems.
But the logos for stations I have searched for in Radionet and saved to
favorites, appear in the list of favorites even though they will not
play
unless selected by the web interface.
Is that what you mean?



diode84's Profile: http://forums.slimdevices.com/member.php?userid=68983
View this thread: http://forums.slimdevices.com/showthread.php?t=112934

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


Re: [SlimDevices: SqueezeCenter] How to get Station Logo on Radio Stream Favoutites.

2020-09-17 Thread bpa


diode84 wrote: 
> No. As you say Radionet will play and give logo, sort of live, but save
> to favorites and go back to it and it does not play.
> Some things are playing ok but they are stations I have found a url for.
I know Radionet problem - but what about the original Radiotime problem
?



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

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


Re: [SlimDevices: SqueezeCenter] How to get Station Logo on Radio Stream Favoutites.

2020-09-17 Thread diode84


bpa wrote: 
> It's a weird Radionet plugin issue - station play OK from Plugin but not
> when saved as a Favorite - something is being lost when saved as a
> Favorite.
> 
> Compared to first post, you have changed all problem Favorites from
> Radiotime to Radionet. Just to make sure - the original post was about 
> logos and Radiotime (aka Tune-in aka LMS Radio Search) Favorites (i.e.
> OPML entries with radiotime in the URL) - have all those problems been
> resolved.

No. As you say Radionet will play and give logo, sort of live, but save
to favorites and go back to it and it does not play.
Some things are playing ok but they are stations I have found a url for.



diode84's Profile: http://forums.slimdevices.com/member.php?userid=68983
View this thread: http://forums.slimdevices.com/showthread.php?t=112934

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


Re: [SlimDevices: SqueezeCenter] How to get Station Logo on Radio Stream Favoutites.

2020-09-17 Thread bpa


diode84 wrote: 
> The UI is Jivelite.
It's a weird Radionet plugin issue - station play OK from Plugin but not
when saved as a Favorite - something is being lost when saved as a
Favorite.

Compared to first post, you have changed all problem Favorites from
Radiotime to Radionet. Just to make sure - the original post was about 
logos and Radiotime (aka Tune-in aka LMS Radio Search) Favorites (i.e.
OPML entries with radiotime in the URL) - have all those problems been
resolved.



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

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


Re: [SlimDevices: SqueezeCenter] How to get Station Logo on Radio Stream Favoutites.

2020-09-17 Thread diode84


bpa wrote: 
> You should save Favorites from the search results and NOT after you
> start playing the station. 
> 
> I think I found a Radionet saved Favorites playing problem with Jiveplay
> UI (I.e. Touch, Radio, Jivelite, Squeezeplay) - and Radionet.   I don't
> know what UI is used on your PCP - I'm guessing it is Jivelite..
> 
> This issue would be specific to Radio net station saved to Favorites and
> so if you have playing problem with Favorites saved from Tune-in - it is
> a separate issue.

The UI is Jivelite.



diode84's Profile: http://forums.slimdevices.com/member.php?userid=68983
View this thread: http://forums.slimdevices.com/showthread.php?t=112934

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


Re: [SlimDevices: SqueezeCenter] How to get Station Logo on Radio Stream Favoutites.

2020-09-16 Thread bpa


diode84 wrote: 
> The only search I can find in Logitech Media Server and Daphile is
> search tunein, thats how I used to do it, search for it then add to
> favorites. Now I have used search in Radionet and add to favorites.
> Favorites play on web interface but it not always on internal user
> interface.

You should save Favorites from the search results and NOT after you
start playing the station. 

I think I found a Radionet saved Favorites playing problem with Jiveplay
UI (I.e. Touch, Radio, Jivelite, Squeezeplay) - and Radionet.   I don't
know what UI is used on your PCP - I'm guessing it is Jivelite..

This issue would be specific to Radio net station saved to Favorites and
so if you have playing problem with Favorites saved from Tune-in - it is
a separate issue.



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

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


Re: [SlimDevices: SqueezeCenter] How to get Station Logo on Radio Stream Favoutites.

2020-09-16 Thread diode84


bpa wrote: 
> I'll look at rest later. 
> 
> I don't know PCP specifics.  Assuming it is one player.  Can pcp 5.0
> play AAC natively ?  What version of LMS ?
> 
> I don't understand how can a station play (i.e. audio ) from WebUI on a
> player and not play on the same player using the PCP UI choosing the
> same item from the same Favorite menu - this make no  sense?
> 
> Saving Favorite from a playlist list  is not the "best" way to save a
> Favorite as LMS has had to process the station playing URL and so may
> now have a timestamp, an URL tied to a specific load balanced server
> etc.  It is better to save a Favorite from the list of station (e.g.
> results from sa search) - you get a reliable result when playing then.

The only search I can find in Logitech Media Server and Daphile is
search tunein, thats how I used to do it, search for it then add to
favorites. Now I have used search in Radionet and add to favorites.
Favorites play on web interface but it not always on internal user
interface.



diode84's Profile: http://forums.slimdevices.com/member.php?userid=68983
View this thread: http://forums.slimdevices.com/showthread.php?t=112934

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


Re: [SlimDevices: SqueezeCenter] How to get Station Logo on Radio Stream Favoutites.

2020-09-16 Thread bpa


diode84 wrote: 
> PS I save favorite from a playing station.

I'll look at rest later. 

I don't know PCP specifics.  Assuming it is one player.  Can pcp 5.0
play AAC natively ?  What version of LMS ?

I don't understand how can a station play (i.e. audio ) from WebUI on a
player and not play on the same player using the PCP UI choosing the
same item from the same Favorite menu - this make no  sense?

Saving Favorite from a playlist list  is not the "best" way to save a
Favorite as LMS has had to process the station playing URL and so may
now have a timestamp, an URL tied to a specific load balanced server
etc.  It is better to save a Favorite from the list of station (e.g.
results from sa search) - you get a reliable result when playing then.



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

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


Re: [SlimDevices: SqueezeCenter] How to get Station Logo on Radio Stream Favoutites.

2020-09-16 Thread diode84


The OPML is 






http://a.files.bbci.co.uk/media/live/manifesto/audio/simulcast/hls/uk/sbr_high/ak/bbc_radio_three.m3u8dash=http://a.files.bbci.co.uk/media/live/manifesto/audio/simulcast/dash/uk/dash_full/ak/bbc_radio_three.mpdicon=http://radio-service-information.api.bbci.co.uk/logos/bbc_radio_three/128x128.pngradiovis=fm/ce1/c203/09100onair=bbc_radio_threetrack=ontitle=BBC
Radio 3desc=Radio 3 broadcasts classical music, jazz, world music,
new music, arts programmes and drama. It%27s the home of the Proms and
broadcasts more live music than any other network"
icon="html/images/favorites.png" text="BBC Radio 3" type="audio" />
https://www.radio.net/s/audiophilebaroque;
icon="https://d3kle7qwymxpcy.cloudfront.net/images/broadcasts/24/30/21374/c300.png;
parser="Plugins::RadioNet::PlayableParser?type=STATION" text="Audiophile
Baroque (, Greece / Classical)" type="playlist" />
https://www.radio.net/s/audiophileclassical;
icon="https://d3kle7qwymxpcy.cloudfront.net/images/broadcasts/3f/00/21375/c300.png;
parser="Plugins::RadioNet::PlayableParser?type=STATION" text="Audiophile
Classical (, Greece / Classical)" type="playlist" />
https://www.radio.net/s/linnclassical;
icon="https://d3kle7qwymxpcy.cloudfront.net/images/broadcasts/8f/18/9341/c300.png;
parser="Plugins::RadioNet::PlayableParser?type=STATION" text="Linn
Classical (Glasgow, United Kingdom / Classical)" type="playlist" />
https://www.radio.net/s/hionlineclassical;
icon="https://d3kle7qwymxpcy.cloudfront.net/images/broadcasts/2b/f7/33546/c300.png;
parser="Plugins::RadioNet::PlayableParser?type=STATION" text="Hi On Line
Radio - Classical (Breda, Netherlands / Classical)" type="playlist" />
https://www.radio.net/s/cafezimmermann;
icon="https://d3kle7qwymxpcy.cloudfront.net/images/broadcasts/a9/f6/120630/1/c300.png;
parser="Plugins::RadioNet::PlayableParser?type=STATION" text="Radio Cafe
Zimmermann (Munich, Germany / Classical)" type="playlist" />
http://play.organlive.com:7000/stream/1/;
icon="https://d3kle7qwymxpcy.cloudfront.net/images/broadcasts/2f/7b/34816/c300.png;
text="Organlive" type="audio" />
https://www.radio.net/s/1fmbaroque;
icon="https://d3kle7qwymxpcy.cloudfront.net/images/broadcasts/6a/58/1366/2/c300.png;
parser="Plugins::RadioNet::PlayableParser?type=STATION" text="1.FM -
Otto's Baroque Music (Zug, Switzerland / Classical)" type="playlist" />


I am playing all on USB DAC connected to Pi 3b=+
Main page shows: piCorePlayer | piCorePlayer v5.0.0 | linux
4.19.40-pcpCore_v7 | piCore v10.1pCP | Squeezelite v1.9.2-1158-pCP

Using internal UI:

Radio3 plays and has Logo
Audiophile Baroque does not play and has no logo
Audiophile Classical, no play no logo
Linn Classical, plays and has logo.
Hi Online, no play, no logo
Radio Cafe Zimmerman, no play, no logo.
Organlive, plays with logo, 320k.
Otto's Baroque, no play, no logo.

Using Web interface:

Everything plays and has logo.
Let me know what I missed out.
PS I save favorite from a playing station.



diode84's Profile: http://forums.slimdevices.com/member.php?userid=68983
View this thread: http://forums.slimdevices.com/showthread.php?t=112934

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


Re: [SlimDevices: SqueezeCenter] How to get Station Logo on Radio Stream Favoutites.

2020-09-16 Thread bpa


diode84 wrote: 
> > bpa wrote: 
> > .> I am having problems with, I think radionet.
> I searched for Otto's Baroque, made it a favorite and it played. After
> a reboot and with the web interface it was the only favorite that
> appeared and would not play.
> With the internal Jivelite user interface all favorites appear and
> play. But Otto's Baroque does not appear
> Any ideas what is going on.[/QUOTE> 
> 
> I need to see OPML to diagnose. 
> 
> You need to separate your problem into two parts as they are
> separate.
> 1. Audio - can a station play or not play and on what player.
> 2. Logos
> 
> Regarding playback, for example, some station add expiry time
> limitation parameters on URLs which mean plays OK today but not
> tomorrow. Some station have in band metadata which can "kill" display
> of station logo stored in menus.
> 
> Logo display. Many more details are needed.  
> * on the type of player & display & s/w version, 
> * LMS version, 
> * station & OPML entry being attempted
> * symptoms 
> - does it display on WebUI Favorites menu
> - does it display WebUI when playing
> - does it display on Player Favorites menu
> - does it Player WebUI when playing
> * LMS Settings which affect art display.



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

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


Re: [SlimDevices: SqueezeCenter] How to get Station Logo on Radio Stream Favoutites.

2020-09-16 Thread diode84


bpa wrote: 
> .[/QUOTE
> I am having problems with, I think radionet.
> I searched for Otto's Baroque, made it a favorite and it played. After a
> reboot and with the web interface it was the only favorite that appeared
> and would not play.
> With the internal Jivelite user interface all favorites appear and play.
> But Otto's Baroque does not appear
> Any ideas what is going on.



diode84's Profile: http://forums.slimdevices.com/member.php?userid=68983
View this thread: http://forums.slimdevices.com/showthread.php?t=112934

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


Re: [SlimDevices: SqueezeCenter] How to get Station Logo on Radio Stream Favoutites.

2020-09-16 Thread diode84


bpa wrote: 
> From your OPML your Favorites were created from Tunein (aka Radiotime)
> and not Radio.net - so you seem to have things confused.
> 
> 
> 
> I think Tunein search for Organlive only returns a single URL.s
> 
> Radio.net search for Organlive can returns 9 URLs.  If you play the
> playlist then use FFWD - you can skip from one URL to another.  I'm
> guessing the last URL is the 320k one.
> 
> Instead of playing the playlist btu you select the playlist - then you
> choose which one of the 9 URLS to play - try the last one..
> 
> Radio.net provides no info on difference between the URLs - so it is a
> case of trying and seeing.
Thanks again bpa, exactly as you said. 100%.
diode84



diode84's Profile: http://forums.slimdevices.com/member.php?userid=68983
View this thread: http://forums.slimdevices.com/showthread.php?t=112934

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


Re: [SlimDevices: SqueezeCenter] How to get Station Logo on Radio Stream Favoutites.

2020-09-15 Thread bpa


diode84 wrote: 
> bpa your plugin v1.2 is working great, thanks.
> I think everything is back to normal with it.

>From your OPML your Favorites were created from Tunein (aka Radiotime)
and not Radio.net - so you seem to have things confused.

> One small problem is organlive is the 128k stream and 320k stream is
> better. Any way of choosing stream?

I think Tunein search for Organlive only returns a single URL.s

Radio.net search for Organlive can returns 9 URLs.  If you play the
playlist then use FFWD - you can skip from one URL to another.  I'm
guessing the last URL is the 320k one.

Instead of playing the playlist btu you select the playlist - then you
choose which one of the 9 URLS to play - try the last one..

Radio.net provides no info on difference between the URLs - so it is a
case of trying and seeing.



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

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


Re: [SlimDevices: SqueezeCenter] How to get Station Logo on Radio Stream Favoutites.

2020-09-15 Thread diode84


bpa wrote: 
> In the case of Organlive your OPML has a local icon image and not the
> URL from Tunein.
> > 
Code:

  >   > 
  > icon="/plugins/TuneIn/html/images/podcasts.png"
  > 

> > 
> 
> I just did a test of Audiophile Baroque and I got an image when
> playing and the icon URLs are exactly the same. So there is something
> in your setup that could be causing the problem.
> 
> The icon URL will be set when saved as a Favorites and should be shown
> when you look at Favorites menu.
> Do you get the station icon in the WebUI Favorites menu ?  If not,
> what skin are you using default or Material ?
bpa your plugin v1.2 is working great, thanks.
I think everything is back to normal with it.
One small problem is organlive is the 128k stream and 320k stream is
better. Any way of choosing stream?



diode84's Profile: http://forums.slimdevices.com/member.php?userid=68983
View this thread: http://forums.slimdevices.com/showthread.php?t=112934

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


Re: [SlimDevices: SqueezeCenter] How to get Station Logo on Radio Stream Favoutites.

2020-09-15 Thread bpa


In the case of Organlive your OPML has a local icon image and not the
URL from Tunein.

Code:


  icon="/plugins/TuneIn/html/images/podcasts.png"
  



I just did a test of Audiophile Baroque and I got an image when playing
and the icon URLs are exactly the same. So there is something in your
setup that could be causing the problem.

The icon URL will be set when saved as a Favorites and should be shown
when you look at Favorites menu.
Do you get the station icon in the WebUI Favorites menu ?  If not, what
skin are you using default or Material ?



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

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


Re: [SlimDevices: SqueezeCenter] How to get Station Logo on Radio Stream Favoutites.

2020-09-15 Thread diode84


CJS wrote: 
> Hi diode84,
> 
> On which display are you watching the "Now Playing" screen? LMS web
> interface? Control app on smartphone? Jivelite on piCorePlayer?
> Something else?
> 
> Reason for asking: I am using two smartphones for controlling my
> Squeezebox players. One is a very old smartphone that runs an old
> 'Logitech Squeezebox Controller App'
> (https://wiki.slimdevices.com/index.php/Logitech_Squeezebox_Controller_App.html)
> on Android 2.3.6. I use this old app on this old phone since I could not
> find a more recent app that can run on Android 2.3.6. With this
> particular old smartphone + old controller app, I only get to see radio
> station logos in the Now Playing screen when I use a particular "Artwork
> resizing" in LMS. See screenshot below:
> >   >   > 
  - "Artwork resizing" set to "Use mysqueezebox to resize artwork" =>
  > Station logos are shown in Now Playing screen
  - "Artwork resizing" set to "Use Logitech Media Server to resize
  > artwork" => Station logos are not shown in Now Playing screen, while
  > the thumbnail (small station logo) in the playlist is still shown!
  > > > 
> On the newer smartphone with Android 5 and another (Squeeze Ctrl)
> control app, the station logos are displayed with both Artwork
> resizing settings.
> I have no idea why this Artwork resizing setting makes a difference
> for the display of station logos on the old smartphone with old
> control app.
> 
> I am not sure if this information is relevant for your problem, but it
> may be worthwhile to check the Artwork resizing setting in LMS.
> 
> 31558

I am watching on Jivelite, PiCorePlayers internal UI. I can get playing
logos on some but not Audiophile Baroque and classical but can get
Organlive from BPAs new plugin. But it is at 192kbps, I would like 320



diode84's Profile: http://forums.slimdevices.com/member.php?userid=68983
View this thread: http://forums.slimdevices.com/showthread.php?t=112934

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


Re: [SlimDevices: SqueezeCenter] How to get Station Logo on Radio Stream Favoutites.

2020-09-15 Thread CJS


Hi diode84,

On which display are you watching the "Now Playing" screen? LMS web
interface? Control app on smartphone? Jivelite on piCorePlayer?
Something else?

Reason for asking: I am using two smartphones for controlling my
Squeezebox players. One is a very old smartphone that runs an old
'Logitech Squeezebox Controller App'
(https://wiki.slimdevices.com/index.php/Logitech_Squeezebox_Controller_App.html)
on Android 2.3.6. I use this old app on this old phone since I could not
find a more recent app that can run on Android 2.3.6. With this
particular old smartphone + old controller app, I only get to see radio
station logos in the Now Playing screen when I use a particular "Artwork
resizing" in LMS. See screenshot below:

- "Artwork resizing" set to "Use mysqueezebox to resize artwork" =>
  Station logos are shown in Now Playing screen
- "Artwork resizing" set to "Use Logitech Media Server to resize
  artwork" => Station logos are not shown in Now Playing screen, while
  the thumbnail (small station logo) in the playlist is still shown!
  
On the newer smartphone with Android 5 and another (Squeeze Ctrl)
control app, the station logos are displayed with both Artwork resizing
settings.
I have no idea why this Artwork resizing setting makes a difference for
the display of station logos on the old smartphone with old control
app.

I am not sure if this information is relevant for your problem, but it
may be worthwhile to check the Artwork resizing setting in LMS.

31558


+---+
|Filename: artwork_resizing_setting.png |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=31558|
+---+


| LMS 8.0 | Squeezebox Boom | RPi0W + pCP 6.1.0 + HiFiBerry DAC+ Zero |

CJS's Profile: http://forums.slimdevices.com/member.php?userid=68700
View this thread: http://forums.slimdevices.com/showthread.php?t=112934

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


Re: [SlimDevices: SqueezeCenter] How to get Station Logo on Radio Stream Favoutites.

2020-09-15 Thread diode84


Sorry BPA
I could not find how to add an attachment so had to add this, my opml
backup text.







http://opml.radiotime.com/Tune.ashx?id=s122116formats=aac,ogg,mp3,wmpro,wma,wmvoice,hlspartnerId=16serial=3a2aa5d0dc67866d232d6582a2ca0eb8;
icon="/imageproxy/http%3A%2F%2Fcdn-radiotime-logos.tunein.com%2Fs122116q.png/image.png"
text="Linn Classical" type="audio" />
http://opml.radiotime.com/Tune.ashx?id=s197572formats=aac,ogg,mp3,wmpro,wma,wmvoice,hlspartnerId=16serial=3a2aa5d0dc67866d232d6582a2ca0eb8;
icon="/imageproxy/http%3A%2F%2Fcdn-profiles.tunein.com%2Fs197572%2Fimages%2Flogoq.png/image.png"
text="Audiophile Baroque" type="audio" />
http://opml.radiotime.com/Tune.ashx?id=s188266formats=aac,ogg,mp3,wmpro,wma,wmvoice,hlspartnerId=16serial=3a2aa5d0dc67866d232d6582a2ca0eb8;
icon="/imageproxy/http%3A%2F%2Fcdn-profiles.tunein.com%2Fs188266%2Fimages%2Flogoq.png%3Ft%3D155291/image.png"
text="Audiophile Classical" type="audio" />
http://a.files.bbci.co.uk/media/live/manifesto/audio/simulcast/hls/uk/sbr_high/ak/bbc_radio_three.m3u8dash=http://a.files.bbci.co.uk/media/live/manifesto/audio/simulcast/dash/uk/dash_full/ak/bbc_radio_three.mpdicon=http://radio-service-information.api.bbci.co.uk/logos/bbc_radio_three/600x600.pngradiovis=fm/ce1/c203/09100onair=bbc_radio_three;
icon="http://radio-service-information.api.bbci.co.uk/logos/bbc_radio_three/600x600.png;
text="BBC Radio 3" type="audio" />
http://opml.radiotime.com/Tune.ashx?id=s207157formats=aac,ogg,mp3,wmpro,wma,wmvoice,hlspartnerId=16serial=3a2aa5d0dc67866d232d6582a2ca0eb8;
icon="/imageproxy/http%3A%2F%2Fcdn-radiotime-logos.tunein.com%2Fs207157q.png/image.png"
text="Hi On Line Classic Radio" type="audio" />
http://opml.radiotime.com/Tune.ashx?id=s121159formats=aac,ogg,mp3,wmpro,wma,wmvoice,hlspartnerId=16serial=b71e57ff93db29682d780e8d8d878084;
icon="/plugins/TuneIn/html/images/podcasts.png" text="Organlive - Organ
Music" type="audio" />
http://opml.radiotime.com/Tune.ashx?id=s240705formats=aac,ogg,mp3,wmpro,wma,wmvoice,hlspartnerId=16serial=3a2aa5d0dc67866d232d6582a2ca0eb8;
icon="/imageproxy/http%3A%2F%2Fcdn-radiotime-logos.tunein.com%2Fs240705q.png/image.png"
text="The Organ Experience" type="audio" />
http://opml.radiotime.com/Tune.ashx?id=s180481formats=aac,ogg,mp3,wmpro,wma,wmvoice,hlspartnerId=16serial=3a2aa5d0dc67866d232d6582a2ca0eb8;
icon="/imageproxy/http%3A%2F%2Fcdn-radiotime-logos.tunein.com%2Fs0q.png/image.png"
text="Positively Baroque" type="audio" />
http://a.files.bbci.co.uk/media/live/manifesto/audio/simulcast/hls/uk/sbr_high/ak/bbc_radio_fourfm.m3u8dash=http://a.files.bbci.co.uk/media/live/manifesto/audio/simulcast/dash/uk/dash_full/ak/bbc_radio_fourfm.mpdicon=http://radio-service-information.api.bbci.co.uk/logos/bbc_radio_four/600x600.pngradiovis=fm/ce1/c204/09320onair=bbc_radio_fourfm;
icon="html/images/favorites.png" text="BBC Radio 4" type="audio" />
http://opml.radiotime.com/Tune.ashx?id=s305749formats=aac,ogg,mp3,wmpro,wma,wmvoice,hlspartnerId=16serial=3a2aa5d0dc67866d232d6582a2ca0eb8;
icon="/imageproxy/http%3A%2F%2Fcdn-profiles.tunein.com%2Fs305749%2Fimages%2Flogoq.jpg/image.jpg"
text="Radio Cafe Zimmermann" type="audio" />
http://opml.radiotime.com/Tune.ashx?id=s24943formats=aac,ogg,mp3,wmpro,wma,wmvoice,hlspartnerId=16serial=b71e57ff93db29682d780e8d8d878084;
icon="/imageproxy/http%3A%2F%2Fcdn-radiotime-logos.tunein.com%2Fs24943q.png/image.png"
text="BBC Radio 5 live" type="audio" />





diode84's Profile: http://forums.slimdevices.com/member.php?userid=68983
View this thread: http://forums.slimdevices.com/showthread.php?t=112934

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


Re: [SlimDevices: SqueezeCenter] How to get Station Logo on Radio Stream Favoutites.

2020-09-15 Thread bpa


diode84 wrote: 
> Thanks CJS
> Organ experience is working here too but I have no luck with Organlive,
> Audiophile Baroque and Classical and Hi-Online. They all used to work
> with opml, but I am not sure what that is.

Show your OPML entries.
The icon URL for Organ refers to a Tune URL, for the other station this
may have been changed.

Organlive station icon show OK for me.



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

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


Re: [SlimDevices: SqueezeCenter] How to get Station Logo on Radio Stream Favoutites.

2020-09-15 Thread diode84


Thanks CJS
Organ experience is working here too but I have no luck with Organlive,
Audiophile Baroque and Classical and Hi-Online. They all used to work
with opml, but I am not sure what that is.



diode84's Profile: http://forums.slimdevices.com/member.php?userid=68983
View this thread: http://forums.slimdevices.com/showthread.php?t=112934

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


Re: [SlimDevices: SqueezeCenter] How to get Station Logo on Radio Stream Favoutites.

2020-09-14 Thread CJS


For what it is worth, when I play that station on my Squeezeplay
software player (by entering
"http://opml.radiotime.com/Tune.ashx?id=s240705partnerId=16; as
Tune-in URL in LMS), I do get the station logo on the Now Playing screen
of Squeezeplay, see picture below. So no problem with displaying the
logo of this station at my end. I don't know why this does not work at
your end.

31551


+---+
|Filename: OrganExperience.png  |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=31551|
+---+


| LMS 8.0 | Squeezebox Boom | RPi0W + pCP 6.1.0 + HiFiBerry DAC+ Zero |

CJS's Profile: http://forums.slimdevices.com/member.php?userid=68700
View this thread: http://forums.slimdevices.com/showthread.php?t=112934

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


Re: [SlimDevices: SqueezeCenter] How to get Station Logo on Radio Stream Favoutites.

2020-09-14 Thread diode84


CJS wrote: 
> Do you mean station logos in the list of favorites?
> Or station logos in the "Now Playing" screen?
> 
> You may have a look in 'this recent thread'
> (https://forums.slimdevices.com/showthread.php?112370-Favourites-OPML-file),
> that deals with the same subject.
It is the now playing logo that gives me a generic picture. 
The station logos that appear in the list of favorites is correct,



diode84's Profile: http://forums.slimdevices.com/member.php?userid=68983
View this thread: http://forums.slimdevices.com/showthread.php?t=112934

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


Re: [SlimDevices: SqueezeCenter] How to get Station Logo on Radio Stream Favoutites.

2020-09-14 Thread bpa


CJS's post is relevant but AFAIK there are no changes that have affected
Favorites icons.Many station have started using https by default and
it is possible this can cause problems for those specific stations for
users without a local LMS (i.e using mysqeezebox.com)  or using an old
LMS.



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

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


Re: [SlimDevices: SqueezeCenter] How to get Station Logo on Radio Stream Favoutites.

2020-09-14 Thread CJS


Do you mean station logos in the list of favorites?
Or station logos in the "Now Playing" screen?

You may have a look in 'this recent thread'
(https://forums.slimdevices.com/showthread.php?112370-Favourites-OPML-file),
that deals with the same subject.



| LMS 8.0 | Squeezebox Boom | RPi0W + pCP 6.1.0 + HiFiBerry DAC+ Zero |

CJS's Profile: http://forums.slimdevices.com/member.php?userid=68700
View this thread: http://forums.slimdevices.com/showthread.php?t=112934

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


[SlimDevices: SqueezeCenter] How to get Station Logo on Radio Stream Favoutites.

2020-09-14 Thread diode84


Hello
Is it possible to get Station Logo to appear on favorite radio streams
in PiCore Player.
I have had them in the past but with the changes they do not appear at
present.
Any help appreciated.
Thanks
diode84



diode84's Profile: http://forums.slimdevices.com/member.php?userid=68983
View this thread: http://forums.slimdevices.com/showthread.php?t=112934

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