USB Audio Player PRO (UAPP): 24- and 32-bit playback, ubiquitous USB audio support for Android
May 24, 2022 at 5:14 PM Post #5,461 of 6,159
Hello,

thank's for your help.

I tried other OTG cables - and tried annother Onkyo DAC HA-200 - not working.....

In that case, depending on how busy @Davy Wentzler currently is, you might be able to contact him at [ info@extreamsd.com ] to see if there's anything he can suggest (or do) with the UAPP USB driver & interface in the BlackBerry version of Android.
 
May 25, 2022 at 2:04 PM Post #5,462 of 6,159
In the Library view, there's a Recent tab.
If you scroll down the Recent tab, there's a section of Most Played Tracks.
But, I don't see an actual count.
Thank you very much.
I’ve got a large classical music library and I have to admit sometimes I don’t remember if I’ve already listened that specific Mozart trio, or that Bach sonata...
 
May 26, 2022 at 10:18 AM Post #5,463 of 6,159
Thank you very much.
I’ve got a large classical music library and I have to admit sometimes I don’t remember if I’ve already listened that specific Mozart trio, or that Bach sonata...
i did a little research and wasn't able to find an actual count number, too.
 
May 31, 2022 at 7:43 PM Post #5,464 of 6,159
On rooted devices, you can copy your own, edited config file (including your added Radio Station List) as:
/root/data/data/com.extreamsd.usbaudioplayerpro/shared_prefs/com.extreamsd.usbaudioplayerpro_preferences.xml

On unrooted Android devices, you can create a Playlist file of the radio streams, that can be opened by UAPP (and other media players - but not the HiBy Music Player).

NOTE: All of these steps were done on a Kubuntu Linux PC.

I downloaded the radio.txt file, but I couldn't get the HiBy Music Player on my RS6 to show "Custom Radio" on the Playlists screen.

This awk script converts the radio.txt file into a .m3u playlist file, that I can load and use in multiple media players on my HiBy RS6 - but not the HiBy Music Player.

Code:
awk 'BEGIN{FS=",";print "#EXTM3U";print "# Conversion of HiBy R3 Pro radio list to a .m3u playlist file"}{if(NF>1){sub(/^ /,"",$2) ; printf"#EXTINF:-1, %s\n%s\n", $1,$2}}' radio.txt > Radio-Streams-mp3.m3u

Then, for the Hi-Res streams that @m-i-c-k-e-y and others posted, I copied the lines of text from the UAPP thread posts, into file2.txt

In order to convert the various "accented" characters to plain ASCII, I ran the iconv command.

Bash:
iconv -t ASCII//TRANSLIT file2.txt > file2.1.txt

Then, this awk script converts that list to a .m3u Playlist file.

Code:
awk 'BEGIN{print "#EXTM3U"}{if(NF==2){printf"#EXTINF:-1, %s\n%s\n",$1,$2 ; next} else {i=1 ; while(i <= NF){if(i==1){printf"#EXTINF:-1, %s ",$i} else if(i<NF){printf"%s ",$i} else {printf"\n%s\n",$i} ; i++}}}' file2.1.txt > Radio-Streams-flac.m3u
 
Last edited:
Jun 1, 2022 at 7:56 AM Post #5,465 of 6,159
On unrooted Android devices, you can create a Playlist file of the radio streams, that can be opened by UAPP (and other media players - but not the HiBy Music Player).

NOTE: All of these steps were done on a Kubuntu Linux PC.

I downloaded the radio.txt file, but I couldn't get the HiBy Music Player on my RS6 to show "Custom Radio" on the Playlists screen.

This awk script converts the radio.txt file into a .m3u playlist file, that I can load and use in multiple media players on my HiBy RS6 - but not the HiBy Music Player.

Code:
awk 'BEGIN{FS=",";print "#EXTM3U";print "# Conversion of HiBy R3 Pro radio list to a .m3u playlist file"}{if(NF>1){sub(/^ /,"",$2) ; printf"#EXTINF:-1, %s\n%s\n", $1,$2}}' radio.txt > Radio-Streams-mp3.m3u

Then, for the Hi-Res streams that @m-i-c-k-e-y and others posted, I copied the lines of text from the UAPP thread posts, into file2.txt

In order to convert the various "accented" characters to plain ASCII, I ran the iconv command.

Bash:
iconv -t ASCII//TRANSLIT file2.txt > file2.1.txt

Then, this awk script converts that list to a .m3u Playlist file.

Code:
awk 'BEGIN{print "#EXTM3U"}{if(NF==2){printf"#EXTINF:-1, %s\n%s\n",$1,$2 ; next} else {i=1 ; while(i <= NF){if(i==1){printf"#EXTINF:-1, %s ",$i} else if(i<NF){printf"%s ",$i} else {printf"\n%s\n",$i} ; i++}}}' file2.1.txt > Radio-Streams-flac.m3u

Any chance you could post the converted .m3u files? :wink:
 
Jun 1, 2022 at 11:20 AM Post #5,466 of 6,159
Any chance you could post the converted .m3u files? :wink:

The radio.txt file, converted to a .m3u Playlist file:

#EXTM3U
# Conversion of HiBy R3 Pro radio list to .m3u playlist file
#EXTINF:-1, Radio Dismuke 1920s-30s pop/jazz
http://74.208.197.50:8020/stream.mp3
#EXTINF:-1, SomaFM: Heavyweight Reggae
http://ice2.somafm.com/reggae-256.mp3
#EXTINF:-1, SomaFM: Groove Salad
http://ice5.somafm.com/groovesalad-256.mp3
#EXTINF:-1, SomaFM: Groove Salad Classic
http://ice4.somafm.com/gsclassic-128.mp3
#EXTINF:-1, SomaFM: SomaFM Specials
http://ice4.somafm.com/specials-128.mp3
#EXTINF:-1, SomaFM: Deep Space One
http://ice2.somafm.com/deepspaceone-128.mp3
#EXTINF:-1, SomaFM: Space Station Soma
http://ice5.somafm.com/spacestation-128.mp3
#EXTINF:-1, SomaFM: DEF CON Radio
http://ice2.somafm.com/defcon-256.mp3
#EXTINF:-1, SomaFM: The Trip
http://ice5.somafm.com/thetrip-128.mp3
#EXTINF:-1, SomaFM: Seven Inch Soul
http://ice6.somafm.com/7soul-128.mp3
#EXTINF:-1, SomaFM: Left Coast 70s
http://ice5.somafm.com/seventies-128.mp3
#EXTINF:-1, SomaFM: Underground 80s
http://ice5.somafm.com/u80s-256.mp3
#EXTINF:-1, SomaFM: Secret Agent
http://ice2.somafm.com/secretagent-128.mp3
#EXTINF:-1, SomaFM: Lush
http://ice6.somafm.com/lush-128.mp3
#EXTINF:-1, SomaFM: ThistleRadio
http://ice5.somafm.com/thistle-128.mp3
#EXTINF:-1, SomaFM: Fluid
http://ice4.somafm.com/fluid-128.mp3
#EXTINF:-1, SomaFM: PopTron
http://ice5.somafm.com/poptron-128.mp3
#EXTINF:-1, SomaFM: Drone Zone
http://ice3.somafm.com/dronezone-256.mp3
#EXTINF:-1, SomaFM: Beat Blender
http://ice5.somafm.com/beatblender-128.mp3
#EXTINF:-1, SomaFM: Boot Liquor
http://ice4.somafm.com/bootliquor-128.mp3
#EXTINF:-1, SomaFM: Illinois Street Lounge
http://ice3.somafm.com/illstreet-128.mp3
#EXTINF:-1, SomaFM: BAGeL Radio
http://ice4.somafm.com/bagel-128.mp3
#EXTINF:-1, SomaFM: Indie Pop Rocks!
http://ice3.somafm.com/indiepop-128.mp3
#EXTINF:-1, SomaFM: Digitalis
http://ice6.somafm.com/digitalis-128.mp3
#EXTINF:-1, SomaFM: Folk Forward
http://ice5.somafm.com/folkfwd-128.mp3
#EXTINF:-1, SomaFM: cliqhop idm
http://ice5.somafm.com/cliqhop-256.mp3
#EXTINF:-1, SomaFM: Dub Step Beyond
http://ice3.somafm.com/dubstep-256.mp3
#EXTINF:-1, SomaFM: Suburbs of Goa
http://ice3.somafm.com/suburbsofgoa-128.mp3
#EXTINF:-1, SomaFM: Mission Control
http://ice3.somafm.com/missioncontrol-128.mp3
#EXTINF:-1, SomaFM: SF 10-33
http://ice6.somafm.com/sf1033-128.mp3
#EXTINF:-1, SomaFM: Sonic Universe
http://ice6.somafm.com/sonicuniverse-256.mp3
#EXTINF:-1, SomaFM: Metal Detector
http://ice5.somafm.com/metal-128.mp3
#EXTINF:-1, SomaFM: Covers
http://ice4.somafm.com/covers-128.mp3
#EXTINF:-1, SomaFM: Black Rock FM
http://ice4.somafm.com/brfm-128.mp3
#EXTINF:-1, SomaFM: SomaFM Live
http://ice4.somafm.com/live-128.mp3
#EXTINF:-1, SomaFM: Xmas in Frisko
http://ice6.somafm.com/xmasinfrisko-128.mp3
#EXTINF:-1, SomaFM: Christmas Lounge
http://ice5.somafm.com/christmas-256.mp3
#EXTINF:-1, SomaFM: Christmas Rocks
http://ice2.somafm.com/xmasrocks-128.mp3
#EXTINF:-1, SomaFM: Jolly Ol' Soul
http://ice5.somafm.com/jollysoul-128.mp3
#EXTINF:-1, CA-Long Beach KKJZ-88.1 Jazz
http://1.ice1.firststreaming.com/kkjz_fm.mp3
#EXTINF:-1, CA-SantaBarbara KCSB-91.9 Var
http://live.kcsb.org/KCSB_64.mp3
#EXTINF:-1, LA-NewOrleans WWOZ-90.7 JazBlu
http://wwoz-sc.streamguys.com:80/wwoz-hi.mp3
#EXTINF:-1, MA-Boston WBUR-90.9 NPR-NT
http://wbur-sc.streamguys.com/wbur.mp3
#EXTINF:-1, MN-MplsStPaul WLOL-1330 Relig
http://relevantradio-ice.streamguys.us/relevantradio.mp3
#EXTINF:-1, MN-MplsStPaul KCMP-89.3 AltMusic
http://current.stream.publicradio.org/kcmp.mp3
#EXTINF:-1, MN-MplsStPaul KCMPhd2 AltMusic
http://catch2.stream.publicradio.org/localcurrent.mp3
#EXTINF:-1, MN-MplsStPaul MPR News
http://nis.stream.publicradio.org/nis.mp3
#EXTINF:-1, MN-MplsStPaul MPR Classical
http://cms.stream.publicradio.org/cms.mp3
#EXTINF:-1, NC-Raleigh WCPE-89.7 Class
http://audio-mp3.ibiblio.org:8000/wcpe.mp3
#EXTINF:-1, NE-Omaha KVNO-90.7 NPR-Cls
http://137.48.5.91:8000/listen.mp3
#EXTINF:-1, OH-Kent(Akron) WNIR-100.1 Talk
https://17333.live.streamtheworld.com/WNIRFM.mp3
#EXTINF:-1, OR-Corvallis KOAC-550 NPR-Var
http://stream1.opb.org/radio.mp3
#EXTINF:-1, TN-Nashville WPLN-1430 Pub-Var
http://wpln.streamguys.org:80/wplnam.mp3
#EXTINF:-1, WA-Seattle KEXP-90.3 Eclectic
http://kexp-mp3-128.streamguys1.com/kexp128.mp3
#EXTINF:-1, WI-Madison WORT-89.9 Pub-Var
http://stream.wort-fm.org:8000/high.mp3
#EXTINF:-1, WI-StevensPt WWSP-89.9 Jazz-Rck
http://143.236.72.157:8080/broadwave.mp3
#EXTINF:-1, MB-Winnipeg CKXL-91.1 FR-Var
http://stream03.ustream.ca:8000/ckxl32.mp3
#EXTINF:-1, NS-Antigonish CJFX-98.9 AC
http://stream989xfm.no-ip.org:88/broadwavehigh.mp3
#EXTINF:-1, NZ-RNZ Concert FM Class
http://radionz-ice.streamguys.com/concert.mp3
#EXTINF:-1, NZ-RNZ Nat-News
http://radionz-ice.streamguys.com:80/national.mp3
#EXTINF:-1, RUS-Rock-FM 95.2 Rock
http://nashe1.hostingradio.ru/rock-64.mp3
#EXTINF:-1, UK-Big L-1395
http://eastlondonradio.com:8100/biglh.mp3
#EXTINF:-1, 181.FM: Classic Hits 181
http://listen.livestreamingservice.com/181-greatoldies_128k.mp3
#EXTINF:-1, 181.FM: Good Time Oldies
http://listen.livestreamingservice.com/181-goodtime_128k.mp3
#EXTINF:-1, 181.FM: Mellow Gold
http://listen.livestreamingservice.com/181-mellow_128k.mp3
#EXTINF:-1, 181.FM: Soul
http://listen.livestreamingservice.com/181-soul_128k.mp3
#EXTINF:-1, 181.FM: Beatles
http://listen.livestreamingservice.com/181-beatles_128k.mp3
#EXTINF:-1, 181.FM: Super 70's
http://listen.livestreamingservice.com/181-70s_128k.mp3
#EXTINF:-1, 181.FM: Awesome 80's
http://listen.livestreamingservice.com/181-awesome80s_128k.mp3
#EXTINF:-1, 181.FM: Lite 80's
http://listen.livestreamingservice.com/181-lite80s_128k.mp3
#EXTINF:-1, 181.FM: 80's Country
http://listen.livestreamingservice.com/181-80scountry_128k.mp3
#EXTINF:-1, 181.FM: 80's RnB
http://listen.livestreamingservice.com/181-80srnb_128k.mp3
#EXTINF:-1, 181.FM: 80's Lite RnB
http://listen.livestreamingservice.com/181-80sliternb_128k.mp3
#EXTINF:-1, 181.FM: Star 90's
http://listen.livestreamingservice.com/181-star90s_128k.mp3
#EXTINF:-1, 181.FM: 90's Country
http://listen.livestreamingservice.com/181-90scountry_128k.mp3
#EXTINF:-1, 181.FM: Lite 90's
http://listen.livestreamingservice.com/181-lite90s_128k.mp3
#EXTINF:-1, 181.FM: 90's Alternative
http://listen.livestreamingservice.com/181-90salt_128k.mp3
#EXTINF:-1, 181.FM: 90's Dance
http://listen.livestreamingservice.com/181-90sdance_128k.mp3
#EXTINF:-1, 181.FM: 90's Lite RnB
http://listen.livestreamingservice.com/181-90sliternb_128k.mp3
#EXTINF:-1, 181.FM: 90's RnB
http://listen.livestreamingservice.com/181-90srnb_128k.mp3
#EXTINF:-1, 181.FM: Power 181 (Top 40)
http://listen.livestreamingservice.com/181-power_128k.mp3
#EXTINF:-1, 181.FM: Power 181 [E]
http://listen.livestreamingservice.com/181-powerexplicit_128k.mp3
#EXTINF:-1, 181.FM: The Office
http://listen.livestreamingservice.com/181-office_128k.mp3
#EXTINF:-1, 181.FM: The Mix
http://listen.livestreamingservice.com/181-themix_128k.mp3
#EXTINF:-1, 181.FM: Party 181
http://listen.livestreamingservice.com/181-party_128k.mp3
#EXTINF:-1, 181.FM: The Point
http://listen.livestreamingservice.com/181-thepoint_128k.mp3
#EXTINF:-1, 181.FM: Old School HipHop/RnB
http://listen.livestreamingservice.com/181-oldschool_128k.mp3
#EXTINF:-1, 181.FM: Smooth AC
http://listen.livestreamingservice.com/181-smoothac_128k.mp3
#EXTINF:-1, 181.FM: UK top 40
http://listen.livestreamingservice.com/181-uktop40_128k.mp3
#EXTINF:-1, 181.FM: The Heart (Love Songs)
http://listen.livestreamingservice.com/181-heart_128k.mp3
#EXTINF:-1, 181.FM: The Vibe of Vegas
http://listen.livestreamingservice.com/181-vibe_128k.mp3
#EXTINF:-1, 181.FM: The Buzz (Alt. Rock)
http://listen.livestreamingservice.com/181-buzz_128k.mp3
#EXTINF:-1, 181.FM: Classic Buzz (Alt)
http://listen.livestreamingservice.com/181-classicbuzz_128k.mp3
#EXTINF:-1, 181.FM: The Eagle (Classic)
http://listen.livestreamingservice.com/181-eagle_128k.mp3
#EXTINF:-1, 181.FM: Rock 181
http://listen.livestreamingservice.com/181-rock_128k.mp3
#EXTINF:-1, 181.FM: Rock 40 (Rock & Roll)
http://listen.livestreamingservice.com/181-rock40_128k.mp3
#EXTINF:-1, 181.FM: 80's Hairband
http://listen.livestreamingservice.com/181-hairband_128k.mp3
#EXTINF:-1, 181.FM: Yacht Rock
http://listen.livestreamingservice.com/181-yachtrock_128k.mp3
#EXTINF:-1, 181.FM: Chloe @181.FM
http://listen.livestreamingservice.com/181-chloe_128k.mp3
#EXTINF:-1, 181.FM: The Point
http://listen.livestreamingservice.com/181-thepoint_128k.mp3
#EXTINF:-1, 181.FM: The Rock! (Hard Rock)
http://listen.livestreamingservice.com/181-hardrock_128k.mp3
#EXTINF:-1, 181.FM: Kickin' Country
http://listen.livestreamingservice.com/181-kickincountry_128k.mp3
#EXTINF:-1, 181.FM: Real Country
http://listen.livestreamingservice.com/181-realcountry_128k.mp3
#EXTINF:-1, 181.FM: Highway 181
http://listen.livestreamingservice.com/181-highway_128k.mp3
#EXTINF:-1, 181.FM: 80's Country
http://listen.livestreamingservice.com/181-80scountry_128k.mp3
#EXTINF:-1, 181.FM: 90's Country
http://listen.livestreamingservice.com/181-90scountry_128k.mp3
#EXTINF:-1, 181.FM: Front Porch (Bluegrass)
http://listen.livestreamingservice.com/181-frontporch_128k.mp3
#EXTINF:-1, 181.FM: The Beat (HipHop/R&B)
http://listen.livestreamingservice.com/181-beat_128k.mp3
#EXTINF:-1, 181.FM: The Box (Urban)
http://listen.livestreamingservice.com/181-thebox_128k.mp3
#EXTINF:-1, 181.FM: True R&B
http://listen.livestreamingservice.com/181-rnb_128k.mp3
#EXTINF:-1, 181.FM: Soul
http://listen.livestreamingservice.com/181-soul_128k.mp3
#EXTINF:-1, 181.FM: Jammin 181
http://listen.livestreamingservice.com/181-jammin_128k.mp3
#EXTINF:-1, 181.FM: 80's RnB
http://listen.livestreamingservice.com/181-80srnb_128k.mp3
#EXTINF:-1, 181.FM: 80's Lite RnB
http://listen.livestreamingservice.com/181-80sliternb_128k.mp3
#EXTINF:-1, 181.FM: Old School HipHop/RnB
http://listen.livestreamingservice.com/181-oldschool_128k.mp3
#EXTINF:-1, 181.FM: Energy 98
http://listen.livestreamingservice.com/181-energy98_128k.mp3
#EXTINF:-1, 181.FM: Chilled Out
http://listen.livestreamingservice.com/181-chilled_128k.mp3
#EXTINF:-1, 181.FM: Energy 93 (Euro EDM)
http://listen.livestreamingservice.com/181-energy93_128k.mp3
#EXTINF:-1, 181.FM: Studio 181
http://listen.livestreamingservice.com/181-ball_128k.mp3
#EXTINF:-1, 181.FM: The Vibe of Vegas
http://listen.livestreamingservice.com/181-vibe_128k.mp3
#EXTINF:-1, 181.FM: 90's Dance
http://listen.livestreamingservice.com/181-90sdance_128k.mp3
#EXTINF:-1, 181.FM: Techno Club
http://listen.livestreamingservice.com/181-technoclub_128k.mp3
#EXTINF:-1, 181.FM: The Breeze
http://listen.livestreamingservice.com/181-breeze_128k.mp3
#EXTINF:-1, 181.FM: True Blues
http://listen.livestreamingservice.com/181-blues_128k.mp3
#EXTINF:-1, 181.FM: Jazz Mix
http://listen.livestreamingservice.com/181-jazzmix_128k.mp3
#EXTINF:-1, 181.FM: Classical Guitar
http://listen.livestreamingservice.com/181-classicalguitar_128k.mp3
#EXTINF:-1, 181.FM: Classical Jazz
http://listen.livestreamingservice.com/181-classicaljazz_128k.mp3
#EXTINF:-1, 181.FM: Vocal Jazz
http://listen.livestreamingservice.com/181-vocals_128k.mp3
#EXTINF:-1, 181.FM: BeBop Jazz
http://listen.livestreamingservice.com/181-bebop_128k.mp3
#EXTINF:-1, 181.FM: Fusion Jazz
http://listen.livestreamingservice.com/181-fusionjazz_128k.mp3
#EXTINF:-1, 181.FM: Trance Jazz
http://listen.livestreamingservice.com/181-trancejazz_128k.mp3
#EXTINF:-1, 181.FM: Classical Music
http://listen.livestreamingservice.com/181-classical_128k.mp3
#EXTINF:-1, 181.FM: Acid Jazz
http://listen.livestreamingservice.com/181-acidjazz_128k.mp3
#EXTINF:-1, 181.FM: Comedy Club
http://listen.livestreamingservice.com/181-comedy_128k.mp3
#EXTINF:-1, 181.FM: Christmas Kountry
http://listen.livestreamingservice.com/181-xkkountry_128k.mp3
#EXTINF:-1, 181.FM: Christmas Classics
http://listen.livestreamingservice.com/181-xtraditional_128k.mp3
#EXTINF:-1, 181.FM: Christmas Oldies
http://listen.livestreamingservice.com/181-xoldies_128k.mp3
#EXTINF:-1, 181.FM: Christmas Country
http://listen.livestreamingservice.com/181-xcountry_128k.mp3
#EXTINF:-1, 181.FM: Christmas Power
http://listen.livestreamingservice.com/181-xpower_128k.mp3
#EXTINF:-1, 181.FM: Christmas Highway
http://listen.livestreamingservice.com/181-xhighway_128k.mp3
#EXTINF:-1, 181.FM: Christmas Soundtracks
http://listen.livestreamingservice.com/181-xsoundtrax_128k.mp3
#EXTINF:-1, 181.FM: Christmas R&B
http://listen.livestreamingservice.com/181-xtrue_128k.mp3
#EXTINF:-1, 181.FM: Christmas Rock
http://listen.livestreamingservice.com/181-xrock_128k.mp3
#EXTINF:-1, 181.FM: Christmas Mix
http://listen.livestreamingservice.com/181-xmix_128k.mp3
#EXTINF:-1, 181.FM: Christmas Fun
http://listen.livestreamingservice.com/181-xfun_128k.mp3
#EXTINF:-1, 181.FM: Christmas Kids
http://listen.livestreamingservice.com/181-xkids_128k.mp3
#EXTINF:-1, 181.FM: Christmas Blender
http://listen.livestreamingservice.com/181-xblender_128k.mp3
#EXTINF:-1, 181.FM: Christmas Standards
http://listen.livestreamingservice.com/181-xstandards_128k.mp3
#EXTINF:-1, 181.FM: Christmas Spirit
http://listen.livestreamingservice.com/181-xspirit_128k.mp3
#EXTINF:-1, 181.FM: Christmas Smooth Jazz
http://listen.livestreamingservice.com/181-xsmooth_128k.mp3
#EXTINF:-1, 181.FM: Christmas Gospel
http://listen.livestreamingservice.com/181-xgospel_128k.mp3
#EXTINF:-1, 181.FM: Christmas Swing
http://listen.livestreamingservice.com/181-xswing_128k.mp3
#EXTINF:-1, Nostalgie: Extra 60's & 70's
http://nostalgiewaf6070.ice.infomaniak.ch/nostalgiewaf6070-128.mp3
#EXTINF:-1, Nostalgie: Extra 80's
http://nostalgiewaf80.ice.infomaniak.ch/nostalgiewaf80-128.mp3
#EXTINF:-1, Nostalgie: Extra 90's
http://nostalgiewaf90.ice.infomaniak.ch/nostalgiewaf90-128.mp3
#EXTINF:-1, Nostalgie: Extra Belpop
http://nostalgiewafbelpop.ice.infomaniak.ch/nostalgiewafbelpop-128.mp3
#EXTINF:-1, Nostalgie: Extra New Wave
http://nostalgiewafnewwave.ice.infomaniak.ch/nostalgiewafnewwave-128.mp3
#EXTINF:-1, Nostalgie: Extra NL-Talig
http://nostalgiewaflagelanden.ice.infomaniak.ch/nostalgiewaflagelanden-128.mp3
#EXTINF:-1, Nostalgie: Extra Rock
http://nostalgiewafrocks.ice.infomaniak.ch/nostalgiewafrocks-128.mp3
#EXTINF:-1, Nostalgie: Extra Soulparty
http://nostalgiewaflagelanden.ice.infomaniak.ch/nostalgiewafextra-128.mp3
#EXTINF:-1, Nostalgie: Rock Party
http://nostalgierockparty.ice.infomaniak.ch/nostalgierockparty-128.mp3
#EXTINF:-1, Nostalgie: What A Feeling
http://nostalgiewhatafeeling.ice.infomaniak.ch/nostalgiewhatafeeling-128.mp3
#EXTINF:-1, Absolute Classic Rock
http://icy-e-bab-04-cr.sharp-stream.com/absoluteclassicrock.mp3
#EXTINF:-1, Absolute Radio
http://icy-e-bab-09-boh.sharp-stream.com/absoluteradio.mp3
#EXTINF:-1, Absolute Radio 80's
http://icy-e-bab-04-cr.sharp-stream.com/absolute80s.mp3
#EXTINF:-1, B5 Aktuell
http://br-b5aktuell-live.cast.addradio.de/br/b5aktuell/live/mp3/128/stream.mp3
#EXTINF:-1, BridgeFM
http://icy-e-03-boh.sharp-stream.com/tcbridge.mp3
#EXTINF:-1, CFM
http://icy-e-bl-07-boh.sharp-stream.com/cfm.mp3
#EXTINF:-1, Clyde 1
http://icy-e-bl-07-boh.sharp-stream.com/clyde1.mp3
#EXTINF:-1, Clyde 2
http://icy-e-bl-07-boh.sharp-stream.com/clyde2.mp3
#EXTINF:-1, Cool FM
http://icy-e-bl-09-boh.sharp-stream.com/coolfm.mp3
#EXTINF:-1, Downtown Radio
http://icy-e-bl-08-boh.sharp-stream.com/downtown.mp3
#EXTINF:-1, EHR
http://stream.europeanhitradio.com:8000/ehr.mp3
#EXTINF:-1, EHR Fresh
http://stream.europeanhitradio.com:8000/Stream_05.mp3
#EXTINF:-1, Energy Radio Zurich
https://energyzuerich.ice.infomaniak.ch/energyzuerich-high.mp3
#EXTINF:-1, Forth 1
http://icy-e-bl-05-cr.sharp-stream.com/forth1.mp3
#EXTINF:-1, Frequency NRJ
http://185.52.127.160/fr/30001/mp3_128.mp3
#EXTINF:-1, FutureGeneration
http://37.1.144.106:9001/;stream.mp3
#EXTINF:-1, Hallam FM
http://icy-e-bl-07-boh.sharp-stream.com/hallam.mp3
#EXTINF:-1, Hallam 2
http://icy-e-bz-08-boh.sharp-stream.com/magicam.mp3
#EXTINF:-1, Heat Radio
http://icy-e-bl-03-gos.sharp-stream.com/heat.mp3
#EXTINF:-1, ILoveRadio 1
http://stream06.iloveradio.de/iloveradio1.mp3
#EXTINF:-1, ILoveRadio 2
http://stream06.iloveradio.de/iloveradio2.mp3
#EXTINF:-1, Key 103
http://icy-e-bl-01-gos.sharp-stream.com/key.mp3
#EXTINF:-1, Key 2
http://icy-e-bz-05-cr.sharp-stream.com/magic1152m.mp3
#EXTINF:-1, Kiss FM
http://icy-e-ba-09-boh.sharp-stream.com/kissnational.mp3
#EXTINF:-1, Kiss FM Melbourne
http://cc.net2streams.com:8565/kissfm.mp3
#EXTINF:-1, Magic
http://icy-e-bz-02-gos.sharp-stream.com/magicnational.mp3
#EXTINF:-1, Magic Chilled
http://icy-e-bz-04-cr.sharp-stream.com/magicchilled.mp3
#EXTINF:-1, MDR Aktuell
https://mdr-aktuell-live.sslcast.addradio.de/mdr/aktuell/live/mp3/128/stream.mp3
#EXTINF:-1, Mellow Magic
http://icy-e-bz-07-boh.sharp-stream.com/magicmellow.mp3
#EXTINF:-1, Metro Radio
http://icy-e-bz-05-cr.sharp-stream.com/metro.mp3
#EXTINF:-1, MFR
http://icy-e-bz-06-cr.sharp-stream.com/mfrfm.mp3
#EXTINF:-1, MNM
http://icecast.vrtcdn.be/mnm-high.mp3
#EXTINF:-1, MNM Hits
http://icecast.vrtcdn.be/mnm_hits-high.mp3
#EXTINF:-1, Morow
http://stream.morow.com:8080/morow_med.mp3
#EXTINF:-1, Nation Radio
http://icy-e-03-boh.sharp-stream.com/tcnation.mp3
#EXTINF:-1, NJOY Radio
http://46.10.150.243/njoy.mp3
#EXTINF:-1, NRJ Belgie
http://str.nrjbelgie.be/nrj.mp3
#EXTINF:-1, Northsound 1
http://icy-e-bz-01-gos.sharp-stream.com/northsound1.mp3
#EXTINF:-1, P3
http://live-icy.gss.dr.dk/A/A05L.mp3
#EXTINF:-1, Play Radio RS
http://stream.playradio.rs:8001/play.mp3
#EXTINF:-1, Radio Aire
http://icy-e-bl-04-cr.sharp-stream.com/aire.mp3
#EXTINF:-1, Radio Aire 2
http://icy-e-bz-09-boh.sharp-stream.com/magic828.mp3
#EXTINF:-1, Radio Borders
http://icy-e-bl-06-cr.sharp-stream.com/borders.mp3
#EXTINF:-1, Radio Centras
http://84.46.205.13/rc128.mp3
#EXTINF:-1, Radio City
http://icy-e-bl-09-boh.sharp-stream.com/city.mp3
#EXTINF:-1, Radio City 2
http://icy-e-bz-08-boh.sharp-stream.com/magic1548.mp3
#EXTINF:-1, Radio City Talk
http://icy-e-bl-09-boh.sharp-stream.com/citytalk.mp3
#EXTINF:-1, Radio Comercial
http://mcrscast.mcr.iol.pt/comercial.mp3
#EXTINF:-1, Radio Impuls
http://icecast1.play.cz/impuls128.mp3
#EXTINF:-1, Rainwave
http://allstream.rainwave.cc:8000/all.mp3
#EXTINF:-1, Rock FM
http://icy-e-bz-08-boh.sharp-stream.com/rock.mp3
#EXTINF:-1, Rock FM 2
http://icy-e-bz-04-cr.sharp-stream.com/magic999.mp3
#EXTINF:-1, Rondo Classic Klasu Pro
http://stream.iradio.fi:8000/klasupro-hi.mp3
#EXTINF:-1, SWR Aktuell
http://swr-swraktuell-live.cast.addradio.de/swr/swraktuell/live/mp3/128/stream.mp3
#EXTINF:-1, TFM
http://icy-e-bz-06-cr.sharp-stream.com/tfm.mp3
#EXTINF:-1, Tay FM
http://icy-e-bz-03-gos.sharp-stream.com/tayfm.mp3
#EXTINF:-1, The Hits Radio
http://icy-e-bl-04-cr.sharp-stream.com/hits.mp3
#EXTINF:-1, TSF
http://tsfdirecto.tsf.pt/tsfdirecto.mp3
#EXTINF:-1, UK RAW Radio
http://37.187.90.201:8014/ukrawbruv.mp3
#EXTINF:-1, Viking FM
http://icy-e-bz-05-cr.sharp-stream.com/viking.mp3
#EXTINF:-1, Viva Classica!
http://stream.iradio.fi:8000/viva-hi.mp3
#EXTINF:-1, Wave 105
http://icy-e-bz-09-boh.sharp-stream.com/wave105.mp3
#EXTINF:-1, WDR 5
http://wdr-wdr5-live.icecast.wdr.de/wdr/wdr5/live/mp3/128/stream.mp3
#EXTINF:-1, West FM
http://icy-e-bz-05-cr.sharp-stream.com/westfm.mp3
#EXTINF:-1, Westside Radio
http://radio.canstream.co.uk:8002/live.mp3
#EXTINF:-1, Westsound
http://icy-e-bz-08-boh.sharp-stream.com/westsound.mp3
 
Jun 1, 2022 at 11:22 AM Post #5,467 of 6,159
Any chance you could post the converted .m3u files? :wink:

The Hi-Res radio streams in a .m3u file -

#EXTM3U
#EXTINF:-1, SuperStereo 1 80s
http://198.204.228.202:8160/flac
#EXTINF:-1, SuperStereo 2 - Oldies
http://198.204.228.202:8157/flac
#EXTINF:-1, SuperStereo 3 - Disco music, pop and dance
http://198.204.228.202:8539/flac
#EXTINF:-1, SuperStereo 4 - Soft music, Easy Listening
http://198.204.228.202:8030/flac
#EXTINF:-1, Radio Paradise Main Mix
http://stream.radioparadise.com/flacm
#EXTINF:-1, Radio Paradise Mellow Mix
http://stream.radioparadise.com/mellow-flacm
#EXTINF:-1, Radio Paradise Rock Mix
http://stream.radioparadise.com/rock-flacm
#EXTINF:-1, Radio Paradise World Mix
http://stream.radioparadise.com/world-etc-flacm
#EXTINF:-1, JB Radio Net
https://maggie.torontocast.com:8076/flac
#EXTINF:-1, Mother Earth Radio
http://server9.streamserver24.com:18900/motherearth
#EXTINF:-1, 95bFM
http://streams.95bfm.com/stream112.m3u
#EXTINF:-1, The Cheese
http://thecheese.ddns.net:8004/stream.m3u
#EXTINF:-1, Insanity Radio
http://stream.cor.insanityradio.com/insanity_unprocessed.flac
#EXTINF:-1, Magic-Radio
http://mp3.magic-radio.net/flac
#EXTINF:-1, RadioBlues
https://streams.radiomast.io/radioblues-flac
#EXTINF:-1, Naim Radio
http://mscp3.live-streams.nl:8360/flac.flac
#EXTINF:-1, Naim Jazz
http://mscp3.live-streams.nl:8340/jazz-flac.flac
#EXTINF:-1, Naim Classical
http://mscp3.live-streams.nl:8250/class-flac.flac
#EXTINF:-1, Chill Out Zone Plus
https://chillout.zone/chillout_plus
#EXTINF:-1, Chill In Zone - Hi On Line
http://mscp2.live-streams.nl:8100/flac.flac
#EXTINF:-1, Klasu Pro (Classical)
http://rondo.iradio.fi:8000/klasupro.flac
#EXTINF:-1, Intense Radio (Dance)
https://secure.live-streams.nl/flac.flac
#EXTINF:-1, Chill Out Zone Plus (Chillout)
https://chillout.zone/chillout_plus
#EXTINF:-1, Zog Radio (Techno, Ambient, Dub Techno)
http://icecast.zog.net.au:8000/source
#EXTINF:-1, Sing Sing (Eclectic)
http://stream.sing-sing-bis.org:8000/singsingFlac
#EXTINF:-1, Radio Sputnik (Underground House)
http://radiosputnik.nl:8002/flac
#EXTINF:-1, Magic Radio (Oldies Hits)
http://mp3.magic-radio.net/flac
#EXTINF:-1, Sector Radio Progressive (Electronic)
http://89.223.45.5:8000/progressive-flac
#EXTINF:-1, Sector Radio Space (Electronic)
http://89.223.45.5:8000/space-flac
#EXTINF:-1, Sector Radio Classical (Classical)
http://89.223.45.5:8000/nota-flac
#EXTINF:-1, Sector Radio 80s (80s)
http://89.223.45.5:8000/geny-flac
#EXTINF:-1, Sector Radio 90s (90s)
http://89.223.45.5:8000/next-flac
#EXTINF:-1, Sector Radio 10s (10s)
http://stream.sectorradio.ru:8000/zed-flac
#EXTINF:-1, Frequence 3 (Rock/Electronic Dance Music)
http://master.net-radio.fr/frequence3.flac
#EXTINF:-1, Frequence 3 Urban (Hip Hop, Rap and R'n'B)
http://ice1.ikoula.net-radio.fr/frequence3urban.flac
#EXTINF:-1, Czech Radio CRo D-dur (Classical)
http://amp.cesnet.cz:8000/cro-d-dur.flac
#EXTINF:-1, Czech Radio CRo Jazz (Jazz)
http://amp.cesnet.cz:8000/cro-jazz.flac
#EXTINF:-1, Czech Radio CRo Radio Wave (Young Listeners)
http://amp.cesnet.cz:8000/cro-radio-wave.flac
#EXTINF:-1, Radio Kemonia
http://kemoniastreaming2.net:8060/stream
#EXTINF:-1, Czech Radio CRo Vltava
http://amp.cesnet.cz:8000/cro3.flac
#EXTINF:-1, H2O Radio
http://ice2.ikoula.net-radio.fr/h2oradio.flac
#EXTINF:-1, City Radio
http://cityradio.ddns.net:8000/cityradio48flac
#EXTINF:-1, Frequence 3 Gold
https://frequence3.net-radio.fr/frequence3gold.flac
#EXTINF:-1, Frequence 3 World
https://frequence3.net-radio.fr/frequence3world.flac
#EXTINF:-1, PureClassix Radio
http://mscp4.live-streams.nl:8140/flac.ogg
 
Jun 1, 2022 at 11:45 AM Post #5,468 of 6,159
Hello,
noticed the FLAC in your list of radio streams.

I don't know much about it - are the FLAC streams all equal ? - or are the big differences?

I downloaded from Super Stereo Radio Chile and tested a few of the saved FLAC files.
Test Result: "upscaled"
 
Jun 1, 2022 at 12:42 PM Post #5,469 of 6,159
Hello,
noticed the FLAC in your list of radio streams.

I don't know much about it - are the FLAC streams all equal ? - or are the big differences?

I downloaded from Super Stereo Radio Chile and tested a few of the saved FLAC files.
Test Result: "upscaled"

Please direct questions to @m-i-c-k-e-y since he posted the Hi-Res links.
All I did was convert them to a .m3u Playlist file.
 
Last edited:
Jun 1, 2022 at 2:52 PM Post #5,471 of 6,159
Jun 3, 2022 at 3:15 PM Post #5,472 of 6,159
Hey guys!

I got the trial as I am using the apple USB C adaptor with a 3.5mm was told USB Audio Player Pro should be able to fix the lower volume from this adapter. Anyone figure this out?

Have gone through a lot of Samsung adapters and just trying to fix the low volume and issues of having to play audio via USB.

Thanks,
 
Jun 3, 2022 at 9:12 PM Post #5,473 of 6,159
On unrooted Android devices, you can create a Playlist file of the radio streams, that can be opened by UAPP (and other media players - but not the HiBy Music Player).

NOTE: All of these steps were done on a Kubuntu Linux PC.

I downloaded the radio.txt file, but I couldn't get the HiBy Music Player on my RS6 to show "Custom Radio" on the Playlists screen.

This awk script converts the radio.txt file into a .m3u playlist file, that I can load and use in multiple media players on my HiBy RS6 - but not the HiBy Music Player.

Code:
awk 'BEGIN{FS=",";print "#EXTM3U";print "# Conversion of HiBy R3 Pro radio list to a .m3u playlist file"}{if(NF>1){sub(/^ /,"",$2) ; printf"#EXTINF:-1, %s\n%s\n", $1,$2}}' radio.txt > Radio-Streams-mp3.m3u

Then, for the Hi-Res streams that @m-i-c-k-e-y and others posted, I copied the lines of text from the UAPP thread posts, into file2.txt

In order to convert the various "accented" characters to plain ASCII, I ran the iconv command.

Bash:
iconv -t ASCII//TRANSLIT file2.txt > file2.1.txt

Then, this awk script converts that list to a .m3u Playlist file.

Code:
awk 'BEGIN{print "#EXTM3U"}{if(NF==2){printf"#EXTINF:-1, %s\n%s\n",$1,$2 ; next} else {i=1 ; while(i <= NF){if(i==1){printf"#EXTINF:-1, %s ",$i} else if(i<NF){printf"%s ",$i} else {printf"\n%s\n",$i} ; i++}}}' file2.1.txt > Radio-Streams-flac.m3u

For anyone who's interested in learning a bit about the awk scripts that I wrote -
.
The radio.txt input file contains lines for the Streaming Radio Stations.
Field 1 (before the comma) is the description or call letters of the station stream.
Field 2 (after the comma) is the Internet location of the stream.
Here are two example lines from radio.txt:
(NOTE: The first line has a Space at the beginning of Field 2 (between comma and "http".)
SomaFM: ThistleRadio, http://ice5.somafm.com/thistle-128.mp3
LA-NewOrleans WWOZ-90.7 JazBlu,http://wwoz-sc.streamguys.com:80/wwoz-hi.mp3
.
The format for a simple Playlist file consists of the #EXT3MU first line, followed by pairs of lines:
(NOTE: The -1 means that the length of the file is unknown, since it's a stream.)
#EXTM3U
#EXTINF:-1, Stream description
Internet location of stream
.
(NOTE: The Code display on this Forum doesn't have awk as an option, so I've selected bash for highlighting.)
.
Bash:
An awk script on the PC command line is enclosed between apostrophes '.
awk '
# The BEGIN section is done before reading any lines of text from input file.
        BEGIN{
        # FS sets the Field Separator to a comma.
                FS="," ;
        # Prints the expected first line of a Playlist file.
                print "#EXTM3U" ;
        # Prints a descriptive comment in the Playlist file.
                print "# Conversion of HiBy R3 Pro radio list to a .m3u playlist file"
        }
# Now we begin reading the input file.
        {
        # If the Number of Fields on the line is more than 1, then...
                if(NF>1){
                # Remove any leading space from Field 2.
                        sub(/^ /,"",$2) ;
                # Split the input line into the two Fields, and print the two lines expected in a Playlist file.
                # The %s are placeholders to print the text referred to by Field 1 ($1) and 2 ($2).
                # The \n is a New Line character, which prints a new line.
                        printf"#EXTINF:-1, %s\n%s\n", $1,$2
                }
# radio.txt is the input file, and the print output is redirected into Radio-Streams-mp3.m3u
        }' radio.txt > Radio-Streams-mp3.m3u
.
.
For the list of Hi-Res Radio Streams, there isn't a comma between the description and the Internet location - but the location is the last field (NF) on the line.
Here are two examples of Hi-Res Radio Stream listings:
(NOTE: First one has no spaces in the description, and second one has multiple spaces in the description.)
Magic-Radio http://mp3.magic-radio.net/flac
Frequence 3 Urban (Hip Hop, Rap and R'n'B) http://ice1.ikoula.net-radio.fr/frequence3urban.flac
.
(NOTE: I've updated this second script, checking that lines have more than one Field, before processing them.)
.
Bash:
An awk script on the PC command line is enclosed between apostrophes '.
awk '
# The BEGIN section is done before reading any lines of text from input file.
        BEGIN{
        # Prints the expected first line of a Playlist file.
                print "#EXTM3U"
        }
# Now we begin reading the input file, using the default Space " " Field Separator.
        {
        # There needs to be more than 1 Field on the line, for it to be a valid entry.
                if(NF>1){
                # If there are 2 Fields on the line, then...
                        if(NF==2){
                        # Split the input line into the two Fields, and print the two lines expected in a Playlist file.
                        # The %s are placeholders to print the text referred to by Field 1 ($1) and 2 ($2).
                        # The \n is a New Line character, which prints a new line.
                                printf"#EXTINF:-1, %s\n%s\n",$1,$2 ;
                        # Go to next line in input file.
                                next
                # If there are more than 2 Fields then all except the last are part of the description.
                        } else {
                        # Set a pointer to 1.
                                i=1 ;
                        # Count up, from 1 to the total number of Fields on the line.
                                while(i <= NF){
                                # For the first Field, print the Playlist line header, the first Field, and a space " ".
                                        if(i==1){
                                                printf"#EXTINF:-1, %s ",$i
                                # For any Field number less than the Last Field, print the Field, and a space " ".
                                        } else if(i<NF){
                                                printf"%s ",$i
                                        # For the Last Field, print a new line \n, and then the Last Line.
                                                } else {
                                                printf"\n%s\n",$i
                                        } ;
                                # Increment to the next Field.
                                        i++
                                }
                        }
                }
# Radio-Links-flac.txt is the input file, and the print output is redirected into Radio-Streams-flac.m3u
        }' Radio-Links-flac.txt > Radio-Streams-flac.m3u
 
Jun 4, 2022 at 4:00 AM Post #5,474 of 6,159
Hello, I've added two radio stations from the post @m-i-c-k-e-y posted earlier on this thread, Radio Intense and Radio Paradise, both in FLAC. I am observing cut offs, it looses the signal, especially on Radio Intense. Is this normal or am I doing something wrong? If I will tap on the name of the station, it starts again and eventually it will keep playing. My Internet connection is 200 Mbps and my Wi-Fi is so strong that I can listen (to Amazon, Qobuz, YouTube, etc) even across the street, outside my property.
 
Jun 4, 2022 at 10:19 AM Post #5,475 of 6,159
Hello to all Head-Fi enthusiasts,
I'm glad to be a part of this fantastic team.
I need a little help though.
I listen to flac files on my unrooted Rog Phone 2 via the Etymotic ER4SR. My DAC TempoTec - Sonata HD PRO shall be arriving soon.
I wanted to know if Neutron or UAPP will be a step up from Poweramp?
If yes, then which one is better?
Your opinion will be really valuable.
Thanks!
 
Last edited:

Users who are viewing this thread

Back
Top