Skip to content

Commit

Permalink
Merge pull request #68 from CerebruxCode/develop
Browse files Browse the repository at this point in the history
Prep 2.2
  • Loading branch information
cerebrux authored Sep 29, 2020
2 parents 80a74ce + 72f1f1b commit f45e015
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .shelldio/all_stations.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ Star Athens 107.8,http://95.154.254.129:17498/stream
Status FM 107.7,http://148.251.179.119:8000/stream
Studio 3 103.5,http://s1.onweb.gr:8408
Styl FM 104.9,http://s3.onweb.gr:8530/;
ThessRadio,http://noc.ezhellas.com:30570/zbutsam
V FM 91.1,http://176.9.184.196:8177/stream
Velvet 96.8,http://netradio.live24.gr/velvet968thess
We Radio 89.4,https://radioservers.xyz/we-894-live
Expand Down Expand Up @@ -123,4 +124,4 @@ Zoo Radio 90.8,http://netradio.live24.gr/zoo908thess
Στο κόκκινο 91.4,http://ample-01.radiojar.com/275p8ssmb?
Τρανζίστορ 100.3,http://netradio.live24.gr/tranzistor1003thess
Χριστιανισμός 104.3,http://eu1.fastcast4u.com:9326/stream
Χρώμα FM 105.8,http://hroma1058thess.live24.gr:80/hroma1058thess
Χρώμα FM 105.8,http://hroma1058thess.live24.gr:80/hroma1058thess
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ shelldio --list
Μπορείτε επίσης να κάνετε αναζήτηση για κάποιον σταθμό χρησιμοποιώντας την παρακάτω εντολή:

``` bash
shelldio ~/.shelldio/all_stations.txt | grep -i "onoma_stathmou"
shelldio --list | grep -i "onoma_stathmou"
```

θα σας εμφανίσει τον αριθμό. Πατάτε `Q` για να σταματήσετε την αναζήτηση και έπειτα τρέχετε `shelldio --add` και βάζετε τον αριθμό του σταθμού που αναζητήσατε. Με αυτόν τον τρόπο μπορείτε να μαζέψετε π.χ. τους αγαπημένους σας σταθμούς και την επόμενη φορά που θα ξεκινήσετε το **shelldio** θα τα δείτε στην λίστα των αγαπημένων σας σταθμών.
Expand Down
5 changes: 3 additions & 2 deletions shelldio.sh
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,9 @@ while [ "$1" != "" ]; do
;;
-f | --fresh)
welcome_screen
if [ ! -f "$HOME/.shelldio" ]; then
mkdir "$HOME/.shelldio"
fi
echo "Γίνεται λήψη του αρχείου των σταθμών από το αποθετήριο."
sleep 1
curl -sL https://raw.githubusercontent.com/CerebruxCode/shelldio/stable/.shelldio/all_stations.txt --output "$HOME/.shelldio/all_stations.txt"
Expand Down Expand Up @@ -312,8 +315,6 @@ while true; do
curl -sL https://raw.githubusercontent.com/CerebruxCode/shelldio/stable/.shelldio/all_stations.txt --output "$HOME/.shelldio/all_stations.txt"
stations="$all_stations"
fi
else
stations="$1"
fi

while true; do
Expand Down

0 comments on commit f45e015

Please sign in to comment.