-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,15 @@ | ||
# EscapeFromSpotify | ||
# Escape From Spotify | ||
Utility app for Escape From Tarkov that automatically pauses any media once a raid starts | ||
|
||
## Features | ||
|
||
- Supports **any media** not just Spotify (through Windows 10 media API) | ||
- Examples: Youtube, Twitch, Spotify, iTunes, etc. | ||
- Only works on **Windows 10 and 11** | ||
- Works by analyzing certain pixels in Tarkov's game window | ||
- Currently only supports **1920x1080** and **3840x2160** resolution | ||
- Only tested on **windowed borderless** | ||
- Probably only supports **English** game language | ||
- Media will be **paused when a raid starts** (Red "GET READY!" screen) | ||
- Media will **resume when a raid ends** ("RAID ENDED" screens) | ||
- Only works with **PMC raids** (Scav raids do not have the "GET READY!" screen) |