[GH-ISSUE #65] Not be able to search for Radio/Missing TuneIn Favorites #22

Closed
opened 2026-02-27 19:27:58 +03:00 by kerem · 6 comments
Owner

Originally created by @bogi9999 on GitHub (Nov 3, 2025).
Original GitHub issue: https://github.com/lox-audioserver/lox-audioserver/issues/65

After new Install with 3.0.1 the Radio Favorites from TuneIn are not available and it is also not possible to search for a Radio Station.

Originally created by @bogi9999 on GitHub (Nov 3, 2025). Original GitHub issue: https://github.com/lox-audioserver/lox-audioserver/issues/65 After new Install with 3.0.1 the Radio Favorites from TuneIn are not available and it is also not possible to search for a Radio Station.
kerem closed this issue 2026-02-27 19:27:59 +03:00
Author
Owner

@mr-manuel commented on GitHub (Nov 4, 2025):

Same here. With 3.0.1 the radio stations are now also shown as Spotify tracks in the favorite JSON.

3.0.0

{
  "id": 5,
  "type": 4,
  "start": 0,
  "totalitems": 1,
  "items": [
    {
      "id": 10,
      "slot": 1,
      "plus": true,
      "name": "ORF Hitradio OE3",
      "title": "ORF Hitradio OE3",
      "album": "",
      "artist": "",
      "audiopath": "spotify@library://radio/9",
      "type": "tunein",
      "coverurl": ""
    }
  ]
}

3.0.1

{
  "id": 5,
  "type": 4,
  "start": 0,
  "totalitems": 1,
  "items": [
    {
      "id": 1,
      "slot": 1,
      "plus": true,
      "name": "ORF Hitradio OE3",
      "title": "ORF Hitradio OE3",
      "album": "",
      "artist": "",
      "audiopath": "spotify@nouser:track:bGlicmFyeTovL3JhZGlvLzk=",
      "type": "spotify_track",
      "coverurl": "http://192.168.1.114:8095/imageproxy?path=http%253A%252F%252Fcdn-profiles.tunein.com%252Fs8007%252Fimages%252Flogoq.png%253Ft%253D160780&provider=tunein&checksum=&size=128"
    }
  ]
}
<!-- gh-comment-id:3485075118 --> @mr-manuel commented on GitHub (Nov 4, 2025): Same here. With 3.0.1 the radio stations are now also shown as Spotify tracks in the favorite JSON. ### 3.0.0 ```json { "id": 5, "type": 4, "start": 0, "totalitems": 1, "items": [ { "id": 10, "slot": 1, "plus": true, "name": "ORF Hitradio OE3", "title": "ORF Hitradio OE3", "album": "", "artist": "", "audiopath": "spotify@library://radio/9", "type": "tunein", "coverurl": "" } ] } ``` ### 3.0.1 ```json { "id": 5, "type": 4, "start": 0, "totalitems": 1, "items": [ { "id": 1, "slot": 1, "plus": true, "name": "ORF Hitradio OE3", "title": "ORF Hitradio OE3", "album": "", "artist": "", "audiopath": "spotify@nouser:track:bGlicmFyeTovL3JhZGlvLzk=", "type": "spotify_track", "coverurl": "http://192.168.1.114:8095/imageproxy?path=http%253A%252F%252Fcdn-profiles.tunein.com%252Fs8007%252Fimages%252Flogoq.png%253Ft%253D160780&provider=tunein&checksum=&size=128" } ] } ```
Author
Owner

@rudyberends commented on GitHub (Nov 5, 2025):

These issues should be fixed in the testing branch.

If you need a container you can use; ghcr.io/rudyberends/lox-audioserver:testing

<!-- gh-comment-id:3492863758 --> @rudyberends commented on GitHub (Nov 5, 2025): These issues should be fixed in the testing branch. If you need a container you can use; ghcr.io/rudyberends/lox-audioserver:testing
Author
Owner

@mr-manuel commented on GitHub (Nov 6, 2025):

TuneIn favorites are displayed again, radio search is working (seaches the TuneIn favorites) and saving a radio station to Loxone favorites including playing them also works again.

When searching for a radio station that is not in the TuneIn favorites, then it's not working because also in the Music Assistant TuneIn integration search do only search for TuneIn favorites and not all stations on TuneIn. Is that correct?

<!-- gh-comment-id:3496263750 --> @mr-manuel commented on GitHub (Nov 6, 2025): TuneIn favorites are displayed again, radio search is working (seaches the TuneIn favorites) and saving a radio station to Loxone favorites including playing them also works again. When searching for a radio station that is not in the TuneIn favorites, then it's not working because also in the Music Assistant TuneIn integration search do only search for TuneIn favorites and not all stations on TuneIn. Is that correct?
Author
Owner

@rudyberends commented on GitHub (Nov 6, 2025):

Yes, this is how the TuneIn plugin works. It only makes your favorites available.

<!-- gh-comment-id:3497060154 --> @rudyberends commented on GitHub (Nov 6, 2025): Yes, this is how the TuneIn plugin works. It only makes your favorites available.
Author
Owner

@bogi9999 commented on GitHub (Nov 6, 2025):

Veto.
Favorites are back, but Search is still unavailable.
In 2.5.1 i can Ro to Radio, go to the search box and kan search Radiostations.
In 3.0.1:testing are only the Favorites present, no ability to start a search for a station.
It runs every time into a "No matches found"
Crosschecked that with 2.5.1 and 3.0.1testing.

<!-- gh-comment-id:3497421778 --> @bogi9999 commented on GitHub (Nov 6, 2025): Veto. Favorites are back, but Search is still unavailable. In 2.5.1 i can Ro to Radio, go to the search box and kan search Radiostations. In 3.0.1:testing are only the Favorites present, no ability to start a search for a station. It runs every time into a "No matches found" Crosschecked that with 2.5.1 and 3.0.1testing.
Author
Owner

@rudyberends commented on GitHub (Nov 6, 2025):

@bogi9999 yes, you are right. Did not notice this myself. MusicAssistant has 2 types of search. One on the radio tab, where it only searches the favorites, and one on the global search, where it indeed searches the entire tunein catalog.

testing now implements the global one

<!-- gh-comment-id:3497746827 --> @rudyberends commented on GitHub (Nov 6, 2025): @bogi9999 yes, you are right. Did not notice this myself. MusicAssistant has 2 types of search. One on the radio tab, where it only searches the favorites, and one on the global search, where it indeed searches the entire tunein catalog. testing now implements the global one
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/lox-audioserver#22
No description provided.