mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-12-24 23:59:17 +01:00
Add play-radio-afn-stuttgart.ps1
This commit is contained in:
parent
9b86a13895
commit
38c8ef7b8c
@ -60,7 +60,7 @@ Lets the computer check something, replace [name] by: `CPU`, `date`, `DNS`, `dri
|
|||||||
|
|
||||||
`Computer, play radio` [name]
|
`Computer, play radio` [name]
|
||||||
-----------------------------
|
-----------------------------
|
||||||
* launches the default Web browser and tunes into an internet radio station - replace [name] by: `7`, `Arabella`, `Bob`, `Club Mix`, `Dance FM`, `FFN`, `Galaxy`, `Gong`, `Ibiza`, `Jam FM`, `Kiss Kiss`, `Malibu`, `N-JOY`, `Paloma`, or `You FM`.
|
* launches the default Web browser and tunes into an internet radio station - replace [name] by: `7`, `AFN Stuttgart`, `Arabella`, `Bob`, `Club Mix`, `Dance FM`, `FFN`, `Galaxy`, `Gong`, `Ibiza`, `Jam FM`, `Kiss Kiss`, `Malibu`, `N-JOY`, `Paloma`, or `You FM`.
|
||||||
* when finished say: "Close tab" or: "Computer, close [name] browser" to close the Web browser.
|
* when finished say: "Close tab" or: "Computer, close [name] browser" to close the Web browser.
|
||||||
|
|
||||||
|
|
||||||
|
15
Scripts/play-radio-afn-stuttgart.ps1
Normal file
15
Scripts/play-radio-afn-stuttgart.ps1
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
<#
|
||||||
|
.SYNOPSIS
|
||||||
|
Plays radio AFN Stuttgart
|
||||||
|
.DESCRIPTION
|
||||||
|
This script launches the Web browser and plays radio station AFN Stuttgart.
|
||||||
|
.EXAMPLE
|
||||||
|
PS> ./play-radio-afn-stuttgart
|
||||||
|
.NOTES
|
||||||
|
Author: Markus Fleschutz · License: CC0
|
||||||
|
.LINK
|
||||||
|
https://github.com/fleschutz/PowerShell
|
||||||
|
#>
|
||||||
|
|
||||||
|
& "$PSScriptRoot/open-default-browser.ps1" "https://www.afneurope.net/Portals/100/360/minimalplayer2.html#AFNE_STU"
|
||||||
|
exit 0 # success
|
@ -11,5 +11,5 @@
|
|||||||
https://github.com/fleschutz/PowerShell
|
https://github.com/fleschutz/PowerShell
|
||||||
#>
|
#>
|
||||||
|
|
||||||
& "$PSScriptRoot/open-default-browser.ps1" "https://tunein.com/radio/Radio-Arabella-Mnchen-1052-s119032/"
|
& "$PSScriptRoot/open-default-browser.ps1" "http://streema.com/radios/play/Radio_Arabella_2"
|
||||||
exit 0 # success
|
exit 0 # success
|
||||||
|
@ -11,5 +11,5 @@
|
|||||||
https://github.com/fleschutz/PowerShell
|
https://github.com/fleschutz/PowerShell
|
||||||
#>
|
#>
|
||||||
|
|
||||||
& "$PSScriptRoot/open-default-browser.ps1" "https://tunein.com/radio/Ibiza-Live-Radio-s203278/"
|
& "$PSScriptRoot/open-default-browser.ps1" "http://streema.com/radios/play/Ibiza_Global_Radio"
|
||||||
exit 0 # success
|
exit 0 # success
|
||||||
|
@ -11,5 +11,5 @@
|
|||||||
https://github.com/fleschutz/PowerShell
|
https://github.com/fleschutz/PowerShell
|
||||||
#>
|
#>
|
||||||
|
|
||||||
& "$PSScriptRoot/open-default-browser.ps1" "https://www.radio.de/s/malibufm"
|
& "$PSScriptRoot/open-default-browser.ps1" "http://streema.com/radios/play/malibunightradio"
|
||||||
exit 0 # success
|
exit 0 # success
|
||||||
|
Loading…
Reference in New Issue
Block a user