An alternative to lofiatc built with PowerShell. This script integrates multimedia players like VLC, Potplayer, MPC-HC, or mpv, enabling you to simultaneously enjoy Lofi Girl and live Air Traffic Control streams from around the world.
Ensure you have the following installed before running the script:
- PowerShell 5.1 or later
- A Multimedia Player (choose one of the following):
- VLC Media Player:
Install with:winget install -e --id VideoLAN.VLC
- Potplayer:
Install with:winget install potplayer --id Daum.PotPlayer -s winget
- MPC-HC:
Install with:winget install MPC-HC --id clsid2.mpc-hc
- MPV:
Install with:scoop install mpv
or via mpv.io
- VLC Media Player:
- fzf (Optional, but recommended):
Install with:winget install --id=junegunn.fzf -e
Clone the repository locally to get started:
git clone https://github.com/RoMinjun/lofiatc.ps1.git
Execute the script using PowerShell:
.\lofiatc.ps1
Learn about all the features and parameters with the PowerShell Get-Help
command:
Get-Help .\lofiatc.ps1 -Full