Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Dealing with large m3u with a lot of urls
26-12-2017, 20:29 (This post was last modified: 27-12-2017 00:14 by unclemaximus.)
Post: #1
Dealing with large m3u with a lot of urls
Hi

I download playlists from http://www.radio-browser.info regularly because those databases are updated regularly.

You can browse by different categories and get a download url for the playlists files at the top. For instance a url like this.

http://www.radio-browser.info/webservice...ld%20music

I have a cronjob that downloads some of these. That is not the issue. I want to integrate them into Minimserver but I want transcoding so this stuff plays uniformly across my devices.

Also I am using Minimserver mainly for online radios. I have ample amounts of servers running for other media files but the reason I have started using Minimserver believe or not is the support for m3u files that has online urls in them. Unfortunately no other server that I came across seems to not be able to process this kind fo stuff. I tried everything Emby, UMS, Serviio, Subsonic, etc I can add online radios to some of this but one has to add these one by one or create stream url files etc which goes aginst the grain of what I am trying to achieve here.

I do not have 3 favorite radios I listen all the time, if that is the case my issue would be non issue. I like shuffling through hundreds of radios that is why I download various playlists from radiobrowser's site on a regular basis.

Having given the context, here is the issue. I tried to read the transcoding and streaming doc, it is a a bit too much to deal with it if I understand what needs to be done to transcode, given that I am dealing with hundreds of urls with regularly updated m3u files so editing, giving manual ids, setting transcoding bitrates formats etc is no option for me.

Is there an automated way to enabling transcoding for regularly download m3u files in a non interventionist way?


thanks
Find all posts by this user
Quote this message in a reply
26-12-2017, 21:29 (This post was last modified: 26-12-2017 21:31 by simoncn.)
Post: #2
RE: Dealing with large m3u with a lot of urls
I would appreciate it if you didn't abbreviate MinimServer to MS. This is a commonly used abbrevation for a large software (and now hardware) company that has no connection with MinimServer.

The latest versions of MinimServer and MinimStreamer don't require you to assign unique stream IDs manually. See the text marked [NEW] in this section. You do need to use [*] for the streams but this should be simple to automate.

You can enable transcoding for all network streams of unspecified type by specifying an input type of *. See this section.
Find all posts by this user
Quote this message in a reply
27-12-2017, 00:16
Post: #3
RE: Dealing with large m3u with a lot of urls
@simoncn

Thanks for the reply.

I edited the abbrv.

I am abit confused about the exact formatting even after reading the doc. When I put "*" in the stream.transcode propery I get an error. Can you please tell me the exact formatting. I am pretty new to this server so it takes time abit to understand all the necessary stuff.

thanks
Find all posts by this user
Quote this message in a reply
27-12-2017, 07:46
Post: #4
RE: Dealing with large m3u with a lot of urls
It depends on what output type you want. For example, if you want wav, you should put *:wav. There is a a full list of supported output types in this section.
Find all posts by this user
Quote this message in a reply
27-12-2017, 20:11
Post: #5
RE: Dealing with large m3u with a lot of urls
Thanks. I will go with wav for now to be sure. But how do I know if it is transcoding or not? I would like to make sure I transcoding is done by the server.

(27-12-2017 07:46)simoncn Wrote:  It depends on what output type you want. For example, if you want wav, you should put *:wav. There is a a full list of supported output types in this section.
Find all posts by this user
Quote this message in a reply
27-12-2017, 22:27
Post: #6
RE: Dealing with large m3u with a lot of urls
Most players will tell you on their Now Playing screen what the stream type is and usually also the sample rate or bit rate.
Find all posts by this user
Quote this message in a reply
28-12-2017, 06:29 (This post was last modified: 28-12-2017 06:35 by unclemaximus.)
Post: #7
RE: Dealing with large m3u with a lot of urls
@simoncn

Thanks for the reply. However Minimserver is not transcoding anything for me when browsing online radios Sad

I checked it in BubbleUpnp and Neutron, they both show the original streams with mpegs and such variants. It seems like these players just play the urls in the original m3u playlists.


This is my props. I am running it on Debian Testing x64.

http.port=9790
indexTags=Artist, Date, Genre, All Artists, Composer
.logFile=minimserver.log
.logLevel=debug
mergeFolderAlbums=false
ohnet.debug=Default
ohnet.port=9791
showExtras=true
startupScan=true
stream.converter=/usr/bin/ffmpeg
stream.transcode=*:wav
tagCustom=AlbumArtist.displayRole={artist}, Composer.displayRole={artist}
.updateReminder=1



modules
The following modules are installed:
cacerts-17.9.zip Active+Original
jflac-1.3-minim-102.zip Active
jminim-0.7.118.jar Inactive
jminim-0.7.202.jar Active+Original
minimlaunch$-0.7.200.jar Active+Original
minimreader-0.8.103.jar Inactive
minimreader-0.8.200.jar Active+Original
minimscript$-0.8.300.jar Active+Original
minimserver-0.8.300.jar Active+Original
minimstreamer-0.7.105.jar Active
minimui-0.8.300.jar Active+Original
ohnet(linux-intel)-1.17.2776.1.zip Active+Original
Find all posts by this user
Quote this message in a reply
28-12-2017, 09:07
Post: #8
RE: Dealing with large m3u with a lot of urls
Please post a sample m3u entry. It should look like the following:

#EXTINF:-1,[*] 1.FM - Cafe Radio
http://strm112.1.fm/caferadio_mobile_mp3

Without the [*], you will not get transcoding.
Find all posts by this user
Quote this message in a reply
28-12-2017, 18:25
Post: #9
RE: Dealing with large m3u with a lot of urls
Simoncn

Thanks for your help after editing the m3u, I can get the transcoding.
Find all posts by this user
Quote this message in a reply
29-12-2017, 18:13
Post: #10
RE: Dealing with large m3u with a lot of urls
Simoncn


Is it possible to pass the currently playing artists/song etc info to the transcoded stream if the actual radio stations supports it? So that such info can show up in my player.


thanks
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


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