Post Reply 
Question about the licence model and browsing through music
14-07-2022, 12:25
Post: #81
RE: Question about the licence model and browsing through music
I will try this stream myself this evening and post back with the results. You are correct that the license to use MinimStreamer expires after 12 months unless extended.
Find all posts by this user
Quote this message in a reply
15-07-2022, 09:22
Post: #82
RE: Question about the licence model and browsing through music
You also need a #EXTM3U line at the start of the playlist. Without this, the #EXTINF line will be ignored. I checked the example in the MinimStreamer user guide and the #EXTM3U line is shown there.

I have tried the following and confirmed that it is working with MinimStreamer installed.

Code:
#EXTM3U
#EXTINF:-1,[Ellabaetsch] Ellabaetsch Radio
http://stream.laut.fm/ellabaetsch-radio.m3u
Find all posts by this user
Quote this message in a reply
15-07-2022, 09:35
Post: #83
RE: Question about the licence model and browsing through music
OK, that's weird.
I have taken over the adjustments 1:1 like this.

However, the error message remains via BubbleUPnP.
The metadata points to the stream http://[MinimServerIP]:9790/minimstreamer/*/Ellabaetsch
The stream can also be played at this address.
Why does this not work in BubbleUPnP?
Find all posts by this user
Quote this message in a reply
15-07-2022, 10:31
Post: #84
RE: Question about the licence model and browsing through music
The problem appears to be in the BubbleUPnP local renderer (a renderer provided by BubbleUPnP to play music on the Android device running BubbleUPnP).

When I use BubbleUPnP to play the stream with the local renderer selected, I get the error message. When I use BubbleUPnP to play the stream with my usual renderer selected, this stream plays OK.
Find all posts by this user
Quote this message in a reply
15-07-2022, 10:43
Post: #85
RE: Question about the licence model and browsing through music
If I try to add the Playlist via BubbleUPnP to a MoodeAudio-Renderer, BubbleUPnP says: "There was a problem completing the operation: Action failed"

Adding the stream http://[MinimServerIP]:9790/minimstreamer/*/Ellabaetsch manually by "Add Stream URL" in BubbleUPnP does work for both, local Renderer and MoodeAudio-Renderer.
Find all posts by this user
Quote this message in a reply
15-07-2022, 12:14
Post: #86
RE: Question about the licence model and browsing through music
If you change the playlist as shown below and rescan, this should solve the problem. With this change, I am able to play the stream on the BubbleUPnP local renderer.

Code:
#EXTM3U
#EXTINF:-1,[Ellabaetsch;mp3] Ellabaetsch Radio
http://stream.laut.fm/ellabaetsch-radio.m3u
Find all posts by this user
Quote this message in a reply
16-07-2022, 19:27
Post: #87
RE: Question about the licence model and browsing through music
Thank you!

Now it works for me in all constellations.

The Internet radio stations are now displayed in BubbleUPnP according to the scheme "[Ellabaetsch] Ellabaetsch Radio".
Can this also be displayed without the square brackets?

As far as I could see from the documentation, only the name of the station is displayed and the metadata for the songs played etc. are not displayed.
I assume there is no way to change this.?
Find all posts by this user
Quote this message in a reply
17-07-2022, 09:50
Post: #88
RE: Question about the licence model and browsing through music
The square brackets cannot be removed. They indicate that the stream is being routed via MinimStreamer.

MinimStreamer is not able to display metadata for radio streams.
Find all posts by this user
Quote this message in a reply
17-07-2022, 22:29
Post: #89
RE: Question about the licence model and browsing through music
Although you cannot remove the square brackets, you can remove the duplication in this line by changing the #EXTINF line in the .m3u file to this:

#EXTINF:-1,[Ellabaetsch Radio;mp3]

When you are viewing the playlist in a control point, this stream will display as:

[Ellabaetsch Radio]
Find all posts by this user
Quote this message in a reply
18-07-2022, 08:30
Post: #90
RE: Question about the licence model and browsing through music
Thank you again.
This also worked excellently.


During my tests with various UPnP servers I noticed, especially with AssetUPnP, that a cache of all covers was created during the initial full scan.

Would this also be possible with MinimServer?
Browsing is already really fast with MinimServer, but it could perhaps be speeded up a bit more.
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)