Re: [SlimDevices: Plugins] ANNOUNCE: iHeartRadio to play US live iHeart radio stations

2021-12-12 Thread yeomanspc
Play HLS is 2.8 Sent from my iPhone using Tapatalk yeomanspc's Profile: http://forums.slimdevices.com/member.php?userid=249 View this thread: http://forums.slimdevices.com/showthread.php?t=108466

Re: [SlimDevices: Plugins] ANNOUNCE: iHeartRadio to play US live iHeart radio stations

2021-12-12 Thread yeomanspc
Hi, I have a few server setups. Main ones are QNAP running LMS 8.3. I also have an Odroid U2 (like a pi) running Max2play 211022 - this is running LMS 8.2 (can’t seem to get it to install8.3). Last week this was on 7.9.4. The players are Squeezebox classic (3?) and also old SB 2. I get same

Re: [SlimDevices: Plugins] ANNOUNCE: iHeartRadio to play US live iHeart radio stations

2021-12-12 Thread bpa
yeomanspc wrote: > Use iHeart plugin a lot. Mostly to older squeezeboxes. When playing a > track it correctly parses the track name and artist and in between it > shows the radio station but when playing ads I get all the “adcontext” > data scrolling across the display (listening to z100 NY).

Re: [SlimDevices: Plugins] ANNOUNCE: iHeartRadio to play US live iHeart radio stations

2021-12-12 Thread bpa
Type "T" is not reserved for station title but text such as the ad company name Code: #EXTINF:10,title="International Diamond Center",artist="International Diamond Center",url="song_spot=\\"T\\" MediaBaseId=\\"0\\" itunesTrackId=\\"0\\" amgTrackId=\\"-1\\"

Re: [SlimDevices: Plugins] ANNOUNCE: iHeartRadio to play US live iHeart radio stations

2021-12-12 Thread bpa
I thought EXTINF was the source of the metadata being displayed when playing HLS stream - turns out the data is in MPEG2/AAC embedded ID3 tags The TIT2 and TPE1 tags have artist and track title but the ICY and EXTINT metadata "string" is found in the TXXX and WXXX tags. I haven't found ads on

Re: [SlimDevices: Plugins] ANNOUNCE: iHeartRadio to play US live iHeart radio stations

2021-12-12 Thread bpa
I can only to quick tests every so often at the moment, I haven;t heard an "ad" - I wonder if ads are mainly "prime-time" (i.e. not sunday afternoon/evening). As I havn't captured an ad in HLS EXTINF yet, I'm tryin a few other station at random to see if ads are more prevalent.

Re: [SlimDevices: Plugins] ANNOUNCE: iHeartRadio to play US live iHeart radio stations

2021-12-12 Thread Paul Webster
Yep - that is why I was looking for "M" and now "F". To try mine ... If not already installed then ... install Radio Now Playing plugin and restart LMS. Then take the attached zip file and unzip it and copy the unzipped file ( stationdata-z100whtzfm.json ) to the plugin's "stationdata"

Re: [SlimDevices: Plugins] ANNOUNCE: iHeartRadio to play US live iHeart radio stations

2021-12-12 Thread bpa
New song spot type "T" - looks like a station title burst Code: #EXTINF:10,title="Z100",artist="NY\'s #1 Hit Music Station",url="song_spot=\\"T\\" MediaBaseId=\\"0\\" itunesTrackId=\\"0\\" amgTrackId=\\"0\\" amgArtistId=\\"0\\" TAID=\\"0\\" TPID=\\"0\\"

Re: [SlimDevices: Plugins] ANNOUNCE: iHeartRadio to play US live iHeart radio stations

2021-12-12 Thread bpa
Paul Webster wrote: > Now the format of their ICY metadata has changed! > > e.g. > > Code: > > > StreamTitle='title="SOMETHING JUST LIKE THIS",artist="Chainsmokers / Coldplay",url="song_spot="F" MediaBaseId="0" itunesTrackId="0" amgTrackId="-1" amgArtistId="0"

Re: [SlimDevices: Plugins] Announce: Music & Artist Information plugin

2021-12-12 Thread mondo
MrC wrote: > I spaced on the images part - hadn't had my morning coffee when I > replied. Sorry about that. > > > > There is still some drift, and I believe the syncing is only at the > beginning of each track. > > > > I used to use Whitebear (DLNA server) to do the same; it had a nice >

Re: [SlimDevices: Plugins] ANNOUNCE: iHeartRadio to play US live iHeart radio stations

2021-12-12 Thread Paul Webster
Now the format of their ICY metadata has changed! e.g. Code: StreamTitle='title="SOMETHING JUST LIKE THIS",artist="Chainsmokers / Coldplay",url="song_spot="F" MediaBaseId="0" itunesTrackId="0" amgTrackId="-1" amgArtistId="0" TAID="0" TPID="0" cartcutId="0"

Re: [SlimDevices: Plugins] DatabaseQuery and bash scripting

2021-12-12 Thread tuxEvangelist
DONE :D This thread can be marked as solved. I was able to revert my crappy ssh changes via a Tech Support entry, from then on it really was not very difficult anymore. By now the database queries run inside the ssh session on the NAS writing the results on the share that is accessible by NFS.

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

2021-12-12 Thread besha1
For windows users only. Who use the Roon + squeeze2upnp + Onkyo (ns-6130,ns-6170)?Or Onkyo receivers with MQA support?And uses Tidal or mqa files in your library? After the last update firmware (24 November 2021) I found a way to send mqa files from roon to onkyo so that onkyo would identify mqa

Re: [SlimDevices: Plugins] ANNOUNCE: iHeartRadio to play US live iHeart radio stations

2021-12-12 Thread Paul Webster
When their meta data was flowing well over http (perhaps over their night when no live DJ) the “end” tag appears at the end of a set of adverts. The adverts before ut had different metadata. There is a tag in their shoutcast that is “M” for music and “T” when not … which I use in the regex.

Re: [SlimDevices: Plugins] ANNOUNCE: iHeartRadio to play US live iHeart radio stations

2021-12-12 Thread bpa
With HLS there are multiple places to provide metadata. For Z100, track data seems to be provided into the HLS playlist - and I think it is easy to spot any title starting with *text="Spot Block End"* . As it looks like a small mod, I'll try to get around to updating PlayHLSv2 but time at the

Re: [SlimDevices: Plugins] ANNOUNCE: iHeartRadio to play US live iHeart radio stations

2021-12-12 Thread bpa
Paul Webster wrote: > My trick is working for http streaming … but … when I have been trying > it out over the last hour or so they seem to have stopped putting song > details into the ICY metadata but are putting the ad breaks in there. > A bit annoying. > I’ll leave it running for a few more

Re: [SlimDevices: Plugins] ANNOUNCE: iHeartRadio to play US live iHeart radio stations

2021-12-12 Thread Paul Webster
My trick is working for http streaming … but … when I have been trying it out over the last hour or so they seem to have stopped putting song details into the ICY metadata but are putting the ad breaks in there. A bit annoying. I’ll leave it running for a few more hours to see if it resolves.

Re: [SlimDevices: Plugins] iPeng support thread

2021-12-12 Thread mrgit
36429 Perhaps I'm missing something but since the recent upgrade to IOS15 I seem to be stuck on the MultiPlayer Control screen in iPeng. I'm pretty sure I used to go to this screen to switch between the devices (/ groups) I want to control, and then go back to selecting what I actually want to

Re: [SlimDevices: Plugins] ANNOUNCE: iHeartRadio to play US live iHeart radio stations

2021-12-12 Thread bpa
Paul Webster wrote: > > I left it running over breakfast and then reviewed the logs ... and it > caught one > > > Code: > > [21-12-12 08:23:22.6534] Slim::Player::Protocols::HTTP::parseMetadata (298) Icy metadata received:

Re: [SlimDevices: Plugins] ANNOUNCE: iHeartRadio to play US live iHeart radio stations

2021-12-12 Thread bpa
yeomanspc wrote: > Use iHeart plugin a lot. Mostly to older squeezeboxes. When playing a > track it correctly parses the track name and artist and in between it > shows the radio station but when playing ads I get all the > adcontext data scrolling across the display (listening to > z100

Re: [SlimDevices: Plugins] LmsUpdate and LmsRepack - Synology 8.0.* packages

2021-12-12 Thread Stig Nygaard
maximus wrote: > Archived where? I already spent more than an hour today and couldn't > find anything... Original download page/repository is not available anymore. What architecture/processor does your NAS use? A number of people in this thread have posted download links to the the versions

Re: [SlimDevices: Plugins] ANNOUNCE: iHeartRadio to play US live iHeart radio stations

2021-12-12 Thread Paul Webster
I just heard a few songs and then an ad break. The metadata looks like this ... Code: [21-12-12 07:57:17.4278] Slim::Player::Protocols::HTTP::readMetaData (224) Metadata size: 80 [21-12-12 07:57:17.4286] Slim::Player::Protocols::HTTP::readMetaData (252) Metadata: