In bash? Impressive!
Linux
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
Well, I know what I'll be using to listen to my radio stations from now on. Really neat project!
Also, it doesn't pick up user defined tags because it's looking in the wrong place for them!
Row 114:
TAGS=( $(sed 's/ /\n/g' stations.txt |grep "#"|grep -v "#Favorites"|sort|uniq|sed 's/#//g') )
Should be
TAGS=( $(sed 's/ /\n/g' $HOME/.cache/radion/stations.txt |grep "#"|grep -v "#Favorites"|sort|uniq|sed 's/#//g') )
- Excellent catch! This one slipped through! I just fixed the bug, thank you very much!
I am happy you like it!
This looks crazy promising for us sxmo users ... I'll def check this out.
I must admit I had to look sxmo up...
thx!
How can we connect... I'm having weird graphical issues.... But I might be drunk and missing something. Tomorrow morning I'll send a video
Very cool. You might want to crosspost this to c/bash on lemmy.ml
Unrelated but, in case it's not dyslexia, it's "customize" not "costumize". It comes from "custom" not "costume".
You are right, lapsus calami...
No metal, blues, or dnb option?
Through the script you could go to https://www.radio-browser.info/search?page=1&order=clickcount&reverse=true&hidebroken=true&tagList=metal, pick the stations you fancy and headbang yourself unconscious... 🎸 🤘
De gustibus et coloribus...
Each user can create add and enjoy any tag and station they like!
Hmm soma has that
Awesome :) I think I shall set this up in Termux later for one more on the go music option.
Update: Recording functionality added, with the use of another (you guessed it) bash script
Also options in read
as Preferred selector are also case insensitive.
Any feedback is appreciated!