mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-05 06:48:25 +02:00
Renamed the scripts to play-radio-*.ps1
This commit is contained in:
parent
5fd52e0648
commit
6327c74045
@ -1,15 +0,0 @@
|
|||||||
<#
|
|
||||||
.SYNOPSIS
|
|
||||||
Opens radio station Arabella
|
|
||||||
.DESCRIPTION
|
|
||||||
This script launches the Web browser with the radio station Arabella.
|
|
||||||
.EXAMPLE
|
|
||||||
PS> ./open-radio-arabella
|
|
||||||
.NOTES
|
|
||||||
Author: Markus Fleschutz · License: CC0
|
|
||||||
.LINK
|
|
||||||
https://github.com/fleschutz/PowerShell
|
|
||||||
#>
|
|
||||||
|
|
||||||
& "$PSScriptRoot/open-browser.ps1" "https://www.radio.de/s/radioarabella"
|
|
||||||
exit 0 # success
|
|
@ -1,15 +0,0 @@
|
|||||||
<#
|
|
||||||
.SYNOPSIS
|
|
||||||
Opens radio station BOB!
|
|
||||||
.DESCRIPTION
|
|
||||||
This script launches the Web browser with the radio station BOB!.
|
|
||||||
.EXAMPLE
|
|
||||||
PS> ./open-radio-bob
|
|
||||||
.NOTES
|
|
||||||
Author: Markus Fleschutz · License: CC0
|
|
||||||
.LINK
|
|
||||||
https://github.com/fleschutz/PowerShell
|
|
||||||
#>
|
|
||||||
|
|
||||||
& "$PSScriptRoot/open-browser.ps1" "https://www.radio.de/s/radiobob"
|
|
||||||
exit 0 # success
|
|
@ -1,15 +0,0 @@
|
|||||||
<#
|
|
||||||
.SYNOPSIS
|
|
||||||
Opens radio station Gong
|
|
||||||
.DESCRIPTION
|
|
||||||
This script launches the Web browser with the radio station Gong.
|
|
||||||
.EXAMPLE
|
|
||||||
PS> ./open-radio-gong
|
|
||||||
.NOTES
|
|
||||||
Author: Markus Fleschutz · License: CC0
|
|
||||||
.LINK
|
|
||||||
https://github.com/fleschutz/PowerShell
|
|
||||||
#>
|
|
||||||
|
|
||||||
& "$PSScriptRoot/open-browser.ps1" "https://www.radio.de/s/radiogong"
|
|
||||||
exit 0 # success
|
|
@ -1,15 +0,0 @@
|
|||||||
<#
|
|
||||||
.SYNOPSIS
|
|
||||||
Opens radio station Ibiza
|
|
||||||
.DESCRIPTION
|
|
||||||
This script launches the Web browser with the radio station Ibiza.
|
|
||||||
.EXAMPLE
|
|
||||||
PS> ./open-radio-ibiza
|
|
||||||
.NOTES
|
|
||||||
Author: Markus Fleschutz · License: CC0
|
|
||||||
.LINK
|
|
||||||
https://github.com/fleschutz/PowerShell
|
|
||||||
#>
|
|
||||||
|
|
||||||
& "$PSScriptRoot/open-browser.ps1" "https://www.radio.de/s/ibiza973"
|
|
||||||
exit 0 # success
|
|
@ -1,15 +0,0 @@
|
|||||||
<#
|
|
||||||
.SYNOPSIS
|
|
||||||
Opens radio station JAM FM
|
|
||||||
.DESCRIPTION
|
|
||||||
This script launches the Web browser with the radio station JAM FM.
|
|
||||||
.EXAMPLE
|
|
||||||
PS> ./open-radio-jam-fm
|
|
||||||
.NOTES
|
|
||||||
Author: Markus Fleschutz · License: CC0
|
|
||||||
.LINK
|
|
||||||
https://github.com/fleschutz/PowerShell
|
|
||||||
#>
|
|
||||||
|
|
||||||
& "$PSScriptRoot/open-browser.ps1" "https://www.jam.fm/"
|
|
||||||
exit 0 # success
|
|
@ -1,15 +0,0 @@
|
|||||||
<#
|
|
||||||
.SYNOPSIS
|
|
||||||
Opens radio station KISS FM
|
|
||||||
.DESCRIPTION
|
|
||||||
This script launches the Web browser with the radio station KISS FM.
|
|
||||||
.EXAMPLE
|
|
||||||
PS> ./open-radio-kiss-f-m
|
|
||||||
.NOTES
|
|
||||||
Author: Markus Fleschutz · License: CC0
|
|
||||||
.LINK
|
|
||||||
https://github.com/fleschutz/PowerShell
|
|
||||||
#>
|
|
||||||
|
|
||||||
& "$PSScriptRoot/open-browser.ps1" "https://www.radio.de/s/kissfm"
|
|
||||||
exit 0 # success
|
|
@ -1,15 +0,0 @@
|
|||||||
<#
|
|
||||||
.SYNOPSIS
|
|
||||||
Opens radio station Paloma
|
|
||||||
.DESCRIPTION
|
|
||||||
This script launches the Web browser with the radio station Paloma.
|
|
||||||
.EXAMPLE
|
|
||||||
PS> ./open-radio-paloma
|
|
||||||
.NOTES
|
|
||||||
Author: Markus Fleschutz · License: CC0
|
|
||||||
.LINK
|
|
||||||
https://github.com/fleschutz/PowerShell
|
|
||||||
#>
|
|
||||||
|
|
||||||
& "$PSScriptRoot/open-browser.ps1" "https://www.radio.de/s/radiopaloma"
|
|
||||||
exit 0 # success
|
|
@ -1,15 +0,0 @@
|
|||||||
<#
|
|
||||||
.SYNOPSIS
|
|
||||||
Opens radio station 7
|
|
||||||
.DESCRIPTION
|
|
||||||
This script launches the Web browser with the radio station 7.
|
|
||||||
.EXAMPLE
|
|
||||||
PS> ./open-radio-seven
|
|
||||||
.NOTES
|
|
||||||
Author: Markus Fleschutz · License: CC0
|
|
||||||
.LINK
|
|
||||||
https://github.com/fleschutz/PowerShell
|
|
||||||
#>
|
|
||||||
|
|
||||||
& "$PSScriptRoot/open-browser.ps1" "https://www.radio.de/s/radio7"
|
|
||||||
exit 0 # success
|
|
@ -1,15 +0,0 @@
|
|||||||
<#
|
|
||||||
.SYNOPSIS
|
|
||||||
Opens radio station SOFT POP
|
|
||||||
.DESCRIPTION
|
|
||||||
This script launches the Web browser with the radio station SOFT POP.
|
|
||||||
.EXAMPLE
|
|
||||||
PS> ./open-radio-soft-pop
|
|
||||||
.NOTES
|
|
||||||
Author: Markus Fleschutz · License: CC0
|
|
||||||
.LINK
|
|
||||||
https://github.com/fleschutz/PowerShell
|
|
||||||
#>
|
|
||||||
|
|
||||||
& "$PSScriptRoot/open-browser.ps1" "https://www.radio.de/s/m1fmsofttop"
|
|
||||||
exit 0 # success
|
|
@ -1,15 +0,0 @@
|
|||||||
<#
|
|
||||||
.SYNOPSIS
|
|
||||||
Opens radio station TOP FM
|
|
||||||
.DESCRIPTION
|
|
||||||
This script launches the Web browser with the radio station TOP FM.
|
|
||||||
.EXAMPLE
|
|
||||||
PS> ./open-radio-top-f-m
|
|
||||||
.NOTES
|
|
||||||
Author: Markus Fleschutz · License: CC0
|
|
||||||
.LINK
|
|
||||||
https://github.com/fleschutz/PowerShell
|
|
||||||
#>
|
|
||||||
|
|
||||||
& "$PSScriptRoot/open-browser.ps1" "https://www.radio.de/s/topfm"
|
|
||||||
exit 0 # success
|
|
@ -1,10 +1,10 @@
|
|||||||
<#
|
<#
|
||||||
.SYNOPSIS
|
.SYNOPSIS
|
||||||
Opens radio station Absolute Chillout
|
Plays radio station Absolute Chillout
|
||||||
.DESCRIPTION
|
.DESCRIPTION
|
||||||
This script launches the Web browser with the radio station Absolute Chillout.
|
This script launches the Web browser and plays radio station Absolute Chillout.
|
||||||
.EXAMPLE
|
.EXAMPLE
|
||||||
PS> ./open-radio-absolute-chillout
|
PS> ./play-radio-absolute-chillout
|
||||||
.NOTES
|
.NOTES
|
||||||
Author: Markus Fleschutz · License: CC0
|
Author: Markus Fleschutz · License: CC0
|
||||||
.LINK
|
.LINK
|
15
Scripts/play-radio-arabella.ps1
Executable file
15
Scripts/play-radio-arabella.ps1
Executable file
@ -0,0 +1,15 @@
|
|||||||
|
<#
|
||||||
|
.SYNOPSIS
|
||||||
|
Plays radio station Arabella
|
||||||
|
.DESCRIPTION
|
||||||
|
This script launches the Web browser and plays radio station Arabella.
|
||||||
|
.EXAMPLE
|
||||||
|
PS> ./play-radio-arabella
|
||||||
|
.NOTES
|
||||||
|
Author: Markus Fleschutz · License: CC0
|
||||||
|
.LINK
|
||||||
|
https://github.com/fleschutz/PowerShell
|
||||||
|
#>
|
||||||
|
|
||||||
|
& "$PSScriptRoot/open-browser.ps1" "https://tunein.com/radio/Radio-Arabella-Mnchen-1052-s119032/"
|
||||||
|
exit 0 # success
|
15
Scripts/play-radio-bob.ps1
Executable file
15
Scripts/play-radio-bob.ps1
Executable file
@ -0,0 +1,15 @@
|
|||||||
|
<#
|
||||||
|
.SYNOPSIS
|
||||||
|
Plays radio station BOB!
|
||||||
|
.DESCRIPTION
|
||||||
|
This script launches the Web browser and plays radio station BOB!.
|
||||||
|
.EXAMPLE
|
||||||
|
PS> ./play-radio-bob
|
||||||
|
.NOTES
|
||||||
|
Author: Markus Fleschutz · License: CC0
|
||||||
|
.LINK
|
||||||
|
https://github.com/fleschutz/PowerShell
|
||||||
|
#>
|
||||||
|
|
||||||
|
& "$PSScriptRoot/open-browser.ps1" "https://tunein.com/radio/RADIO-BOB-994-s96189/"
|
||||||
|
exit 0 # success
|
@ -1,10 +1,10 @@
|
|||||||
<#
|
<#
|
||||||
.SYNOPSIS
|
.SYNOPSIS
|
||||||
Opens radio station CLUBMIX
|
Plays radio station CLUBMIX
|
||||||
.DESCRIPTION
|
.DESCRIPTION
|
||||||
This script launches the Web browser with the radio station CLUBMIX.
|
This script launches the Web browser and plays radio station CLUBMIX.
|
||||||
.EXAMPLE
|
.EXAMPLE
|
||||||
PS> ./open-radio-club-mix
|
PS> ./play-radio-club-mix
|
||||||
.NOTES
|
.NOTES
|
||||||
Author: Markus Fleschutz · License: CC0
|
Author: Markus Fleschutz · License: CC0
|
||||||
.LINK
|
.LINK
|
@ -1,10 +1,10 @@
|
|||||||
<#
|
<#
|
||||||
.SYNOPSIS
|
.SYNOPSIS
|
||||||
Opens the radio station Costa Del Mar
|
Plays the radio station Costa Del Mar
|
||||||
.DESCRIPTION
|
.DESCRIPTION
|
||||||
This script launches the Web browser with the radio station Costa Del Mar
|
This script launches the Web browser and plays radio station Costa Del Mar.
|
||||||
.EXAMPLE
|
.EXAMPLE
|
||||||
PS> ./open-radio-costa-del-mar
|
PS> ./play-radio-costa-del-mar
|
||||||
.NOTES
|
.NOTES
|
||||||
Author: Markus Fleschutz · License: CC0
|
Author: Markus Fleschutz · License: CC0
|
||||||
.LINK
|
.LINK
|
15
Scripts/play-radio-dance-fm.ps1
Executable file
15
Scripts/play-radio-dance-fm.ps1
Executable file
@ -0,0 +1,15 @@
|
|||||||
|
<#
|
||||||
|
.SYNOPSIS
|
||||||
|
Plays radio station Dance FM
|
||||||
|
.DESCRIPTION
|
||||||
|
This script launches the Web browser and plays radio station Dance FM.
|
||||||
|
.EXAMPLE
|
||||||
|
PS> ./play-radio-dance-fm
|
||||||
|
.NOTES
|
||||||
|
Author: Markus Fleschutz · License: CC0
|
||||||
|
.LINK
|
||||||
|
https://github.com/fleschutz/PowerShell
|
||||||
|
#>
|
||||||
|
|
||||||
|
& "$PSScriptRoot/open-browser.ps1" "https://tunein.com/radio/Dance-FM-s303095/"
|
||||||
|
exit 0 # success
|
@ -1,10 +1,10 @@
|
|||||||
<#
|
<#
|
||||||
.SYNOPSIS
|
.SYNOPSIS
|
||||||
Opens radio station ffn
|
Plays radio station FFN
|
||||||
.DESCRIPTION
|
.DESCRIPTION
|
||||||
This script launches the Web browser with the radio station ffn.
|
This script launches the Web browser and plays radio station FFN.
|
||||||
.EXAMPLE
|
.EXAMPLE
|
||||||
PS> ./open-radio-f-f-n
|
PS> ./play-radio-ffn
|
||||||
.NOTES
|
.NOTES
|
||||||
Author: Markus Fleschutz · License: CC0
|
Author: Markus Fleschutz · License: CC0
|
||||||
.LINK
|
.LINK
|
15
Scripts/play-radio-gong.ps1
Executable file
15
Scripts/play-radio-gong.ps1
Executable file
@ -0,0 +1,15 @@
|
|||||||
|
<#
|
||||||
|
.SYNOPSIS
|
||||||
|
Plays radio station Gong
|
||||||
|
.DESCRIPTION
|
||||||
|
This script launches the Web browser and plays radio station Gong.
|
||||||
|
.EXAMPLE
|
||||||
|
PS> ./play-radio-gong
|
||||||
|
.NOTES
|
||||||
|
Author: Markus Fleschutz · License: CC0
|
||||||
|
.LINK
|
||||||
|
https://github.com/fleschutz/PowerShell
|
||||||
|
#>
|
||||||
|
|
||||||
|
& "$PSScriptRoot/open-browser.ps1" "https://tunein.com/radio/Radio-Gong-963-s17494/"
|
||||||
|
exit 0 # success
|
15
Scripts/play-radio-ibiza.ps1
Executable file
15
Scripts/play-radio-ibiza.ps1
Executable file
@ -0,0 +1,15 @@
|
|||||||
|
<#
|
||||||
|
.SYNOPSIS
|
||||||
|
Plays radio station Ibiza
|
||||||
|
.DESCRIPTION
|
||||||
|
This script launches the Web browser and plays radio station Ibiza.
|
||||||
|
.EXAMPLE
|
||||||
|
PS> ./play-radio-ibiza
|
||||||
|
.NOTES
|
||||||
|
Author: Markus Fleschutz · License: CC0
|
||||||
|
.LINK
|
||||||
|
https://github.com/fleschutz/PowerShell
|
||||||
|
#>
|
||||||
|
|
||||||
|
& "$PSScriptRoot/open-browser.ps1" "https://tunein.com/radio/Ibiza-Live-Radio-s203278/"
|
||||||
|
exit 0 # success
|
15
Scripts/play-radio-jam-fm.ps1
Executable file
15
Scripts/play-radio-jam-fm.ps1
Executable file
@ -0,0 +1,15 @@
|
|||||||
|
<#
|
||||||
|
.SYNOPSIS
|
||||||
|
Plays radio station JAM FM
|
||||||
|
.DESCRIPTION
|
||||||
|
This script launches the Web browser and plays the radio station JAM FM.
|
||||||
|
.EXAMPLE
|
||||||
|
PS> ./play-radio-jam-fm
|
||||||
|
.NOTES
|
||||||
|
Author: Markus Fleschutz · License: CC0
|
||||||
|
.LINK
|
||||||
|
https://github.com/fleschutz/PowerShell
|
||||||
|
#>
|
||||||
|
|
||||||
|
& "$PSScriptRoot/open-browser.ps1" "https://tunein.com/radio/JAM-FM-New-Music-Radio-s136277/"
|
||||||
|
exit 0 # success
|
@ -1,10 +1,10 @@
|
|||||||
<#
|
<#
|
||||||
.SYNOPSIS
|
.SYNOPSIS
|
||||||
Opens radio station Kiss Kiss
|
Plays radio station Kiss Kiss
|
||||||
.DESCRIPTION
|
.DESCRIPTION
|
||||||
This script launches the Web browser with the radio station Kiss Kiss.
|
This script launches the Web browser and plays radio station Kiss Kiss.
|
||||||
.EXAMPLE
|
.EXAMPLE
|
||||||
PS> ./open-radio-kiss-kiss
|
PS> ./play-radio-kiss-kiss
|
||||||
.NOTES
|
.NOTES
|
||||||
Author: Markus Fleschutz · License: CC0
|
Author: Markus Fleschutz · License: CC0
|
||||||
.LINK
|
.LINK
|
@ -1,10 +1,10 @@
|
|||||||
<#
|
<#
|
||||||
.SYNOPSIS
|
.SYNOPSIS
|
||||||
Opens radio station Malibu
|
Plays radio station Malibu
|
||||||
.DESCRIPTION
|
.DESCRIPTION
|
||||||
This script launches the Web browser with the radio station Malibu.
|
This script launches the Web browser and plays radio station Malibu.
|
||||||
.EXAMPLE
|
.EXAMPLE
|
||||||
PS> ./open-radio-malibu
|
PS> ./play-radio-malibu
|
||||||
.NOTES
|
.NOTES
|
||||||
Author: Markus Fleschutz · License: CC0
|
Author: Markus Fleschutz · License: CC0
|
||||||
.LINK
|
.LINK
|
@ -1,10 +1,10 @@
|
|||||||
<#
|
<#
|
||||||
.SYNOPSIS
|
.SYNOPSIS
|
||||||
Opens radio station N-JOY
|
Plays radio station N-JOY
|
||||||
.DESCRIPTION
|
.DESCRIPTION
|
||||||
This script launches the Web browser with the radio station N-JOY.
|
This script launches the Web browser and plays radio station N-JOY.
|
||||||
.EXAMPLE
|
.EXAMPLE
|
||||||
PS> ./open-radio-malibu
|
PS> ./play-radio-n-joy
|
||||||
.NOTES
|
.NOTES
|
||||||
Author: Markus Fleschutz · License: CC0
|
Author: Markus Fleschutz · License: CC0
|
||||||
.LINK
|
.LINK
|
15
Scripts/play-radio-paloma.ps1
Executable file
15
Scripts/play-radio-paloma.ps1
Executable file
@ -0,0 +1,15 @@
|
|||||||
|
<#
|
||||||
|
.SYNOPSIS
|
||||||
|
Plays radio station Paloma
|
||||||
|
.DESCRIPTION
|
||||||
|
This script launches the Web browser and plays radio station Paloma.
|
||||||
|
.EXAMPLE
|
||||||
|
PS> ./play-radio-paloma
|
||||||
|
.NOTES
|
||||||
|
Author: Markus Fleschutz · License: CC0
|
||||||
|
.LINK
|
||||||
|
https://github.com/fleschutz/PowerShell
|
||||||
|
#>
|
||||||
|
|
||||||
|
& "$PSScriptRoot/open-browser.ps1" "https://tunein.com/radio/Radio-Paloma-s97169/"
|
||||||
|
exit 0 # success
|
@ -1,10 +1,10 @@
|
|||||||
<#
|
<#
|
||||||
.SYNOPSIS
|
.SYNOPSIS
|
||||||
Opens radio station YOU FM
|
Plays radio station YOU FM
|
||||||
.DESCRIPTION
|
.DESCRIPTION
|
||||||
This script launches the Web browser with the radio station YOU FM.
|
This script launches the Web browser and plays radio station YOU FM.
|
||||||
.EXAMPLE
|
.EXAMPLE
|
||||||
PS> ./open-radio-you-f-m
|
PS> ./play-radio-you-fm
|
||||||
.NOTES
|
.NOTES
|
||||||
Author: Markus Fleschutz · License: CC0
|
Author: Markus Fleschutz · License: CC0
|
||||||
.LINK
|
.LINK
|
Loading…
Reference in New Issue
Block a user