-
Notifications
You must be signed in to change notification settings - Fork 1
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
5 changed files
with
61 additions
and
25 deletions.
There are no files selected for viewing
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,10 +1,21 @@ | ||
# OBS Spotify Mac | ||
An OBS script to display Spotify track info on macOS | ||
|
||
![screenshot](Screen%20Shot%202021-06-21%20at%2002.02.25.png) | ||
|
||
# Text Format | ||
``` | ||
{n} = Name | ||
{a} = Artist | ||
``` | ||
``` | ||
# Artwork Image (Browser) | ||
``` | ||
Width = 640 | ||
Height = 640 | ||
``` | ||
|
||
![screenshot](Screenshot%202022-11-24%20at%2014.41.39%402x.png) | ||
![screenshot](Screenshot%202022-11-24%20at%2014.41.59%402x.png) | ||
|
||
# Change log | ||
- 1.0: Initial release | ||
- 1.1: Fixed something | ||
- 1.2: Add artwork image (#1) |
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